/**
--------------------------------------------------
  Normalize
--------------------------------------------------
**/
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
          text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/**
--------------------------------------------------
  Reset
--------------------------------------------------
**/
html {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #000;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
ol,
li,
fieldset,
figure,
blockquote {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

fieldset {
  border: 0;
}

table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
}

img,
svg {
  vertical-align: top;
}

svg {
  fill: currentColor;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: fill, color;
          transition-property: fill, color;
}

a,
button,
input,
textarea {
  outline: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, border-color, color, -webkit-box-shadow;
          transition-property: background-color, border-color, color, -webkit-box-shadow;
          transition-property: background-color, border-color, color, box-shadow;
          transition-property: background-color, border-color, color, box-shadow, -webkit-box-shadow;
}

a:focus,
button:focus {
  outline: #000 dotted 1px;
}

a {
  text-decoration: none;
}

button,
input,
textarea {
  vertical-align: top;
}

button {
  cursor: pointer;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
  opacity: 0.5;
}

input {
  line-height: normal;
}

textarea {
  resize: none;
}

mark {
  font-weight: 700;
  background-color: #cfeeff;
}

/**
--------------------------------------------------
  Layout
--------------------------------------------------
**/
.hidden {
  display: none !important;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.separator {
  height: 40px;
  background-color: #009cd5;
}

/* mobile */
@media (max-width: 767px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hidden-xs {
    display: none !important;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .hidden-lg {
    display: none !important;
  }
}
/**
--------------------------------------------------
  Modifier
--------------------------------------------------
**/
.max-w-320 {
  max-width: 320px;
}
.max-w-560 {
  max-width: 560px;
}
.max-w-660 {
  max-width: 660px;
}
.max-w-740 {
  max-width: 740px;
}
.max-w-830 {
  max-width: 830px;
}
.max-w-910 {
  max-width: 910px;
}
.max-w-1000 {
  max-width: 1000px;
}
.max-w-1080 {
  max-width: 1080px;
}
.max-w-1140 {
  max-width: 1140px;
}
.max-w-1280 {
  max-width: 1280px;
}
.max-w-1440 {
  max-width: 1440px;
}
.max-w-1600 {
  max-width: 1600px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-screen {
  max-width: 100vw;
}
.max-h-full {
  max-height: 100%;
}
.max-h-screen {
  max-height: 100vh;
}

.min-w-160 {
  min-width: 160px;
}
.min-w-210 {
  min-width: 210px;
}
.min-w-230 {
  min-width: 230px;
}
.min-w-250 {
  min-width: 250px;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}

.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}

.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}

.mx-auto {
  margin-right: auto;
  margin-left: auto;
}

.p-rel {
  position: relative;
}
.p-abs {
  position: absolute;
}
.p-fixed {
  position: fixed;
}
.p-sticky {
  position: sticky;
}

.flex-none {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}
.flex-equal {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0;
      flex: 1 0 0;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
      flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.d-block {
  display: block;
}
.d-inline-block {
  display: inline-block;
}

.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-clear::after {
  display: table;
  pointer-events: none;
  content: "";
  clear: both;
}

.bg-black {
  background-color: #000;
}
.bg-white {
  background-color: #fff;
}
.bg-gray {
  background-color: #f4f4f4;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-medium-gray {
  background-color: #ccc;
}
.bg-bold-gray {
  background-color: #8f98a3;
}
.bg-blue {
  background-color: #009cd5;
}
.bg-thin-blue {
  background-color: rgba(0, 156, 213, 0.15);
}
.bg-light-blue {
  background-color: #285ea0;
}
.bg-bold-blue {
  background-color: #214e88;
}
.bg-green {
  background-color: #41d691;
}
.bg-blue-green {
  background-color: #00d5cd;
}
.bg-gradient-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#214e88), to(#009cd5));
  background-image: linear-gradient(180deg, #214e88 0%, #009cd5 100%);
}
.bg-gradient-black {
  background-image: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(180deg, black 0%, rgba(0, 0, 0, 0) 100%);
}

.c-black {
  color: #000;
}
.c-white {
  color: #fff;
}
.c-blue {
  color: #009cd5;
}
.c-light-blue {
  color: #4dd2ff;
}
.c-bold-blue {
  color: #214e88;
}
.c-green {
  color: #41d691;
}
.c-blue-green {
  color: #00d5cd;
}

.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-wordbreak {
  word-break: break-word;
}
.text-nowrap {
  white-space: nowrap;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}

.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.align-baseline {
  vertical-align: baseline;
}

.font-regular {
  font-weight: 400;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}

.no-margin {
  margin: 0;
}
.no-padding {
  padding: 0;
}
.no-text {
  font-size: 0;
  line-height: 1;
}
.no-border {
  border: 0;
}
.no-background {
  background-color: transparent;
}
.no-pointer-events {
  pointer-events: none;
}

.obj-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.obj-fill {
  -o-object-fit: fill;
     object-fit: fill;
}
.obj-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.obj-top {
  -o-object-position: top;
     object-position: top;
}
.obj-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.obj-center {
  -o-object-position: center;
     object-position: center;
}
.obj-left {
  -o-object-position: left;
     object-position: left;
}
.obj-left-top {
  -o-object-position: left top;
     object-position: left top;
}
.obj-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.obj-right {
  -o-object-position: right;
     object-position: right;
}
.obj-right-top {
  -o-object-position: right top;
     object-position: right top;
}
.obj-right-bottom {
  -o-object-position: right bottom;
     object-position: right bottom;
}

.of-hidden {
  overflow: hidden;
}

.mix-blend-normal {
  mix-blend-mode: normal;
}
.mix-blend-multiply {
  mix-blend-mode: multiply;
}
.mix-blend-screen {
  mix-blend-mode: screen;
}
.mix-blend-overlay {
  mix-blend-mode: overlay;
}
.mix-blend-darken {
  mix-blend-mode: darken;
}
.mix-blend-lighten {
  mix-blend-mode: lighten;
}

.opacity-0 {
  opacity: 0;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-70 {
  opacity: 0.7;
}
.opacity-80 {
  opacity: 0.8;
}
.opacity-90 {
  opacity: 0.9;
}

/**
--------------------------------------------------
  Modal
--------------------------------------------------
**/
.modal {
  display: none;
}
.modal.is-open {
  display: block;
}
.modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
  width: 40px;
  height: 40px;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.25);
  border: #fff solid 1px;
  border-radius: 50%;
  color: #fff;
}
.modal-content {
  position: relative;
  z-index: 1;
}
.modal-overlay,
.modal-container {
  will-change: transform;
}
.modal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.15);
}
.modal-container {
  overflow: hidden;
  background-color: #000;
}
.modal[aria-hidden=true] .modal-overlay,
.modal[aria-hidden=true] .modal-container,
.modal[aria-hidden=false] .modal-overlay,
.modal[aria-hidden=false] .modal-container {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.modal[aria-hidden=true] .modal-overlay,
.modal[aria-hidden=true] .modal-container {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
.modal[aria-hidden=false] .modal-overlay,
.modal[aria-hidden=false] .modal-container {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

/**
--------------------------------------------------
  Player
--------------------------------------------------
**/
.mejs__offscreen {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  margin: -1px;
  padding: 0;
  word-wrap: normal;
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
}
.mejs__inner,
.mejs__container {
  width: 100% !important;
  height: 100% !important;
}
.mejs__container {
  position: relative;
  background-color: #000;
}
.mejs__container video::-webkit-media-controls,
.mejs__container video::-webkit-media-controls-panel,
.mejs__container video::-webkit-media-controls-panel-container,
.mejs__container video::-webkit-media-controls-start-playback-button {
  -webkit-appearance: none;
  display: none !important;
}
.mejs__fill-container,
.mejs__fill-container .mejs__container {
  width: 100%;
  height: 100%;
}
.mejs__fill-container {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background-color: transparent;
}
.mejs__fullscreen {
  overflow: hidden !important;
}
.mejs__container-fullscreen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
}
.mejs__background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs__mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.mejs__mediaelement div,
.mejs__mediaelement video {
  width: 100% !important;
  height: 100% !important;
}
.mejs__overlay {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mejs__layer {
  z-index: 1;
}
.mejs__overlay-play {
  cursor: pointer;
}
.mejs__overlay-button {
  padding: 0;
  background-color: transparent;
  border: 0;
}
.mejs__overlay-button svg {
  opacity: 0.75;
}
.mejs__overlay-button:focus svg {
  opacity: 1;
}
.mejs__overlay:hover .mejs__overlay-button svg {
  opacity: 1;
}
.mejs__overlay-button,
.mejs__overlay-button svg,
.mejs__overlay-loading,
.mejs__overlay-loading svg,
.mejs__overlay-loading-bg-img {
  width: 5rem;
  height: 5rem;
}
.mejs__overlay-loading-bg-img {
  z-index: 1;
  display: block;
  -webkit-animation: spinner 1s linear infinite;
          animation: spinner 1s linear infinite;
}
.mejs__controls {
  position: absolute;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 40px);
  max-width: 1000px;
}
.mejs__time {
  width: 40px;
  overflow: hidden;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  text-align: center;
}
.mejs__duration,
.mejs__currenttime {
  display: block;
}
.mejs__time-rail {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  height: 24px;
  margin-right: 15px;
  margin-left: 15px;
}
.mejs__time-total,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-marker {
  position: absolute;
  display: block;
  cursor: pointer;
}
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-current,
.mejs__time-hovered,
.mejs__time-marker {
  top: 11px;
  height: 2px;
}
.mejs__time-total {
  width: 100%;
  height: 24px;
}
.mejs__time-buffering {
  width: 100%;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
  background-size: 0.9375rem 0.9375rem;
  -webkit-animation: buffering 2s linear infinite;
          animation: buffering 2s linear infinite;
}
.mejs__time-loaded,
.mejs__time-hovered {
  background-color: rgba(255, 255, 255, 0.3);
}
.mejs__time-current,
.mejs__time-handle-content {
  background-color: #fff;
}
.mejs__time-hovered {
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.3);
}
.mejs__time-hovered.negative {
  background-color: rgba(0, 0, 0, 0.3);
}
.mejs__time-current,
.mejs__time-buffering,
.mejs__time-loaded,
.mejs__time-hovered {
  left: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  -webkit-transition: 0.15s ease-in all;
          transition: 0.15s ease-in all;
}
.mejs__time-buffering {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: rgba(255, 255, 255, 0.3);
}
.mejs__time-hovered {
  -webkit-transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
          transition: height 0.1s cubic-bezier(0.44, 0, 1, 1);
}
.mejs__time-hovered.no-hover {
  -webkit-transform: scaleX(0) !important;
          transform: scaleX(0) !important;
}
.mejs__time-handle {
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 11;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.mejs__time-float,
.mejs__time-handle-content {
  display: none !important;
}
.mejs__time,
.mejs__button {
  -webkit-box-flex: 0;
  -ms-flex: none;
      flex: none;
}
.mejs__button svg {
  display: none;
  width: 100%;
  height: 100%;
}
.mejs__button button {
  display: block;
  overflow: hidden;
  padding: 0;
  font-size: 0;
  line-height: 0;
  background-color: transparent;
  border: 0;
  color: #fff;
}
.mejs__playpause-button {
  margin-right: 10px;
}
.mejs__playpause-button button {
  width: 18px;
  height: 18px;
}
.mejs__play svg.mejs__icon-play,
.mejs__pause svg.mejs__icon-pause,
.mejs__replay svg.mejs__icon-replay {
  display: block;
}
.mejs__volume-button {
  margin-left: 20px;
}
.mejs__volume-button button {
  width: 24px;
  height: 24px;
}
.mejs__mute svg.mejs__icon-mute,
.mejs__unmute svg.mejs__icon-unmute {
  display: block;
}
.mejs__horizontal-volume-slider {
  position: relative;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
      flex: none;
  max-width: 90px;
  width: 15%;
  height: 24px;
  margin-left: 15px;
}
.mejs__horizontal-volume-total,
.mejs__horizontal-volume-current {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
}
.mejs__horizontal-volume-total {
  top: 11px;
  background-color: rgba(255, 255, 255, 0.3);
}
.mejs__horizontal-volume-current {
  top: 0;
  background-color: #fff;
}
.mejs__horizontal-volume-handle {
  position: absolute;
  top: -4px;
  left: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes buffering {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
@keyframes buffering {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 1.875rem 0;
  }
}
/* mobile */
@media (max-width: 767px) {
  .mejs__controls {
    bottom: 25px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .mejs__controls {
    bottom: 50px;
  }
}
/**
--------------------------------------------------
  Slick
--------------------------------------------------
**/
.slick-slider,
.slick-list,
.slick-track {
  position: relative;
}
.slick-slider {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  tap-highlight-color: transparent;
}
.slick-list,
.slick-track {
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.slick-list {
  overflow: hidden;
}
.slick-list:focus {
  outline: none;
}
.slick-track {
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.slick-track:after {
  content: "";
  clear: both;
  display: table;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  display: none;
  height: 100%;
  min-height: 1px;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: transparent solid 1px;
}
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 0;
  line-height: 1;
}
.slick-dots button {
  padding: 0;
  border: 0;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slick-arrow {
  position: absolute;
  z-index: 5;
  padding: 0;
  font-size: 0;
  line-height: 1;
  border: 0;
  border-radius: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.slick-arrow.slick-hidden,
.slick-arrow.slick-disabled {
  display: none !important;
}
.slick-slider.dot-abs .slick-dots {
  position: absolute;
  right: 0;
  left: 0;
}
.slick-slider.dot-center .slick-dots {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.slick-slider.dot-white-blue .slick-dots button,
.slick-slider.dot-white-bold-blue .slick-dots button {
  background-color: #fff;
}
.slick-slider.dot-gray-blue .slick-dots button,
.slick-slider.dot-gray-bold-blue .slick-dots button {
  background-color: #e6e6e6;
}
.slick-slider.dot-white-blue .slick-dots li.slick-active button,
.slick-slider.dot-gray-blue .slick-dots li.slick-active button {
  background-color: #009cd5;
}
.slick-slider.dot-white-bold-blue .slick-dots li.slick-active button,
.slick-slider.dot-gray-bold-blue .slick-dots li.slick-active button {
  background-color: #214e88;
}

/* mobile */
@media (max-width: 767px) {
  .slick-dots li + li {
    margin-left: 8px;
  }
  .slick-dots button {
    width: 8px;
    height: 8px;
  }
  .slick-slider.dot-abs .slick-dots {
    bottom: 30px;
  }
  .slick-slider.dot-rel .slick-dots {
    margin-top: 30px;
  }
  .slick-slider.dot-banner .slick-dots {
    bottom: 120px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .slick-dots li + li {
    margin-left: 12px;
  }
  .slick-dots button {
    width: 12px;
    height: 12px;
  }
  .slick-slider.dot-abs .slick-dots {
    bottom: 40px;
  }
  .slick-slider.dot-rel .slick-dots {
    margin-top: 40px;
  }
  .slick-slider.dot-banner .slick-dots {
    bottom: 130px;
  }
}
/**
--------------------------------------------------
  Animate
--------------------------------------------------
**/
.animate-animated {
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.animate-infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.animate-delay-1 {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
.animate-delay-2 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.animate-delay-3 {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
.animate-scaleUp {
  -webkit-animation-name: scaleUp;
          animation-name: scaleUp;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}

@keyframes scaleUp {
  0% {
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes slideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes slideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes slideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
/**
--------------------------------------------------
  Field
--------------------------------------------------
**/
.field-input,
.field-textarea,
.field-upload,
.field-add {
  font-size: 14px;
}
.field-input,
.field-textarea {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: #000;
}
.field-input:focus,
.field-textarea:focus {
  -webkit-box-shadow: inset 0 0 0 1px #214e88;
          box-shadow: inset 0 0 0 1px #214e88;
}
.field-input.done,
.field-textarea.done {
  background-color: #009cd5;
  color: #fff;
}
.field-input.error,
.field-textarea.error {
  background-color: #ff747a;
  color: #fff;
}
.field-input.error::-webkit-input-placeholder,
.field-textarea.error::-webkit-input-placeholder {
  opacity: 1;
}
.field-input.error::-moz-placeholder,
.field-textarea.error::-moz-placeholder {
  opacity: 1;
}
.field-input.error:-ms-input-placeholder,
.field-textarea.error:-ms-input-placeholder {
  opacity: 1;
}
.field-input.error::-ms-input-placeholder,
.field-textarea.error::-ms-input-placeholder {
  opacity: 1;
}
.field-input.error::placeholder,
.field-textarea.error::placeholder {
  opacity: 1;
}
.field-input {
  height: 46px;
}
.field-textarea {
  line-height: 1.5;
}
.field-upload em {
  font-style: normal;
}
.field-upload span,
.field-upload label {
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
}
.field-upload span {
  width: 46px;
  height: 46px;
  border-radius: 50%;
}
.field-upload label {
  max-width: 200px;
  line-height: 18px;
  cursor: pointer;
}
.field-upload label span {
  margin-left: 10px;
  background-color: #009cd5;
  color: #fff;
}
.field-upload label:hover {
  color: #214e88;
}
.field-upload label:hover span {
  background-color: #214e88;
}
.field-upload input.error ~ label {
  color: #ff747a;
}
.field-upload input.error ~ label span {
  background-color: #ff747a;
}
.field-upload input.error ~ input {
  background-color: #ff747a;
  color: #fff;
}
.field-upload input.error ~ input::-webkit-input-placeholder {
  opacity: 1;
}
.field-upload input.error ~ input::-moz-placeholder {
  opacity: 1;
}
.field-upload input.error ~ input:-ms-input-placeholder {
  opacity: 1;
}
.field-upload input.error ~ input::-ms-input-placeholder {
  opacity: 1;
}
.field-upload input.error ~ input::placeholder {
  opacity: 1;
}
.field-upload button {
  top: 50%;
  right: -5px;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  padding: 5px;
  color: #000;
}
.field-upload button:hover {
  color: #f00;
}
.field-upload > br,
.field-upload > span {
  display: none;
}
.field-add {
  line-height: 1.5;
}
.field-add a {
  color: currentColor;
}
.field-add a:hover {
  text-decoration: underline;
  color: #214e88;
}
.field-item {
  margin-bottom: 15px;
}

/* mobile */
@media (max-width: 767px) {
  .field-input,
  .field-textarea {
    padding-right: 20px;
    padding-left: 20px;
  }
  .field-upload label ~ input {
    margin-top: 10px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .field-input,
  .field-textarea {
    padding-right: 25px;
    padding-left: 25px;
  }
  .field-upload label ~ input {
    max-width: 430px;
  }
}
/**
--------------------------------------------------
  Checkbox
--------------------------------------------------
**/
.checkbox.i1 label,
.checkbox.i2 label,
.checkbox.i3 label {
  display: block;
}
.checkbox.i1 input + span,
.checkbox.i2 input + span,
.checkbox.i3 input + span {
  position: relative;
  display: block;
}
.checkbox.i1 input + span::before,
.checkbox.i1 input + span::after,
.checkbox.i2 input + span::before,
.checkbox.i2 input + span::after,
.checkbox.i3 input + span::before,
.checkbox.i3 input + span::after {
  position: absolute;
  pointer-events: none;
  content: "";
}
.checkbox.i1 input + span::before,
.checkbox.i2 input + span::before,
.checkbox.i3 input + span::before {
  background-color: #fff;
}
.checkbox.i1 input + span::after,
.checkbox.i2 input + span::after,
.checkbox.i3 input + span::after {
  background-color: #009cd5;
  opacity: 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.checkbox.i1 input:checked + span::after,
.checkbox.i2 input:checked + span::after,
.checkbox.i3 input:checked + span::after {
  opacity: 1;
}
.checkbox.i1 input.error + span,
.checkbox.i2 input.error + span,
.checkbox.i3 input.error + span {
  color: #ff747a;
}
.checkbox.i1,
.checkbox.i2 {
  font-size: 15px;
  line-height: 1.4;
}
.checkbox.i1 input + span::before,
.checkbox.i1 input + span::after,
.checkbox.i2 input + span::before,
.checkbox.i2 input + span::after {
  border-radius: 50%;
}
.checkbox.i1 input + span {
  padding-left: 30px;
}
.checkbox.i1 input + span::before {
  top: 0;
  left: 0;
  width: 21px;
  height: 21px;
}
.checkbox.i1 input + span::after {
  top: 5px;
  left: 5px;
  width: 11px;
  height: 11px;
}
.checkbox.i2 input + span {
  padding-left: 25px;
}
.checkbox.i2 input + span::before {
  top: 2px;
  left: 0;
  width: 17px;
  height: 17px;
  border: #000 solid 1px;
}
.checkbox.i2 input + span::after {
  top: 6px;
  left: 4px;
  width: 9px;
  height: 9px;
}
.checkbox.i3 {
  font-size: 14px;
  line-height: 18px;
}
.checkbox.i3 input + span {
  padding-left: 28px;
}
.checkbox.i3 input + span::before,
.checkbox.i3 input + span::after {
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
}
.checkbox.i3 input + span::before {
  border: #000 solid 1px;
}
.checkbox.i3 input + span::after {
  background-image: url(../img/icon/tick.svg);
  background-position: center;
  background-repeat: no-repeat;
}

.checkbox + .checkbox {
  margin-top: 10px;
}

/**
--------------------------------------------------
  Dropdown
--------------------------------------------------
**/
.dropdown {
  z-index: 5;
}
.dropdown-arrow {
  top: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  font-size: 0;
  line-height: 1;
  pointer-events: none;
  color: #214e88;
}
.dropdown-output,
.dropdown-option {
  font-size: 14px;
  line-height: 1.5;
}
.dropdown-output {
  z-index: 1;
  height: 46px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, border-color, color, -webkit-box-shadow;
          transition-property: background-color, border-color, color, -webkit-box-shadow;
          transition-property: background-color, border-color, box-shadow, color;
          transition-property: background-color, border-color, box-shadow, color, -webkit-box-shadow;
}
.dropdown-option {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
}
.dropdown-option:hover {
  background-color: #f7f7f7;
  color: #009cd5;
}
.dropdown-option.selected {
  background-color: #f4f4f4;
  color: #214e88;
}
.dropdown-option + .dropdown-option {
  border-top: #e6e6e6 solid 1px;
}
.dropdown-list {
  top: 100%;
  right: 0;
  left: 0;
  max-height: 270px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
}
.dropdown.expanded {
  z-index: 10;
}
.dropdown.expanded .dropdown-arrow {
  -webkit-transform: translateY(-50%) scale(-1);
          transform: translateY(-50%) scale(-1);
}
.dropdown.expanded .dropdown-output {
  -webkit-box-shadow: inset 0 0 0 1px #214e88;
          box-shadow: inset 0 0 0 1px #214e88;
}
.dropdown.expanded .dropdown-list {
  opacity: 1;
  visibility: visible;
}
.dropdown.selected .dropdown-output {
  color: #000;
}

/* mobile */
@media (max-width: 767px) {
  .dropdown-arrow {
    right: 15px;
  }
  .dropdown-output {
    padding-right: 45px;
    padding-left: 20px;
  }
  .dropdown-option {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .dropdown-arrow {
    right: 20px;
  }
  .dropdown-output {
    padding-right: 50px;
    padding-left: 25px;
  }
  .dropdown-option {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/**
--------------------------------------------------
  Button
--------------------------------------------------
**/
.button {
  padding: 10px 20px;
  line-height: 1.5625;
}
.button-icon svg {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin-left: 20px;
}
.button-push {
  padding-right: 10px;
}
.button-rounded {
  border-radius: 2em;
}
.button-outline-blue {
  -webkit-box-shadow: inset 0 0 0 1px #009cd5;
          box-shadow: inset 0 0 0 1px #009cd5;
}
.button-outline-white {
  -webkit-box-shadow: inset 0 0 0 1px #fff;
          box-shadow: inset 0 0 0 1px #fff;
}
.button-outline-blue:hover,
.button-outline-white:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.button-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.button-type-1 {
  background-color: #009cd5;
  color: #fff;
}
.button-type-1:hover {
  background-color: #fff;
  color: #214e88;
}
.button-type-2 {
  background-color: #009cd5;
  color: #fff;
}
.button-type-2:hover {
  background-color: #214e88;
}
.button-type-3 {
  background-color: #fff;
  color: #009cd5;
}
.button-type-3:hover {
  background-color: #214e88;
  color: #fff;
}
.button-type-4 {
  background-color: #fff;
  color: #214e88;
}
.button-type-4:hover {
  background-color: #009cd5;
  color: #fff;
}
.button-type-5 {
  background-color: #41d691;
  color: #fff;
}
.button-type-5:hover {
  background-color: #214e88;
}
.button-type-6 {
  background-color: #00d5cd;
  color: #fff;
}
.button-type-6:hover {
  background-color: #214e88;
}
.button-type-7 {
  background-color: #fff;
  color: #41d691;
}
.button-type-7:hover {
  background-color: #214e88;
  color: #fff;
}
.button-type-8 {
  background-color: #fff;
  color: #00d5cd;
}
.button-type-8:hover {
  background-color: #214e88;
  color: #fff;
}

/**
--------------------------------------------------
  Header
--------------------------------------------------
**/
.header {
  z-index: 55;
}
.header-title {
  color: #000;
}
.header-logo a,
.header-logo button,
.header-nav a,
.header-nav button,
.header-lang a,
.header-lang button,
.header-icon a,
.header-icon button,
.header-social a,
.header-social button {
  color: currentColor;
}
.header-logo {
  max-width: 190px;
}
.header-nav a.expanded {
  text-decoration: underline;
}
.header-lang {
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
}
.header-lang ul {
  top: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
}
.header-lang a,
.header-lang span {
  min-width: 40px;
  padding: 5px 10px;
}
.header-lang a:hover {
  background-color: #009cd5;
  color: #fff;
}
.header-lang.hover ul {
  opacity: 1;
  visibility: visible;
}
.header-lang.hover span {
  background-color: rgba(0, 0, 0, 0.25);
}
.header-icon a,
.header-icon svg,
.header-icon button,
.header-social a,
.header-social svg,
.header-social button {
  -webkit-transition-property: none;
          transition-property: none;
}
.header-icon a,
.header-icon button {
  height: 30px;
  margin-left: 20px;
}
.header-icon a:hover,
.header-icon button:hover {
  color: #4dd2ff;
}
.header-icon a:first-child,
.header-icon button:first-child {
  margin-left: 0;
}
.header-switch .on {
  display: none;
}
.header-switch .off {
  display: block;
}
.header-mask {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.header-modal,
.header-container {
  top: 0;
  right: 0;
  left: 0;
}
.header-modal {
  overflow-x: hidden;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
}
.header-modal.expanded {
  opacity: 1;
  visibility: visible;
}
.header-menu {
  z-index: 2;
}
.header-container {
  z-index: 3;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color;
          transition-property: background-color;
}
.header-search {
  z-index: 4;
}
.header-container.bg-bold-blue ~ .header-holder {
  display: block;
}
.header-container.bg-gradient-black ~ .header-holder {
  display: none;
}
.header-container.bg-mask ~ .header-mask {
  display: block;
}
.header-container.bg-bold-blue ~ .header-mask,
.header-container.bg-transparent ~ .header-mask,
.header-container.bg-gradient-black ~ .header-mask {
  display: none;
}
.header.expanded .header-slogan,
.header.expanded .header-linkedin,
.header.expanded .header-magnifier {
  display: none;
}
.header.expanded .header-switch .on {
  display: block;
}
.header.expanded .header-switch .off {
  display: none;
}
.header.expanded .header-container {
  min-height: auto !important;
  background-color: #214e88;
  background-image: none;
}
.header.sticky .header-container.bg-transparent {
  background-color: #214e88;
}

/* mobile */
@media (max-width: 767px) {
  .header-logo {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header-logo svg {
    width: 139px;
    height: 30px;
  }
  .header-slogan {
    margin-top: 10px;
    font-size: 8px;
    line-height: 10px;
  }
  .header-toolbar {
    top: 20px;
    right: 20px;
  }
  .header-mask,
  .header-holder {
    min-height: 70px;
  }
  .header-search {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .header-slogan {
    margin-top: 14px;
    font-size: 10px;
    line-height: 12px;
  }
  .header-toolbar {
    top: 35px;
  }
  .header-mask,
  .header-holder {
    min-height: 100px;
  }
  .header-search {
    padding-top: 30px;
    padding-bottom: 50px;
  }
}
@media (min-width: 1024px) {
  .header-nav {
    line-height: 20px;
  }
  .header-nav a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .header-nav a:hover {
    text-decoration: underline;
  }
  .header-icon {
    margin-left: 10px;
  }
  .header-line {
    width: 1px;
    height: 14px;
    background-color: currentColor;
  }
  .header-social a:hover {
    color: #4dd2ff;
  }
  .header-social li + li {
    margin-left: 10px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .header-logo {
    padding-top: 34px;
    padding-bottom: 34px;
  }
  .header-logo svg {
    width: 148px;
    height: 32px;
  }
  .header-toolbar {
    right: 30px;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .header-nav {
    font-size: 12px;
  }
  .header-nav a {
    padding-right: 15px;
    padding-left: 15px;
  }
  .header-lang {
    margin-left: 10px;
  }
  .header-social {
    margin-left: 15px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .header-logo {
    padding-top: 31px;
    padding-bottom: 31px;
  }
  .header-logo svg {
    width: 176px;
    height: 38px;
  }
  .header-nav {
    font-size: 14px;
  }
  .header-nav a {
    padding-right: 20px;
    padding-left: 20px;
  }
  .header-lang {
    margin-left: 20px;
  }
  .header-social {
    margin-left: 30px;
  }
  .header-toolbar {
    right: 40px;
  }
}
/**
--------------------------------------------------
  Footer
--------------------------------------------------
**/
.footer {
  padding-top: 35px;
  padding-bottom: 35px;
}
.footer-logo a {
  color: currentColor;
}
.footer-logo svg {
  width: 144px;
  height: 31px;
}
.footer-link {
  font-size: 14px;
  line-height: 20px;
}
.footer-link a {
  padding-top: 6px;
  padding-bottom: 6px;
  color: currentColor;
}
.footer-link a:hover {
  text-decoration: underline;
}
.footer-button li + li {
  margin-top: 15px;
}

/* mobile */
@media (max-width: 767px) {
  .footer {
    text-align: center;
  }
  .footer-logo,
  .footer-link,
  .footer-button {
    width: 100%;
  }
  .footer-logo {
    margin-bottom: 30px;
  }
  .footer-button {
    margin-top: 30px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-logo {
    width: 100%;
    margin-bottom: 25px;
  }
  .footer-link {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    margin-right: 40px;
  }
  .footer-button {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .footer-logo {
    margin-right: 35px;
  }
  .footer-link {
    padding-right: 35px;
    padding-left: 35px;
  }
  .footer-button {
    width: 250px;
    margin-left: 35px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .footer-logo {
    margin-right: 65px;
  }
  .footer-link {
    padding-right: 65px;
    padding-left: 65px;
  }
  .footer-button {
    width: 270px;
    margin-left: 65px;
  }
}
/**
--------------------------------------------------
  Menu
--------------------------------------------------
**/
.menu-label a,
.menu-link a,
.menu-sublink a,
.menu-lang a,
.menu-social a,
.menu-back a {
  color: currentColor;
}
.menu-label a:hover {
  text-decoration: underline;
}
.menu-link {
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.menu-link a {
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
}
.menu-link svg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-link li + li {
  border-top: rgba(255, 255, 255, 0.5) solid 1px;
}
.menu-sublink a {
  padding-top: 12px;
  padding-bottom: 12px;
}
.menu-sublink a:hover {
  text-decoration: underline;
}
.menu-lang {
  line-height: 1.25;
  border-right: rgba(255, 255, 255, 0.5) solid 1px;
  cursor: pointer;
}
.menu-lang ul {
  bottom: 100%;
  right: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
}
.menu-lang a,
.menu-lang div {
  min-width: 60px;
  padding: 5px 10px;
}
.menu-lang a:hover {
  background-color: rgba(0, 0, 0, 0.75);
}
.menu-lang svg {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.menu-lang.hover ul {
  opacity: 1;
  visibility: visible;
}
.menu-lang.hover div {
  background-color: rgba(0, 0, 0, 0.25);
}
.menu-lang.hover svg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.menu-social li {
  padding-right: 10px;
  padding-left: 10px;
}
.menu-group {
  margin-top: 30px;
}
.menu-card--title a {
  color: currentColor;
}
.menu-card--title a:hover {
  text-decoration: underline;
}
.menu-card--arrow {
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%) rotate(-90deg);
          transform: translate(0, -50%) rotate(-90deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 20px;
  height: 10px;
}
.menu-card--button {
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.menu-back {
  line-height: 1.25;
}
.menu-back svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}

/* mobile - tablet */
@media (max-width: 1023px) {
  .menu-label {
    font-size: 22px;
    line-height: 26px;
  }
  .menu-sublink {
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 1.4;
  }
  .menu-sublink li {
    border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  }
  .menu-card {
    min-height: 100px;
    padding-left: 120px;
  }
  .menu-card--image {
    top: 0;
    bottom: 0;
    left: 0;
    width: 120px;
  }
  .menu-card--body {
    width: 100%;
    padding: 20px 40px 20px 20px;
  }
  .menu-card--title {
    font-size: 18px;
    line-height: 22px;
  }
  .menu-accordion--header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-accordion--body {
    display: none;
  }
  .menu-accordion--arrow {
    -webkit-transform: translateX(10px) scale(1);
            transform: translateX(10px) scale(1);
    width: 38px;
    height: 36px;
    margin-left: 20px;
    cursor: pointer;
  }
  .menu-accordion--item.active .menu-accordion--body {
    display: block;
  }
  .menu-accordion--item.active .menu-accordion--arrow {
    -webkit-transform: translateX(10px) scale(-1);
            transform: translateX(10px) scale(-1);
  }
  .menu-flex--item,
  .menu-panel--item {
    width: 100%;
  }
  .menu-flex {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .menu-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
        flex-direction: column;
    min-height: 100vh;
  }
}
/* mobile */
@media (max-width: 767px) {
  .menu-panel {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .menu-toolbar {
    margin-right: -20px;
    margin-left: -20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-back a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .menu-search {
    padding-top: 10px;
    padding-bottom: 15px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .menu-panel {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .menu-toolbar {
    margin-right: -30px;
    margin-left: -30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .menu-back a {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .menu-search {
    padding-top: 15px;
    padding-bottom: 20px;
  }
}
/* tablet - desktop */
@media (min-width: 1024px) {
  .menu-label {
    font-size: 28px;
    line-height: 32px;
  }
  .menu-sublink {
    font-size: 16px;
    line-height: 1.5;
  }
  .menu-sublink li {
    border-top: rgba(255, 255, 255, 0.5) solid 1px;
  }
  .menu-card--title {
    font-size: 28px;
    line-height: 32px;
  }
  .menu-card--body {
    padding: 20px 20px 85px;
  }
  .menu-card.i1 {
    padding-left: 240px;
  }
  .menu-card.i1 .menu-card--image {
    top: 0;
    bottom: 0;
    left: 0;
    width: 240px;
  }
  .menu-card.i1 .menu-card--body {
    width: 100%;
    min-height: 180px;
  }
  .menu-card.i2 {
    padding-top: 200px;
  }
  .menu-card.i2 .menu-card--image {
    top: 0;
    right: 0;
    left: 0;
    height: 200px;
  }
  .menu-card.i2 .menu-card--body {
    width: 100%;
    min-height: 180px;
  }
  .menu-flex--item.i1 {
    width: 33.333333%;
  }
  .menu-flex--item.i2 {
    width: 100%;
  }
  .menu-panel {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
        flex-direction: row;
    margin-bottom: -30px;
    padding-top: 160px;
    padding-bottom: 40px;
  }
  .menu-panel--item {
    padding-bottom: 30px;
  }
  .menu-panel--item.i1 {
    width: 40%;
  }
  .menu-panel--item.i2 {
    width: 60%;
  }
  .menu-panel--item.i3 {
    width: 66.666667%;
  }
  .menu-panel--item.i4 {
    width: 100%;
  }
}
/* tablet */
@media (min-width: 1024px) and (max-width: 1279px) {
  .menu-accordion--body {
    margin-top: 40px;
  }
  .menu-flex,
  .menu-panel {
    margin-right: -30px;
    margin-left: -30px;
  }
  .menu-flex--item,
  .menu-panel--item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .menu-accordion--body {
    margin-top: 60px;
  }
  .menu-flex,
  .menu-panel {
    margin-right: -40px;
    margin-left: -40px;
  }
  .menu-flex--item,
  .menu-panel--item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/**
--------------------------------------------------
  Cookie
--------------------------------------------------
**/
.cookie {
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 50;
  padding-top: 25px;
  padding-bottom: 25px;
}
.cookie-text {
  font-size: 15px;
  line-height: 1.4;
}
.cookie-text a {
  text-decoration: underline;
  color: currentColor;
}
.cookie-text strong {
  font-weight: 700;
}

/* mobile - tablet */
@media (max-width: 1279px) {
  .cookie-text {
    text-align: center;
  }
  .cookie-button ul {
    margin-right: -5px;
    margin-left: -5px;
  }
  .cookie-button li {
    max-width: 230px;
    width: 50%;
    padding-right: 5px;
    padding-left: 5px;
  }
  .cookie-flex--item {
    width: 100%;
  }
  .cookie-flex--item + .cookie-flex--item {
    margin-top: 20px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .cookie-button li + li {
    margin-left: 15px;
  }
  .cookie-flex {
    margin-right: -20px;
    margin-left: -20px;
  }
  .cookie-flex--item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**
--------------------------------------------------
  Form
--------------------------------------------------
**/
.form-info {
  margin-top: 30px;
  font-size: 15px;
  line-height: 1.6;
  color: #ccc;
}
.form-checkbox {
  margin-top: 40px;
}
.form-button {
  margin-top: 50px;
}

/* mobile */
@media (max-width: 767px) {
  .form-flex--item {
    width: 100%;
  }
  .form-flex--item + .form-flex--item {
    margin-top: 15px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .form-flex {
    margin-right: -8px;
    margin-bottom: -15px;
    margin-left: -8px;
  }
  .form-flex--item {
    padding-right: 8px;
    padding-bottom: 15px;
    padding-left: 8px;
  }
  .form-flex--item.i1 {
    width: 50%;
  }
  .form-flex--item.i2 {
    width: 100%;
  }
}
/**
--------------------------------------------------
  Card
--------------------------------------------------
**/
.card-item--icon {
  margin-bottom: 15px;
}
.card-item--tag a,
.card-item--title a {
  color: currentColor;
}
.card-item--tag a:hover,
.card-item--title a:hover {
  text-decoration: underline;
}
.card-item--link a,
.card-item--category a {
  text-decoration: underline;
  color: currentColor;
}
.card-item--link a:hover,
.card-item--category a:hover {
  color: #214e88;
}
.card-item.i1 .card-item--body {
  padding: 20px 20px 85px;
}
.card-item.i1 .card-item--title {
  font-size: 20px;
  line-height: 1.25;
}
.card-item.i1 .card-item--meta {
  margin-top: 15px;
  font-size: 12px;
  line-height: 1.25;
}
.card-item.i1 .card-item--summary {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
}
.card-item.i1 .card-item--button {
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.card-item.i2 {
  min-height: 200px;
  padding: 20px 20px 85px;
}
.card-item.i2 .card-item--title {
  font-size: 24px;
  line-height: 1.25;
}
.card-item.i2 .card-item--button {
  right: 20px;
  bottom: 20px;
  left: 20px;
}
.card-item.i3 .card-item--body {
  padding: 25px 20px;
}
.card-item.i3 .card-item--title {
  font-size: 20px;
  line-height: 1.25;
}
.card-item.i3 .card-item--group {
  min-height: 52px;
  margin-bottom: 15px;
}
.card-item.i3 .card-item--tag {
  margin-top: 5px;
  font-size: 12px;
  line-height: 1.25;
}
.card-item.i3 .card-item--category {
  font-size: 14px;
  line-height: 16px;
}
.card-item.i3 .card-item--button {
  right: 20px;
  bottom: 20px;
}
.card-item.i3 .card-item--button a {
  padding: 5px;
  background-color: #009cd5;
  border-radius: 50%;
  color: #fff;
}
.card-item.i3 .card-item--button a:hover {
  background-color: #214e88;
}
.card-item.i4 {
  margin-top: 20px;
}
.card-item.i4 .card-item--group {
  margin-bottom: 20px;
}
.card-item.i4 .card-item--tag {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.25;
}
.card-item.i4 .card-item--category {
  font-size: 14px;
  line-height: 16px;
}
.card-item.i4 .card-item--link,
.card-item.i4 .card-item--summary {
  margin-top: 20px;
}
.card-item.i4 .card-item--link {
  font-size: 16px;
  line-height: 1.5;
}
.card-item.i4 .card-item--summary {
  font-size: 15px;
  line-height: 1.6;
}
.card-section--title {
  line-height: 1.25;
}
.card-section--body {
  margin-top: 40px;
}

/* mobile - tablet */
@media (max-width: 1023px) {
  .card-item.i3 .card-item--image {
    width: 100%;
    height: 230px;
  }
  .card-item.i3 .card-item--body {
    width: 100%;
    min-height: 230px;
  }
  .card-slider {
    margin-right: -20px;
    margin-left: -20px;
  }
  .card-slider--item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* mobile */
@media (max-width: 767px) {
  .card-item.i1 .card-item--image,
  .card-item.i1 .card-item--body {
    width: 100%;
  }
  .card-item.i1 .card-item--image {
    height: 160px;
  }
  .card-item.i2 {
    margin-right: -20px;
    margin-bottom: -20px;
    margin-left: -20px;
  }
  .card-item.i4 .card-item--image,
  .card-item.i4 .card-item--body {
    width: 100%;
  }
  .card-item.i4 .card-item--image {
    height: 320px;
  }
  .card-item.i4 .card-item--body {
    padding: 25px 20px;
  }
  .card-flex--item {
    width: 100%;
  }
  .card-flex--item + .card-flex--item {
    margin-top: 20px;
  }
  .card-section {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .card-section--title {
    font-size: 24px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .card-item.i1 .card-item--image {
    max-width: 250px;
    width: 50%;
  }
  .card-item.i1 .card-item--body {
    min-height: 250px;
  }
  .card-item.i4 .card-item--image {
    width: calc(50% + 10px);
  }
  .card-item.i4 .card-item--body {
    width: calc(50% - 10px);
    min-height: 450px;
    padding: 30px;
  }
  .card-item.i4 .card-item--title {
    font-size: 28px;
    line-height: 32px;
  }
  .card-flex {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .card-flex--item {
    width: 50%;
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .card-section {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .card-section--title {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  .card-item.i3 .card-item--image {
    max-width: 250px;
    width: 50%;
  }
  .card-item.i3 .card-item--body {
    min-height: 250px;
  }
}
/* tablet */
/* desktop */
/**
--------------------------------------------------
  Editor
--------------------------------------------------
**/
.editor-text h2:first-child,
.editor-text h3:first-child,
.editor-text h4:first-child,
.editor-text h5:first-child,
.editor-text p:first-child,
.editor-text ul:first-child,
.editor-text ol:first-child,
.editor-text img:first-child,
.editor-text figure:first-child,
.editor-text blockquote:first-child {
  margin-top: 0;
}
.editor-text h2,
.editor-text h3,
.editor-text h4,
.editor-text h5 {
  margin-top: 40px;
}
.editor-text h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
}
.editor-text h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}
.editor-text h4,
.editor-text h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
}
.editor-text p,
.editor-text ul,
.editor-text ol {
  margin-top: 20px;
}
.editor-text ul,
.editor-text ol {
  margin-left: 1em;
}
.editor-text ul {
  list-style: disc;
}
.editor-text ol {
  list-style: decimal;
}
.editor-text a {
  text-decoration: underline;
  color: #009cd5;
}
.editor-text a:hover {
  color: #214e88;
}
.editor-text strong {
  font-weight: 700;
}
.editor-text img {
  max-width: 100%;
  height: auto;
  margin-top: 30px;
}
.editor-text figure {
  margin-top: 40px;
}
.editor-text figcaption {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
  font-weight: 500;
  line-height: 1.25;
}
.editor-text blockquote {
  color: #009cd5;
}
.editor-text blockquote p {
  font-size: 24px;
}
.editor-text blockquote footer {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  text-align: right;
}
.editor-text th,
.editor-text td {
  padding: 10px;
  border: #e6e6e6 solid 1px;
}
.editor-text tr:nth-child(even) {
  background-color: rgba(247, 247, 247, 0.5);
}
.editor-text .wp-block-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.editor-text.xsmall {
  font-size: 14px;
  line-height: 20px;
}
.editor-text.small {
  font-size: 15px;
  line-height: 1.6;
}
.editor-text.medium {
  font-size: 16px;
  line-height: 1.5;
}
.editor-text.large {
  font-size: 18px;
  line-height: 1.5;
}
.editor-image {
  margin-bottom: 20px;
}
.editor-figure--label {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6;
}
.editor-figure--number {
  line-height: 1;
}
.editor-interview--title {
  font-size: 30px;
  line-height: 1.2;
}
.editor-interview--info {
  margin-top: 5px;
}
.editor-interview--summary {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.4;
}
.editor-interview--body {
  margin-top: 40px;
}

/* mobile */
@media (max-width: 767px) {
  .editor-mt-1 {
    margin-top: 20px;
  }
  .editor-mt-2 {
    margin-top: 30px;
  }
  .editor-mt-3,
  .editor-mt-4,
  .editor-mt-5 {
    margin-top: 40px;
  }
  .editor-image {
    width: 100%;
  }
  .editor-text blockquote {
    margin-top: 40px;
  }
  .editor-figure--number {
    font-size: 45px;
  }
  .editor-figure--item {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }
  .editor-figure--flex.i1 {
    padding-top: 25px;
    padding-bottom: 45px;
  }
  .editor-figure--flex.i1 .editor-figure--item {
    width: 100%;
  }
  .editor-figure--flex.i1 .editor-figure--item + .editor-figure--item {
    margin-top: 35px;
  }
  .editor-figure--flex.i2 .editor-figure--item {
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .editor-figure--flex.i2 .editor-figure--item + .editor-figure--item {
    border-top: #214e88 solid 2px;
  }
  .editor-figure--slider {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .editor-mt-1 {
    margin-top: 20px;
  }
  .editor-mt-2 {
    margin-top: 30px;
  }
  .editor-mt-3 {
    margin-top: 40px;
  }
  .editor-mt-4 {
    margin-top: 50px;
  }
  .editor-mt-5 {
    margin-top: 60px;
  }
  .editor-text blockquote {
    margin-top: 60px;
    padding-right: 60px;
    padding-bottom: 20px;
    padding-left: 60px;
  }
  .editor-image {
    width: calc(50% - 20px);
  }
  .editor-image.f-left {
    margin-right: 40px;
  }
  .editor-image.f-right {
    margin-left: 40px;
  }
  .editor-figure--number {
    font-size: 65px;
  }
  .editor-figure--item {
    padding-right: 40px;
    padding-left: 40px;
  }
  .editor-figure--flex.i1 {
    padding-top: 45px;
    padding-bottom: 45px;
  }
  .editor-figure--flex.i1 .editor-figure--item.i1 {
    width: 280px;
  }
  .editor-figure--flex.i1 .editor-figure--item.i2 {
    width: calc(100% - 280px);
  }
  .editor-figure--flex.i2 {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .editor-figure--flex.i2::before,
  .editor-figure--flex.i2::after {
    position: absolute;
    top: 25px;
    bottom: 25px;
    width: 1px;
    pointer-events: none;
    content: "";
    background-color: currentColor;
  }
  .editor-figure--flex.i2::before {
    left: 50%;
  }
  .editor-figure--flex.i2::after {
    right: 50%;
  }
  .editor-figure--flex.i2 .editor-figure--item {
    width: 50%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .editor-figure--flex.i2 .editor-figure--item:nth-child(n+3) {
    margin-top: 25px;
  }
}
/**
--------------------------------------------------
  Paging
--------------------------------------------------
**/
.paging {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 15px;
  line-height: 1.4;
}
.paging-item {
  padding: 2px 4px;
  color: #214e88;
}
.paging-item:hover {
  color: #009cd5;
}
.paging-item.active {
  font-weight: 700;
  text-decoration: underline;
  color: #009cd5;
}
.paging-prev,
.paging-next {
  border-radius: 50%;
  color: #009cd5;
}
.paging-prev:hover,
.paging-next:hover {
  color: #214e88;
}
.paging-prev {
  margin-right: 10px;
}
.paging-next {
  margin-left: 10px;
}

/**
--------------------------------------------------
  Filter
--------------------------------------------------
**/
.filter-item--icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.filter-item--header,
.filter-item--body {
  padding: 15px;
}
.filter-item--header {
  background-color: #009cd5;
  color: #fff;
  cursor: pointer;
}
.filter-item--label {
  font-size: 14px;
  line-height: 16px;
}
.filter-item--item {
  padding-top: 3px;
  padding-bottom: 3px;
}
.filter-item--button {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.filter-item--button button {
  font-weight: inherit;
  text-decoration: underline;
  color: currentColor;
}
.filter-item--button button:hover {
  color: #214e88;
}
.filter-item.hover .filter-item--icon {
  -webkit-transform: scale(-1);
          transform: scale(-1);
}
.filter-item.hover .filter-item--header {
  background-color: #214e88;
}

/* mobile */
@media (max-width: 767px) {
  .filter-item--body {
    display: none;
  }
  .filter-item.hover .filter-item--body {
    display: block;
  }
  .filter-flex--item {
    width: 100%;
  }
  .filter-flex--item + .filter-flex--item {
    margin-top: 10px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .filter-item {
    position: relative;
    z-index: 15;
  }
  .filter-item--body {
    position: absolute;
    top: 100%;
    left: 0;
    width: 240px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
            box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
    -webkit-transition-property: opacity, visibility;
            transition-property: opacity, visibility;
  }
  .filter-item.hover {
    z-index: 20;
  }
  .filter-item.hover .filter-item--body {
    opacity: 1;
    visibility: visible;
  }
  .filter-flex {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .filter-flex--item {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .filter-flex--item.i3 {
    width: calc(25% - 10px);
  }
  .filter-flex--item.i4 {
    width: calc(50% + 20px);
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .filter-flex--item.i1 {
    width: 33.333333%;
  }
  .filter-flex--item.i2 {
    width: 100%;
  }
}
/* desktop */
@media (min-width: 1024px) {
  .filter-flex--item.i1 {
    width: 170px;
  }
  .filter-flex--item.i2 {
    width: calc(100% - 510px);
  }
}
/**
--------------------------------------------------
  Keyword
--------------------------------------------------
**/
.keyword {
  z-index: 10;
  font-size: 14px;
}
.keyword-header {
  min-height: 46px;
  padding: 4px 13px;
  background-color: #fff;
  border: #707070 solid 1px;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: border-color;
          transition-property: border-color;
}
.keyword-body {
  top: 100%;
  right: 0;
  left: 0;
  padding: 15px 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
}
.keyword-placeholder {
  padding: 8px 2px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.5);
}
.keyword-placeholder strong {
  font-weight: inherit;
  color: #009cd5;
}
.keyword-item {
  margin: 2px;
  padding-right: 22px;
}
.keyword-value,
.keyword-remove {
  padding: 6px;
  color: #fff;
}
.keyword-value {
  line-height: 20px;
  background-color: #214e88;
  border-radius: 4px 0 0 4px;
}
.keyword-remove {
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  background-color: #009cd5;
  border-radius: 0 4px 4px 0;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color;
          transition-property: background-color;
}
.keyword-remove:hover {
  background-color: #ff747a;
}
.keyword-option label {
  display: block;
  padding: 3px 10px;
  line-height: 1.5;
  color: #009cd5;
  cursor: pointer;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: color;
          transition-property: color;
}
.keyword-option label:hover {
  color: #000;
}
.keyword-option input:checked + label {
  color: #214e88;
}
.keyword.expanded {
  z-index: 15;
}
.keyword.expanded .keyword-header {
  border-color: #214e88;
}
.keyword.expanded .keyword-body {
  opacity: 1;
  visibility: visible;
}

/**
--------------------------------------------------
  Toolbox
--------------------------------------------------
**/
.toolbox {
  padding-top: 40px;
  padding-bottom: 40px;
}
.toolbox-logo img {
  height: 45px;
}
.toolbox-branch {
  position: relative;
  max-width: 420px;
  min-height: 55px;
  padding: 7px 30px;
  line-height: 1.25;
}
.toolbox-branch::before,
.toolbox-branch::after {
  position: absolute;
  width: 16px;
  height: 16px;
  pointer-events: none;
  content: "";
  border-color: currentColor;
  border-style: solid;
}
.toolbox-branch::before {
  top: 0;
  left: 0;
  border-width: 1px 0 0 1px;
}
.toolbox-branch::after {
  right: 0;
  bottom: 0;
  border-width: 0 1px 1px 0;
}
.toolbox-branch a {
  text-decoration: underline;
  color: currentColor;
}
.toolbox-branch a:hover {
  color: #009cd5;
}

/* mobile */
@media (max-width: 1023px) {
  .toolbox-logo,
  .toolbox-button,
  .toolbox-group {
    width: 100%;
  }
  .toolbox-logo {
    margin-top: 30px;
  }
  .toolbox-logo li {
    width: 100%;
  }
  .toolbox-logo li + li {
    margin-top: 20px;
  }
  .toolbox-button {
    margin-bottom: 30px;
  }
}
/* tablet - desktop */
@media (min-width: 1024px) {
  .toolbox-logo li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    border-left: #214e88 solid 1px;
  }
  .toolbox-logo li + li {
    margin-left: 40px;
  }
}
/* tablet */
@media (min-width: 1024px) and (max-width: 1279px) {
  .toolbox-logo {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: 40px;
  }
  .toolbox-group {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 30px;
  }
  .toolbox-button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .toolbox-logo {
    margin-left: 30px;
  }
  .toolbox-button {
    margin-right: 30px;
  }
  .toolbox-group {
    margin-right: auto;
    margin-left: auto;
  }
  .toolbox-flex {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/**
--------------------------------------------------
  Toolbar
--------------------------------------------------
**/
.toolbar-tag,
.toolbar-category {
  padding-top: 5px;
  padding-bottom: 5px;
}
.toolbar-tag {
  font-size: 14px;
  line-height: 18px;
}
.toolbar-category {
  font-size: 16px;
  line-height: 1.25;
}
.toolbar-category a {
  text-decoration: underline;
  color: currentColor;
}
.toolbar-category a:hover {
  color: #214e88;
}
.toolbar-share {
  z-index: 30;
}
.toolbar-share--icon {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  color: #009cd5;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
}
.toolbar-share--list {
  top: 100%;
  right: -10px;
  width: 240px;
  padding-top: 15px;
  font-size: 14px;
  line-height: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: opacity, visibility;
          transition-property: opacity, visibility;
}
.toolbar-share--list::before,
.toolbar-share--list::after {
  position: absolute;
  z-index: 2;
  right: 17px;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-bottom-color: #fff;
  border-style: solid;
  border-width: 0 9px 10px 9px;
}
.toolbar-share--list::before {
  top: 5px;
}
.toolbar-share--list::after {
  top: 6px;
}
.toolbar-share--list ul {
  position: relative;
  z-index: 1;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.toolbar-share--list li + li {
  margin-top: 10px;
}
.toolbar-share--list a {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 47px;
  color: #000;
}
.toolbar-share--list a:hover {
  color: #009cd5;
}
.toolbar-share--list em {
  font-style: normal;
}
.toolbar-share--list span {
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background-color: #f4f4f4;
  border-radius: 50%;
  color: #214e88;
}
.toolbar-share--list img,
.toolbar-share--list svg {
  max-width: 16px;
  max-height: 16px;
  width: auto;
  height: auto;
}
.toolbar-share.hover .toolbar-share--icon {
  background-color: #214e88;
  color: #fff;
}
.toolbar-share.hover .toolbar-share--list {
  opacity: 1;
  visibility: visible;
}
.toolbar-button {
  width: 32px;
  height: 32px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 50%;
  color: #009cd5;
}
.toolbar-button:hover {
  background-color: #214e88;
  color: #fff;
}
.toolbar-flex {
  margin-right: -10px;
  margin-left: -10px;
}
.toolbar-item {
  padding-right: 10px;
  padding-left: 10px;
}

/* mobile */
@media (max-width: 767px) {
  .toolbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .toolbar-tag,
  .toolbar-category {
    width: 100%;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .toolbar {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .toolbar-category {
    margin-right: 15px;
  }
}
/**
--------------------------------------------------
  Section
--------------------------------------------------
**/
.section-title {
  line-height: 1.2;
}
.section-meta {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

/* mobile */
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
  .section-body {
    margin-top: 40px;
  }
  .section-line {
    border-bottom: #f7f7f7 solid 1px;
  }
  .section-pt-1 {
    padding-top: 40px;
  }
  .section-pt-2,
  .section-pt-3,
  .section-pt-4,
  .section-pt-5,
  .section-pt-6 {
    padding-top: 60px;
  }
  .section-pb-1 {
    padding-bottom: 40px;
  }
  .section-pb-2,
  .section-pb-3,
  .section-pb-4,
  .section-pb-5 {
    padding-bottom: 60px;
  }
  .section-filter {
    padding: 20px;
  }
  .section-article {
    padding-top: 0;
  }
  .section-article .section-body {
    margin-top: 0;
  }
  .section-article .section-header {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .section-title.medium {
    font-size: 50px;
  }
  .section-title.large {
    font-size: 65px;
  }
  .section-body {
    margin-top: 50px;
  }
  .section-pt-1 {
    padding-top: 40px;
  }
  .section-pt-2 {
    padding-top: 60px;
  }
  .section-pt-3 {
    padding-top: 80px;
  }
  .section-pt-4 {
    padding-top: 100px;
  }
  .section-pt-5 {
    padding-top: 120px;
  }
  .section-pt-6 {
    padding-top: 150px;
  }
  .section-pb-1 {
    padding-bottom: 40px;
  }
  .section-pb-2 {
    padding-bottom: 60px;
  }
  .section-pb-3 {
    padding-bottom: 80px;
  }
  .section-pb-4 {
    padding-bottom: 100px;
  }
  .section-pb-5 {
    padding-bottom: 120px;
  }
  .section-filter {
    padding: 17px 20px;
  }
  .section-article {
    padding-top: 0;
  }
  .section-article .section-title {
    min-height: 180px;
  }
  .section-article .section-body {
    margin-top: 0;
  }
  .section-article .section-header {
    padding-top: 150px;
    padding-bottom: 90px;
  }
}
/* tablet */
/* desktop */
/**
--------------------------------------------------
  Breadcrumb
--------------------------------------------------
**/
.breadcrumb {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 10px;
  line-height: 1.5;
}
.breadcrumb a {
  color: currentColor;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb strong {
  font-weight: 700;
}

/**
--------------------------------------------------
  Banner
--------------------------------------------------
**/
.banner-link {
  line-height: 1.25;
}
.banner-link a {
  text-decoration: underline;
  color: currentColor;
}
.banner-link a:hover {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
.banner-link svg {
  margin-right: 10px;
  color: #009cd5;
}
.banner-body {
  right: 0;
  left: 0;
}
.banner-mask {
  top: 0;
  right: 0;
  left: 0;
}
.banner-mask.i1 {
  height: 100%;
}
.banner-mask.i2 {
  height: 150px;
}
.banner-button {
  top: 50%;
  right: 0;
  z-index: 35;
}
.banner-abs {
  top: 0;
  right: 0;
  left: 0;
}

/* mobile */
@media (max-width: 767px) {
  .banner-title {
    font-size: 30px;
    line-height: 1.2;
  }
  .banner-link {
    margin-top: 40px;
  }
  .banner-body {
    bottom: 160px;
    text-align: center;
  }
  .banner-button {
    -webkit-transform: rotate(-90deg) translate(50%, -50%);
            transform: rotate(-90deg) translate(50%, -50%);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
  .banner-single .banner-image {
    min-height: 480px;
    max-height: 720px;
  }
  .banner-offer .banner-image {
    height: 240px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .banner-body {
    padding-right: 60px;
    padding-left: 60px;
  }
  .banner-body.i1 {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  .banner-body.i2 {
    bottom: 120px;
  }
  .banner-button {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .banner-single .banner-image {
    min-height: 640px;
    max-height: 720px;
  }
  .banner-offer .banner-image {
    height: 600px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .banner-title {
    font-size: 38px;
    line-height: 44px;
  }
}
/* desktop */
@media (min-width: 1024px) {
  .banner-title {
    font-size: 48px;
    line-height: 52px;
  }
}
/**
--------------------------------------------------
  Market
--------------------------------------------------
**/
.market-header {
  z-index: 5;
  padding: 15px 20px;
}
.market-title {
  font-size: 20px;
  line-height: 1.25;
}
.market-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}
.market-logo {
  bottom: 20px;
  right: 20px;
}
.market-logo img {
  max-width: 120px;
  -webkit-filter: drop-shadow(0 0 5px rgba(33, 78, 136, 0.5));
          filter: drop-shadow(0 0 5px rgba(33, 78, 136, 0.5));
}
.market-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

/* mobile */
@media (max-width: 767px) {
  .market-header {
    top: 20px;
    right: 20px;
    left: 20px;
  }
  .market-image {
    min-height: 480px;
    max-height: 720px;
  }
  .market-text,
  .market-button {
    right: 20px;
    left: 20px;
  }
  .market-text {
    font-size: 30px;
  }
  .market-button {
    bottom: 70px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .market-header {
    top: 50%;
    left: 0;
    min-width: 270px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, 0);
            transform: rotate(270deg) translate(-50%, 0);
  }
  .market-image {
    min-height: 640px;
    max-height: 720px;
  }
  .market-text,
  .market-button {
    right: 90px;
    left: 90px;
  }
  .market-text {
    font-size: 40px;
  }
  .market-button {
    bottom: 100px;
  }
}
/**
--------------------------------------------------
  Connect
--------------------------------------------------
**/
.connect-header {
  z-index: 5;
  padding: 15px 20px;
}
.connect-title {
  font-size: 20px;
  line-height: 1.25;
}
.connect-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}
.connect-block--link {
  margin-top: 30px;
  line-height: 1.25;
}
.connect-block--link a {
  text-decoration: underline;
  color: currentColor;
}
.connect-block--link a:hover {
  color: #214e88;
}
.connect-block--link li + li {
  margin-top: 10px;
}
.connect-block--summary {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}

/* mobile */
@media (max-width: 767px) {
  .connect-header {
    top: 20px;
    right: 20px;
    left: 20px;
  }
  .connect-block--image {
    min-height: 480px;
    max-height: 720px;
    height: 100vh;
  }
  .connect-block--body {
    margin-top: -50%;
    margin-right: 20px;
    margin-left: 20px;
    padding: 30px 20px;
  }
  .connect-block--title {
    font-size: 20px;
    line-height: 1.25;
  }
  .connect-block--link {
    font-size: 16px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .connect-header {
    top: 50%;
    left: 0;
    min-width: 270px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, 0);
            transform: rotate(270deg) translate(-50%, 0);
  }
  .connect-block {
    position: relative;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .connect-block--image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  .connect-block--body {
    max-width: 320px;
    min-height: 540px;
    padding: 30px;
  }
  .connect-block--title {
    font-size: 30px;
    line-height: 1.2;
  }
  .connect-block--link {
    font-size: 20px;
  }
}
/**
--------------------------------------------------
  Activity
--------------------------------------------------
**/
.activity {
  z-index: 10;
}
.activity-header {
  z-index: 5;
  padding: 15px 20px;
}
.activity-title {
  font-size: 20px;
  line-height: 1.25;
}
.activity-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}
.activity-item--title,
.activity-item--subtitle {
  line-height: 1.25;
}
.activity-item--icon {
  margin-top: 35px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.activity-item--summary {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
}
.activity-item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.activity-link {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.5625;
}
.activity-link a {
  padding: 10px 20px;
  text-decoration: underline;
  color: currentColor;
}
.activity-link a:hover {
  color: #214e88;
}

/* mobile */
@media (max-width: 767px) {
  .activity-header {
    position: relative;
    top: -90px;
    margin-right: 20px;
    margin-bottom: -90px;
    margin-left: 20px;
  }
  .activity-body {
    margin-top: 10px;
  }
  .activity-item {
    padding: 25px 20px 35px;
  }
  .activity-item--title,
  .activity-item--subtitle {
    font-size: 20px;
  }
  .activity-item--icon {
    width: 100px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 0 8px currentColor;
            box-shadow: inset 0 0 0 8px currentColor;
  }
  .activity-flex--item {
    width: 100%;
  }
  .activity-flex--item + .activity-flex--item {
    margin-top: 20px;
  }
  .activity-slider {
    margin-right: -20px;
    margin-left: -20px;
  }
  .activity-slider--item {
    padding-right: 20px;
    padding-left: 20px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .activity-header {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 270px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, 0);
            transform: rotate(270deg) translate(-50%, 0);
  }
  .activity-body {
    padding-right: 60px;
    padding-left: 60px;
  }
  .activity-item {
    padding: 35px 25px 45px;
  }
  .activity-item--title,
  .activity-item--subtitle {
    font-size: 24px;
  }
  .activity-item--icon {
    width: 120px;
    height: 120px;
    -webkit-box-shadow: inset 0 0 0 12px currentColor;
            box-shadow: inset 0 0 0 12px currentColor;
  }
  .activity-flex,
  .activity-slider {
    position: relative;
    top: -90px;
    margin-bottom: -90px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .activity-flex--item {
    width: 100%;
  }
  .activity-flex--item + .activity-flex--item {
    margin-top: 30px;
  }
  .activity-slider {
    margin-right: -15px;
    margin-left: -15px;
  }
  .activity-slider--item {
    padding-right: 15px;
    padding-left: 15px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .activity-flex,
  .activity-slider {
    margin-right: -10px;
    margin-left: -10px;
  }
  .activity-flex--item,
  .activity-slider--item {
    padding-right: 10px;
    padding-left: 10px;
  }
  .activity-flex--item {
    width: 33.333333%;
  }
  .activity-flex--item:nth-child(n+4) {
    margin-top: 20px;
  }
}
/**
--------------------------------------------------
  Solution
--------------------------------------------------
**/
.solution-header {
  z-index: 5;
  padding: 15px 20px;
}
.solution-title {
  font-size: 20px;
  line-height: 1.25;
}
.solution-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}
.solution-text {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

/* mobile */
@media (max-width: 767px) {
  .solution-header {
    top: 20px;
    right: 20px;
    left: 20px;
  }
  .solution-image {
    min-height: 480px;
    max-height: 720px;
  }
  .solution-text,
  .solution-button {
    right: 20px;
    left: 20px;
  }
  .solution-text {
    font-size: 40px;
  }
  .solution-button {
    bottom: 70px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .solution-header {
    top: 50%;
    left: 0;
    min-width: 270px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, 0);
            transform: rotate(270deg) translate(-50%, 0);
  }
  .solution-image {
    min-height: 640px;
    max-height: 720px;
  }
  .solution-text,
  .solution-button {
    right: 90px;
    left: 90px;
  }
  .solution-button {
    bottom: 100px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .solution-text {
    font-size: 56px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .solution-text {
    font-size: 72px;
  }
}
/**
--------------------------------------------------
  Site
--------------------------------------------------
**/
.site {
  padding-top: 30px;
  padding-bottom: 60px;
}
.site-title {
  line-height: 1;
}
.site-summary {
  margin-top: 20px;
  font-size: 15px;
  line-height: 1.6;
}
.site-summary a {
  text-decoration: underline;
  color: currentColor;
}
.site-summary strong {
  font-weight: 700;
}
.site-summary p + p {
  margin-top: 10px;
}
.site-button {
  margin-top: 50px;
}
.site-ribbon img {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* mobile */
@media (max-width: 767px) {
  .site {
    min-height: calc(100vh - 70px);
  }
  .site-title {
    font-size: 35px;
  }
  .site-button li {
    width: 100%;
  }
  .site-button li + li {
    margin-top: 15px;
  }
  .site-image {
    height: 230px;
  }
  .site-ribbon {
    height: 150px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .site {
    min-height: calc(100vh - 100px);
  }
  .site-title {
    font-size: 50px;
  }
  .site-button li + li {
    margin-left: 15px;
  }
  .site-image {
    height: 330px;
  }
  .site-ribbon {
    height: 210px;
  }
}
/**
--------------------------------------------------
  Team
--------------------------------------------------
**/
.team-summary {
  font-size: 15px;
  line-height: 1.6;
}
.team-member {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: -webkit-transform, -webkit-box-shadow;
          transition-property: -webkit-transform, -webkit-box-shadow;
          transition-property:         transform, box-shadow;
          transition-property:         transform, box-shadow, -webkit-transform, -webkit-box-shadow;
}
.team-member--body {
  right: 0;
  bottom: 0;
  left: 0;
  min-height: 135px;
  padding: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 100%);
}
.team-member--name {
  font-size: 20px;
  line-height: 1.25;
}
.team-member--summary {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.team-member--social {
  margin-left: 20px;
}
.team-member--social a,
.team-member--social svg {
  -webkit-transition-property: none;
          transition-property: none;
}
.team-member--social a {
  color: currentColor;
}
.team-member--social a:hover {
  color: #4dd2ff;
}
.team-member:hover {
  -webkit-transform: scale(1.025);
          transform: scale(1.025);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}

/* mobile */
@media (max-width: 767px) {
  .team {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .team-member--image {
    height: 380px;
  }
  .team-flex {
    margin-top: 30px;
  }
  .team-flex--item {
    width: 100%;
  }
  .team-flex--item + .team-flex--item {
    margin-top: 20px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .team-member--image {
    height: 420px;
  }
  .team-flex {
    margin-top: 60px;
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .team-flex--item {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .team-flex--item {
    width: 50%;
  }
}
/* desktop */
@media (min-width: 1024px) {
  .team-flex--item {
    width: 33.333333%;
  }
}
/**
--------------------------------------------------
  Chart
--------------------------------------------------
**/
.chart-flex {
  margin-right: -10px;
  margin-left: -10px;
}
.chart-item {
  padding-right: 10px;
  padding-left: 10px;
}
.chart-label {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.chart-number {
  top: 10px;
  left: 0;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(270deg) translate(-100%, 50%);
          transform: rotate(270deg) translate(-100%, 50%);
  font-size: 20px;
  line-height: 1;
}
.chart-column {
  width: 40px;
}
.chart-column.i1 {
  height: 120px;
}
.chart-column.i2 {
  height: 156px;
}
.chart-column.i3 {
  height: 186px;
}
.chart-column.i4 {
  height: 200px;
}

/**
--------------------------------------------------
  Search
--------------------------------------------------
**/
.search-form input.composed ~ button[type=reset] {
  display: block;
}
.search-form input.composed ~ button[type=button],
.search-form input.composed ~ button[type=submit] {
  display: none;
}
.search-form button[type=reset] {
  display: none;
}
.search-form button[type=button],
.search-form button[type=submit] {
  display: block;
}
.search-form.i1 input {
  height: 56px;
  padding: 15px 60px 15px 0;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  color: #fff;
}
.search-form.i1 input:focus {
  border-bottom-color: #fff;
}
.search-form.i1 input.error {
  border-bottom-color: #ff747a;
}
.search-form.i1 button {
  bottom: 18px;
  right: 0;
  color: #fff;
}
.search-form.i1 button:hover {
  color: #4dd2ff;
}
.search-form.i2 input {
  height: 46px;
  padding: 10px 85px 10px 25px;
  border: #214e88 solid 1px;
  border-radius: 2em;
  color: #214e88;
}
.search-form.i2 input:focus {
  border-color: #707070;
}
.search-form.i2 input.error {
  border-color: #ff747a;
}
.search-form.i2 button {
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  color: #009cd5;
}
.search-form.i2 button:hover {
  color: #214e88;
}
.search-form.i3 input {
  height: 46px;
  padding: 10px 65px 10px 15px;
  font-size: 14px;
  border: #707070 solid 1px;
  color: #000;
}
.search-form.i3 input:focus {
  border-color: #214e88;
}
.search-form.i3 input.error {
  border-color: #ff747a;
}
.search-form.i3 button {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50px;
  background-color: #214e88;
  color: #fff;
}
.search-form.i3 button:hover {
  background-color: #009cd5;
}
.search-form.i4 input {
  height: 35px;
  padding: 4px 60px 6px 0;
  font-size: 14px;
  border-bottom: rgba(255, 255, 255, 0.5) solid 1px;
  color: #fff;
}
.search-form.i4 input:focus {
  border-bottom-color: #fff;
}
.search-form.i4 input.error {
  border-bottom-color: #ff747a;
}
.search-form.i4 button {
  top: 6px;
  right: 0;
  color: #fff;
}
.search-form.i4 button:hover {
  color: #4dd2ff;
}
.search-form.i5 input {
  height: 46px;
  padding: 6px 80px 6px 20px;
  font-size: 18px;
  border: #214e88 solid 1px;
  color: #214e88;
}
.search-form.i5 input:focus {
  border-color: #707070;
}
.search-form.i5 input.error {
  border-color: #ff747a;
}
.search-form.i5 button {
  top: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  color: #009cd5;
}
.search-form.i5 button:hover {
  color: #214e88;
}
.search-result {
  margin-top: 30px;
  line-height: 1.5;
}
.search-body {
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.search-item {
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: #214e88 solid 1px;
}
.search-item--title {
  font-size: 18px;
  line-height: 1.5;
}
.search-item--title a {
  color: currentColor;
}
.search-item--title a:hover {
  text-decoration: underline;
}
.search-item--summary,
.search-item--category {
  font-size: 15px;
  line-height: 1.6;
}
.search-item--summary a,
.search-item--category a {
  text-decoration: underline;
  color: currentColor;
}
.search-item--summary a:hover,
.search-item--category a:hover {
  color: #214e88;
}
.search-item--summary {
  margin-top: 10px;
}
.search-item--category {
  margin-bottom: 10px;
}
.search-toolbox {
  margin-top: 40px;
}
.search-keyword {
  width: calc(100% - 50px);
}

/* mobile */
@media (max-width: 767px) {
  .search-form.i1 label {
    font-size: 24px;
    line-height: 1.25;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .search-form.i1 {
    padding-left: 200px;
  }
  .search-form.i1 label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 170px;
    font-size: 28px;
    line-height: 30px;
  }
}
/**
--------------------------------------------------
  Figure
--------------------------------------------------
**/
.figure-item--number {
  line-height: 1;
}
.figure-block--image {
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}
.figure-block--body {
  z-index: 2;
}
.figure-section--header {
  z-index: 5;
  padding: 15px 20px;
}
.figure-section--title {
  font-size: 20px;
  line-height: 1.25;
}
.figure-section--icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}

/* mobile */
@media (max-width: 767px) {
  .figure-item {
    text-align: center;
  }
  .figure-item--title,
  .figure-item--label {
    font-size: 20px;
    line-height: 1.25;
  }
  .figure-item--label {
    min-height: 50px;
  }
  .figure-item--number {
    margin-top: 20px;
    font-size: 70px;
  }
  .figure-item--summary {
    margin-top: 30px;
    font-size: 15px;
    line-height: 1.6;
  }
  .figure-block.i1 .figure-block--flex {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .figure-block.i1 .figure-block--item {
    width: 100%;
  }
  .figure-block.i1 .figure-block--item + .figure-block--item {
    margin-top: 30px;
  }
  .figure-block.i2 {
    padding-top: 350px;
  }
  .figure-block.i2 .figure-block--image {
    height: 350px;
  }
  .figure-block.i2 .figure-block--body {
    padding: 40px 20px 60px;
  }
  .figure-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .figure-section--header {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }
  .figure-section--body {
    margin-top: 30px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .figure-item.i1 .figure-item--title,
  .figure-item.i1 .figure-item--label {
    font-size: 18px;
    line-height: 22px;
  }
  .figure-item.i1 .figure-item--number {
    margin-top: 30px;
  }
  .figure-item.i1 .figure-item--summary {
    margin-top: 40px;
    font-size: 15px;
    line-height: 1.6;
  }
  .figure-item.i2 .figure-item--title,
  .figure-item.i2 .figure-item--label {
    min-height: 64px;
    font-size: 28px;
    line-height: 32px;
  }
  .figure-item.i2 .figure-item--number {
    margin-top: 20px;
  }
  .figure-item.i2 .figure-item--summary {
    font-size: 16px;
    line-height: 1.5;
  }
  .figure-slider::before,
  .figure-slider::after {
    position: absolute;
    top: 0;
    bottom: 52px;
    z-index: 5;
    width: 60px;
    pointer-events: none;
    content: "";
  }
  .figure-slider::before {
    left: 0;
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .figure-slider::after {
    right: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(white));
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
  }
  .figure-slider--item {
    padding: 40px 60px;
  }
  .figure-block,
  .figure-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .figure-block--image {
    height: 100%;
  }
  .figure-block--body {
    min-height: 540px;
  }
  .figure-block--item {
    width: 50%;
  }
  .figure-section--header {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 270px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, 0);
            transform: rotate(270deg) translate(-50%, 0);
  }
  .figure-section--body {
    padding-right: 60px;
    padding-left: 60px;
  }
  .figure-section--flex {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .figure-section--item {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .figure-section--item.i1 {
    width: 25%;
  }
  .figure-section--item.i2 {
    width: 50%;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .figure-item.i1 .figure-item--number {
    font-size: 80px;
  }
  .figure-item.i2 .figure-item--number {
    font-size: 95px;
  }
  .figure-slider--item {
    text-align: center;
  }
  .figure-block--body {
    width: 420px;
    padding: 60px 40px;
  }
  .figure-block--flex {
    margin-right: -30px;
    margin-left: -30px;
  }
  .figure-block--item {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .figure-item.i1 .figure-item--number {
    font-size: 90px;
  }
  .figure-item.i2 .figure-item--number {
    font-size: 120px;
  }
  .figure-slider--item + .figure-slider--item {
    position: relative;
  }
  .figure-slider--item + .figure-slider--item::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 1px;
    pointer-events: none;
    content: "";
    background-color: #009cd5;
  }
  .figure-block--body {
    width: 530px;
    padding: 90px 60px;
  }
  .figure-block--flex {
    margin-right: -40px;
    margin-left: -40px;
  }
  .figure-block--item {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/**
--------------------------------------------------
  Article
--------------------------------------------------
**/
.article-item {
  padding-bottom: 45px;
}
.article-item--icon {
  margin-bottom: 15px;
}
.article-item--tag,
.article-item--category {
  font-size: 12px;
  line-height: 1.25;
}
.article-item--category a,
.article-item--link a {
  text-decoration: underline;
  color: currentColor;
}
.article-item--category a:hover,
.article-item--link a:hover {
  color: #214e88;
}
.article-item--category {
  margin-right: 5px;
}
.article-item--link {
  right: 0;
  bottom: 0;
  left: 0;
  line-height: 1.5;
}
.article-item--title a {
  color: currentColor;
}
.article-item--title a:hover {
  text-decoration: underline;
}
.article-item--meta,
.article-item--summary {
  font-size: 15px;
  line-height: 1.6;
}
.article-item--image {
  margin-top: 20px;
}
.article-item.i2 .article-item--body {
  padding: 20px;
}
.article-item.i2 .article-item--link {
  padding: 20px;
}
.article-item.i2.focus {
  padding: 20px;
}
.article-pattern {
  background-image: url(../img/pattern.jpg);
  background-position: center;
  background-repeat: repeat;
}
.article-block {
  padding-top: 30px;
  padding-bottom: 60px;
}
.article-block--title {
  line-height: 1;
}
.article-block--filter {
  margin-top: 20px;
}
.article-section--header {
  z-index: 5;
  padding: 15px 20px;
}
.article-section--title {
  font-size: 20px;
  line-height: 1.25;
}
.article-section--icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin-right: 15px;
}
.article-link {
  padding-top: 25px;
  padding-bottom: 25px;
  line-height: 1.5625;
}
.article-link a {
  padding: 10px 20px;
  text-decoration: underline;
  color: currentColor;
}
.article-link a:hover {
  color: #214e88;
}

/* mobile */
@media (max-width: 767px) {
  .article-item--group {
    margin-bottom: 15px;
  }
  .article-item--banner {
    height: 200px;
  }
  .article-item--image {
    height: 180px;
  }
  .article-item--body {
    padding: 20px;
  }
  .article-item--link {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
  }
  .article-item--meta,
  .article-item--summary {
    margin-top: 15px;
  }
  .article-item.i1 .article-item--title {
    font-size: 22px;
    line-height: 26px;
  }
  .article-item.i1 .article-item--link {
    padding: 20px;
  }
  .article-item.i2 .article-item--title {
    font-size: 20px;
    line-height: 1.25;
  }
  .article-pattern {
    padding: 20px;
  }
  .article-pattern .article-item--banner {
    height: 180px;
  }
  .article-pattern .article-item--image {
    height: 160px;
  }
  .article-flex--item {
    width: 100%;
  }
  .article-flex--item + .article-flex--item {
    margin-top: 20px;
  }
  .article-block--header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .article-block--title {
    font-size: 30px;
  }
  .article-block--body {
    margin-right: -20px;
    margin-left: -20px;
  }
  .article-section {
    padding-top: 20px;
  }
  .article-section--header {
    position: relative;
    margin-right: 20px;
    margin-left: 20px;
  }
  .article-section--body {
    margin-top: 10px;
  }
  .article-detail {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article-detail--banner {
    margin-top: -20px;
    margin-right: -20px;
    margin-bottom: 30px;
    margin-left: -20px;
  }
  .article-intro {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .article-edge {
    margin-right: -20px;
    margin-left: -20px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .article-item--group {
    margin-bottom: 20px;
  }
  .article-item--link {
    font-size: 16px;
  }
  .article-item--meta,
  .article-item--summary {
    margin-top: 20px;
  }
  .article-item.i1 .article-item--banner {
    height: 290px;
  }
  .article-item.i1 .article-item--body {
    padding: 30px;
  }
  .article-item.i1 .article-item--link {
    padding: 20px 30px;
  }
  .article-item.i1 .article-item--title {
    font-size: 36px;
    line-height: 1;
  }
  .article-item.i1 .article-item--image {
    height: 250px;
  }
  .article-item.i2 .article-item--banner {
    height: 180px;
  }
  .article-item.i2 .article-item--title {
    font-size: 20px;
    line-height: 1.25;
  }
  .article-item.i2 .article-item--image {
    height: 140px;
  }
  .article-pattern.i1 {
    padding: 30px;
  }
  .article-pattern.i2 {
    padding: 20px;
  }
  .article-pattern .article-item.i1 .article-item--banner {
    height: 260px;
  }
  .article-pattern .article-item.i1 .article-item--image {
    height: 220px;
  }
  .article-pattern .article-item.i2 .article-item--banner {
    height: 160px;
  }
  .article-pattern .article-item.i2 .article-item--image {
    height: 120px;
  }
  .article-flex {
    margin-right: -10px;
    margin-bottom: -20px;
    margin-left: -10px;
  }
  .article-flex--item {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }
  .article-list {
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: #214e88 solid 1px;
  }
  .article-block--header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .article-block--body {
    border-top: #707070 solid 1px;
  }
  .article-block--title {
    font-size: 40px;
  }
  .article-section {
    padding-top: 90px;
  }
  .article-section--header {
    position: absolute;
    top: 50%;
    left: 0;
    min-width: 270px;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(270deg) translate(-50%, 0);
            transform: rotate(270deg) translate(-50%, 0);
  }
  .article-section--body {
    padding-right: 60px;
    padding-left: 60px;
  }
  .article-detail {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .article-detail--banner {
    margin-bottom: 40px;
  }
  .article-intro {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .article-flex--item.i1 {
    width: 50%;
  }
  .article-flex--item.i2 {
    width: 100%;
  }
  .article-flex--item.i3 {
    width: 33.333333%;
  }
}
/* desktop */
@media (min-width: 1024px) {
  .article-flex--item.i1 {
    width: 25%;
  }
  .article-flex--item.i2 {
    width: 50%;
  }
  .article-flex--item.i3 {
    width: 33.333333%;
  }
}
/**
--------------------------------------------------
  Offer
--------------------------------------------------
**/
.offer-filter--legend {
  line-height: 1.375;
  color: #fff;
}
.offer-filter--legend svg {
  width: 18px;
  height: 12px;
  margin-right: 10px;
}
.offer-filter--fieldset {
  position: relative;
}
.offer-filter--holder,
.offer-filter--toggle {
  cursor: pointer;
}
.offer-filter--holder {
  position: absolute;
  top: 17px;
  right: 20px;
  left: 20px;
  height: 46px;
}
.offer-filter--toggle {
  padding: 13px 20px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  border: #214e88 solid 1px;
}
.offer-filter--toggle svg {
  color: #009cd5;
}
.offer-filter--toggle span {
  color: #214e88;
}
.offer-filter--label {
  font-size: 14px;
  line-height: 18px;
}
.offer-filter--label ~ .offer-filter--label {
  margin-top: 15px;
}
.offer-filter--label + .offer-filter--option {
  margin-top: 10px;
}
.offer-filter--panel {
  display: none;
}
.offer-filter--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 5px 15px 20px;
}
.offer-filter--button button {
  margin: 5px;
}
.offer-item--title a {
  color: currentColor;
}
.offer-item--title a:hover {
  text-decoration: underline;
}
.offer-item--type {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
  text-decoration: underline;
}
.offer-item--info,
.offer-item--summary {
  font-size: 14px;
  line-height: 1.5;
}
.offer-item--info {
  margin-top: 5px;
  opacity: 0.5;
}
.offer-item--summary {
  margin-top: 20px;
}
.offer-item--button {
  margin-top: 30px;
}
.offer-list {
  margin-top: 40px;
}
.offer-result {
  margin-top: 20px;
  line-height: 1.5;
}

/* mobile */
@media (max-width: 767px) {
  .offer-filter--fieldset {
    margin-top: 30px;
  }
  .offer-filter--panel {
    display: none;
    padding: 15px 8px 20px;
  }
  .offer-filter--toggle.active + .offer-filter--panel {
    display: block;
  }
  .offer-filter--button {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .offer-filter--grid {
    padding: 20px;
  }
  .offer-filter--item {
    width: 100%;
  }
  .offer-filter--item + .offer-filter--item {
    margin-top: 10px;
  }
  .offer-item {
    padding: 20px;
  }
  .offer-item--title {
    font-size: 22px;
    line-height: 26px;
  }
  .offer-item + .offer-item {
    margin-top: 20px;
  }
  .offer-result {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .offer-filter {
    min-height: 162px;
  }
  .offer-filter--fieldset {
    margin-top: 20px;
  }
  .offer-filter--panel {
    max-height: 230px;
    margin-top: 20px;
    padding: 5px 8px;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .offer-filter--button {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .offer-filter--grid {
    padding: 17px 10px;
  }
  .offer-filter--grid .offer-filter--item {
    width: 25%;
    padding-right: 10px;
    padding-left: 10px;
  }
  .offer-filter--grid .offer-filter--item:nth-child(n+2) {
    position: relative;
  }
  .offer-filter--grid .offer-filter--item:nth-child(n+2)::before {
    position: absolute;
    top: 66px;
    bottom: 0;
    left: 0;
    width: 1px;
    pointer-events: none;
    content: "";
    background-color: #214e88;
    opacity: 0.2;
  }
  .offer-filter--panel,
  .offer-filter--holder {
    display: none;
  }
  .offer-filter.active .offer-filter--panel,
  .offer-filter.active .offer-filter--holder {
    display: block;
  }
  .offer-item {
    padding: 30px;
  }
  .offer-item--title {
    font-size: 28px;
    line-height: 32px;
  }
  .offer-item + .offer-item {
    margin-top: 30px;
  }
  .offer-result {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/**
--------------------------------------------------
  Brand
--------------------------------------------------
**/
.brand {
  padding-top: 40px;
  padding-bottom: 60px;
}
.brand-title {
  font-size: 20px;
  line-height: 1.25;
}
.brand-logo {
  margin-top: 40px;
}
.brand-logo img {
  height: 45px;
}

/* mobile */
@media (max-width: 767px) {
  .brand-logo li {
    width: 100%;
  }
  .brand-logo li + li {
    margin-top: 20px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .brand-logo li {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .brand-logo li + li {
    border-left: #214e88 solid 1px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1023px) {
  .brand-logo li {
    padding-right: 25px;
    padding-left: 25px;
  }
}
/* desktop */
@media (min-width: 1024px) {
  .brand-logo li {
    padding-right: 45px;
    padding-left: 45px;
  }
}
/**
--------------------------------------------------
  FAQ
--------------------------------------------------
**/
.faq {
  margin-top: -20px;
}
.faq-info {
  font-size: var(--faq-info-fs);
  line-height: var(--faq-info-lh);
}
.faq-intro {
  font-size: var(--faq-intro-fs);
  line-height: var(--faq-intro-lh);
}
.faq-body {
  margin-top: var(--faq-body-mt);
}
.faq-item {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: #e6e6e6 solid 1px;
}
.faq-item--category {
  margin-right: -4px;
  margin-bottom: 10px;
  margin-left: -4px;
  font-size: 14px;
  line-height: 20px;
}
.faq-item--category a {
  display: inline-block;
  padding-right: 4px;
  padding-left: 4px;
  text-decoration: underline;
  color: #000;
}
.faq-item--category a:hover {
  color: #214e88;
}
.faq-item--category a.selected {
  font-weight: 700;
  color: #214e88;
}
.faq-item--button {
  margin-top: 25px;
}
.faq-item--title {
  font-size: var(--faq-item-title-fs);
  line-height: var(--faq-item-title-lh);
}
.faq-item--arrow {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border: currentColor solid 1px;
  border-radius: 50%;
}
.faq-item--plus {
  display: none;
}
.faq-item--minus {
  display: block;
}
.faq-item--header {
  padding-right: var(--faq-block-px);
  cursor: pointer;
}
.faq-item--header .faq-item--arrow {
  color: #009cd5;
}
.faq-item--header:hover .faq-item--title,
.faq-item--header:hover .faq-item--arrow {
  color: #214e88;
}
.faq-item--body {
  margin-top: 15px;
}
.faq-item.collapsed .faq-item--plus {
  display: block;
}
.faq-item.collapsed .faq-item--minus,
.faq-item.collapsed .faq-item--body {
  display: none;
}
.faq-section,
.faq-support {
  margin-top: var(--faq-block-mt);
}
.faq-section {
  padding: var(--faq-section-gutter);
}
.faq-section--title {
  font-size: var(--faq-section-title-fs);
  line-height: var(--faq-section-title-lh);
}
.faq-section--arrow {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.faq-section--header {
  margin-bottom: -1px;
  padding-right: var(--faq-block-px);
  border-bottom: #fff solid 1px;
  color: #009cd5;
  cursor: pointer;
}
.faq-section--header:hover {
  color: #214e88;
}
.faq-section.collapsed .faq-section--arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.faq-section.collapsed .faq-section--body {
  display: none;
}

/* mobile */
@media (max-width: 767px) {
  .faq {
    --faq-info-fs: 14px;
    --faq-info-lh: 18px;
    --faq-intro-fs: 24px;
    --faq-intro-lh: 1.25;
    --faq-body-mt: 50px;
    --faq-block-mt: 20px;
    --faq-block-px: 44px;
    --faq-item-title-fs: 16px;
    --faq-item-title-lh: 1.5;
    --faq-section-gutter: 20px;
    --faq-section-title-fs: 24px;
    --faq-section-title-lh: 1.25;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .faq {
    --faq-info-fs: 18px;
    --faq-info-lh: 24px;
    --faq-intro-fs: 32px;
    --faq-intro-lh: 36px;
    --faq-body-mt: 60px;
    --faq-block-mt: 30px;
    --faq-block-px: 84px;
    --faq-item-title-fs: 20px;
    --faq-item-title-lh: 1.5;
    --faq-section-gutter: 30px;
    --faq-section-title-fs: 28px;
    --faq-section-title-lh: 32px;
  }
}
/**
--------------------------------------------------
  Contact
--------------------------------------------------
**/
.contact-summary {
  line-height: 1.5;
}
.contact-client,
.contact-branch,
.contact-category,
.contact-support {
  margin-top: 30px;
}
.contact-client,
.contact-branch,
.contact-category {
  font-size: 15px;
  line-height: 1.6;
}
.contact-client img {
  height: 60px;
}
.contact-client strong {
  font-weight: 700;
  text-decoration: underline;
  color: #009cd5;
}
.contact-client address {
  margin-top: 5px;
  font-style: normal;
}
.contact-branch li {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-branch a {
  text-decoration: underline;
  color: currentColor;
}
.contact-branch a:hover {
  color: #214e88;
}
.contact-branch strong {
  font-weight: 700;
  text-decoration: underline;
  color: #009cd5;
}
.contact-branch address {
  margin-top: 5px;
  font-style: normal;
}
.contact-category a {
  padding: 25px 20px;
  background-color: #f7f7f7;
  border: #214e88 solid 1px;
  color: #000;
  -webkit-transition-duration: 0.25s;
          transition-duration: 0.25s;
  -webkit-transition-property: background-color, color;
          transition-property: background-color, color;
}
.contact-category a:hover {
  background-color: #214e88;
  color: #fff;
}
.contact-category a.active {
  background-color: #009cd5;
  border-color: #009cd5;
  color: #fff;
}
.contact-group {
  margin-top: 60px;
}

/* mobile */
@media (max-width: 767px) {
  .contact-title {
    font-size: 22px;
    line-height: 26px;
  }
  .contact-client img {
    top: 0;
    left: 0;
  }
  .contact-client li {
    width: 100%;
    min-height: 60px;
    padding-top: 5px;
    padding-left: 85px;
  }
  .contact-client li + li {
    margin-top: 25px;
  }
  .contact-branch {
    margin-right: -20px;
    margin-left: -20px;
  }
  .contact-branch--image {
    height: 240px;
  }
  .contact-branch--body {
    padding: 20px;
  }
  .contact-category li {
    width: 100%;
  }
  .contact-category li + li {
    margin-top: 10px;
  }
  .contact-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .contact-title {
    font-size: 28px;
    line-height: 32px;
  }
  .contact-client img {
    top: 0;
  }
  .contact-client li {
    width: 50%;
    padding-top: 75px;
  }
  .contact-branch {
    position: relative;
    padding-right: 50%;
  }
  .contact-branch--image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
  }
  .contact-branch--body {
    min-height: 300px;
    padding: 20px 25px;
  }
  .contact-category ul {
    margin-right: -5px;
    margin-bottom: -10px;
    margin-left: -5px;
  }
  .contact-category li {
    width: 50%;
    padding-right: 5px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
  .contact-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* tablet */
@media (min-width: 768px) and (max-width: 1279px) {
  .contact-client img {
    left: 30px;
  }
  .contact-client ul {
    margin-right: -30px;
    margin-left: -30px;
  }
  .contact-client li {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* desktop */
@media (min-width: 1280px) {
  .contact-client img {
    left: 40px;
  }
  .contact-client ul {
    margin-right: -40px;
    margin-left: -40px;
  }
  .contact-client li {
    padding-right: 40px;
    padding-left: 40px;
  }
}
/**
--------------------------------------------------
  Support
--------------------------------------------------
**/
.support {
  padding: var(--support-px) 20px;
}
.support-text {
  font-size: var(--support-text-fs);
  line-height: var(--support-text-lh);
}
.support-button {
  margin-top: var(--support-button-mt);
}

/* mobile */
@media (max-width: 767px) {
  .support {
    --support-px: 40px;
    --support-text-fs: 20px;
    --support-text-lh: 1.25;
    --support-button-mt: 45px;
  }
}
/* tablet - desktop */
@media (min-width: 768px) {
  .support {
    --support-px: 30px;
    --support-text-fs: 22px;
    --support-text-lh: 26px;
    --support-button-mt: 35px;
  }
}
/**
--------------------------------------------------
  Print
--------------------------------------------------
**/
@media print {
  .shown-print {
    display: block !important;
  }
  .shown-print.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .shown-print.d-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .hidden-print {
    display: none !important;
  }
  .bg-blue,
  .bg-light-blue,
  .bg-bold-blue,
  .bg-gradient-blue,
  .bg-gradient-black {
    background-color: #f7f7f7;
  }
  .bg-gradient-blue,
  .bg-gradient-black {
    background-image: none;
  }
  .c-white {
    color: #000;
  }
  .header-container {
    position: relative;
    background-color: transparent;
  }
  .main {
    background-color: transparent;
  }
  .section-article .section-header {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .section-article .section-title {
    min-height: auto;
  }
  .toolbar {
    margin-bottom: 20px;
  }
  .toolbar .container.max-w-830.mx-auto {
    max-width: 740px;
  }
}
