<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://use.typekit.net/lmo3ipj.css");
.wf,
.w,
.wm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.wf {
  max-width: none;
  padding: 0 75px;
}
@media all and (max-width: 1600px) {
  .wf {
    padding: 0 60px;
  }
}
@media all and (max-width: 1366px) {
  .wf {
    padding: 0 40px;
  }
}
@media all and (max-width: 1128px) {
  .wf {
    padding: 0 30px;
  }
}
@media all and (max-width: 1023px) {
  .wf {
    padding: 0 20px;
  }
}

.w {
  padding: 0 172px;
}
@media all and (max-width: 1919px) {
  .w {
    padding: 0 150px;
  }
}
@media all and (max-width: 1600px) {
  .w {
    padding: 0 120px;
  }
}
@media all and (max-width: 1366px) {
  .w {
    padding: 0 80px;
  }
}
@media all and (max-width: 1128px) {
  .w {
    padding: 0 60px;
  }
}
@media all and (max-width: 1023px) {
  .w {
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .w {
    padding: 0 20px;
  }
}

.wm {
  max-width: 1544px;
  padding: 0 172px;
}
@media all and (max-width: 1919px) {
  .wm {
    padding: 0 200px;
  }
}
@media all and (max-width: 1600px) {
  .wm {
    padding: 0 180px;
  }
}
@media all and (max-width: 1366px) {
  .wm {
    padding: 0 160px;
  }
}
@media all and (max-width: 1128px) {
  .wm {
    padding: 0 120px;
  }
}
@media all and (max-width: 1023px) {
  .wm {
    padding: 0 40px;
  }
}
@media all and (max-width: 767px) {
  .wm {
    padding: 0 20px;
  }
}

.flexbox {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flexbox-space {
  justify-content: space-between;
}

.flexbox-start {
  justify-content: start;
}

.flexbox-end {
  justify-content: end;
}

.flexbox-around {
  justify-content: space-around;
}

.flexbox-evenly {
  justify-content: space-evenly;
}

.flexbox-full {
  width: 100%;
}
@media (max-width: 1023px) {
  .flexbox-full {
    width: 100%;
  }
}

.flexbox-half {
  width: calc(50% - 10px);
}
@media (max-width: 1023px) {
  .flexbox-half {
    width: 100%;
  }
}

.flexbox-third {
  width: calc(33% - 10px);
}
@media (max-width: 1023px) {
  .flexbox-third {
    width: 100%;
  }
}

.flexbox-quarter {
  width: calc(25% - 10px);
}
@media (max-width: 1023px) {
  .flexbox-quarter {
    width: 100%;
  }
}

.background-white {
  background-color: #FFFFFF;
}

.background-chinese-silver {
  background-color: #CACACA;
}

.background-black {
  background-color: #000000;
}

.background-rangoon-green {
  background-color: #1D1D1D;
}

.background-quartz {
  background-color: #4B4C4F;
}

.background-old-silver {
  background-color: #848484;
}

.background-light-silver {
  background-color: #D9D9D9;
}

.background-platinum {
  background-color: #E5E5E5;
}

.background-white-smoke {
  background-color: #F3F3F3;
}

.background-deep-sapphire {
  background-color: #12215F;
}

.background-oxford-blue {
  background-color: #0B2347;
}

.background-dark-midnight-blue {
  background-color: #052E6B;
}

.background-deep-carmine-pink {
  background-color: #EF3829;
}

.background-blood {
  background-color: #9F1A0F;
}

.background-transparent {
  background-color: rgba(0, 0, 0, 0);
}

.text-complementary-white {
  color: #0B2347;
}

.text-complementary-chinese-silver {
  color: #CACACA;
}

.text-complementary-black {
  color: #FFFFFF;
}

.text-complementary-rangoon-green {
  color: #1D1D1D;
}

.text-complementary-quartz {
  color: #4B4C4F;
}

.text-complementary-old-silver {
  color: #0B2347;
}

.text-complementary-light-silver {
  color: #0B2347;
}

.text-complementary-platinum {
  color: #E5E5E5;
}

.text-complementary-white-smoke {
  color: #F3F3F3;
}

.text-complementary-deep-sapphire {
  color: #12215F;
}

.text-complementary-oxford-blue {
  color: #FFFFFF;
}

.text-complementary-dark-midnight-blue {
  color: #052E6B;
}

.text-complementary-deep-carmine-pink {
  color: #FFFFFF;
}

.text-complementary-blood {
  color: #9F1A0F;
}

.text-complementary-transparent {
  color: rgba(0, 0, 0, 0);
}

html {
  font-size: 16px;
  line-height: 1.4375;
  color: #0B2347;
  font-weight: 400;
}
@media all and (max-width: 1919px) {
  html {
    font-size: 16px;
  }
}

body,
input,
textarea,
button {
  font-family: "greycliff-cf";
  font-weight: inherit;
  font-size: 18px;
  line-height: 1.55;
  color: #0B2347;
  outline: none !important;
  font-weight: 400;
}
@media all and (max-width: 1919px) {
  body,
input,
textarea,
button {
    font-size: 16px;
  }
}

h1,
h2,
h3,
h4 {
  font-weight: 800;
  line-height: 1.18;
}

.fsh1,
h1 {
  font-size: 100px;
}
@media all and (max-width: 1919px) {
  .fsh1,
h1 {
    font-size: 90px;
  }
}
@media all and (max-width: 1600px) {
  .fsh1,
h1 {
    font-size: 80px;
  }
}
@media all and (max-width: 1215px) {
  .fsh1,
h1 {
    font-size: 70px;
  }
}
@media all and (max-width: 1128px) {
  .fsh1,
h1 {
    font-size: 60px;
  }
}
@media all and (max-width: 767px) {
  .fsh1,
h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 600px) {
  .fsh1,
h1 {
    font-size: 45px;
  }
}

.fsh2,
h2 {
  font-size: 90px;
}
@media all and (max-width: 1919px) {
  .fsh2,
h2 {
    font-size: 75px;
  }
}
@media all and (max-width: 1600px) {
  .fsh2,
h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 1215px) {
  .fsh2,
h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1128px) {
  .fsh2,
h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .fsh2,
h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .fsh2,
h2 {
    font-size: 35px;
  }
}

.fsh3,
h3 {
  font-size: 45px;
  line-height: 1.2;
}
@media all and (max-width: 1919px) {
  .fsh3,
h3 {
    font-size: 38px;
  }
}
@media all and (max-width: 1600px) {
  .fsh3,
h3 {
    font-size: 32px;
  }
}
@media all and (max-width: 1215px) {
  .fsh3,
h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1128px) {
  .fsh3,
h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .fsh3,
h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 600px) {
  .fsh3,
h3 {
    font-size: 22px;
  }
}

.fsh4,
h4 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
@media all and (max-width: 1919px) {
  .fsh4,
h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 1600px) {
  .fsh4,
h4 {
    font-size: 18px;
  }
}
@media all and (max-width: 1215px) {
  .fsh4,
h4 {
    font-size: 16px;
  }
}

/* font sizes */
u {
  text-decoration: underline;
}

.wp-editor,
.editorText {
  /* text alignment da editor WYSIWYG */
}
.wp-editor &gt; *:not(:last-child),
.editorText &gt; *:not(:last-child) {
  margin-bottom: 1em;
}
.wp-editor a,
.editorText a {
  transition: color 0.3s;
  display: inline;
  text-decoration: underline;
}
.wp-editor a:hover,
.editorText a:hover {
  text-decoration: none;
}
.wp-editor p &gt; small,
.editorText p &gt; small {
  font-size: 14px;
  line-height: 1.71em;
}
.wp-editor ul,
.editorText ul {
  list-style: none;
  margin-left: 0.9em;
}
.wp-editor ul li,
.editorText ul li {
  position: relative;
}
.wp-editor ul li:not(:last-child),
.editorText ul li:not(:last-child) {
  margin-bottom: 0.83em;
}
.wp-editor ul li:before,
.editorText ul li:before {
  content: " ";
  background-color: #EF3829;
  font-weight: bold;
  display: inline-block;
  width: 0.44em;
  height: 0.44em;
  border-radius: 50%;
  position: absolute;
  top: 0.555em;
  left: -0.9em;
}
.wp-editor b,
.wp-editor strong,
.editorText b,
.editorText strong {
  font-weight: 700;
}
.wp-editor .ql-align-center,
.editorText .ql-align-center {
  text-align: center;
}
.wp-editor .ql-align-right,
.editorText .ql-align-right {
  text-align: right;
}
.wp-editor .ql-align-justify,
.editorText .ql-align-justify {
  text-align: justify;
}

:root {
  --real100vh: 100vh;
}

html,
body {
  -webkit-text-size-adjust: 100%;
  background: #FFFFFF;
  scroll-behavior: smooth;
}
html.menu-opened, html.noScroll,
body.menu-opened,
body.noScroll {
  overflow: hidden;
}

body,
body * {
  box-sizing: border-box;
  border: none;
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
  outline: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
body::-webkit-input-placeholder, body *::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.5;
}

body:-moz-placeholder, body *:-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

body::-moz-placeholder, body *::-moz-placeholder {
  color: inherit;
  opacity: 0.5;
}

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

body:before {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

a,
img,
picture,
svg,
textarea {
  display: block;
}

img:not([src]) {
  visibility: hidden;
}

p a {
  display: inline;
}

::-moz-selection {
  color: #FFFFFF;
  background-color: #0B2347 !important;
  -webkit-text-fill-color: initial;
}

::selection {
  color: #FFFFFF;
  background-color: #0B2347 !important;
  -webkit-text-fill-color: initial;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-animation: autofill 0s forwards;
  animation: autofill 0s forwards;
}

input::-webkit-input-placeholder {
  line-height: normal !important;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@media all and (min-width: 1024px) {
  .page.fullpage-scroll section {
    overflow: hidden;
  }
  .page.fullpage-scroll section .fp-overflow {
    transition: transform 0.4s;
    min-height: 100%;
  }
  .page.fullpage-scroll section.active .fp-overflow {
    transform: translateY(0);
  }
  .page.fullpage-scroll section:not(.before-footer):not(.Footer):not(.active) .fp-overflow {
    transform: translateY(50vh);
  }
  .page.fullpage-scroll section.active + a + section .fp-overflow {
    transform: none !important;
  }
}

section.noMB {
  margin-bottom: 0 !important;
}

section.noMT {
  margin-top: 0 !important;
}

.grecaptcha-badge {
  display: none !important;
}

iframe[data-src]:not([src]) {
  max-height: 900px;
}
iframe[data-src]:not([src])[data-src*="atsautomation.com"] {
  max-height: 500px;
}

#CybotCookiebotDialogBody *,
#CybotCookiebotDialog * {
  background-size: inherit;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
.fa {
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
}

.fa,
.fas,
.fa-solid,
.far,
.fa-regular,
.fal,
.fa-light,
.fat,
.fa-thin,
.fad,
.fa-duotone,
.fab,
.fa-brands {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: var(--fa-display, inline-block);
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}

.fa-xs {
  font-size: 0.75em;
  line-height: 0.0833333337em;
  vertical-align: 0.125em;
}

.fa-sm {
  font-size: 0.875em;
  line-height: 0.0714285718em;
  vertical-align: 0.0535714295em;
}

.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}

.fa-xl {
  font-size: 1.5em;
  line-height: 0.0416666682em;
  vertical-align: -0.125em;
}

.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul &gt; li {
  position: relative;
}

.fa-li {
  left: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}

.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}

.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}

.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}

.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}

.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}

.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
  --fa-animation-direction: reverse;
}

.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
  .fa-beat,
.fa-bounce,
.fa-fade,
.fa-beat-fade,
.fa-flip,
.fa-pulse,
.fa-shake,
.fa-spin,
.fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}

.fa-rotate-180 {
  transform: rotate(180deg);
}

.fa-rotate-270 {
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  transform: scale(1, -1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}

.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, none));
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0::before {
  content: "\30 ";
}

.fa-1::before {
  content: "\31 ";
}

.fa-2::before {
  content: "\32 ";
}

.fa-3::before {
  content: "\33 ";
}

.fa-4::before {
  content: "\34 ";
}

.fa-5::before {
  content: "\35 ";
}

.fa-6::before {
  content: "\36 ";
}

.fa-7::before {
  content: "\37 ";
}

.fa-8::before {
  content: "\38 ";
}

.fa-9::before {
  content: "\39 ";
}

.fa-a::before {
  content: "A";
}

.fa-address-book::before {
  content: "\f2b9";
}

.fa-contact-book::before {
  content: "\f2b9";
}

.fa-address-card::before {
  content: "\f2bb";
}

.fa-contact-card::before {
  content: "\f2bb";
}

.fa-vcard::before {
  content: "\f2bb";
}

.fa-align-center::before {
  content: "\f037";
}

.fa-align-justify::before {
  content: "\f039";
}

.fa-align-left::before {
  content: "\f036";
}

.fa-align-right::before {
  content: "\f038";
}

.fa-anchor::before {
  content: "\f13d";
}

.fa-anchor-circle-check::before {
  content: "\e4aa";
}

.fa-anchor-circle-exclamation::before {
  content: "\e4ab";
}

.fa-anchor-circle-xmark::before {
  content: "\e4ac";
}

.fa-anchor-lock::before {
  content: "\e4ad";
}

.fa-angle-down::before {
  content: "\f107";
}

.fa-angle-left::before {
  content: "\f104";
}

.fa-angle-right::before {
  content: "\f105";
}

.fa-angle-up::before {
  content: "\f106";
}

.fa-angles-down::before {
  content: "\f103";
}

.fa-angle-double-down::before {
  content: "\f103";
}

.fa-angles-left::before {
  content: "\f100";
}

.fa-angle-double-left::before {
  content: "\f100";
}

.fa-angles-right::before {
  content: "\f101";
}

.fa-angle-double-right::before {
  content: "\f101";
}

.fa-angles-up::before {
  content: "\f102";
}

.fa-angle-double-up::before {
  content: "\f102";
}

.fa-ankh::before {
  content: "\f644";
}

.fa-apple-whole::before {
  content: "\f5d1";
}

.fa-apple-alt::before {
  content: "\f5d1";
}

.fa-archway::before {
  content: "\f557";
}

.fa-arrow-down::before {
  content: "\f063";
}

.fa-arrow-down-1-9::before {
  content: "\f162";
}

.fa-sort-numeric-asc::before {
  content: "\f162";
}

.fa-sort-numeric-down::before {
  content: "\f162";
}

.fa-arrow-down-9-1::before {
  content: "\f886";
}

.fa-sort-numeric-desc::before {
  content: "\f886";
}

.fa-sort-numeric-down-alt::before {
  content: "\f886";
}

.fa-arrow-down-a-z::before {
  content: "\f15d";
}

.fa-sort-alpha-asc::before {
  content: "\f15d";
}

.fa-sort-alpha-down::before {
  content: "\f15d";
}

.fa-arrow-down-long::before {
  content: "\f175";
}

.fa-long-arrow-down::before {
  content: "\f175";
}

.fa-arrow-down-short-wide::before {
  content: "\f884";
}

.fa-sort-amount-desc::before {
  content: "\f884";
}

.fa-sort-amount-down-alt::before {
  content: "\f884";
}

.fa-arrow-down-up-across-line::before {
  content: "\e4af";
}

.fa-arrow-down-up-lock::before {
  content: "\e4b0";
}

.fa-arrow-down-wide-short::before {
  content: "\f160";
}

.fa-sort-amount-asc::before {
  content: "\f160";
}

.fa-sort-amount-down::before {
  content: "\f160";
}

.fa-arrow-down-z-a::before {
  content: "\f881";
}

.fa-sort-alpha-desc::before {
  content: "\f881";
}

.fa-sort-alpha-down-alt::before {
  content: "\f881";
}

.fa-arrow-left::before {
  content: "\f060";
}

.fa-arrow-left-long::before {
  content: "\f177";
}

.fa-long-arrow-left::before {
  content: "\f177";
}

.fa-arrow-pointer::before {
  content: "\f245";
}

.fa-mouse-pointer::before {
  content: "\f245";
}

.fa-arrow-right::before {
  content: "\f061";
}

.fa-arrow-right-arrow-left::before {
  content: "\f0ec";
}

.fa-exchange::before {
  content: "\f0ec";
}

.fa-arrow-right-from-bracket::before {
  content: "\f08b";
}

.fa-sign-out::before {
  content: "\f08b";
}

.fa-arrow-right-long::before {
  content: "\f178";
}

.fa-long-arrow-right::before {
  content: "\f178";
}

.fa-arrow-right-to-bracket::before {
  content: "\f090";
}

.fa-sign-in::before {
  content: "\f090";
}

.fa-arrow-right-to-city::before {
  content: "\e4b3";
}

.fa-arrow-rotate-left::before {
  content: "\f0e2";
}

.fa-arrow-left-rotate::before {
  content: "\f0e2";
}

.fa-arrow-rotate-back::before {
  content: "\f0e2";
}

.fa-arrow-rotate-backward::before {
  content: "\f0e2";
}

.fa-undo::before {
  content: "\f0e2";
}

.fa-arrow-rotate-right::before {
  content: "\f01e";
}

.fa-arrow-right-rotate::before {
  content: "\f01e";
}

.fa-arrow-rotate-forward::before {
  content: "\f01e";
}

.fa-redo::before {
  content: "\f01e";
}

.fa-arrow-trend-down::before {
  content: "\e097";
}

.fa-arrow-trend-up::before {
  content: "\e098";
}

.fa-arrow-turn-down::before {
  content: "\f149";
}

.fa-level-down::before {
  content: "\f149";
}

.fa-arrow-turn-up::before {
  content: "\f148";
}

.fa-level-up::before {
  content: "\f148";
}

.fa-arrow-up::before {
  content: "\f062";
}

.fa-arrow-up-1-9::before {
  content: "\f163";
}

.fa-sort-numeric-up::before {
  content: "\f163";
}

.fa-arrow-up-9-1::before {
  content: "\f887";
}

.fa-sort-numeric-up-alt::before {
  content: "\f887";
}

.fa-arrow-up-a-z::before {
  content: "\f15e";
}

.fa-sort-alpha-up::before {
  content: "\f15e";
}

.fa-arrow-up-from-bracket::before {
  content: "\e09a";
}

.fa-arrow-up-from-ground-water::before {
  content: "\e4b5";
}

.fa-arrow-up-from-water-pump::before {
  content: "\e4b6";
}

.fa-arrow-up-long::before {
  content: "\f176";
}

.fa-long-arrow-up::before {
  content: "\f176";
}

.fa-arrow-up-right-dots::before {
  content: "\e4b7";
}

.fa-arrow-up-right-from-square::before {
  content: "\f08e";
}

.fa-external-link::before {
  content: "\f08e";
}

.fa-arrow-up-short-wide::before {
  content: "\f885";
}

.fa-sort-amount-up-alt::before {
  content: "\f885";
}

.fa-arrow-up-wide-short::before {
  content: "\f161";
}

.fa-sort-amount-up::before {
  content: "\f161";
}

.fa-arrow-up-z-a::before {
  content: "\f882";
}

.fa-sort-alpha-up-alt::before {
  content: "\f882";
}

.fa-arrows-down-to-line::before {
  content: "\e4b8";
}

.fa-arrows-down-to-people::before {
  content: "\e4b9";
}

.fa-arrows-left-right::before {
  content: "\f07e";
}

.fa-arrows-h::before {
  content: "\f07e";
}

.fa-arrows-left-right-to-line::before {
  content: "\e4ba";
}

.fa-arrows-rotate::before {
  content: "\f021";
}

.fa-refresh::before {
  content: "\f021";
}

.fa-sync::before {
  content: "\f021";
}

.fa-arrows-spin::before {
  content: "\e4bb";
}

.fa-arrows-split-up-and-left::before {
  content: "\e4bc";
}

.fa-arrows-to-circle::before {
  content: "\e4bd";
}

.fa-arrows-to-dot::before {
  content: "\e4be";
}

.fa-arrows-to-eye::before {
  content: "\e4bf";
}

.fa-arrows-turn-right::before {
  content: "\e4c0";
}

.fa-arrows-turn-to-dots::before {
  content: "\e4c1";
}

.fa-arrows-up-down::before {
  content: "\f07d";
}

.fa-arrows-v::before {
  content: "\f07d";
}

.fa-arrows-up-down-left-right::before {
  content: "\f047";
}

.fa-arrows::before {
  content: "\f047";
}

.fa-arrows-up-to-line::before {
  content: "\e4c2";
}

.fa-asterisk::before {
  content: "\*";
}

.fa-at::before {
  content: "\@";
}

.fa-atom::before {
  content: "\f5d2";
}

.fa-audio-description::before {
  content: "\f29e";
}

.fa-austral-sign::before {
  content: "\e0a9";
}

.fa-award::before {
  content: "\f559";
}

.fa-b::before {
  content: "B";
}

.fa-baby::before {
  content: "\f77c";
}

.fa-baby-carriage::before {
  content: "\f77d";
}

.fa-carriage-baby::before {
  content: "\f77d";
}

.fa-backward::before {
  content: "\f04a";
}

.fa-backward-fast::before {
  content: "\f049";
}

.fa-fast-backward::before {
  content: "\f049";
}

.fa-backward-step::before {
  content: "\f048";
}

.fa-step-backward::before {
  content: "\f048";
}

.fa-bacon::before {
  content: "\f7e5";
}

.fa-bacteria::before {
  content: "\e059";
}

.fa-bacterium::before {
  content: "\e05a";
}

.fa-bag-shopping::before {
  content: "\f290";
}

.fa-shopping-bag::before {
  content: "\f290";
}

.fa-bahai::before {
  content: "\f666";
}

.fa-baht-sign::before {
  content: "\e0ac";
}

.fa-ban::before {
  content: "\f05e";
}

.fa-cancel::before {
  content: "\f05e";
}

.fa-ban-smoking::before {
  content: "\f54d";
}

.fa-smoking-ban::before {
  content: "\f54d";
}

.fa-bandage::before {
  content: "\f462";
}

.fa-band-aid::before {
  content: "\f462";
}

.fa-barcode::before {
  content: "\f02a";
}

.fa-bars::before {
  content: "\f0c9";
}

.fa-navicon::before {
  content: "\f0c9";
}

.fa-bars-progress::before {
  content: "\f828";
}

.fa-tasks-alt::before {
  content: "\f828";
}

.fa-bars-staggered::before {
  content: "\f550";
}

.fa-reorder::before {
  content: "\f550";
}

.fa-stream::before {
  content: "\f550";
}

.fa-baseball::before {
  content: "\f433";
}

.fa-baseball-ball::before {
  content: "\f433";
}

.fa-baseball-bat-ball::before {
  content: "\f432";
}

.fa-basket-shopping::before {
  content: "\f291";
}

.fa-shopping-basket::before {
  content: "\f291";
}

.fa-basketball::before {
  content: "\f434";
}

.fa-basketball-ball::before {
  content: "\f434";
}

.fa-bath::before {
  content: "\f2cd";
}

.fa-bathtub::before {
  content: "\f2cd";
}

.fa-battery-empty::before {
  content: "\f244";
}

.fa-battery-0::before {
  content: "\f244";
}

.fa-battery-full::before {
  content: "\f240";
}

.fa-battery::before {
  content: "\f240";
}

.fa-battery-5::before {
  content: "\f240";
}

.fa-battery-half::before {
  content: "\f242";
}

.fa-battery-3::before {
  content: "\f242";
}

.fa-battery-quarter::before {
  content: "\f243";
}

.fa-battery-2::before {
  content: "\f243";
}

.fa-battery-three-quarters::before {
  content: "\f241";
}

.fa-battery-4::before {
  content: "\f241";
}

.fa-bed::before {
  content: "\f236";
}

.fa-bed-pulse::before {
  content: "\f487";
}

.fa-procedures::before {
  content: "\f487";
}

.fa-beer-mug-empty::before {
  content: "\f0fc";
}

.fa-beer::before {
  content: "\f0fc";
}

.fa-bell::before {
  content: "\f0f3";
}

.fa-bell-concierge::before {
  content: "\f562";
}

.fa-concierge-bell::before {
  content: "\f562";
}

.fa-bell-slash::before {
  content: "\f1f6";
}

.fa-bezier-curve::before {
  content: "\f55b";
}

.fa-bicycle::before {
  content: "\f206";
}

.fa-binoculars::before {
  content: "\f1e5";
}

.fa-biohazard::before {
  content: "\f780";
}

.fa-bitcoin-sign::before {
  content: "\e0b4";
}

.fa-blender::before {
  content: "\f517";
}

.fa-blender-phone::before {
  content: "\f6b6";
}

.fa-blog::before {
  content: "\f781";
}

.fa-bold::before {
  content: "\f032";
}

.fa-bolt::before {
  content: "\f0e7";
}

.fa-zap::before {
  content: "\f0e7";
}

.fa-bolt-lightning::before {
  content: "\e0b7";
}

.fa-bomb::before {
  content: "\f1e2";
}

.fa-bone::before {
  content: "\f5d7";
}

.fa-bong::before {
  content: "\f55c";
}

.fa-book::before {
  content: "\f02d";
}

.fa-book-atlas::before {
  content: "\f558";
}

.fa-atlas::before {
  content: "\f558";
}

.fa-book-bible::before {
  content: "\f647";
}

.fa-bible::before {
  content: "\f647";
}

.fa-book-bookmark::before {
  content: "\e0bb";
}

.fa-book-journal-whills::before {
  content: "\f66a";
}

.fa-journal-whills::before {
  content: "\f66a";
}

.fa-book-medical::before {
  content: "\f7e6";
}

.fa-book-open::before {
  content: "\f518";
}

.fa-book-open-reader::before {
  content: "\f5da";
}

.fa-book-reader::before {
  content: "\f5da";
}

.fa-book-quran::before {
  content: "\f687";
}

.fa-quran::before {
  content: "\f687";
}

.fa-book-skull::before {
  content: "\f6b7";
}

.fa-book-dead::before {
  content: "\f6b7";
}

.fa-bookmark::before {
  content: "\f02e";
}

.fa-border-all::before {
  content: "\f84c";
}

.fa-border-none::before {
  content: "\f850";
}

.fa-border-top-left::before {
  content: "\f853";
}

.fa-border-style::before {
  content: "\f853";
}

.fa-bore-hole::before {
  content: "\e4c3";
}

.fa-bottle-droplet::before {
  content: "\e4c4";
}

.fa-bottle-water::before {
  content: "\e4c5";
}

.fa-bowl-food::before {
  content: "\e4c6";
}

.fa-bowl-rice::before {
  content: "\e2eb";
}

.fa-bowling-ball::before {
  content: "\f436";
}

.fa-box::before {
  content: "\f466";
}

.fa-box-archive::before {
  content: "\f187";
}

.fa-archive::before {
  content: "\f187";
}

.fa-box-open::before {
  content: "\f49e";
}

.fa-box-tissue::before {
  content: "\e05b";
}

.fa-boxes-packing::before {
  content: "\e4c7";
}

.fa-boxes-stacked::before {
  content: "\f468";
}

.fa-boxes::before {
  content: "\f468";
}

.fa-boxes-alt::before {
  content: "\f468";
}

.fa-braille::before {
  content: "\f2a1";
}

.fa-brain::before {
  content: "\f5dc";
}

.fa-brazilian-real-sign::before {
  content: "\e46c";
}

.fa-bread-slice::before {
  content: "\f7ec";
}

.fa-bridge::before {
  content: "\e4c8";
}

.fa-bridge-circle-check::before {
  content: "\e4c9";
}

.fa-bridge-circle-exclamation::before {
  content: "\e4ca";
}

.fa-bridge-circle-xmark::before {
  content: "\e4cb";
}

.fa-bridge-lock::before {
  content: "\e4cc";
}

.fa-bridge-water::before {
  content: "\e4ce";
}

.fa-briefcase::before {
  content: "\f0b1";
}

.fa-briefcase-medical::before {
  content: "\f469";
}

.fa-broom::before {
  content: "\f51a";
}

.fa-broom-ball::before {
  content: "\f458";
}

.fa-quidditch::before {
  content: "\f458";
}

.fa-quidditch-broom-ball::before {
  content: "\f458";
}

.fa-brush::before {
  content: "\f55d";
}

.fa-bucket::before {
  content: "\e4cf";
}

.fa-bug::before {
  content: "\f188";
}

.fa-bug-slash::before {
  content: "\e490";
}

.fa-bugs::before {
  content: "\e4d0";
}

.fa-building::before {
  content: "\f1ad";
}

.fa-building-circle-arrow-right::before {
  content: "\e4d1";
}

.fa-building-circle-check::before {
  content: "\e4d2";
}

.fa-building-circle-exclamation::before {
  content: "\e4d3";
}

.fa-building-circle-xmark::before {
  content: "\e4d4";
}

.fa-building-columns::before {
  content: "\f19c";
}

.fa-bank::before {
  content: "\f19c";
}

.fa-institution::before {
  content: "\f19c";
}

.fa-museum::before {
  content: "\f19c";
}

.fa-university::before {
  content: "\f19c";
}

.fa-building-flag::before {
  content: "\e4d5";
}

.fa-building-lock::before {
  content: "\e4d6";
}

.fa-building-ngo::before {
  content: "\e4d7";
}

.fa-building-shield::before {
  content: "\e4d8";
}

.fa-building-un::before {
  content: "\e4d9";
}

.fa-building-user::before {
  content: "\e4da";
}

.fa-building-wheat::before {
  content: "\e4db";
}

.fa-bullhorn::before {
  content: "\f0a1";
}

.fa-bullseye::before {
  content: "\f140";
}

.fa-burger::before {
  content: "\f805";
}

.fa-hamburger::before {
  content: "\f805";
}

.fa-burst::before {
  content: "\e4dc";
}

.fa-bus::before {
  content: "\f207";
}

.fa-bus-simple::before {
  content: "\f55e";
}

.fa-bus-alt::before {
  content: "\f55e";
}

.fa-business-time::before {
  content: "\f64a";
}

.fa-briefcase-clock::before {
  content: "\f64a";
}

.fa-c::before {
  content: "C";
}

.fa-cake-candles::before {
  content: "\f1fd";
}

.fa-birthday-cake::before {
  content: "\f1fd";
}

.fa-cake::before {
  content: "\f1fd";
}

.fa-calculator::before {
  content: "\f1ec";
}

.fa-calendar::before {
  content: "\f133";
}

.fa-calendar-check::before {
  content: "\f274";
}

.fa-calendar-day::before {
  content: "\f783";
}

.fa-calendar-days::before {
  content: "\f073";
}

.fa-calendar-alt::before {
  content: "\f073";
}

.fa-calendar-minus::before {
  content: "\f272";
}

.fa-calendar-plus::before {
  content: "\f271";
}

.fa-calendar-week::before {
  content: "\f784";
}

.fa-calendar-xmark::before {
  content: "\f273";
}

.fa-calendar-times::before {
  content: "\f273";
}

.fa-camera::before {
  content: "\f030";
}

.fa-camera-alt::before {
  content: "\f030";
}

.fa-camera-retro::before {
  content: "\f083";
}

.fa-camera-rotate::before {
  content: "\e0d8";
}

.fa-campground::before {
  content: "\f6bb";
}

.fa-candy-cane::before {
  content: "\f786";
}

.fa-cannabis::before {
  content: "\f55f";
}

.fa-capsules::before {
  content: "\f46b";
}

.fa-car::before {
  content: "\f1b9";
}

.fa-automobile::before {
  content: "\f1b9";
}

.fa-car-battery::before {
  content: "\f5df";
}

.fa-battery-car::before {
  content: "\f5df";
}

.fa-car-burst::before {
  content: "\f5e1";
}

.fa-car-crash::before {
  content: "\f5e1";
}

.fa-car-on::before {
  content: "\e4dd";
}

.fa-car-rear::before {
  content: "\f5de";
}

.fa-car-alt::before {
  content: "\f5de";
}

.fa-car-side::before {
  content: "\f5e4";
}

.fa-car-tunnel::before {
  content: "\e4de";
}

.fa-caravan::before {
  content: "\f8ff";
}

.fa-caret-down::before {
  content: "\f0d7";
}

.fa-caret-left::before {
  content: "\f0d9";
}

.fa-caret-right::before {
  content: "\f0da";
}

.fa-caret-up::before {
  content: "\f0d8";
}

.fa-carrot::before {
  content: "\f787";
}

.fa-cart-arrow-down::before {
  content: "\f218";
}

.fa-cart-flatbed::before {
  content: "\f474";
}

.fa-dolly-flatbed::before {
  content: "\f474";
}

.fa-cart-flatbed-suitcase::before {
  content: "\f59d";
}

.fa-luggage-cart::before {
  content: "\f59d";
}

.fa-cart-plus::before {
  content: "\f217";
}

.fa-cart-shopping::before {
  content: "\f07a";
}

.fa-shopping-cart::before {
  content: "\f07a";
}

.fa-cash-register::before {
  content: "\f788";
}

.fa-cat::before {
  content: "\f6be";
}

.fa-cedi-sign::before {
  content: "\e0df";
}

.fa-cent-sign::before {
  content: "\e3f5";
}

.fa-certificate::before {
  content: "\f0a3";
}

.fa-chair::before {
  content: "\f6c0";
}

.fa-chalkboard::before {
  content: "\f51b";
}

.fa-blackboard::before {
  content: "\f51b";
}

.fa-chalkboard-user::before {
  content: "\f51c";
}

.fa-chalkboard-teacher::before {
  content: "\f51c";
}

.fa-champagne-glasses::before {
  content: "\f79f";
}

.fa-glass-cheers::before {
  content: "\f79f";
}

.fa-charging-station::before {
  content: "\f5e7";
}

.fa-chart-area::before {
  content: "\f1fe";
}

.fa-area-chart::before {
  content: "\f1fe";
}

.fa-chart-bar::before {
  content: "\f080";
}

.fa-bar-chart::before {
  content: "\f080";
}

.fa-chart-column::before {
  content: "\e0e3";
}

.fa-chart-gantt::before {
  content: "\e0e4";
}

.fa-chart-line::before {
  content: "\f201";
}

.fa-line-chart::before {
  content: "\f201";
}

.fa-chart-pie::before {
  content: "\f200";
}

.fa-pie-chart::before {
  content: "\f200";
}

.fa-chart-simple::before {
  content: "\e473";
}

.fa-check::before {
  content: "\f00c";
}

.fa-check-double::before {
  content: "\f560";
}

.fa-check-to-slot::before {
  content: "\f772";
}

.fa-vote-yea::before {
  content: "\f772";
}

.fa-cheese::before {
  content: "\f7ef";
}

.fa-chess::before {
  content: "\f439";
}

.fa-chess-bishop::before {
  content: "\f43a";
}

.fa-chess-board::before {
  content: "\f43c";
}

.fa-chess-king::before {
  content: "\f43f";
}

.fa-chess-knight::before {
  content: "\f441";
}

.fa-chess-pawn::before {
  content: "\f443";
}

.fa-chess-queen::before {
  content: "\f445";
}

.fa-chess-rook::before {
  content: "\f447";
}

.fa-chevron-down::before {
  content: "\f078";
}

.fa-chevron-left::before {
  content: "\f053";
}

.fa-chevron-right::before {
  content: "\f054";
}

.fa-chevron-up::before {
  content: "\f077";
}

.fa-child::before {
  content: "\f1ae";
}

.fa-child-dress::before {
  content: "\e59c";
}

.fa-child-reaching::before {
  content: "\e59d";
}

.fa-child-rifle::before {
  content: "\e4e0";
}

.fa-children::before {
  content: "\e4e1";
}

.fa-church::before {
  content: "\f51d";
}

.fa-circle::before {
  content: "\f111";
}

.fa-circle-arrow-down::before {
  content: "\f0ab";
}

.fa-arrow-circle-down::before {
  content: "\f0ab";
}

.fa-circle-arrow-left::before {
  content: "\f0a8";
}

.fa-arrow-circle-left::before {
  content: "\f0a8";
}

.fa-circle-arrow-right::before {
  content: "\f0a9";
}

.fa-arrow-circle-right::before {
  content: "\f0a9";
}

.fa-circle-arrow-up::before {
  content: "\f0aa";
}

.fa-arrow-circle-up::before {
  content: "\f0aa";
}

.fa-circle-check::before {
  content: "\f058";
}

.fa-check-circle::before {
  content: "\f058";
}

.fa-circle-chevron-down::before {
  content: "\f13a";
}

.fa-chevron-circle-down::before {
  content: "\f13a";
}

.fa-circle-chevron-left::before {
  content: "\f137";
}

.fa-chevron-circle-left::before {
  content: "\f137";
}

.fa-circle-chevron-right::before {
  content: "\f138";
}

.fa-chevron-circle-right::before {
  content: "\f138";
}

.fa-circle-chevron-up::before {
  content: "\f139";
}

.fa-chevron-circle-up::before {
  content: "\f139";
}

.fa-circle-dollar-to-slot::before {
  content: "\f4b9";
}

.fa-donate::before {
  content: "\f4b9";
}

.fa-circle-dot::before {
  content: "\f192";
}

.fa-dot-circle::before {
  content: "\f192";
}

.fa-circle-down::before {
  content: "\f358";
}

.fa-arrow-alt-circle-down::before {
  content: "\f358";
}

.fa-circle-exclamation::before {
  content: "\f06a";
}

.fa-exclamation-circle::before {
  content: "\f06a";
}

.fa-circle-h::before {
  content: "\f47e";
}

.fa-hospital-symbol::before {
  content: "\f47e";
}

.fa-circle-half-stroke::before {
  content: "\f042";
}

.fa-adjust::before {
  content: "\f042";
}

.fa-circle-info::before {
  content: "\f05a";
}

.fa-info-circle::before {
  content: "\f05a";
}

.fa-circle-left::before {
  content: "\f359";
}

.fa-arrow-alt-circle-left::before {
  content: "\f359";
}

.fa-circle-minus::before {
  content: "\f056";
}

.fa-minus-circle::before {
  content: "\f056";
}

.fa-circle-nodes::before {
  content: "\e4e2";
}

.fa-circle-notch::before {
  content: "\f1ce";
}

.fa-circle-pause::before {
  content: "\f28b";
}

.fa-pause-circle::before {
  content: "\f28b";
}

.fa-circle-play::before {
  content: "\f144";
}

.fa-play-circle::before {
  content: "\f144";
}

.fa-circle-plus::before {
  content: "\f055";
}

.fa-plus-circle::before {
  content: "\f055";
}

.fa-circle-question::before {
  content: "\f059";
}

.fa-question-circle::before {
  content: "\f059";
}

.fa-circle-radiation::before {
  content: "\f7ba";
}

.fa-radiation-alt::before {
  content: "\f7ba";
}

.fa-circle-right::before {
  content: "\f35a";
}

.fa-arrow-alt-circle-right::before {
  content: "\f35a";
}

.fa-circle-stop::before {
  content: "\f28d";
}

.fa-stop-circle::before {
  content: "\f28d";
}

.fa-circle-up::before {
  content: "\f35b";
}

.fa-arrow-alt-circle-up::before {
  content: "\f35b";
}

.fa-circle-user::before {
  content: "\f2bd";
}

.fa-user-circle::before {
  content: "\f2bd";
}

.fa-circle-xmark::before {
  content: "\f057";
}

.fa-times-circle::before {
  content: "\f057";
}

.fa-xmark-circle::before {
  content: "\f057";
}

.fa-city::before {
  content: "\f64f";
}

.fa-clapperboard::before {
  content: "\e131";
}

.fa-clipboard::before {
  content: "\f328";
}

.fa-clipboard-check::before {
  content: "\f46c";
}

.fa-clipboard-list::before {
  content: "\f46d";
}

.fa-clipboard-question::before {
  content: "\e4e3";
}

.fa-clipboard-user::before {
  content: "\f7f3";
}

.fa-clock::before {
  content: "\f017";
}

.fa-clock-four::before {
  content: "\f017";
}

.fa-clock-rotate-left::before {
  content: "\f1da";
}

.fa-history::before {
  content: "\f1da";
}

.fa-clone::before {
  content: "\f24d";
}

.fa-closed-captioning::before {
  content: "\f20a";
}

.fa-cloud::before {
  content: "\f0c2";
}

.fa-cloud-arrow-down::before {
  content: "\f0ed";
}

.fa-cloud-download::before {
  content: "\f0ed";
}

.fa-cloud-download-alt::before {
  content: "\f0ed";
}

.fa-cloud-arrow-up::before {
  content: "\f0ee";
}

.fa-cloud-upload::before {
  content: "\f0ee";
}

.fa-cloud-upload-alt::before {
  content: "\f0ee";
}

.fa-cloud-bolt::before {
  content: "\f76c";
}

.fa-thunderstorm::before {
  content: "\f76c";
}

.fa-cloud-meatball::before {
  content: "\f73b";
}

.fa-cloud-moon::before {
  content: "\f6c3";
}

.fa-cloud-moon-rain::before {
  content: "\f73c";
}

.fa-cloud-rain::before {
  content: "\f73d";
}

.fa-cloud-showers-heavy::before {
  content: "\f740";
}

.fa-cloud-showers-water::before {
  content: "\e4e4";
}

.fa-cloud-sun::before {
  content: "\f6c4";
}

.fa-cloud-sun-rain::before {
  content: "\f743";
}

.fa-clover::before {
  content: "\e139";
}

.fa-code::before {
  content: "\f121";
}

.fa-code-branch::before {
  content: "\f126";
}

.fa-code-commit::before {
  content: "\f386";
}

.fa-code-compare::before {
  content: "\e13a";
}

.fa-code-fork::before {
  content: "\e13b";
}

.fa-code-merge::before {
  content: "\f387";
}

.fa-code-pull-request::before {
  content: "\e13c";
}

.fa-coins::before {
  content: "\f51e";
}

.fa-colon-sign::before {
  content: "\e140";
}

.fa-comment::before {
  content: "\f075";
}

.fa-comment-dollar::before {
  content: "\f651";
}

.fa-comment-dots::before {
  content: "\f4ad";
}

.fa-commenting::before {
  content: "\f4ad";
}

.fa-comment-medical::before {
  content: "\f7f5";
}

.fa-comment-slash::before {
  content: "\f4b3";
}

.fa-comment-sms::before {
  content: "\f7cd";
}

.fa-sms::before {
  content: "\f7cd";
}

.fa-comments::before {
  content: "\f086";
}

.fa-comments-dollar::before {
  content: "\f653";
}

.fa-compact-disc::before {
  content: "\f51f";
}

.fa-compass::before {
  content: "\f14e";
}

.fa-compass-drafting::before {
  content: "\f568";
}

.fa-drafting-compass::before {
  content: "\f568";
}

.fa-compress::before {
  content: "\f066";
}

.fa-computer::before {
  content: "\e4e5";
}

.fa-computer-mouse::before {
  content: "\f8cc";
}

.fa-mouse::before {
  content: "\f8cc";
}

.fa-cookie::before {
  content: "\f563";
}

.fa-cookie-bite::before {
  content: "\f564";
}

.fa-copy::before {
  content: "\f0c5";
}

.fa-copyright::before {
  content: "\f1f9";
}

.fa-couch::before {
  content: "\f4b8";
}

.fa-cow::before {
  content: "\f6c8";
}

.fa-credit-card::before {
  content: "\f09d";
}

.fa-credit-card-alt::before {
  content: "\f09d";
}

.fa-crop::before {
  content: "\f125";
}

.fa-crop-simple::before {
  content: "\f565";
}

.fa-crop-alt::before {
  content: "\f565";
}

.fa-cross::before {
  content: "\f654";
}

.fa-crosshairs::before {
  content: "\f05b";
}

.fa-crow::before {
  content: "\f520";
}

.fa-crown::before {
  content: "\f521";
}

.fa-crutch::before {
  content: "\f7f7";
}

.fa-cruzeiro-sign::before {
  content: "\e152";
}

.fa-cube::before {
  content: "\f1b2";
}

.fa-cubes::before {
  content: "\f1b3";
}

.fa-cubes-stacked::before {
  content: "\e4e6";
}

.fa-d::before {
  content: "D";
}

.fa-database::before {
  content: "\f1c0";
}

.fa-delete-left::before {
  content: "\f55a";
}

.fa-backspace::before {
  content: "\f55a";
}

.fa-democrat::before {
  content: "\f747";
}

.fa-desktop::before {
  content: "\f390";
}

.fa-desktop-alt::before {
  content: "\f390";
}

.fa-dharmachakra::before {
  content: "\f655";
}

.fa-diagram-next::before {
  content: "\e476";
}

.fa-diagram-predecessor::before {
  content: "\e477";
}

.fa-diagram-project::before {
  content: "\f542";
}

.fa-project-diagram::before {
  content: "\f542";
}

.fa-diagram-successor::before {
  content: "\e47a";
}

.fa-diamond::before {
  content: "\f219";
}

.fa-diamond-turn-right::before {
  content: "\f5eb";
}

.fa-directions::before {
  content: "\f5eb";
}

.fa-dice::before {
  content: "\f522";
}

.fa-dice-d20::before {
  content: "\f6cf";
}

.fa-dice-d6::before {
  content: "\f6d1";
}

.fa-dice-five::before {
  content: "\f523";
}

.fa-dice-four::before {
  content: "\f524";
}

.fa-dice-one::before {
  content: "\f525";
}

.fa-dice-six::before {
  content: "\f526";
}

.fa-dice-three::before {
  content: "\f527";
}

.fa-dice-two::before {
  content: "\f528";
}

.fa-disease::before {
  content: "\f7fa";
}

.fa-display::before {
  content: "\e163";
}

.fa-divide::before {
  content: "\f529";
}

.fa-dna::before {
  content: "\f471";
}

.fa-dog::before {
  content: "\f6d3";
}

.fa-dollar-sign::before {
  content: "\$";
}

.fa-dollar::before {
  content: "\$";
}

.fa-usd::before {
  content: "\$";
}

.fa-dolly::before {
  content: "\f472";
}

.fa-dolly-box::before {
  content: "\f472";
}

.fa-dong-sign::before {
  content: "\e169";
}

.fa-door-closed::before {
  content: "\f52a";
}

.fa-door-open::before {
  content: "\f52b";
}

.fa-dove::before {
  content: "\f4ba";
}

.fa-down-left-and-up-right-to-center::before {
  content: "\f422";
}

.fa-compress-alt::before {
  content: "\f422";
}

.fa-down-long::before {
  content: "\f309";
}

.fa-long-arrow-alt-down::before {
  content: "\f309";
}

.fa-download::before {
  content: "\f019";
}

.fa-dragon::before {
  content: "\f6d5";
}

.fa-draw-polygon::before {
  content: "\f5ee";
}

.fa-droplet::before {
  content: "\f043";
}

.fa-tint::before {
  content: "\f043";
}

.fa-droplet-slash::before {
  content: "\f5c7";
}

.fa-tint-slash::before {
  content: "\f5c7";
}

.fa-drum::before {
  content: "\f569";
}

.fa-drum-steelpan::before {
  content: "\f56a";
}

.fa-drumstick-bite::before {
  content: "\f6d7";
}

.fa-dumbbell::before {
  content: "\f44b";
}

.fa-dumpster::before {
  content: "\f793";
}

.fa-dumpster-fire::before {
  content: "\f794";
}

.fa-dungeon::before {
  content: "\f6d9";
}

.fa-e::before {
  content: "E";
}

.fa-ear-deaf::before {
  content: "\f2a4";
}

.fa-deaf::before {
  content: "\f2a4";
}

.fa-deafness::before {
  content: "\f2a4";
}

.fa-hard-of-hearing::before {
  content: "\f2a4";
}

.fa-ear-listen::before {
  content: "\f2a2";
}

.fa-assistive-listening-systems::before {
  content: "\f2a2";
}

.fa-earth-africa::before {
  content: "\f57c";
}

.fa-globe-africa::before {
  content: "\f57c";
}

.fa-earth-americas::before {
  content: "\f57d";
}

.fa-earth::before {
  content: "\f57d";
}

.fa-earth-america::before {
  content: "\f57d";
}

.fa-globe-americas::before {
  content: "\f57d";
}

.fa-earth-asia::before {
  content: "\f57e";
}

.fa-globe-asia::before {
  content: "\f57e";
}

.fa-earth-europe::before {
  content: "\f7a2";
}

.fa-globe-europe::before {
  content: "\f7a2";
}

.fa-earth-oceania::before {
  content: "\e47b";
}

.fa-globe-oceania::before {
  content: "\e47b";
}

.fa-egg::before {
  content: "\f7fb";
}

.fa-eject::before {
  content: "\f052";
}

.fa-elevator::before {
  content: "\e16d";
}

.fa-ellipsis::before {
  content: "\f141";
}

.fa-ellipsis-h::before {
  content: "\f141";
}

.fa-ellipsis-vertical::before {
  content: "\f142";
}

.fa-ellipsis-v::before {
  content: "\f142";
}

.fa-envelope::before {
  content: "\f0e0";
}

.fa-envelope-circle-check::before {
  content: "\e4e8";
}

.fa-envelope-open::before {
  content: "\f2b6";
}

.fa-envelope-open-text::before {
  content: "\f658";
}

.fa-envelopes-bulk::before {
  content: "\f674";
}

.fa-mail-bulk::before {
  content: "\f674";
}

.fa-equals::before {
  content: "\=";
}

.fa-eraser::before {
  content: "\f12d";
}

.fa-ethernet::before {
  content: "\f796";
}

.fa-euro-sign::before {
  content: "\f153";
}

.fa-eur::before {
  content: "\f153";
}

.fa-euro::before {
  content: "\f153";
}

.fa-exclamation::before {
  content: "\!";
}

.fa-expand::before {
  content: "\f065";
}

.fa-explosion::before {
  content: "\e4e9";
}

.fa-eye::before {
  content: "\f06e";
}

.fa-eye-dropper::before {
  content: "\f1fb";
}

.fa-eye-dropper-empty::before {
  content: "\f1fb";
}

.fa-eyedropper::before {
  content: "\f1fb";
}

.fa-eye-low-vision::before {
  content: "\f2a8";
}

.fa-low-vision::before {
  content: "\f2a8";
}

.fa-eye-slash::before {
  content: "\f070";
}

.fa-f::before {
  content: "F";
}

.fa-face-angry::before {
  content: "\f556";
}

.fa-angry::before {
  content: "\f556";
}

.fa-face-dizzy::before {
  content: "\f567";
}

.fa-dizzy::before {
  content: "\f567";
}

.fa-face-flushed::before {
  content: "\f579";
}

.fa-flushed::before {
  content: "\f579";
}

.fa-face-frown::before {
  content: "\f119";
}

.fa-frown::before {
  content: "\f119";
}

.fa-face-frown-open::before {
  content: "\f57a";
}

.fa-frown-open::before {
  content: "\f57a";
}

.fa-face-grimace::before {
  content: "\f57f";
}

.fa-grimace::before {
  content: "\f57f";
}

.fa-face-grin::before {
  content: "\f580";
}

.fa-grin::before {
  content: "\f580";
}

.fa-face-grin-beam::before {
  content: "\f582";
}

.fa-grin-beam::before {
  content: "\f582";
}

.fa-face-grin-beam-sweat::before {
  content: "\f583";
}

.fa-grin-beam-sweat::before {
  content: "\f583";
}

.fa-face-grin-hearts::before {
  content: "\f584";
}

.fa-grin-hearts::before {
  content: "\f584";
}

.fa-face-grin-squint::before {
  content: "\f585";
}

.fa-grin-squint::before {
  content: "\f585";
}

.fa-face-grin-squint-tears::before {
  content: "\f586";
}

.fa-grin-squint-tears::before {
  content: "\f586";
}

.fa-face-grin-stars::before {
  content: "\f587";
}

.fa-grin-stars::before {
  content: "\f587";
}

.fa-face-grin-tears::before {
  content: "\f588";
}

.fa-grin-tears::before {
  content: "\f588";
}

.fa-face-grin-tongue::before {
  content: "\f589";
}

.fa-grin-tongue::before {
  content: "\f589";
}

.fa-face-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-grin-tongue-squint::before {
  content: "\f58a";
}

.fa-face-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-grin-tongue-wink::before {
  content: "\f58b";
}

.fa-face-grin-wide::before {
  content: "\f581";
}

.fa-grin-alt::before {
  content: "\f581";
}

.fa-face-grin-wink::before {
  content: "\f58c";
}

.fa-grin-wink::before {
  content: "\f58c";
}

.fa-face-kiss::before {
  content: "\f596";
}

.fa-kiss::before {
  content: "\f596";
}

.fa-face-kiss-beam::before {
  content: "\f597";
}

.fa-kiss-beam::before {
  content: "\f597";
}

.fa-face-kiss-wink-heart::before {
  content: "\f598";
}

.fa-kiss-wink-heart::before {
  content: "\f598";
}

.fa-face-laugh::before {
  content: "\f599";
}

.fa-laugh::before {
  content: "\f599";
}

.fa-face-laugh-beam::before {
  content: "\f59a";
}

.fa-laugh-beam::before {
  content: "\f59a";
}

.fa-face-laugh-squint::before {
  content: "\f59b";
}

.fa-laugh-squint::before {
  content: "\f59b";
}

.fa-face-laugh-wink::before {
  content: "\f59c";
}

.fa-laugh-wink::before {
  content: "\f59c";
}

.fa-face-meh::before {
  content: "\f11a";
}

.fa-meh::before {
  content: "\f11a";
}

.fa-face-meh-blank::before {
  content: "\f5a4";
}

.fa-meh-blank::before {
  content: "\f5a4";
}

.fa-face-rolling-eyes::before {
  content: "\f5a5";
}

.fa-meh-rolling-eyes::before {
  content: "\f5a5";
}

.fa-face-sad-cry::before {
  content: "\f5b3";
}

.fa-sad-cry::before {
  content: "\f5b3";
}

.fa-face-sad-tear::before {
  content: "\f5b4";
}

.fa-sad-tear::before {
  content: "\f5b4";
}

.fa-face-smile::before {
  content: "\f118";
}

.fa-smile::before {
  content: "\f118";
}

.fa-face-smile-beam::before {
  content: "\f5b8";
}

.fa-smile-beam::before {
  content: "\f5b8";
}

.fa-face-smile-wink::before {
  content: "\f4da";
}

.fa-smile-wink::before {
  content: "\f4da";
}

.fa-face-surprise::before {
  content: "\f5c2";
}

.fa-surprise::before {
  content: "\f5c2";
}

.fa-face-tired::before {
  content: "\f5c8";
}

.fa-tired::before {
  content: "\f5c8";
}

.fa-fan::before {
  content: "\f863";
}

.fa-faucet::before {
  content: "\e005";
}

.fa-faucet-drip::before {
  content: "\e006";
}

.fa-fax::before {
  content: "\f1ac";
}

.fa-feather::before {
  content: "\f52d";
}

.fa-feather-pointed::before {
  content: "\f56b";
}

.fa-feather-alt::before {
  content: "\f56b";
}

.fa-ferry::before {
  content: "\e4ea";
}

.fa-file::before {
  content: "\f15b";
}

.fa-file-arrow-down::before {
  content: "\f56d";
}

.fa-file-download::before {
  content: "\f56d";
}

.fa-file-arrow-up::before {
  content: "\f574";
}

.fa-file-upload::before {
  content: "\f574";
}

.fa-file-audio::before {
  content: "\f1c7";
}

.fa-file-circle-check::before {
  content: "\e493";
}

.fa-file-circle-exclamation::before {
  content: "\e4eb";
}

.fa-file-circle-minus::before {
  content: "\e4ed";
}

.fa-file-circle-plus::before {
  content: "\e4ee";
}

.fa-file-circle-question::before {
  content: "\e4ef";
}

.fa-file-circle-xmark::before {
  content: "\e494";
}

.fa-file-code::before {
  content: "\f1c9";
}

.fa-file-contract::before {
  content: "\f56c";
}

.fa-file-csv::before {
  content: "\f6dd";
}

.fa-file-excel::before {
  content: "\f1c3";
}

.fa-file-export::before {
  content: "\f56e";
}

.fa-arrow-right-from-file::before {
  content: "\f56e";
}

.fa-file-image::before {
  content: "\f1c5";
}

.fa-file-import::before {
  content: "\f56f";
}

.fa-arrow-right-to-file::before {
  content: "\f56f";
}

.fa-file-invoice::before {
  content: "\f570";
}

.fa-file-invoice-dollar::before {
  content: "\f571";
}

.fa-file-lines::before {
  content: "\f15c";
}

.fa-file-alt::before {
  content: "\f15c";
}

.fa-file-text::before {
  content: "\f15c";
}

.fa-file-medical::before {
  content: "\f477";
}

.fa-file-pdf::before {
  content: "\f1c1";
}

.fa-file-pen::before {
  content: "\f31c";
}

.fa-file-edit::before {
  content: "\f31c";
}

.fa-file-powerpoint::before {
  content: "\f1c4";
}

.fa-file-prescription::before {
  content: "\f572";
}

.fa-file-shield::before {
  content: "\e4f0";
}

.fa-file-signature::before {
  content: "\f573";
}

.fa-file-video::before {
  content: "\f1c8";
}

.fa-file-waveform::before {
  content: "\f478";
}

.fa-file-medical-alt::before {
  content: "\f478";
}

.fa-file-word::before {
  content: "\f1c2";
}

.fa-file-zipper::before {
  content: "\f1c6";
}

.fa-file-archive::before {
  content: "\f1c6";
}

.fa-fill::before {
  content: "\f575";
}

.fa-fill-drip::before {
  content: "\f576";
}

.fa-film::before {
  content: "\f008";
}

.fa-filter::before {
  content: "\f0b0";
}

.fa-filter-circle-dollar::before {
  content: "\f662";
}

.fa-funnel-dollar::before {
  content: "\f662";
}

.fa-filter-circle-xmark::before {
  content: "\e17b";
}

.fa-fingerprint::before {
  content: "\f577";
}

.fa-fire::before {
  content: "\f06d";
}

.fa-fire-burner::before {
  content: "\e4f1";
}

.fa-fire-extinguisher::before {
  content: "\f134";
}

.fa-fire-flame-curved::before {
  content: "\f7e4";
}

.fa-fire-alt::before {
  content: "\f7e4";
}

.fa-fire-flame-simple::before {
  content: "\f46a";
}

.fa-burn::before {
  content: "\f46a";
}

.fa-fish::before {
  content: "\f578";
}

.fa-fish-fins::before {
  content: "\e4f2";
}

.fa-flag::before {
  content: "\f024";
}

.fa-flag-checkered::before {
  content: "\f11e";
}

.fa-flag-usa::before {
  content: "\f74d";
}

.fa-flask::before {
  content: "\f0c3";
}

.fa-flask-vial::before {
  content: "\e4f3";
}

.fa-floppy-disk::before {
  content: "\f0c7";
}

.fa-save::before {
  content: "\f0c7";
}

.fa-florin-sign::before {
  content: "\e184";
}

.fa-folder::before {
  content: "\f07b";
}

.fa-folder-blank::before {
  content: "\f07b";
}

.fa-folder-closed::before {
  content: "\e185";
}

.fa-folder-minus::before {
  content: "\f65d";
}

.fa-folder-open::before {
  content: "\f07c";
}

.fa-folder-plus::before {
  content: "\f65e";
}

.fa-folder-tree::before {
  content: "\f802";
}

.fa-font::before {
  content: "\f031";
}

.fa-football::before {
  content: "\f44e";
}

.fa-football-ball::before {
  content: "\f44e";
}

.fa-forward::before {
  content: "\f04e";
}

.fa-forward-fast::before {
  content: "\f050";
}

.fa-fast-forward::before {
  content: "\f050";
}

.fa-forward-step::before {
  content: "\f051";
}

.fa-step-forward::before {
  content: "\f051";
}

.fa-franc-sign::before {
  content: "\e18f";
}

.fa-frog::before {
  content: "\f52e";
}

.fa-futbol::before {
  content: "\f1e3";
}

.fa-futbol-ball::before {
  content: "\f1e3";
}

.fa-soccer-ball::before {
  content: "\f1e3";
}

.fa-g::before {
  content: "G";
}

.fa-gamepad::before {
  content: "\f11b";
}

.fa-gas-pump::before {
  content: "\f52f";
}

.fa-gauge::before {
  content: "\f624";
}

.fa-dashboard::before {
  content: "\f624";
}

.fa-gauge-med::before {
  content: "\f624";
}

.fa-tachometer-alt-average::before {
  content: "\f624";
}

.fa-gauge-high::before {
  content: "\f625";
}

.fa-tachometer-alt::before {
  content: "\f625";
}

.fa-tachometer-alt-fast::before {
  content: "\f625";
}

.fa-gauge-simple::before {
  content: "\f629";
}

.fa-gauge-simple-med::before {
  content: "\f629";
}

.fa-tachometer-average::before {
  content: "\f629";
}

.fa-gauge-simple-high::before {
  content: "\f62a";
}

.fa-tachometer::before {
  content: "\f62a";
}

.fa-tachometer-fast::before {
  content: "\f62a";
}

.fa-gavel::before {
  content: "\f0e3";
}

.fa-legal::before {
  content: "\f0e3";
}

.fa-gear::before {
  content: "\f013";
}

.fa-cog::before {
  content: "\f013";
}

.fa-gears::before {
  content: "\f085";
}

.fa-cogs::before {
  content: "\f085";
}

.fa-gem::before {
  content: "\f3a5";
}

.fa-genderless::before {
  content: "\f22d";
}

.fa-ghost::before {
  content: "\f6e2";
}

.fa-gift::before {
  content: "\f06b";
}

.fa-gifts::before {
  content: "\f79c";
}

.fa-glass-water::before {
  content: "\e4f4";
}

.fa-glass-water-droplet::before {
  content: "\e4f5";
}

.fa-glasses::before {
  content: "\f530";
}

.fa-globe::before {
  content: "\f0ac";
}

.fa-golf-ball-tee::before {
  content: "\f450";
}

.fa-golf-ball::before {
  content: "\f450";
}

.fa-gopuram::before {
  content: "\f664";
}

.fa-graduation-cap::before {
  content: "\f19d";
}

.fa-mortar-board::before {
  content: "\f19d";
}

.fa-greater-than::before {
  content: "\&gt;";
}

.fa-greater-than-equal::before {
  content: "\f532";
}

.fa-grip::before {
  content: "\f58d";
}

.fa-grip-horizontal::before {
  content: "\f58d";
}

.fa-grip-lines::before {
  content: "\f7a4";
}

.fa-grip-lines-vertical::before {
  content: "\f7a5";
}

.fa-grip-vertical::before {
  content: "\f58e";
}

.fa-group-arrows-rotate::before {
  content: "\e4f6";
}

.fa-guarani-sign::before {
  content: "\e19a";
}

.fa-guitar::before {
  content: "\f7a6";
}

.fa-gun::before {
  content: "\e19b";
}

.fa-h::before {
  content: "H";
}

.fa-hammer::before {
  content: "\f6e3";
}

.fa-hamsa::before {
  content: "\f665";
}

.fa-hand::before {
  content: "\f256";
}

.fa-hand-paper::before {
  content: "\f256";
}

.fa-hand-back-fist::before {
  content: "\f255";
}

.fa-hand-rock::before {
  content: "\f255";
}

.fa-hand-dots::before {
  content: "\f461";
}

.fa-allergies::before {
  content: "\f461";
}

.fa-hand-fist::before {
  content: "\f6de";
}

.fa-fist-raised::before {
  content: "\f6de";
}

.fa-hand-holding::before {
  content: "\f4bd";
}

.fa-hand-holding-dollar::before {
  content: "\f4c0";
}

.fa-hand-holding-usd::before {
  content: "\f4c0";
}

.fa-hand-holding-droplet::before {
  content: "\f4c1";
}

.fa-hand-holding-water::before {
  content: "\f4c1";
}

.fa-hand-holding-hand::before {
  content: "\e4f7";
}

.fa-hand-holding-heart::before {
  content: "\f4be";
}

.fa-hand-holding-medical::before {
  content: "\e05c";
}

.fa-hand-lizard::before {
  content: "\f258";
}

.fa-hand-middle-finger::before {
  content: "\f806";
}

.fa-hand-peace::before {
  content: "\f25b";
}

.fa-hand-point-down::before {
  content: "\f0a7";
}

.fa-hand-point-left::before {
  content: "\f0a5";
}

.fa-hand-point-right::before {
  content: "\f0a4";
}

.fa-hand-point-up::before {
  content: "\f0a6";
}

.fa-hand-pointer::before {
  content: "\f25a";
}

.fa-hand-scissors::before {
  content: "\f257";
}

.fa-hand-sparkles::before {
  content: "\e05d";
}

.fa-hand-spock::before {
  content: "\f259";
}

.fa-handcuffs::before {
  content: "\e4f8";
}

.fa-hands::before {
  content: "\f2a7";
}

.fa-sign-language::before {
  content: "\f2a7";
}

.fa-signing::before {
  content: "\f2a7";
}

.fa-hands-asl-interpreting::before {
  content: "\f2a3";
}

.fa-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-asl-interpreting::before {
  content: "\f2a3";
}

.fa-hands-american-sign-language-interpreting::before {
  content: "\f2a3";
}

.fa-hands-bound::before {
  content: "\e4f9";
}

.fa-hands-bubbles::before {
  content: "\e05e";
}

.fa-hands-wash::before {
  content: "\e05e";
}

.fa-hands-clapping::before {
  content: "\e1a8";
}

.fa-hands-holding::before {
  content: "\f4c2";
}

.fa-hands-holding-child::before {
  content: "\e4fa";
}

.fa-hands-holding-circle::before {
  content: "\e4fb";
}

.fa-hands-praying::before {
  content: "\f684";
}

.fa-praying-hands::before {
  content: "\f684";
}

.fa-handshake::before {
  content: "\f2b5";
}

.fa-handshake-angle::before {
  content: "\f4c4";
}

.fa-hands-helping::before {
  content: "\f4c4";
}

.fa-handshake-simple::before {
  content: "\f4c6";
}

.fa-handshake-alt::before {
  content: "\f4c6";
}

.fa-handshake-simple-slash::before {
  content: "\e05f";
}

.fa-handshake-alt-slash::before {
  content: "\e05f";
}

.fa-handshake-slash::before {
  content: "\e060";
}

.fa-hanukiah::before {
  content: "\f6e6";
}

.fa-hard-drive::before {
  content: "\f0a0";
}

.fa-hdd::before {
  content: "\f0a0";
}

.fa-hashtag::before {
  content: "\#";
}

.fa-hat-cowboy::before {
  content: "\f8c0";
}

.fa-hat-cowboy-side::before {
  content: "\f8c1";
}

.fa-hat-wizard::before {
  content: "\f6e8";
}

.fa-head-side-cough::before {
  content: "\e061";
}

.fa-head-side-cough-slash::before {
  content: "\e062";
}

.fa-head-side-mask::before {
  content: "\e063";
}

.fa-head-side-virus::before {
  content: "\e064";
}

.fa-heading::before {
  content: "\f1dc";
}

.fa-header::before {
  content: "\f1dc";
}

.fa-headphones::before {
  content: "\f025";
}

.fa-headphones-simple::before {
  content: "\f58f";
}

.fa-headphones-alt::before {
  content: "\f58f";
}

.fa-headset::before {
  content: "\f590";
}

.fa-heart::before {
  content: "\f004";
}

.fa-heart-circle-bolt::before {
  content: "\e4fc";
}

.fa-heart-circle-check::before {
  content: "\e4fd";
}

.fa-heart-circle-exclamation::before {
  content: "\e4fe";
}

.fa-heart-circle-minus::before {
  content: "\e4ff";
}

.fa-heart-circle-plus::before {
  content: "\e500";
}

.fa-heart-circle-xmark::before {
  content: "\e501";
}

.fa-heart-crack::before {
  content: "\f7a9";
}

.fa-heart-broken::before {
  content: "\f7a9";
}

.fa-heart-pulse::before {
  content: "\f21e";
}

.fa-heartbeat::before {
  content: "\f21e";
}

.fa-helicopter::before {
  content: "\f533";
}

.fa-helicopter-symbol::before {
  content: "\e502";
}

.fa-helmet-safety::before {
  content: "\f807";
}

.fa-hard-hat::before {
  content: "\f807";
}

.fa-hat-hard::before {
  content: "\f807";
}

.fa-helmet-un::before {
  content: "\e503";
}

.fa-highlighter::before {
  content: "\f591";
}

.fa-hill-avalanche::before {
  content: "\e507";
}

.fa-hill-rockslide::before {
  content: "\e508";
}

.fa-hippo::before {
  content: "\f6ed";
}

.fa-hockey-puck::before {
  content: "\f453";
}

.fa-holly-berry::before {
  content: "\f7aa";
}

.fa-horse::before {
  content: "\f6f0";
}

.fa-horse-head::before {
  content: "\f7ab";
}

.fa-hospital::before {
  content: "\f0f8";
}

.fa-hospital-alt::before {
  content: "\f0f8";
}

.fa-hospital-wide::before {
  content: "\f0f8";
}

.fa-hospital-user::before {
  content: "\f80d";
}

.fa-hot-tub-person::before {
  content: "\f593";
}

.fa-hot-tub::before {
  content: "\f593";
}

.fa-hotdog::before {
  content: "\f80f";
}

.fa-hotel::before {
  content: "\f594";
}

.fa-hourglass::before {
  content: "\f254";
}

.fa-hourglass-2::before {
  content: "\f254";
}

.fa-hourglass-half::before {
  content: "\f254";
}

.fa-hourglass-empty::before {
  content: "\f252";
}

.fa-hourglass-end::before {
  content: "\f253";
}

.fa-hourglass-3::before {
  content: "\f253";
}

.fa-hourglass-start::before {
  content: "\f251";
}

.fa-hourglass-1::before {
  content: "\f251";
}

.fa-house::before {
  content: "\f015";
}

.fa-home::before {
  content: "\f015";
}

.fa-home-alt::before {
  content: "\f015";
}

.fa-home-lg-alt::before {
  content: "\f015";
}

.fa-house-chimney::before {
  content: "\e3af";
}

.fa-home-lg::before {
  content: "\e3af";
}

.fa-house-chimney-crack::before {
  content: "\f6f1";
}

.fa-house-damage::before {
  content: "\f6f1";
}

.fa-house-chimney-medical::before {
  content: "\f7f2";
}

.fa-clinic-medical::before {
  content: "\f7f2";
}

.fa-house-chimney-user::before {
  content: "\e065";
}

.fa-house-chimney-window::before {
  content: "\e00d";
}

.fa-house-circle-check::before {
  content: "\e509";
}

.fa-house-circle-exclamation::before {
  content: "\e50a";
}

.fa-house-circle-xmark::before {
  content: "\e50b";
}

.fa-house-crack::before {
  content: "\e3b1";
}

.fa-house-fire::before {
  content: "\e50c";
}

.fa-house-flag::before {
  content: "\e50d";
}

.fa-house-flood-water::before {
  content: "\e50e";
}

.fa-house-flood-water-circle-arrow-right::before {
  content: "\e50f";
}

.fa-house-laptop::before {
  content: "\e066";
}

.fa-laptop-house::before {
  content: "\e066";
}

.fa-house-lock::before {
  content: "\e510";
}

.fa-house-medical::before {
  content: "\e3b2";
}

.fa-house-medical-circle-check::before {
  content: "\e511";
}

.fa-house-medical-circle-exclamation::before {
  content: "\e512";
}

.fa-house-medical-circle-xmark::before {
  content: "\e513";
}

.fa-house-medical-flag::before {
  content: "\e514";
}

.fa-house-signal::before {
  content: "\e012";
}

.fa-house-tsunami::before {
  content: "\e515";
}

.fa-house-user::before {
  content: "\e1b0";
}

.fa-home-user::before {
  content: "\e1b0";
}

.fa-hryvnia-sign::before {
  content: "\f6f2";
}

.fa-hryvnia::before {
  content: "\f6f2";
}

.fa-hurricane::before {
  content: "\f751";
}

.fa-i::before {
  content: "I";
}

.fa-i-cursor::before {
  content: "\f246";
}

.fa-ice-cream::before {
  content: "\f810";
}

.fa-icicles::before {
  content: "\f7ad";
}

.fa-icons::before {
  content: "\f86d";
}

.fa-heart-music-camera-bolt::before {
  content: "\f86d";
}

.fa-id-badge::before {
  content: "\f2c1";
}

.fa-id-card::before {
  content: "\f2c2";
}

.fa-drivers-license::before {
  content: "\f2c2";
}

.fa-id-card-clip::before {
  content: "\f47f";
}

.fa-id-card-alt::before {
  content: "\f47f";
}

.fa-igloo::before {
  content: "\f7ae";
}

.fa-image::before {
  content: "\f03e";
}

.fa-image-portrait::before {
  content: "\f3e0";
}

.fa-portrait::before {
  content: "\f3e0";
}

.fa-images::before {
  content: "\f302";
}

.fa-inbox::before {
  content: "\f01c";
}

.fa-indent::before {
  content: "\f03c";
}

.fa-indian-rupee-sign::before {
  content: "\e1bc";
}

.fa-indian-rupee::before {
  content: "\e1bc";
}

.fa-inr::before {
  content: "\e1bc";
}

.fa-industry::before {
  content: "\f275";
}

.fa-infinity::before {
  content: "\f534";
}

.fa-info::before {
  content: "\f129";
}

.fa-italic::before {
  content: "\f033";
}

.fa-j::before {
  content: "J";
}

.fa-jar::before {
  content: "\e516";
}

.fa-jar-wheat::before {
  content: "\e517";
}

.fa-jedi::before {
  content: "\f669";
}

.fa-jet-fighter::before {
  content: "\f0fb";
}

.fa-fighter-jet::before {
  content: "\f0fb";
}

.fa-jet-fighter-up::before {
  content: "\e518";
}

.fa-joint::before {
  content: "\f595";
}

.fa-jug-detergent::before {
  content: "\e519";
}

.fa-k::before {
  content: "K";
}

.fa-kaaba::before {
  content: "\f66b";
}

.fa-key::before {
  content: "\f084";
}

.fa-keyboard::before {
  content: "\f11c";
}

.fa-khanda::before {
  content: "\f66d";
}

.fa-kip-sign::before {
  content: "\e1c4";
}

.fa-kit-medical::before {
  content: "\f479";
}

.fa-first-aid::before {
  content: "\f479";
}

.fa-kitchen-set::before {
  content: "\e51a";
}

.fa-kiwi-bird::before {
  content: "\f535";
}

.fa-l::before {
  content: "L";
}

.fa-land-mine-on::before {
  content: "\e51b";
}

.fa-landmark::before {
  content: "\f66f";
}

.fa-landmark-dome::before {
  content: "\f752";
}

.fa-landmark-alt::before {
  content: "\f752";
}

.fa-landmark-flag::before {
  content: "\e51c";
}

.fa-language::before {
  content: "\f1ab";
}

.fa-laptop::before {
  content: "\f109";
}

.fa-laptop-code::before {
  content: "\f5fc";
}

.fa-laptop-file::before {
  content: "\e51d";
}

.fa-laptop-medical::before {
  content: "\f812";
}

.fa-lari-sign::before {
  content: "\e1c8";
}

.fa-layer-group::before {
  content: "\f5fd";
}

.fa-leaf::before {
  content: "\f06c";
}

.fa-left-long::before {
  content: "\f30a";
}

.fa-long-arrow-alt-left::before {
  content: "\f30a";
}

.fa-left-right::before {
  content: "\f337";
}

.fa-arrows-alt-h::before {
  content: "\f337";
}

.fa-lemon::before {
  content: "\f094";
}

.fa-less-than::before {
  content: "\&lt;";
}

.fa-less-than-equal::before {
  content: "\f537";
}

.fa-life-ring::before {
  content: "\f1cd";
}

.fa-lightbulb::before {
  content: "\f0eb";
}

.fa-lines-leaning::before {
  content: "\e51e";
}

.fa-link::before {
  content: "\f0c1";
}

.fa-chain::before {
  content: "\f0c1";
}

.fa-link-slash::before {
  content: "\f127";
}

.fa-chain-broken::before {
  content: "\f127";
}

.fa-chain-slash::before {
  content: "\f127";
}

.fa-unlink::before {
  content: "\f127";
}

.fa-lira-sign::before {
  content: "\f195";
}

.fa-list::before {
  content: "\f03a";
}

.fa-list-squares::before {
  content: "\f03a";
}

.fa-list-check::before {
  content: "\f0ae";
}

.fa-tasks::before {
  content: "\f0ae";
}

.fa-list-ol::before {
  content: "\f0cb";
}

.fa-list-1-2::before {
  content: "\f0cb";
}

.fa-list-numeric::before {
  content: "\f0cb";
}

.fa-list-ul::before {
  content: "\f0ca";
}

.fa-list-dots::before {
  content: "\f0ca";
}

.fa-litecoin-sign::before {
  content: "\e1d3";
}

.fa-location-arrow::before {
  content: "\f124";
}

.fa-location-crosshairs::before {
  content: "\f601";
}

.fa-location::before {
  content: "\f601";
}

.fa-location-dot::before {
  content: "\f3c5";
}

.fa-map-marker-alt::before {
  content: "\f3c5";
}

.fa-location-pin::before {
  content: "\f041";
}

.fa-map-marker::before {
  content: "\f041";
}

.fa-location-pin-lock::before {
  content: "\e51f";
}

.fa-lock::before {
  content: "\f023";
}

.fa-lock-open::before {
  content: "\f3c1";
}

.fa-locust::before {
  content: "\e520";
}

.fa-lungs::before {
  content: "\f604";
}

.fa-lungs-virus::before {
  content: "\e067";
}

.fa-m::before {
  content: "M";
}

.fa-magnet::before {
  content: "\f076";
}

.fa-magnifying-glass::before {
  content: "\f002";
}

.fa-search::before {
  content: "\f002";
}

.fa-magnifying-glass-arrow-right::before {
  content: "\e521";
}

.fa-magnifying-glass-chart::before {
  content: "\e522";
}

.fa-magnifying-glass-dollar::before {
  content: "\f688";
}

.fa-search-dollar::before {
  content: "\f688";
}

.fa-magnifying-glass-location::before {
  content: "\f689";
}

.fa-search-location::before {
  content: "\f689";
}

.fa-magnifying-glass-minus::before {
  content: "\f010";
}

.fa-search-minus::before {
  content: "\f010";
}

.fa-magnifying-glass-plus::before {
  content: "\f00e";
}

.fa-search-plus::before {
  content: "\f00e";
}

.fa-manat-sign::before {
  content: "\e1d5";
}

.fa-map::before {
  content: "\f279";
}

.fa-map-location::before {
  content: "\f59f";
}

.fa-map-marked::before {
  content: "\f59f";
}

.fa-map-location-dot::before {
  content: "\f5a0";
}

.fa-map-marked-alt::before {
  content: "\f5a0";
}

.fa-map-pin::before {
  content: "\f276";
}

.fa-marker::before {
  content: "\f5a1";
}

.fa-mars::before {
  content: "\f222";
}

.fa-mars-and-venus::before {
  content: "\f224";
}

.fa-mars-and-venus-burst::before {
  content: "\e523";
}

.fa-mars-double::before {
  content: "\f227";
}

.fa-mars-stroke::before {
  content: "\f229";
}

.fa-mars-stroke-right::before {
  content: "\f22b";
}

.fa-mars-stroke-h::before {
  content: "\f22b";
}

.fa-mars-stroke-up::before {
  content: "\f22a";
}

.fa-mars-stroke-v::before {
  content: "\f22a";
}

.fa-martini-glass::before {
  content: "\f57b";
}

.fa-glass-martini-alt::before {
  content: "\f57b";
}

.fa-martini-glass-citrus::before {
  content: "\f561";
}

.fa-cocktail::before {
  content: "\f561";
}

.fa-martini-glass-empty::before {
  content: "\f000";
}

.fa-glass-martini::before {
  content: "\f000";
}

.fa-mask::before {
  content: "\f6fa";
}

.fa-mask-face::before {
  content: "\e1d7";
}

.fa-mask-ventilator::before {
  content: "\e524";
}

.fa-masks-theater::before {
  content: "\f630";
}

.fa-theater-masks::before {
  content: "\f630";
}

.fa-mattress-pillow::before {
  content: "\e525";
}

.fa-maximize::before {
  content: "\f31e";
}

.fa-expand-arrows-alt::before {
  content: "\f31e";
}

.fa-medal::before {
  content: "\f5a2";
}

.fa-memory::before {
  content: "\f538";
}

.fa-menorah::before {
  content: "\f676";
}

.fa-mercury::before {
  content: "\f223";
}

.fa-message::before {
  content: "\f27a";
}

.fa-comment-alt::before {
  content: "\f27a";
}

.fa-meteor::before {
  content: "\f753";
}

.fa-microchip::before {
  content: "\f2db";
}

.fa-microphone::before {
  content: "\f130";
}

.fa-microphone-lines::before {
  content: "\f3c9";
}

.fa-microphone-alt::before {
  content: "\f3c9";
}

.fa-microphone-lines-slash::before {
  content: "\f539";
}

.fa-microphone-alt-slash::before {
  content: "\f539";
}

.fa-microphone-slash::before {
  content: "\f131";
}

.fa-microscope::before {
  content: "\f610";
}

.fa-mill-sign::before {
  content: "\e1ed";
}

.fa-minimize::before {
  content: "\f78c";
}

.fa-compress-arrows-alt::before {
  content: "\f78c";
}

.fa-minus::before {
  content: "\f068";
}

.fa-subtract::before {
  content: "\f068";
}

.fa-mitten::before {
  content: "\f7b5";
}

.fa-mobile::before {
  content: "\f3ce";
}

.fa-mobile-android::before {
  content: "\f3ce";
}

.fa-mobile-phone::before {
  content: "\f3ce";
}

.fa-mobile-button::before {
  content: "\f10b";
}

.fa-mobile-retro::before {
  content: "\e527";
}

.fa-mobile-screen::before {
  content: "\f3cf";
}

.fa-mobile-android-alt::before {
  content: "\f3cf";
}

.fa-mobile-screen-button::before {
  content: "\f3cd";
}

.fa-mobile-alt::before {
  content: "\f3cd";
}

.fa-money-bill::before {
  content: "\f0d6";
}

.fa-money-bill-1::before {
  content: "\f3d1";
}

.fa-money-bill-alt::before {
  content: "\f3d1";
}

.fa-money-bill-1-wave::before {
  content: "\f53b";
}

.fa-money-bill-wave-alt::before {
  content: "\f53b";
}

.fa-money-bill-transfer::before {
  content: "\e528";
}

.fa-money-bill-trend-up::before {
  content: "\e529";
}

.fa-money-bill-wave::before {
  content: "\f53a";
}

.fa-money-bill-wheat::before {
  content: "\e52a";
}

.fa-money-bills::before {
  content: "\e1f3";
}

.fa-money-check::before {
  content: "\f53c";
}

.fa-money-check-dollar::before {
  content: "\f53d";
}

.fa-money-check-alt::before {
  content: "\f53d";
}

.fa-monument::before {
  content: "\f5a6";
}

.fa-moon::before {
  content: "\f186";
}

.fa-mortar-pestle::before {
  content: "\f5a7";
}

.fa-mosque::before {
  content: "\f678";
}

.fa-mosquito::before {
  content: "\e52b";
}

.fa-mosquito-net::before {
  content: "\e52c";
}

.fa-motorcycle::before {
  content: "\f21c";
}

.fa-mound::before {
  content: "\e52d";
}

.fa-mountain::before {
  content: "\f6fc";
}

.fa-mountain-city::before {
  content: "\e52e";
}

.fa-mountain-sun::before {
  content: "\e52f";
}

.fa-mug-hot::before {
  content: "\f7b6";
}

.fa-mug-saucer::before {
  content: "\f0f4";
}

.fa-coffee::before {
  content: "\f0f4";
}

.fa-music::before {
  content: "\f001";
}

.fa-n::before {
  content: "N";
}

.fa-naira-sign::before {
  content: "\e1f6";
}

.fa-network-wired::before {
  content: "\f6ff";
}

.fa-neuter::before {
  content: "\f22c";
}

.fa-newspaper::before {
  content: "\f1ea";
}

.fa-not-equal::before {
  content: "\f53e";
}

.fa-note-sticky::before {
  content: "\f249";
}

.fa-sticky-note::before {
  content: "\f249";
}

.fa-notes-medical::before {
  content: "\f481";
}

.fa-o::before {
  content: "O";
}

.fa-object-group::before {
  content: "\f247";
}

.fa-object-ungroup::before {
  content: "\f248";
}

.fa-oil-can::before {
  content: "\f613";
}

.fa-oil-well::before {
  content: "\e532";
}

.fa-om::before {
  content: "\f679";
}

.fa-otter::before {
  content: "\f700";
}

.fa-outdent::before {
  content: "\f03b";
}

.fa-dedent::before {
  content: "\f03b";
}

.fa-p::before {
  content: "P";
}

.fa-pager::before {
  content: "\f815";
}

.fa-paint-roller::before {
  content: "\f5aa";
}

.fa-paintbrush::before {
  content: "\f1fc";
}

.fa-paint-brush::before {
  content: "\f1fc";
}

.fa-palette::before {
  content: "\f53f";
}

.fa-pallet::before {
  content: "\f482";
}

.fa-panorama::before {
  content: "\e209";
}

.fa-paper-plane::before {
  content: "\f1d8";
}

.fa-paperclip::before {
  content: "\f0c6";
}

.fa-parachute-box::before {
  content: "\f4cd";
}

.fa-paragraph::before {
  content: "\f1dd";
}

.fa-passport::before {
  content: "\f5ab";
}

.fa-paste::before {
  content: "\f0ea";
}

.fa-file-clipboard::before {
  content: "\f0ea";
}

.fa-pause::before {
  content: "\f04c";
}

.fa-paw::before {
  content: "\f1b0";
}

.fa-peace::before {
  content: "\f67c";
}

.fa-pen::before {
  content: "\f304";
}

.fa-pen-clip::before {
  content: "\f305";
}

.fa-pen-alt::before {
  content: "\f305";
}

.fa-pen-fancy::before {
  content: "\f5ac";
}

.fa-pen-nib::before {
  content: "\f5ad";
}

.fa-pen-ruler::before {
  content: "\f5ae";
}

.fa-pencil-ruler::before {
  content: "\f5ae";
}

.fa-pen-to-square::before {
  content: "\f044";
}

.fa-edit::before {
  content: "\f044";
}

.fa-pencil::before {
  content: "\f303";
}

.fa-pencil-alt::before {
  content: "\f303";
}

.fa-people-arrows-left-right::before {
  content: "\e068";
}

.fa-people-arrows::before {
  content: "\e068";
}

.fa-people-carry-box::before {
  content: "\f4ce";
}

.fa-people-carry::before {
  content: "\f4ce";
}

.fa-people-group::before {
  content: "\e533";
}

.fa-people-line::before {
  content: "\e534";
}

.fa-people-pulling::before {
  content: "\e535";
}

.fa-people-robbery::before {
  content: "\e536";
}

.fa-people-roof::before {
  content: "\e537";
}

.fa-pepper-hot::before {
  content: "\f816";
}

.fa-percent::before {
  content: "\%";
}

.fa-percentage::before {
  content: "\%";
}

.fa-person::before {
  content: "\f183";
}

.fa-male::before {
  content: "\f183";
}

.fa-person-arrow-down-to-line::before {
  content: "\e538";
}

.fa-person-arrow-up-from-line::before {
  content: "\e539";
}

.fa-person-biking::before {
  content: "\f84a";
}

.fa-biking::before {
  content: "\f84a";
}

.fa-person-booth::before {
  content: "\f756";
}

.fa-person-breastfeeding::before {
  content: "\e53a";
}

.fa-person-burst::before {
  content: "\e53b";
}

.fa-person-cane::before {
  content: "\e53c";
}

.fa-person-chalkboard::before {
  content: "\e53d";
}

.fa-person-circle-check::before {
  content: "\e53e";
}

.fa-person-circle-exclamation::before {
  content: "\e53f";
}

.fa-person-circle-minus::before {
  content: "\e540";
}

.fa-person-circle-plus::before {
  content: "\e541";
}

.fa-person-circle-question::before {
  content: "\e542";
}

.fa-person-circle-xmark::before {
  content: "\e543";
}

.fa-person-digging::before {
  content: "\f85e";
}

.fa-digging::before {
  content: "\f85e";
}

.fa-person-dots-from-line::before {
  content: "\f470";
}

.fa-diagnoses::before {
  content: "\f470";
}

.fa-person-dress::before {
  content: "\f182";
}

.fa-female::before {
  content: "\f182";
}

.fa-person-dress-burst::before {
  content: "\e544";
}

.fa-person-drowning::before {
  content: "\e545";
}

.fa-person-falling::before {
  content: "\e546";
}

.fa-person-falling-burst::before {
  content: "\e547";
}

.fa-person-half-dress::before {
  content: "\e548";
}

.fa-person-harassing::before {
  content: "\e549";
}

.fa-person-hiking::before {
  content: "\f6ec";
}

.fa-hiking::before {
  content: "\f6ec";
}

.fa-person-military-pointing::before {
  content: "\e54a";
}

.fa-person-military-rifle::before {
  content: "\e54b";
}

.fa-person-military-to-person::before {
  content: "\e54c";
}

.fa-person-praying::before {
  content: "\f683";
}

.fa-pray::before {
  content: "\f683";
}

.fa-person-pregnant::before {
  content: "\e31e";
}

.fa-person-rays::before {
  content: "\e54d";
}

.fa-person-rifle::before {
  content: "\e54e";
}

.fa-person-running::before {
  content: "\f70c";
}

.fa-running::before {
  content: "\f70c";
}

.fa-person-shelter::before {
  content: "\e54f";
}

.fa-person-skating::before {
  content: "\f7c5";
}

.fa-skating::before {
  content: "\f7c5";
}

.fa-person-skiing::before {
  content: "\f7c9";
}

.fa-skiing::before {
  content: "\f7c9";
}

.fa-person-skiing-nordic::before {
  content: "\f7ca";
}

.fa-skiing-nordic::before {
  content: "\f7ca";
}

.fa-person-snowboarding::before {
  content: "\f7ce";
}

.fa-snowboarding::before {
  content: "\f7ce";
}

.fa-person-swimming::before {
  content: "\f5c4";
}

.fa-swimmer::before {
  content: "\f5c4";
}

.fa-person-through-window::before {
  content: "\e433";
}

.fa-person-walking::before {
  content: "\f554";
}

.fa-walking::before {
  content: "\f554";
}

.fa-person-walking-arrow-loop-left::before {
  content: "\e551";
}

.fa-person-walking-arrow-right::before {
  content: "\e552";
}

.fa-person-walking-dashed-line-arrow-right::before {
  content: "\e553";
}

.fa-person-walking-luggage::before {
  content: "\e554";
}

.fa-person-walking-with-cane::before {
  content: "\f29d";
}

.fa-blind::before {
  content: "\f29d";
}

.fa-peseta-sign::before {
  content: "\e221";
}

.fa-peso-sign::before {
  content: "\e222";
}

.fa-phone::before {
  content: "\f095";
}

.fa-phone-flip::before {
  content: "\f879";
}

.fa-phone-alt::before {
  content: "\f879";
}

.fa-phone-slash::before {
  content: "\f3dd";
}

.fa-phone-volume::before {
  content: "\f2a0";
}

.fa-volume-control-phone::before {
  content: "\f2a0";
}

.fa-photo-film::before {
  content: "\f87c";
}

.fa-photo-video::before {
  content: "\f87c";
}

.fa-piggy-bank::before {
  content: "\f4d3";
}

.fa-pills::before {
  content: "\f484";
}

.fa-pizza-slice::before {
  content: "\f818";
}

.fa-place-of-worship::before {
  content: "\f67f";
}

.fa-plane::before {
  content: "\f072";
}

.fa-plane-arrival::before {
  content: "\f5af";
}

.fa-plane-circle-check::before {
  content: "\e555";
}

.fa-plane-circle-exclamation::before {
  content: "\e556";
}

.fa-plane-circle-xmark::before {
  content: "\e557";
}

.fa-plane-departure::before {
  content: "\f5b0";
}

.fa-plane-lock::before {
  content: "\e558";
}

.fa-plane-slash::before {
  content: "\e069";
}

.fa-plane-up::before {
  content: "\e22d";
}

.fa-plant-wilt::before {
  content: "\e43b";
}

.fa-plate-wheat::before {
  content: "\e55a";
}

.fa-play::before {
  content: "\f04b";
}

.fa-plug::before {
  content: "\f1e6";
}

.fa-plug-circle-bolt::before {
  content: "\e55b";
}

.fa-plug-circle-check::before {
  content: "\e55c";
}

.fa-plug-circle-exclamation::before {
  content: "\e55d";
}

.fa-plug-circle-minus::before {
  content: "\e55e";
}

.fa-plug-circle-plus::before {
  content: "\e55f";
}

.fa-plug-circle-xmark::before {
  content: "\e560";
}

.fa-plus::before {
  content: "\+";
}

.fa-add::before {
  content: "\+";
}

.fa-plus-minus::before {
  content: "\e43c";
}

.fa-podcast::before {
  content: "\f2ce";
}

.fa-poo::before {
  content: "\f2fe";
}

.fa-poo-storm::before {
  content: "\f75a";
}

.fa-poo-bolt::before {
  content: "\f75a";
}

.fa-poop::before {
  content: "\f619";
}

.fa-power-off::before {
  content: "\f011";
}

.fa-prescription::before {
  content: "\f5b1";
}

.fa-prescription-bottle::before {
  content: "\f485";
}

.fa-prescription-bottle-medical::before {
  content: "\f486";
}

.fa-prescription-bottle-alt::before {
  content: "\f486";
}

.fa-print::before {
  content: "\f02f";
}

.fa-pump-medical::before {
  content: "\e06a";
}

.fa-pump-soap::before {
  content: "\e06b";
}

.fa-puzzle-piece::before {
  content: "\f12e";
}

.fa-q::before {
  content: "Q";
}

.fa-qrcode::before {
  content: "\f029";
}

.fa-question::before {
  content: "\?";
}

.fa-quote-left::before {
  content: "\f10d";
}

.fa-quote-left-alt::before {
  content: "\f10d";
}

.fa-quote-right::before {
  content: "\f10e";
}

.fa-quote-right-alt::before {
  content: "\f10e";
}

.fa-r::before {
  content: "R";
}

.fa-radiation::before {
  content: "\f7b9";
}

.fa-radio::before {
  content: "\f8d7";
}

.fa-rainbow::before {
  content: "\f75b";
}

.fa-ranking-star::before {
  content: "\e561";
}

.fa-receipt::before {
  content: "\f543";
}

.fa-record-vinyl::before {
  content: "\f8d9";
}

.fa-rectangle-ad::before {
  content: "\f641";
}

.fa-ad::before {
  content: "\f641";
}

.fa-rectangle-list::before {
  content: "\f022";
}

.fa-list-alt::before {
  content: "\f022";
}

.fa-rectangle-xmark::before {
  content: "\f410";
}

.fa-rectangle-times::before {
  content: "\f410";
}

.fa-times-rectangle::before {
  content: "\f410";
}

.fa-window-close::before {
  content: "\f410";
}

.fa-recycle::before {
  content: "\f1b8";
}

.fa-registered::before {
  content: "\f25d";
}

.fa-repeat::before {
  content: "\f363";
}

.fa-reply::before {
  content: "\f3e5";
}

.fa-mail-reply::before {
  content: "\f3e5";
}

.fa-reply-all::before {
  content: "\f122";
}

.fa-mail-reply-all::before {
  content: "\f122";
}

.fa-republican::before {
  content: "\f75e";
}

.fa-restroom::before {
  content: "\f7bd";
}

.fa-retweet::before {
  content: "\f079";
}

.fa-ribbon::before {
  content: "\f4d6";
}

.fa-right-from-bracket::before {
  content: "\f2f5";
}

.fa-sign-out-alt::before {
  content: "\f2f5";
}

.fa-right-left::before {
  content: "\f362";
}

.fa-exchange-alt::before {
  content: "\f362";
}

.fa-right-long::before {
  content: "\f30b";
}

.fa-long-arrow-alt-right::before {
  content: "\f30b";
}

.fa-right-to-bracket::before {
  content: "\f2f6";
}

.fa-sign-in-alt::before {
  content: "\f2f6";
}

.fa-ring::before {
  content: "\f70b";
}

.fa-road::before {
  content: "\f018";
}

.fa-road-barrier::before {
  content: "\e562";
}

.fa-road-bridge::before {
  content: "\e563";
}

.fa-road-circle-check::before {
  content: "\e564";
}

.fa-road-circle-exclamation::before {
  content: "\e565";
}

.fa-road-circle-xmark::before {
  content: "\e566";
}

.fa-road-lock::before {
  content: "\e567";
}

.fa-road-spikes::before {
  content: "\e568";
}

.fa-robot::before {
  content: "\f544";
}

.fa-rocket::before {
  content: "\f135";
}

.fa-rotate::before {
  content: "\f2f1";
}

.fa-sync-alt::before {
  content: "\f2f1";
}

.fa-rotate-left::before {
  content: "\f2ea";
}

.fa-rotate-back::before {
  content: "\f2ea";
}

.fa-rotate-backward::before {
  content: "\f2ea";
}

.fa-undo-alt::before {
  content: "\f2ea";
}

.fa-rotate-right::before {
  content: "\f2f9";
}

.fa-redo-alt::before {
  content: "\f2f9";
}

.fa-rotate-forward::before {
  content: "\f2f9";
}

.fa-route::before {
  content: "\f4d7";
}

.fa-rss::before {
  content: "\f09e";
}

.fa-feed::before {
  content: "\f09e";
}

.fa-ruble-sign::before {
  content: "\f158";
}

.fa-rouble::before {
  content: "\f158";
}

.fa-rub::before {
  content: "\f158";
}

.fa-ruble::before {
  content: "\f158";
}

.fa-rug::before {
  content: "\e569";
}

.fa-ruler::before {
  content: "\f545";
}

.fa-ruler-combined::before {
  content: "\f546";
}

.fa-ruler-horizontal::before {
  content: "\f547";
}

.fa-ruler-vertical::before {
  content: "\f548";
}

.fa-rupee-sign::before {
  content: "\f156";
}

.fa-rupee::before {
  content: "\f156";
}

.fa-rupiah-sign::before {
  content: "\e23d";
}

.fa-s::before {
  content: "S";
}

.fa-sack-dollar::before {
  content: "\f81d";
}

.fa-sack-xmark::before {
  content: "\e56a";
}

.fa-sailboat::before {
  content: "\e445";
}

.fa-satellite::before {
  content: "\f7bf";
}

.fa-satellite-dish::before {
  content: "\f7c0";
}

.fa-scale-balanced::before {
  content: "\f24e";
}

.fa-balance-scale::before {
  content: "\f24e";
}

.fa-scale-unbalanced::before {
  content: "\f515";
}

.fa-balance-scale-left::before {
  content: "\f515";
}

.fa-scale-unbalanced-flip::before {
  content: "\f516";
}

.fa-balance-scale-right::before {
  content: "\f516";
}

.fa-school::before {
  content: "\f549";
}

.fa-school-circle-check::before {
  content: "\e56b";
}

.fa-school-circle-exclamation::before {
  content: "\e56c";
}

.fa-school-circle-xmark::before {
  content: "\e56d";
}

.fa-school-flag::before {
  content: "\e56e";
}

.fa-school-lock::before {
  content: "\e56f";
}

.fa-scissors::before {
  content: "\f0c4";
}

.fa-cut::before {
  content: "\f0c4";
}

.fa-screwdriver::before {
  content: "\f54a";
}

.fa-screwdriver-wrench::before {
  content: "\f7d9";
}

.fa-tools::before {
  content: "\f7d9";
}

.fa-scroll::before {
  content: "\f70e";
}

.fa-scroll-torah::before {
  content: "\f6a0";
}

.fa-torah::before {
  content: "\f6a0";
}

.fa-sd-card::before {
  content: "\f7c2";
}

.fa-section::before {
  content: "\e447";
}

.fa-seedling::before {
  content: "\f4d8";
}

.fa-sprout::before {
  content: "\f4d8";
}

.fa-server::before {
  content: "\f233";
}

.fa-shapes::before {
  content: "\f61f";
}

.fa-triangle-circle-square::before {
  content: "\f61f";
}

.fa-share::before {
  content: "\f064";
}

.fa-arrow-turn-right::before {
  content: "\f064";
}

.fa-mail-forward::before {
  content: "\f064";
}

.fa-share-from-square::before {
  content: "\f14d";
}

.fa-share-square::before {
  content: "\f14d";
}

.fa-share-nodes::before {
  content: "\f1e0";
}

.fa-share-alt::before {
  content: "\f1e0";
}

.fa-sheet-plastic::before {
  content: "\e571";
}

.fa-shekel-sign::before {
  content: "\f20b";
}

.fa-ils::before {
  content: "\f20b";
}

.fa-shekel::before {
  content: "\f20b";
}

.fa-sheqel::before {
  content: "\f20b";
}

.fa-sheqel-sign::before {
  content: "\f20b";
}

.fa-shield::before {
  content: "\f132";
}

.fa-shield-blank::before {
  content: "\f132";
}

.fa-shield-cat::before {
  content: "\e572";
}

.fa-shield-dog::before {
  content: "\e573";
}

.fa-shield-halved::before {
  content: "\f3ed";
}

.fa-shield-alt::before {
  content: "\f3ed";
}

.fa-shield-heart::before {
  content: "\e574";
}

.fa-shield-virus::before {
  content: "\e06c";
}

.fa-ship::before {
  content: "\f21a";
}

.fa-shirt::before {
  content: "\f553";
}

.fa-t-shirt::before {
  content: "\f553";
}

.fa-tshirt::before {
  content: "\f553";
}

.fa-shoe-prints::before {
  content: "\f54b";
}

.fa-shop::before {
  content: "\f54f";
}

.fa-store-alt::before {
  content: "\f54f";
}

.fa-shop-lock::before {
  content: "\e4a5";
}

.fa-shop-slash::before {
  content: "\e070";
}

.fa-store-alt-slash::before {
  content: "\e070";
}

.fa-shower::before {
  content: "\f2cc";
}

.fa-shrimp::before {
  content: "\e448";
}

.fa-shuffle::before {
  content: "\f074";
}

.fa-random::before {
  content: "\f074";
}

.fa-shuttle-space::before {
  content: "\f197";
}

.fa-space-shuttle::before {
  content: "\f197";
}

.fa-sign-hanging::before {
  content: "\f4d9";
}

.fa-sign::before {
  content: "\f4d9";
}

.fa-signal::before {
  content: "\f012";
}

.fa-signal-5::before {
  content: "\f012";
}

.fa-signal-perfect::before {
  content: "\f012";
}

.fa-signature::before {
  content: "\f5b7";
}

.fa-signs-post::before {
  content: "\f277";
}

.fa-map-signs::before {
  content: "\f277";
}

.fa-sim-card::before {
  content: "\f7c4";
}

.fa-sink::before {
  content: "\e06d";
}

.fa-sitemap::before {
  content: "\f0e8";
}

.fa-skull::before {
  content: "\f54c";
}

.fa-skull-crossbones::before {
  content: "\f714";
}

.fa-slash::before {
  content: "\f715";
}

.fa-sleigh::before {
  content: "\f7cc";
}

.fa-sliders::before {
  content: "\f1de";
}

.fa-sliders-h::before {
  content: "\f1de";
}

.fa-smog::before {
  content: "\f75f";
}

.fa-smoking::before {
  content: "\f48d";
}

.fa-snowflake::before {
  content: "\f2dc";
}

.fa-snowman::before {
  content: "\f7d0";
}

.fa-snowplow::before {
  content: "\f7d2";
}

.fa-soap::before {
  content: "\e06e";
}

.fa-socks::before {
  content: "\f696";
}

.fa-solar-panel::before {
  content: "\f5ba";
}

.fa-sort::before {
  content: "\f0dc";
}

.fa-unsorted::before {
  content: "\f0dc";
}

.fa-sort-down::before {
  content: "\f0dd";
}

.fa-sort-desc::before {
  content: "\f0dd";
}

.fa-sort-up::before {
  content: "\f0de";
}

.fa-sort-asc::before {
  content: "\f0de";
}

.fa-spa::before {
  content: "\f5bb";
}

.fa-spaghetti-monster-flying::before {
  content: "\f67b";
}

.fa-pastafarianism::before {
  content: "\f67b";
}

.fa-spell-check::before {
  content: "\f891";
}

.fa-spider::before {
  content: "\f717";
}

.fa-spinner::before {
  content: "\f110";
}

.fa-splotch::before {
  content: "\f5bc";
}

.fa-spoon::before {
  content: "\f2e5";
}

.fa-utensil-spoon::before {
  content: "\f2e5";
}

.fa-spray-can::before {
  content: "\f5bd";
}

.fa-spray-can-sparkles::before {
  content: "\f5d0";
}

.fa-air-freshener::before {
  content: "\f5d0";
}

.fa-square::before {
  content: "\f0c8";
}

.fa-square-arrow-up-right::before {
  content: "\f14c";
}

.fa-external-link-square::before {
  content: "\f14c";
}

.fa-square-caret-down::before {
  content: "\f150";
}

.fa-caret-square-down::before {
  content: "\f150";
}

.fa-square-caret-left::before {
  content: "\f191";
}

.fa-caret-square-left::before {
  content: "\f191";
}

.fa-square-caret-right::before {
  content: "\f152";
}

.fa-caret-square-right::before {
  content: "\f152";
}

.fa-square-caret-up::before {
  content: "\f151";
}

.fa-caret-square-up::before {
  content: "\f151";
}

.fa-square-check::before {
  content: "\f14a";
}

.fa-check-square::before {
  content: "\f14a";
}

.fa-square-envelope::before {
  content: "\f199";
}

.fa-envelope-square::before {
  content: "\f199";
}

.fa-square-full::before {
  content: "\f45c";
}

.fa-square-h::before {
  content: "\f0fd";
}

.fa-h-square::before {
  content: "\f0fd";
}

.fa-square-minus::before {
  content: "\f146";
}

.fa-minus-square::before {
  content: "\f146";
}

.fa-square-nfi::before {
  content: "\e576";
}

.fa-square-parking::before {
  content: "\f540";
}

.fa-parking::before {
  content: "\f540";
}

.fa-square-pen::before {
  content: "\f14b";
}

.fa-pen-square::before {
  content: "\f14b";
}

.fa-pencil-square::before {
  content: "\f14b";
}

.fa-square-person-confined::before {
  content: "\e577";
}

.fa-square-phone::before {
  content: "\f098";
}

.fa-phone-square::before {
  content: "\f098";
}

.fa-square-phone-flip::before {
  content: "\f87b";
}

.fa-phone-square-alt::before {
  content: "\f87b";
}

.fa-square-plus::before {
  content: "\f0fe";
}

.fa-plus-square::before {
  content: "\f0fe";
}

.fa-square-poll-horizontal::before {
  content: "\f682";
}

.fa-poll-h::before {
  content: "\f682";
}

.fa-square-poll-vertical::before {
  content: "\f681";
}

.fa-poll::before {
  content: "\f681";
}

.fa-square-root-variable::before {
  content: "\f698";
}

.fa-square-root-alt::before {
  content: "\f698";
}

.fa-square-rss::before {
  content: "\f143";
}

.fa-rss-square::before {
  content: "\f143";
}

.fa-square-share-nodes::before {
  content: "\f1e1";
}

.fa-share-alt-square::before {
  content: "\f1e1";
}

.fa-square-up-right::before {
  content: "\f360";
}

.fa-external-link-square-alt::before {
  content: "\f360";
}

.fa-square-virus::before {
  content: "\e578";
}

.fa-square-xmark::before {
  content: "\f2d3";
}

.fa-times-square::before {
  content: "\f2d3";
}

.fa-xmark-square::before {
  content: "\f2d3";
}

.fa-staff-aesculapius::before {
  content: "\e579";
}

.fa-rod-asclepius::before {
  content: "\e579";
}

.fa-rod-snake::before {
  content: "\e579";
}

.fa-staff-snake::before {
  content: "\e579";
}

.fa-stairs::before {
  content: "\e289";
}

.fa-stamp::before {
  content: "\f5bf";
}

.fa-star::before {
  content: "\f005";
}

.fa-star-and-crescent::before {
  content: "\f699";
}

.fa-star-half::before {
  content: "\f089";
}

.fa-star-half-stroke::before {
  content: "\f5c0";
}

.fa-star-half-alt::before {
  content: "\f5c0";
}

.fa-star-of-david::before {
  content: "\f69a";
}

.fa-star-of-life::before {
  content: "\f621";
}

.fa-sterling-sign::before {
  content: "\f154";
}

.fa-gbp::before {
  content: "\f154";
}

.fa-pound-sign::before {
  content: "\f154";
}

.fa-stethoscope::before {
  content: "\f0f1";
}

.fa-stop::before {
  content: "\f04d";
}

.fa-stopwatch::before {
  content: "\f2f2";
}

.fa-stopwatch-20::before {
  content: "\e06f";
}

.fa-store::before {
  content: "\f54e";
}

.fa-store-slash::before {
  content: "\e071";
}

.fa-street-view::before {
  content: "\f21d";
}

.fa-strikethrough::before {
  content: "\f0cc";
}

.fa-stroopwafel::before {
  content: "\f551";
}

.fa-subscript::before {
  content: "\f12c";
}

.fa-suitcase::before {
  content: "\f0f2";
}

.fa-suitcase-medical::before {
  content: "\f0fa";
}

.fa-medkit::before {
  content: "\f0fa";
}

.fa-suitcase-rolling::before {
  content: "\f5c1";
}

.fa-sun::before {
  content: "\f185";
}

.fa-sun-plant-wilt::before {
  content: "\e57a";
}

.fa-superscript::before {
  content: "\f12b";
}

.fa-swatchbook::before {
  content: "\f5c3";
}

.fa-synagogue::before {
  content: "\f69b";
}

.fa-syringe::before {
  content: "\f48e";
}

.fa-t::before {
  content: "T";
}

.fa-table::before {
  content: "\f0ce";
}

.fa-table-cells::before {
  content: "\f00a";
}

.fa-th::before {
  content: "\f00a";
}

.fa-table-cells-large::before {
  content: "\f009";
}

.fa-th-large::before {
  content: "\f009";
}

.fa-table-columns::before {
  content: "\f0db";
}

.fa-columns::before {
  content: "\f0db";
}

.fa-table-list::before {
  content: "\f00b";
}

.fa-th-list::before {
  content: "\f00b";
}

.fa-table-tennis-paddle-ball::before {
  content: "\f45d";
}

.fa-ping-pong-paddle-ball::before {
  content: "\f45d";
}

.fa-table-tennis::before {
  content: "\f45d";
}

.fa-tablet::before {
  content: "\f3fb";
}

.fa-tablet-android::before {
  content: "\f3fb";
}

.fa-tablet-button::before {
  content: "\f10a";
}

.fa-tablet-screen-button::before {
  content: "\f3fa";
}

.fa-tablet-alt::before {
  content: "\f3fa";
}

.fa-tablets::before {
  content: "\f490";
}

.fa-tachograph-digital::before {
  content: "\f566";
}

.fa-digital-tachograph::before {
  content: "\f566";
}

.fa-tag::before {
  content: "\f02b";
}

.fa-tags::before {
  content: "\f02c";
}

.fa-tape::before {
  content: "\f4db";
}

.fa-tarp::before {
  content: "\e57b";
}

.fa-tarp-droplet::before {
  content: "\e57c";
}

.fa-taxi::before {
  content: "\f1ba";
}

.fa-cab::before {
  content: "\f1ba";
}

.fa-teeth::before {
  content: "\f62e";
}

.fa-teeth-open::before {
  content: "\f62f";
}

.fa-temperature-arrow-down::before {
  content: "\e03f";
}

.fa-temperature-down::before {
  content: "\e03f";
}

.fa-temperature-arrow-up::before {
  content: "\e040";
}

.fa-temperature-up::before {
  content: "\e040";
}

.fa-temperature-empty::before {
  content: "\f2cb";
}

.fa-temperature-0::before {
  content: "\f2cb";
}

.fa-thermometer-0::before {
  content: "\f2cb";
}

.fa-thermometer-empty::before {
  content: "\f2cb";
}

.fa-temperature-full::before {
  content: "\f2c7";
}

.fa-temperature-4::before {
  content: "\f2c7";
}

.fa-thermometer-4::before {
  content: "\f2c7";
}

.fa-thermometer-full::before {
  content: "\f2c7";
}

.fa-temperature-half::before {
  content: "\f2c9";
}

.fa-temperature-2::before {
  content: "\f2c9";
}

.fa-thermometer-2::before {
  content: "\f2c9";
}

.fa-thermometer-half::before {
  content: "\f2c9";
}

.fa-temperature-high::before {
  content: "\f769";
}

.fa-temperature-low::before {
  content: "\f76b";
}

.fa-temperature-quarter::before {
  content: "\f2ca";
}

.fa-temperature-1::before {
  content: "\f2ca";
}

.fa-thermometer-1::before {
  content: "\f2ca";
}

.fa-thermometer-quarter::before {
  content: "\f2ca";
}

.fa-temperature-three-quarters::before {
  content: "\f2c8";
}

.fa-temperature-3::before {
  content: "\f2c8";
}

.fa-thermometer-3::before {
  content: "\f2c8";
}

.fa-thermometer-three-quarters::before {
  content: "\f2c8";
}

.fa-tenge-sign::before {
  content: "\f7d7";
}

.fa-tenge::before {
  content: "\f7d7";
}

.fa-tent::before {
  content: "\e57d";
}

.fa-tent-arrow-down-to-line::before {
  content: "\e57e";
}

.fa-tent-arrow-left-right::before {
  content: "\e57f";
}

.fa-tent-arrow-turn-left::before {
  content: "\e580";
}

.fa-tent-arrows-down::before {
  content: "\e581";
}

.fa-tents::before {
  content: "\e582";
}

.fa-terminal::before {
  content: "\f120";
}

.fa-text-height::before {
  content: "\f034";
}

.fa-text-slash::before {
  content: "\f87d";
}

.fa-remove-format::before {
  content: "\f87d";
}

.fa-text-width::before {
  content: "\f035";
}

.fa-thermometer::before {
  content: "\f491";
}

.fa-thumbs-down::before {
  content: "\f165";
}

.fa-thumbs-up::before {
  content: "\f164";
}

.fa-thumbtack::before {
  content: "\f08d";
}

.fa-thumb-tack::before {
  content: "\f08d";
}

.fa-ticket::before {
  content: "\f145";
}

.fa-ticket-simple::before {
  content: "\f3ff";
}

.fa-ticket-alt::before {
  content: "\f3ff";
}

.fa-timeline::before {
  content: "\e29c";
}

.fa-toggle-off::before {
  content: "\f204";
}

.fa-toggle-on::before {
  content: "\f205";
}

.fa-toilet::before {
  content: "\f7d8";
}

.fa-toilet-paper::before {
  content: "\f71e";
}

.fa-toilet-paper-slash::before {
  content: "\e072";
}

.fa-toilet-portable::before {
  content: "\e583";
}

.fa-toilets-portable::before {
  content: "\e584";
}

.fa-toolbox::before {
  content: "\f552";
}

.fa-tooth::before {
  content: "\f5c9";
}

.fa-torii-gate::before {
  content: "\f6a1";
}

.fa-tornado::before {
  content: "\f76f";
}

.fa-tower-broadcast::before {
  content: "\f519";
}

.fa-broadcast-tower::before {
  content: "\f519";
}

.fa-tower-cell::before {
  content: "\e585";
}

.fa-tower-observation::before {
  content: "\e586";
}

.fa-tractor::before {
  content: "\f722";
}

.fa-trademark::before {
  content: "\f25c";
}

.fa-traffic-light::before {
  content: "\f637";
}

.fa-trailer::before {
  content: "\e041";
}

.fa-train::before {
  content: "\f238";
}

.fa-train-subway::before {
  content: "\f239";
}

.fa-subway::before {
  content: "\f239";
}

.fa-train-tram::before {
  content: "\f7da";
}

.fa-tram::before {
  content: "\f7da";
}

.fa-transgender::before {
  content: "\f225";
}

.fa-transgender-alt::before {
  content: "\f225";
}

.fa-trash::before {
  content: "\f1f8";
}

.fa-trash-arrow-up::before {
  content: "\f829";
}

.fa-trash-restore::before {
  content: "\f829";
}

.fa-trash-can::before {
  content: "\f2ed";
}

.fa-trash-alt::before {
  content: "\f2ed";
}

.fa-trash-can-arrow-up::before {
  content: "\f82a";
}

.fa-trash-restore-alt::before {
  content: "\f82a";
}

.fa-tree::before {
  content: "\f1bb";
}

.fa-tree-city::before {
  content: "\e587";
}

.fa-triangle-exclamation::before {
  content: "\f071";
}

.fa-exclamation-triangle::before {
  content: "\f071";
}

.fa-warning::before {
  content: "\f071";
}

.fa-trophy::before {
  content: "\f091";
}

.fa-trowel::before {
  content: "\e589";
}

.fa-trowel-bricks::before {
  content: "\e58a";
}

.fa-truck::before {
  content: "\f0d1";
}

.fa-truck-arrow-right::before {
  content: "\e58b";
}

.fa-truck-droplet::before {
  content: "\e58c";
}

.fa-truck-fast::before {
  content: "\f48b";
}

.fa-shipping-fast::before {
  content: "\f48b";
}

.fa-truck-field::before {
  content: "\e58d";
}

.fa-truck-field-un::before {
  content: "\e58e";
}

.fa-truck-front::before {
  content: "\e2b7";
}

.fa-truck-medical::before {
  content: "\f0f9";
}

.fa-ambulance::before {
  content: "\f0f9";
}

.fa-truck-monster::before {
  content: "\f63b";
}

.fa-truck-moving::before {
  content: "\f4df";
}

.fa-truck-pickup::before {
  content: "\f63c";
}

.fa-truck-plane::before {
  content: "\e58f";
}

.fa-truck-ramp-box::before {
  content: "\f4de";
}

.fa-truck-loading::before {
  content: "\f4de";
}

.fa-tty::before {
  content: "\f1e4";
}

.fa-teletype::before {
  content: "\f1e4";
}

.fa-turkish-lira-sign::before {
  content: "\e2bb";
}

.fa-try::before {
  content: "\e2bb";
}

.fa-turkish-lira::before {
  content: "\e2bb";
}

.fa-turn-down::before {
  content: "\f3be";
}

.fa-level-down-alt::before {
  content: "\f3be";
}

.fa-turn-up::before {
  content: "\f3bf";
}

.fa-level-up-alt::before {
  content: "\f3bf";
}

.fa-tv::before {
  content: "\f26c";
}

.fa-television::before {
  content: "\f26c";
}

.fa-tv-alt::before {
  content: "\f26c";
}

.fa-u::before {
  content: "U";
}

.fa-umbrella::before {
  content: "\f0e9";
}

.fa-umbrella-beach::before {
  content: "\f5ca";
}

.fa-underline::before {
  content: "\f0cd";
}

.fa-universal-access::before {
  content: "\f29a";
}

.fa-unlock::before {
  content: "\f09c";
}

.fa-unlock-keyhole::before {
  content: "\f13e";
}

.fa-unlock-alt::before {
  content: "\f13e";
}

.fa-up-down::before {
  content: "\f338";
}

.fa-arrows-alt-v::before {
  content: "\f338";
}

.fa-up-down-left-right::before {
  content: "\f0b2";
}

.fa-arrows-alt::before {
  content: "\f0b2";
}

.fa-up-long::before {
  content: "\f30c";
}

.fa-long-arrow-alt-up::before {
  content: "\f30c";
}

.fa-up-right-and-down-left-from-center::before {
  content: "\f424";
}

.fa-expand-alt::before {
  content: "\f424";
}

.fa-up-right-from-square::before {
  content: "\f35d";
}

.fa-external-link-alt::before {
  content: "\f35d";
}

.fa-upload::before {
  content: "\f093";
}

.fa-user::before {
  content: "\f007";
}

.fa-user-astronaut::before {
  content: "\f4fb";
}

.fa-user-check::before {
  content: "\f4fc";
}

.fa-user-clock::before {
  content: "\f4fd";
}

.fa-user-doctor::before {
  content: "\f0f0";
}

.fa-user-md::before {
  content: "\f0f0";
}

.fa-user-gear::before {
  content: "\f4fe";
}

.fa-user-cog::before {
  content: "\f4fe";
}

.fa-user-graduate::before {
  content: "\f501";
}

.fa-user-group::before {
  content: "\f500";
}

.fa-user-friends::before {
  content: "\f500";
}

.fa-user-injured::before {
  content: "\f728";
}

.fa-user-large::before {
  content: "\f406";
}

.fa-user-alt::before {
  content: "\f406";
}

.fa-user-large-slash::before {
  content: "\f4fa";
}

.fa-user-alt-slash::before {
  content: "\f4fa";
}

.fa-user-lock::before {
  content: "\f502";
}

.fa-user-minus::before {
  content: "\f503";
}

.fa-user-ninja::before {
  content: "\f504";
}

.fa-user-nurse::before {
  content: "\f82f";
}

.fa-user-pen::before {
  content: "\f4ff";
}

.fa-user-edit::before {
  content: "\f4ff";
}

.fa-user-plus::before {
  content: "\f234";
}

.fa-user-secret::before {
  content: "\f21b";
}

.fa-user-shield::before {
  content: "\f505";
}

.fa-user-slash::before {
  content: "\f506";
}

.fa-user-tag::before {
  content: "\f507";
}

.fa-user-tie::before {
  content: "\f508";
}

.fa-user-xmark::before {
  content: "\f235";
}

.fa-user-times::before {
  content: "\f235";
}

.fa-users::before {
  content: "\f0c0";
}

.fa-users-between-lines::before {
  content: "\e591";
}

.fa-users-gear::before {
  content: "\f509";
}

.fa-users-cog::before {
  content: "\f509";
}

.fa-users-line::before {
  content: "\e592";
}

.fa-users-rays::before {
  content: "\e593";
}

.fa-users-rectangle::before {
  content: "\e594";
}

.fa-users-slash::before {
  content: "\e073";
}

.fa-users-viewfinder::before {
  content: "\e595";
}

.fa-utensils::before {
  content: "\f2e7";
}

.fa-cutlery::before {
  content: "\f2e7";
}

.fa-v::before {
  content: "V";
}

.fa-van-shuttle::before {
  content: "\f5b6";
}

.fa-shuttle-van::before {
  content: "\f5b6";
}

.fa-vault::before {
  content: "\e2c5";
}

.fa-vector-square::before {
  content: "\f5cb";
}

.fa-venus::before {
  content: "\f221";
}

.fa-venus-double::before {
  content: "\f226";
}

.fa-venus-mars::before {
  content: "\f228";
}

.fa-vest::before {
  content: "\e085";
}

.fa-vest-patches::before {
  content: "\e086";
}

.fa-vial::before {
  content: "\f492";
}

.fa-vial-circle-check::before {
  content: "\e596";
}

.fa-vial-virus::before {
  content: "\e597";
}

.fa-vials::before {
  content: "\f493";
}

.fa-video::before {
  content: "\f03d";
}

.fa-video-camera::before {
  content: "\f03d";
}

.fa-video-slash::before {
  content: "\f4e2";
}

.fa-vihara::before {
  content: "\f6a7";
}

.fa-virus::before {
  content: "\e074";
}

.fa-virus-covid::before {
  content: "\e4a8";
}

.fa-virus-covid-slash::before {
  content: "\e4a9";
}

.fa-virus-slash::before {
  content: "\e075";
}

.fa-viruses::before {
  content: "\e076";
}

.fa-voicemail::before {
  content: "\f897";
}

.fa-volcano::before {
  content: "\f770";
}

.fa-volleyball::before {
  content: "\f45f";
}

.fa-volleyball-ball::before {
  content: "\f45f";
}

.fa-volume-high::before {
  content: "\f028";
}

.fa-volume-up::before {
  content: "\f028";
}

.fa-volume-low::before {
  content: "\f027";
}

.fa-volume-down::before {
  content: "\f027";
}

.fa-volume-off::before {
  content: "\f026";
}

.fa-volume-xmark::before {
  content: "\f6a9";
}

.fa-volume-mute::before {
  content: "\f6a9";
}

.fa-volume-times::before {
  content: "\f6a9";
}

.fa-vr-cardboard::before {
  content: "\f729";
}

.fa-w::before {
  content: "W";
}

.fa-walkie-talkie::before {
  content: "\f8ef";
}

.fa-wallet::before {
  content: "\f555";
}

.fa-wand-magic::before {
  content: "\f0d0";
}

.fa-magic::before {
  content: "\f0d0";
}

.fa-wand-magic-sparkles::before {
  content: "\e2ca";
}

.fa-magic-wand-sparkles::before {
  content: "\e2ca";
}

.fa-wand-sparkles::before {
  content: "\f72b";
}

.fa-warehouse::before {
  content: "\f494";
}

.fa-water::before {
  content: "\f773";
}

.fa-water-ladder::before {
  content: "\f5c5";
}

.fa-ladder-water::before {
  content: "\f5c5";
}

.fa-swimming-pool::before {
  content: "\f5c5";
}

.fa-wave-square::before {
  content: "\f83e";
}

.fa-weight-hanging::before {
  content: "\f5cd";
}

.fa-weight-scale::before {
  content: "\f496";
}

.fa-weight::before {
  content: "\f496";
}

.fa-wheat-awn::before {
  content: "\e2cd";
}

.fa-wheat-alt::before {
  content: "\e2cd";
}

.fa-wheat-awn-circle-exclamation::before {
  content: "\e598";
}

.fa-wheelchair::before {
  content: "\f193";
}

.fa-wheelchair-move::before {
  content: "\e2ce";
}

.fa-wheelchair-alt::before {
  content: "\e2ce";
}

.fa-whiskey-glass::before {
  content: "\f7a0";
}

.fa-glass-whiskey::before {
  content: "\f7a0";
}

.fa-wifi::before {
  content: "\f1eb";
}

.fa-wifi-3::before {
  content: "\f1eb";
}

.fa-wifi-strong::before {
  content: "\f1eb";
}

.fa-wind::before {
  content: "\f72e";
}

.fa-window-maximize::before {
  content: "\f2d0";
}

.fa-window-minimize::before {
  content: "\f2d1";
}

.fa-window-restore::before {
  content: "\f2d2";
}

.fa-wine-bottle::before {
  content: "\f72f";
}

.fa-wine-glass::before {
  content: "\f4e3";
}

.fa-wine-glass-empty::before {
  content: "\f5ce";
}

.fa-wine-glass-alt::before {
  content: "\f5ce";
}

.fa-won-sign::before {
  content: "\f159";
}

.fa-krw::before {
  content: "\f159";
}

.fa-won::before {
  content: "\f159";
}

.fa-worm::before {
  content: "\e599";
}

.fa-wrench::before {
  content: "\f0ad";
}

.fa-x::before {
  content: "X";
}

.fa-x-ray::before {
  content: "\f497";
}

.fa-xmark::before {
  content: "\f00d";
}

.fa-close::before {
  content: "\f00d";
}

.fa-multiply::before {
  content: "\f00d";
}

.fa-remove::before {
  content: "\f00d";
}

.fa-times::before {
  content: "\f00d";
}

.fa-xmarks-lines::before {
  content: "\e59a";
}

.fa-y::before {
  content: "Y";
}

.fa-yen-sign::before {
  content: "\f157";
}

.fa-cny::before {
  content: "\f157";
}

.fa-jpy::before {
  content: "\f157";
}

.fa-rmb::before {
  content: "\f157";
}

.fa-yen::before {
  content: "\f157";
}

.fa-yin-yang::before {
  content: "\f6ad";
}

.fa-z::before {
  content: "Z";
}

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

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

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype");
}
.fas,
.fa-solid {
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 6.1.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2022 Fonticons, Inc.
 */
:root, :host {
  --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
  font-family: "Font Awesome 6 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype");
}
.fab,
.fa-brands {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400;
}

.fa-42-group:before {
  content: "\e080";
}

.fa-innosoft:before {
  content: "\e080";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-audible:before {
  content: "\f373";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-aws:before {
  content: "\f375";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bilibili:before {
  content: "\e3d9";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-bots:before {
  content: "\e340";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-cloudflare:before {
  content: "\e07d";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cmplid:before {
  content: "\e360";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "\e052";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-deezer:before {
  content: "\e077";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edge-legacy:before {
  content: "\e078";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envira:before {
  content: "\f299";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-figma:before {
  content: "\f799";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "\e007";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-fly:before {
  content: "\f417";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-flag:before {
  content: "\f2b4";
}

.fa-font-awesome-logo-full:before {
  content: "\f2b4";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golang:before {
  content: "\e40f";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-pay:before {
  content: "\e079";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guilded:before {
  content: "\e07e";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hashnode:before {
  content: "\e499";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-hive:before {
  content: "\e07f";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-ideal:before {
  content: "\e013";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "\e055";
}

.fa-instalod:before {
  content: "\e081";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-less:before {
  content: "\f41d";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f23a";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-microblog:before {
  content: "\e01a";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "\e056";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-nfc-directional:before {
  content: "\e530";
}

.fa-nfc-symbol:before {
  content: "\e531";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-octopus-deploy:before {
  content: "\e082";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-padlet:before {
  content: "\e4a0";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-perbyte:before {
  content: "\e083";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "\e01e";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pix:before {
  content: "\e43a";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-rust:before {
  content: "\e07a";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-screenpal:before {
  content: "\e570";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shopify:before {
  content: "\e057";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sith:before {
  content: "\f512";
}

.fa-sitrox:before {
  content: "\e44a";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f198";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ab";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-square-font-awesome:before {
  content: "\f425";
}

.fa-square-font-awesome-stroke:before {
  content: "\f35c";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f2c6";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-tiktok:before {
  content: "\e07b";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-uncharted:before {
  content: "\e084";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "\e049";
}

.fa-unsplash:before {
  content: "\e07c";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-viber:before {
  content: "\f409";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-watchman-monitoring:before {
  content: "\e087";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wirsindhandwerk:before {
  content: "\e2d0";
}

.fa-wsh:before {
  content: "\e2d0";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wodu:before {
  content: "\e088";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
    background-position: var(--plyr-progress-loading-size, 25px) 0;
  }
}
@keyframes plyr-popup {
  0% {
    opacity: 0.5;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes plyr-fade-in {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.plyr {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  direction: ltr;
  display: flex;
  flex-direction: column;
  font-family: inherit;
  font-family: var(--plyr-font-family, inherit);
  font-variant-numeric: tabular-nums;
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  line-height: 1.7;
  line-height: var(--plyr-line-height, 1.7);
  max-width: 100%;
  min-width: 200px;
  position: relative;
  text-shadow: none;
  transition: box-shadow 0.3s ease;
  z-index: 0;
}

.plyr audio,
.plyr iframe,
.plyr video {
  display: block;
  height: 100%;
  width: 100%;
}

.plyr button {
  font: inherit;
  line-height: inherit;
  width: auto;
}

.plyr:focus {
  outline: 0;
}

.plyr--full-ui {
  box-sizing: border-box;
}

.plyr--full-ui *,
.plyr--full-ui :after,
.plyr--full-ui :before {
  box-sizing: inherit;
}

.plyr--full-ui a,
.plyr--full-ui button,
.plyr--full-ui input,
.plyr--full-ui label {
  touch-action: manipulation;
}

.plyr__badge {
  background: #4a5464;
  background: var(--plyr-badge-background, #4a5464);
  border-radius: 2px;
  border-radius: var(--plyr-badge-border-radius, 2px);
  color: #fff;
  color: var(--plyr-badge-text-color, #fff);
  font-size: 9px;
  font-size: var(--plyr-font-size-badge, 9px);
  line-height: 1;
  padding: 3px 4px;
}

.plyr--full-ui ::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  animation: plyr-fade-in 0.3s ease;
  bottom: 0;
  display: none;
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  left: 0;
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
  position: absolute;
  text-align: center;
  transition: transform 0.4s ease-in-out;
  width: 100%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 480px) {
  .plyr__captions {
    font-size: 15px;
    font-size: var(--plyr-font-size-base, 15px);
    padding: 20px;
    padding: calc(var(--plyr-control-spacing, 10px) * 2);
  }
}
@media (min-width: 768px) {
  .plyr__captions {
    font-size: 18px;
    font-size: var(--plyr-font-size-large, 18px);
  }
}
.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty) ~ .plyr__captions {
  transform: translateY(-40px);
  transform: translateY(calc(var(--plyr-control-spacing, 10px) * -4));
}

.plyr__caption {
  background: rgba(0, 0, 0, 0.8);
  background: var(--plyr-captions-background, rgba(0, 0, 0, 0.8));
  border-radius: 2px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  color: #fff;
  color: var(--plyr-captions-text-color, #fff);
  line-height: 185%;
  padding: 0.2em 0.5em;
  white-space: pre-wrap;
}

.plyr__caption div {
  display: inline;
}

.plyr__control {
  background: 0 0;
  border: 0;
  border-radius: 3px;
  border-radius: var(--plyr-control-radius, 3px);
  color: inherit;
  cursor: pointer;
  flex-shrink: 0;
  overflow: visible;
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
  position: relative;
  transition: all 0.3s ease;
}

.plyr__control svg {
  fill: currentColor;
  display: block;
  height: 18px;
  height: var(--plyr-control-icon-size, 18px);
  pointer-events: none;
  width: 18px;
  width: var(--plyr-control-icon-size, 18px);
}

.plyr__control:focus {
  outline: 0;
}

.plyr__control.plyr__tab-focus {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  outline-offset: 2px;
}

a.plyr__control {
  text-decoration: none;
}

.plyr__control.plyr__control--pressed .icon--not-pressed,
.plyr__control.plyr__control--pressed .label--not-pressed,
.plyr__control:not(.plyr__control--pressed) .icon--pressed,
.plyr__control:not(.plyr__control--pressed) .label--pressed,
a.plyr__control:after,
a.plyr__control:before {
  display: none;
}

.plyr--full-ui ::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  text-align: center;
}

.plyr__controls .plyr__progress__container {
  flex: 1;
  min-width: 0;
}

.plyr__controls .plyr__controls__item {
  margin-left: 2.5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item:first-child {
  margin-left: 0;
  margin-right: auto;
}

.plyr__controls .plyr__controls__item.plyr__progress__container {
  padding-left: 2.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) / 4);
}

.plyr__controls .plyr__controls__item.plyr__time {
  padding: 0 5px;
  padding: 0 calc(var(--plyr-control-spacing, 10px) / 2);
}

.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,
.plyr__controls .plyr__controls__item.plyr__time + .plyr__time,
.plyr__controls .plyr__controls__item.plyr__time:first-child {
  padding-left: 0;
}

.plyr [data-plyr=airplay],
.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr [data-plyr=pip],
.plyr__controls:empty {
  display: none;
}

.plyr--airplay-supported [data-plyr=airplay],
.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen],
.plyr--pip-supported [data-plyr=pip] {
  display: inline-block;
}

.plyr__menu {
  display: flex;
  position: relative;
}

.plyr__menu .plyr__control svg {
  transition: transform 0.3s ease;
}

.plyr__menu .plyr__control[aria-expanded=true] svg {
  transform: rotate(90deg);
}

.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip {
  display: none;
}

.plyr__menu__container {
  animation: plyr-popup 0.2s ease;
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  border-radius: 4px;
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-menu-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  font-size: 15px;
  font-size: var(--plyr-font-size-base, 15px);
  margin-bottom: 10px;
  position: absolute;
  right: -3px;
  text-align: left;
  white-space: nowrap;
  z-index: 3;
}

.plyr__menu__container &gt; div {
  overflow: hidden;
  transition: height 0.35s cubic-bezier(0.4, 0, 0.2, 1), width 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.plyr__menu__container:after {
  border: 4px solid transparent;
  border-top-color: rgba(255, 255, 255, 0.9);
  border: var(--plyr-menu-arrow-size, 4px) solid transparent;
  border-top-color: var(--plyr-menu-background, rgba(255, 255, 255, 0.9));
  content: "";
  height: 0;
  position: absolute;
  right: 14px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7 - var(--plyr-menu-arrow-size, 4px) / 2);
  top: 100%;
  width: 0;
}

.plyr__menu__container [role=menu] {
  padding: 7px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container [role=menuitem],
.plyr__menu__container [role=menuitemradio] {
  margin-top: 2px;
}

.plyr__menu__container [role=menuitem]:first-child,
.plyr__menu__container [role=menuitemradio]:first-child {
  margin-top: 0;
}

.plyr__menu__container .plyr__control {
  align-items: center;
  color: #4a5464;
  color: var(--plyr-menu-color, #4a5464);
  display: flex;
  font-size: 13px;
  font-size: var(--plyr-font-size-menu, var(--plyr-font-size-small, 13px));
  padding: 4.66667px 10.5px;
  padding: calc(var(--plyr-control-spacing, 10px) * 0.7 / 1.5) calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5);
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
}

.plyr__menu__container .plyr__control &gt; span {
  align-items: inherit;
  display: flex;
  width: 100%;
}

.plyr__menu__container .plyr__control:after {
  border: 4px solid transparent;
  border: var(--plyr-menu-item-arrow-size, 4px) solid transparent;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.plyr__menu__container .plyr__control--forward {
  padding-right: 28px;
  padding-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
}

.plyr__menu__container .plyr__control--forward:after {
  border-left-color: #728197;
  border-left-color: var(--plyr-menu-arrow-color, #728197);
  right: 6.5px;
  right: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--forward.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--forward:hover:after {
  border-left-color: currentColor;
}

.plyr__menu__container .plyr__control--back {
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  margin: 7px;
  margin: calc(var(--plyr-control-spacing, 10px) * 0.7);
  margin-bottom: 3.5px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  padding-left: 28px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 4);
  position: relative;
  width: calc(100% - 14px);
  width: calc(100% - var(--plyr-control-spacing, 10px) * 0.7 * 2);
}

.plyr__menu__container .plyr__control--back:after {
  border-right-color: #728197;
  border-right-color: var(--plyr-menu-arrow-color, #728197);
  left: 6.5px;
  left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 1.5 - var(--plyr-menu-item-arrow-size, 4px));
}

.plyr__menu__container .plyr__control--back:before {
  background: #dcdfe5;
  background: var(--plyr-menu-back-border-color, #dcdfe5);
  box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 var(--plyr-menu-back-border-shadow-color, #fff);
  content: "";
  height: 1px;
  left: 0;
  margin-top: 3.5px;
  margin-top: calc(var(--plyr-control-spacing, 10px) * 0.7 / 2);
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 100%;
}

.plyr__menu__container .plyr__control--back.plyr__tab-focus:after,
.plyr__menu__container .plyr__control--back:hover:after {
  border-right-color: currentColor;
}

.plyr__menu__container .plyr__control[role=menuitemradio] {
  padding-left: 7px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after,
.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  border-radius: 100%;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:before {
  background: rgba(0, 0, 0, 0.1);
  content: "";
  display: block;
  flex-shrink: 0;
  height: 16px;
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
  transition: all 0.3s ease;
  width: 16px;
}

.plyr__menu__container .plyr__control[role=menuitemradio]:after {
  background: #fff;
  border: 0;
  height: 6px;
  left: 12px;
  opacity: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
  width: 6px;
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before {
  background: #ffffff;
  background: var(--plyr-control-toggle-checked-background, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
}

.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}

.plyr__menu__container .plyr__control[role=menuitemradio].plyr__tab-focus:before,
.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before {
  background: rgba(35, 40, 47, 0.1);
}

.plyr__menu__container .plyr__menu__value {
  align-items: center;
  display: flex;
  margin-left: auto;
  margin-right: -5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) * 0.7 * -1 + 2);
  overflow: hidden;
  padding-left: 24.5px;
  padding-left: calc(var(--plyr-control-spacing, 10px) * 0.7 * 3.5);
  pointer-events: none;
}

.plyr--full-ui input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 26px;
  border-radius: calc(var(--plyr-range-thumb-height, 13px) * 2);
  color: #ffffff;
  color: var(--plyr-range-fill-background, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  display: block;
  height: 19px;
  height: calc(var(--plyr-range-thumb-active-shadow-width, 3px) * 2 + var(--plyr-range-thumb-height, 13px));
  margin: 0;
  min-width: 0;
  padding: 0;
  transition: box-shadow 0.3s ease;
  width: 100%;
}

.plyr--full-ui input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
  background-image: linear-gradient(90deg, currentColor 0, transparent 0);
  background-image: linear-gradient(to right, currentColor var(--value, 0), transparent var(--value, 0));
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -webkit-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  -webkit-user-select: none;
  user-select: none;
}

.plyr--full-ui input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: -4px;
  margin-top: calc((var(--plyr-range-thumb-height, 13px) - var(--plyr-range-track-height, 5px)) / 2 * -1);
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -moz-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-moz-range-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  position: relative;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-moz-range-progress {
  background: currentColor;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
}

.plyr--full-ui input[type=range]::-ms-track {
  color: transparent;
}

.plyr--full-ui input[type=range]::-ms-fill-upper,
.plyr--full-ui input[type=range]::-ms-track {
  background: 0 0;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-fill-lower {
  background: 0 0;
  background: currentColor;
  border: 0;
  border-radius: 2.5px;
  border-radius: calc(var(--plyr-range-track-height, 5px) / 2);
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  -ms-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  user-select: none;
}

.plyr--full-ui input[type=range]::-ms-thumb {
  background: #fff;
  background: var(--plyr-range-thumb-background, #fff);
  border: 0;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2));
  height: 13px;
  height: var(--plyr-range-thumb-height, 13px);
  margin-top: 0;
  position: relative;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 13px;
  width: var(--plyr-range-thumb-height, 13px);
}

.plyr--full-ui input[type=range]::-ms-tooltip {
  display: none;
}

.plyr--full-ui input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr--full-ui input[type=range]:focus {
  outline: 0;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-webkit-slider-runnable-track {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-moz-range-track {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  outline-offset: 2px;
}

.plyr--full-ui input[type=range].plyr__tab-focus::-ms-track {
  outline: 3px dotted #ffffff;
  outline: var(--plyr-tab-focus-color, var(--plyr-color-main, var(--plyr-color-main, #ffffff))) dotted 3px;
  outline-offset: 2px;
}

.plyr__poster {
  background-color: #000;
  background-color: var(--plyr-video-background, var(--plyr-video-background, #000));
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease;
  width: 100%;
  z-index: 1;
}

.plyr--stopped.plyr__poster-enabled .plyr__poster {
  opacity: 1;
}

.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster {
  display: none;
}

.plyr__time {
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__time + .plyr__time:before {
  content: "⁄";
  margin-right: 10px;
  margin-right: var(--plyr-control-spacing, 10px);
}

@media (max-width: 767px) {
  .plyr__time + .plyr__time {
    display: none;
  }
}
.plyr__tooltip {
  background: rgba(255, 255, 255, 0.9);
  background: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  color: #4a5464;
  color: var(--plyr-tooltip-color, #4a5464);
  font-size: 13px;
  font-size: var(--plyr-font-size-small, 13px);
  font-weight: 400;
  font-weight: var(--plyr-font-weight-regular, 400);
  left: 50%;
  line-height: 1.3;
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 5px 7.5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2) calc(var(--plyr-control-spacing, 10px) / 2 * 1.5);
  pointer-events: none;
  position: absolute;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  white-space: nowrap;
  z-index: 2;
}

.plyr__tooltip:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr .plyr__control:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%) scale(1);
}

.plyr .plyr__control:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls &gt; .plyr__control:first-child .plyr__tooltip,
.plyr__controls &gt; .plyr__control:first-child + .plyr__control .plyr__tooltip {
  left: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls &gt; .plyr__control:first-child .plyr__tooltip:before,
.plyr__controls &gt; .plyr__control:first-child + .plyr__control .plyr__tooltip:before {
  left: 16px;
  left: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
}

.plyr__controls &gt; .plyr__control:last-child .plyr__tooltip {
  left: auto;
  right: 0;
  transform: translateY(10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls &gt; .plyr__control:last-child .plyr__tooltip:before {
  left: auto;
  right: 16px;
  right: calc(var(--plyr-control-icon-size, 18px) / 2 + var(--plyr-control-spacing, 10px) * 0.7);
  transform: translateX(50%);
}

.plyr__controls &gt; .plyr__control:first-child .plyr__tooltip--visible,
.plyr__controls &gt; .plyr__control:first-child + .plyr__control .plyr__tooltip--visible,
.plyr__controls &gt; .plyr__control:first-child + .plyr__control.plyr__tab-focus .plyr__tooltip,
.plyr__controls &gt; .plyr__control:first-child + .plyr__control:hover .plyr__tooltip,
.plyr__controls &gt; .plyr__control:first-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls &gt; .plyr__control:first-child:hover .plyr__tooltip,
.plyr__controls &gt; .plyr__control:last-child .plyr__tooltip--visible,
.plyr__controls &gt; .plyr__control:last-child.plyr__tab-focus .plyr__tooltip,
.plyr__controls &gt; .plyr__control:last-child:hover .plyr__tooltip {
  transform: translate(0) scale(1);
}

.plyr__progress {
  left: 6.5px;
  left: calc(var(--plyr-range-thumb-height, 13px) * 0.5);
  margin-right: 13px;
  margin-right: var(--plyr-range-thumb-height, 13px);
  position: relative;
}

.plyr__progress input[type=range],
.plyr__progress__buffer {
  margin-left: -6.5px;
  margin-left: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  margin-right: -6.5px;
  margin-right: calc(var(--plyr-range-thumb-height, 13px) * -0.5);
  width: calc(100% + 13px);
  width: calc(100% + var(--plyr-range-thumb-height, 13px));
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress .plyr__tooltip {
  left: 0;
  max-width: 120px;
  overflow-wrap: break-word;
  white-space: normal;
}

.plyr__progress__buffer {
  -webkit-appearance: none;
  background: 0 0;
  border: 0;
  border-radius: 100px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  margin-top: -2.5px;
  margin-top: calc(var(--plyr-range-track-height, 5px) / 2 * -1);
  padding: 0;
  position: absolute;
  top: 50%;
}

.plyr__progress__buffer::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress__buffer::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 5px;
  min-width: var(--plyr-range-track-height, 5px);
  -moz-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr__progress__buffer::-ms-fill {
  border-radius: 100px;
  -ms-transition: width 0.2s ease;
  transition: width 0.2s ease;
}

.plyr--loading .plyr__progress__buffer {
  animation: plyr-progress 1s linear infinite;
  background-image: linear-gradient(-45deg, rgba(35, 40, 47, 0.6) 25%, transparent 0, transparent 50%, rgba(35, 40, 47, 0.6) 0, rgba(35, 40, 47, 0.6) 75%, transparent 0, transparent);
  background-image: linear-gradient(-45deg, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 25%, transparent 25%, transparent 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 50%, var(--plyr-progress-loading-background, rgba(35, 40, 47, 0.6)) 75%, transparent 75%, transparent);
  background-repeat: repeat-x;
  background-size: 25px 25px;
  background-size: var(--plyr-progress-loading-size, 25px) var(--plyr-progress-loading-size, 25px);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress__buffer {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr--audio.plyr--loading .plyr__progress__buffer {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr__progress__marker {
  background-color: #fff;
  background-color: var(--plyr-progress-marker-background, #fff);
  border-radius: 1px;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3px;
  width: var(--plyr-progress-marker-width, 3px);
  z-index: 3;
}

.plyr__volume {
  align-items: center;
  display: flex;
  max-width: 110px;
  min-width: 80px;
  position: relative;
  width: 20%;
}

.plyr__volume input[type=range] {
  margin-left: 5px;
  margin-left: calc(var(--plyr-control-spacing, 10px) / 2);
  margin-right: 5px;
  margin-right: calc(var(--plyr-control-spacing, 10px) / 2);
  position: relative;
  z-index: 2;
}

.plyr--is-ios .plyr__volume {
  min-width: 0;
  width: auto;
}

.plyr--audio {
  display: block;
}

.plyr--audio .plyr__controls {
  background: #fff;
  background: var(--plyr-audio-controls-background, #fff);
  border-radius: inherit;
  color: #4a5464;
  color: var(--plyr-audio-control-color, #4a5464);
  padding: 10px;
  padding: var(--plyr-control-spacing, 10px);
}

.plyr--audio .plyr__control.plyr__tab-focus,
.plyr--audio .plyr__control:hover,
.plyr--audio .plyr__control[aria-expanded=true] {
  background: #ffffff;
  background: var(--plyr-audio-control-background-hover, var(--plyr-color-main, var(--plyr-color-main, #ffffff)));
  color: #fff;
  color: var(--plyr-audio-control-color-hover, #fff);
}

.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]::-ms-track {
  background-color: rgba(193, 200, 209, 0.6);
  background-color: var(--plyr-audio-range-track-background, var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6)));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(35, 40, 47, 0.1);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(35, 40, 47, 0.1));
}

.plyr--audio .plyr__progress__buffer {
  color: rgba(193, 200, 209, 0.6);
  color: var(--plyr-audio-progress-buffered-background, rgba(193, 200, 209, 0.6));
}

.plyr--video {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  overflow: hidden;
  width: 100%;
}

.plyr--video.plyr--menu-open {
  overflow: visible;
}

.plyr__video-wrapper {
  background: #000;
  background: var(--plyr-video-background, var(--plyr-video-background, #000));
  height: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
  aspect-ratio: 16/9;
}

@supports not (aspect-ratio: 16/9) {
  .plyr__video-embed,
.plyr__video-wrapper--fixed-ratio {
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
  }
}
.plyr__video-embed iframe,
.plyr__video-wrapper--fixed-ratio video {
  border: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--full-ui .plyr__video-embed &gt; .plyr__video-embed__container {
  padding-bottom: 240%;
  position: relative;
  transform: translateY(-38.28125%);
}

.plyr--video .plyr__controls {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  bottom: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  left: 0;
  padding: 5px;
  padding: calc(var(--plyr-control-spacing, 10px) / 2);
  padding-top: 20px;
  padding-top: calc(var(--plyr-control-spacing, 10px) * 2);
  position: absolute;
  right: 0;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  z-index: 3;
}

@media (min-width: 480px) {
  .plyr--video .plyr__controls {
    padding: 10px;
    padding: var(--plyr-control-spacing, 10px);
    padding-top: 35px;
    padding-top: calc(var(--plyr-control-spacing, 10px) * 3.5);
  }
}
.plyr--video.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
  transform: translateY(100%);
}

.plyr--video .plyr__control.plyr__tab-focus,
.plyr--video .plyr__control:hover,
.plyr--video .plyr__control[aria-expanded=true] {
  background: transparent;
  color: #fff;
  color: var(--plyr-video-control-color-hover, #fff);
}

.plyr__control--overlaid {
  background: transparent;
  border: 0;
  color: #fff;
  color: var(--plyr-video-control-color, #fff);
  display: none;
  left: 50%;
  opacity: 0.9;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
  z-index: 2;
}

.plyr__control--overlaid svg {
  left: 2px;
  position: relative;
  width: 60px;
  height: 60px;
}
@media all and (max-width: 1023px) {
  .plyr__control--overlaid svg {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 499px) {
  .plyr__control--overlaid svg {
    width: 30px;
    height: 30px;
  }
}

.plyr__control--overlaid:focus,
.plyr__control--overlaid:hover {
  opacity: 1;
}

.plyr--playing .plyr__control--overlaid {
  opacity: 0;
  visibility: hidden;
}

.plyr--full-ui.plyr--video .plyr__control--overlaid {
  display: block;
}

.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-moz-range-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]::-ms-track {
  background-color: rgba(255, 255, 255, 0.25);
  background-color: var(--plyr-video-range-track-background, var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25)));
}

.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb {
  box-shadow: 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2), 0 0 0 3px rgba(255, 255, 255, 0.5);
  box-shadow: var(--plyr-range-thumb-shadow, 0 1px 1px rgba(35, 40, 47, 0.15), 0 0 0 1px rgba(35, 40, 47, 0.2)), 0 0 0 var(--plyr-range-thumb-active-shadow-width, 3px) var(--plyr-audio-range-thumb-active-shadow-color, rgba(255, 255, 255, 0.5));
}

.plyr--video .plyr__progress__buffer {
  color: rgba(255, 255, 255, 0.25);
  color: var(--plyr-video-progress-buffered-background, rgba(255, 255, 255, 0.25));
}

.plyr:fullscreen {
  background: #000;
  border-radius: 0 !important;
  height: 100%;
  margin: 0;
  width: 100%;
}

.plyr:fullscreen video {
  height: 100%;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr:fullscreen .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr:fullscreen.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr:fullscreen .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr--fullscreen-fallback {
  background: #000;
  border-radius: 0 !important;
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 10000000;
}

.plyr--fullscreen-fallback video {
  height: 100%;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen {
  display: block;
}

.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen + svg {
  display: none;
}

.plyr--fullscreen-fallback.plyr--hide-controls {
  cursor: none;
}

@media (min-width: 1024px) {
  .plyr--fullscreen-fallback .plyr__captions {
    font-size: 21px;
    font-size: var(--plyr-font-size-xlarge, 21px);
  }
}
.plyr__ads {
  border-radius: inherit;
  bottom: 0;
  cursor: pointer;
  left: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.plyr__ads &gt; div,
.plyr__ads &gt; div iframe {
  height: 100%;
  position: absolute;
  width: 100%;
}

.plyr__ads:after {
  background: #23282f;
  border-radius: 2px;
  bottom: 10px;
  bottom: var(--plyr-control-spacing, 10px);
  color: #fff;
  content: attr(data-badge-text);
  font-size: 11px;
  padding: 2px 6px;
  pointer-events: none;
  position: absolute;
  right: 10px;
  right: var(--plyr-control-spacing, 10px);
  z-index: 3;
}

.plyr__ads:empty:after {
  display: none;
}

.plyr__cues {
  background: currentColor;
  display: block;
  height: 5px;
  height: var(--plyr-range-track-height, 5px);
  left: 0;
  opacity: 0.8;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  z-index: 3;
}

.plyr__preview-thumb {
  background-color: rgba(255, 255, 255, 0.9);
  background-color: var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  border-radius: 5px;
  border-radius: var(--plyr-tooltip-radius, 5px);
  bottom: 100%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: var(--plyr-tooltip-shadow, 0 1px 2px rgba(0, 0, 0, 0.15));
  margin-bottom: 10px;
  margin-bottom: calc(var(--plyr-control-spacing, 10px) / 2 * 2);
  opacity: 0;
  padding: 3px;
  pointer-events: none;
  position: absolute;
  transform: translateY(10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform 0.2s ease 0.1s, opacity 0.2s ease 0.1s;
  z-index: 2;
}

.plyr__preview-thumb--is-shown {
  opacity: 1;
  transform: translate(0) scale(1);
}

.plyr__preview-thumb:before {
  border-left: 4px solid transparent;
  border-left: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-right: 4px solid transparent;
  border-right: var(--plyr-tooltip-arrow-size, 4px) solid transparent;
  border-top: 4px solid rgba(255, 255, 255, 0.9);
  border-top: var(--plyr-tooltip-arrow-size, 4px) solid var(--plyr-tooltip-background, rgba(255, 255, 255, 0.9));
  bottom: -4px;
  bottom: calc(var(--plyr-tooltip-arrow-size, 4px) * -1);
  content: "";
  height: 0;
  left: calc(50% + var(--preview-arrow-offset));
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.plyr__preview-thumb__image-container {
  background: #c1c8d1;
  border-radius: 4px;
  border-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  overflow: hidden;
  position: relative;
  z-index: 0;
}

.plyr__preview-thumb__image-container img,
.plyr__preview-thumb__image-container:after {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr__preview-thumb__image-container:after {
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  content: "";
  pointer-events: none;
}

.plyr__preview-thumb__image-container img {
  max-height: none;
  max-width: none;
}

.plyr__preview-thumb__time-container {
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.75));
  background: var(--plyr-video-controls-background, linear-gradient(transparent, rgba(0, 0, 0, 0.75)));
  border-bottom-left-radius: 4px;
  border-bottom-left-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  border-bottom-right-radius: 4px;
  border-bottom-right-radius: calc(var(--plyr-tooltip-radius, 5px) - 1px);
  bottom: 0;
  left: 0;
  line-height: 1.1;
  padding: 20px 6px 6px;
  position: absolute;
  right: 0;
  z-index: 3;
}

.plyr__preview-thumb__time-container span {
  color: #fff;
  font-size: 13px;
  font-size: var(--plyr-font-size-time, var(--plyr-font-size-small, 13px));
}

.plyr__preview-scrubbing {
  bottom: 0;
  filter: blur(1px);
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.3s ease;
  width: 100%;
  z-index: 1;
}

.plyr__preview-scrubbing--is-shown {
  opacity: 1;
}

.plyr__preview-scrubbing img {
  height: 100%;
  left: 0;
  max-height: none;
  max-width: none;
  -o-object-fit: contain;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
}

.plyr--no-transition {
  transition: none !important;
}

.plyr__sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  border: 0 !important;
  height: 1px !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.plyr [hidden] {
  display: none !important;
}

.plyr.plyr--stopped .plyr__controls {
  opacity: 0;
}

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */
.flickity-page-dots {
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline;
  list-style: none;
  padding: 0;
}

.select2-container .select2-selection--multiple .select2-selection__clear {
  background-color: transparent;
  border: none;
  font-size: 1em;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  margin-left: 5px;
  padding: 0;
  max-width: 100%;
  resize: none;
  height: 18px;
  vertical-align: bottom;
  font-family: sans-serif;
  overflow: hidden;
  word-break: keep-all;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option--selectable {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
  padding-right: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative;
}

.select2-container--default .select2-selection--multiple.select2-selection--clearable {
  padding-right: 25px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  font-weight: bold;
  height: 20px;
  margin-right: 10px;
  margin-top: 5px;
  position: absolute;
  right: 0;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
  padding-left: 20px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-right: 1px solid #aaa;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #999;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
  position: absolute;
  left: 0;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
  background-color: #f1f1f1;
  color: #333;
  outline: none;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--group {
  padding: 0;
}

.select2-container--default .select2-results__option--disabled {
  color: #999;
}

.select2-container--default .select2-results__option--selected {
  background-color: #ddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  height: 26px;
  margin-right: 20px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  display: inline-block;
  margin-left: 5px;
  margin-top: 5px;
  padding: 0;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 2px;
  padding-right: 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  background-color: transparent;
  border: none;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  color: #888;
  cursor: pointer;
  font-size: 1em;
  font-weight: bold;
  padding: 0 4px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
  outline: none;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results &gt; .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option--group {
  padding: 0;
}

.select2-container--classic .select2-results__option--disabled {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/*!
 * fullPage 4.0.20
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2021 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari&lt;=5 Android&lt;=3 */
  -moz-box-sizing: border-box;
  /* &lt;=28 */
  box-sizing: border-box;
  height: 100%;
  display: block;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari&lt;=6 Android&lt;=4.3 */
  transition: all 0.3s ease-out;
}

.fp-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-prev {
  left: 15px;
}

.fp-next {
  right: 15px;
}

.fp-arrow {
  width: 0;
  height: 0;
  border-style: solid;
}

.fp-arrow.fp-prev {
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-arrow.fp-next {
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}

#fp-nav.fp-right {
  right: 17px;
}

#fp-nav.fp-left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.fp-bottom {
  bottom: 17px;
}

.fp-slidesNav.fp-top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide {
  height: auto !important;
}

.fp-responsive .fp-is-overflow.fp-section {
  height: auto !important;
}

/* Used with autoScrolling: false */
.fp-scrollable.fp-responsive .fp-is-overflow.fp-section,
.fp-scrollable .fp-section,
.fp-scrollable .fp-slide {
  /* Fallback for browsers that do not support Custom Properties */
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}

.fp-scrollable.fp-responsive .fp-is-overflow.fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-section:not(.fp-auto-height):not([data-percentage]),
.fp-scrollable .fp-slide:not(.fp-auto-height):not([data-percentage]) {
  /* Fallback for browsers that do not support Custom Properties */
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

/* Disabling vertical centering on scrollable elements */
.fp-overflow {
  justify-content: flex-start;
  max-height: 100vh;
}

/* No scrollable when using auto-height */
.fp-scrollable .fp-auto-height .fp-overflow {
  max-height: none;
}

.fp-is-overflow .fp-overflow.fp-auto-height-responsive,
.fp-is-overflow .fp-overflow.fp-auto-height,
.fp-is-overflow &gt; .fp-overflow {
  overflow-y: auto;
}

.fp-overflow {
  outline: none;
}

.fp-overflow.fp-table {
  display: block;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide {
  height: auto !important;
  min-height: auto !important;
}

/*Only display content to screen readers*/
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */
.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
  background-color: transparent;
  width: 9px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-track {
  background-color: transparent;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 16px;
  border: 4px solid transparent;
}

.fp-warning,
.fp-watermark {
  z-index: 9999999;
  position: absolute;
  bottom: 0;
}

.fp-warning,
.fp-watermark a {
  text-decoration: none;
  color: #000;
  background: rgba(255, 255, 255, 0.6);
  padding: 5px 8px;
  font-size: 14px;
  font-family: arial;
  color: black;
  display: inline-block;
  border-radius: 3px;
  margin: 12px;
}

.fp-noscroll .fp-overflow {
  overflow: hidden;
}

/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane &gt; svg,
.leaflet-pane &gt; canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

/* Prevents IE11 from highlighting tiles in blue */
.leaflet-tile::selection {
  background: transparent;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer,
.leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}

.leaflet-container img.leaflet-tile {
  /* See: https://bugs.chromium.org/p/chromium/issues/detail?id=600120 */
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/* marker &amp; overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane &gt; svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane &gt; svg path.leaflet-interactive,
svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline-offset: 1px;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}

/* general toolbar styles */
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover,
.leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in,
.leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(../images/leaflet/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  /* used only in path-guessing heuristic, see L.Icon.Default */
  background-image: url(../images/leaflet/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover,
.leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}

.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover,
.leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/* Printing */
@media print {
  /* Prevent printers from removing background-images of controls. */
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}
.leaflet-control-resetview a {
  cursor: pointer;
}

.leaflet-control-resetview a .leaflet-control-resetview-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 7px;
  background-color: #000;
  -webkit-mask-image: url("../images/leaflet/redo-solid.svg");
  mask-image: url("../images/leaflet/redo-solid.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.leaflet-control-resetview a.leaflet-disabled .leaflet-control-resetview-icon {
  opacity: 0.2;
}

/*# sourceMappingURL=L.Control.ResetView.min.css.map */
.select2-container--transparent-white .select2-selection, .select2-container--transparent-blue .select2-selection {
  background-color: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  height: 34px;
  border-radius: 5px;
}
@media all and (max-width: 499px) {
  .select2-container--transparent-white .select2-selection, .select2-container--transparent-blue .select2-selection {
    font-size: 14px;
  }
}
.select2-container--transparent-white .select2-selection .select2-selection__rendered, .select2-container--transparent-blue .select2-selection .select2-selection__rendered {
  color: #FFFFFF;
  font-weight: 700;
  line-height: 34px;
  padding: 0 31px 0 15px;
}
.select2-container--transparent-white .select2-selection .select2-selection__rendered .select2-selection__placeholder, .select2-container--transparent-blue .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #FFFFFF;
}
.select2-container--transparent-white .select2-selection .select2-selection__clear, .select2-container--transparent-blue .select2-selection .select2-selection__clear {
  position: absolute;
}
.select2-container--transparent-white .select2-selection .select2-selection__arrow, .select2-container--transparent-blue .select2-selection .select2-selection__arrow {
  bottom: 1px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding-right: 11px;
  position: absolute;
  top: 1px;
  right: 1px;
}
.select2-container--transparent-white .select2-selection .select2-selection__arrow b, .select2-container--transparent-blue .select2-selection .select2-selection__arrow b {
  border: none;
  width: 9px;
  height: 6px;
  background: transparent;
  background-image: url(../images/arrow-down-white.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  padding: 0;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  margin: 0;
}
.select2-container--transparent-white.select2-container--open .select2-selection .select2-selection__arrow b, .select2-container--open.select2-container--transparent-blue .select2-selection .select2-selection__arrow b {
  transform: rotate(-180deg);
}
.select2-container--transparent-white.select2-container--open.select2-container--below .select2-selection, .select2-container--open.select2-container--below.select2-container--transparent-blue .select2-selection {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.select2-container--transparent-white .select2-dropdown, .select2-container--transparent-blue .select2-dropdown {
  border: 1px solid #FFFFFF !important;
  border-top: none !important;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
}
.select2-container--transparent-white .select2-dropdown .select2-results__option, .select2-container--transparent-blue .select2-dropdown .select2-results__option {
  padding: 5px 15px;
}
.select2-container--transparent-white .select2-dropdown .select2-results__option.select2-results__option--highlighted, .select2-container--transparent-blue .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background-color: #EF3829;
  color: #FFFFFF;
}
.select2-container--transparent-white .select2-dropdown.select2-dropdown--below, .select2-container--transparent-blue .select2-dropdown.select2-dropdown--below {
  border-radius: 5px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  overflow: hidden;
}

.select2-container--transparent-blue .select2-selection {
  height: auto;
  border: 1px solid #0B2347;
  color: #0B2347;
}
@media all and (max-width: 499px) {
  .select2-container--transparent-blue .select2-selection {
    font-size: 14px;
  }
}
.select2-container--transparent-blue .select2-selection .select2-selection__rendered {
  font-weight: 400;
  padding: 10px 20px;
  color: #0B2347;
}
.select2-container--transparent-blue .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #0B2347;
}
.select2-container--transparent-blue .select2-selection .select2-selection__arrow b {
  background-image: url(../images/arrow-down.svg);
}
.select2-container--transparent-blue .select2-dropdown {
  border: 1px solid #0B2347 !important;
}

.imageBackground {
  opacity: 0;
  transition: opacity 0.3s;
}
.imageBackground.imageSpace {
  position: relative !important;
}
.imageBackground.imageSpace img {
  width: 100%;
  height: auto;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.imageBackground:not(.imageSpace) img {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;
}
.imageBackground.loaded {
  opacity: 1;
}
.imageBackground:empty {
  background-color: #848484;
  opacity: 1;
}

.btn {
  padding: 10px 15px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 700;
  border-radius: 3px;
  text-align: center;
  transition: all 0.5s;
}
@media all and (max-width: 1919px) {
  .btn {
    padding: 8px 14px;
  }
}
@media all and (max-width: 1215px) {
  .btn {
    font-size: 14px;
  }
}
@media all and (max-width: 1128px) {
  .btn {
    padding: 5px 12px;
    font-size: 13.5px;
  }
}
@media all and (max-width: 767px) {
  .btn {
    font-size: 13px;
    padding: 4px 10px;
  }
}
.btn.big {
  font-size: 20px;
}
@media all and (max-width: 1919px) {
  .btn.big {
    font-size: 18px;
  }
}
@media all and (max-width: 1215px) {
  .btn.big {
    font-size: 16px;
  }
}
@media all and (max-width: 1128px) {
  .btn.big {
    font-size: 15px;
  }
}
@media all and (max-width: 767px) {
  .btn.big {
    font-size: 14px;
  }
}
.btn.white {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}
.btn.white:hover {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}
a:hover .btn.white {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}

.btn.white.outlined, .btn.white.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #FFFFFF;
}
.btn.white.outlined:hover, .btn.white.outline:hover {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #0B2347;
}
a:hover .btn.white.outlined, a:hover .btn.white.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #FFFFFF;
}

.btn.white.underlined {
  position: relative;
}
.btn.white.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #0B2347;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.white.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.white.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.white.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.white.underlined:hover:after {
  width: 0%;
}
a:hover .btn.white.underlined:after {
  width: 0%;
}

.btn.chinese-silver {
  background-color: #CACACA;
  color: #CACACA;
  border: 1px solid #CACACA;
}
.btn.chinese-silver:hover {
  background-color: #CACACA;
  color: #CACACA;
  border: 1px solid #CACACA;
}
a:hover .btn.chinese-silver {
  background-color: #CACACA;
  color: #CACACA;
  border: 1px solid #CACACA;
}

.btn.chinese-silver.outlined, .btn.chinese-silver.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #CACACA;
}
.btn.chinese-silver.outlined:hover, .btn.chinese-silver.outline:hover {
  background-color: #CACACA;
  color: #CACACA;
  border: 1px solid #CACACA;
}
a:hover .btn.chinese-silver.outlined, a:hover .btn.chinese-silver.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #CACACA;
}

.btn.chinese-silver.underlined {
  position: relative;
}
.btn.chinese-silver.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #CACACA;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.chinese-silver.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.chinese-silver.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.chinese-silver.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.chinese-silver.underlined:hover:after {
  width: 0%;
}
a:hover .btn.chinese-silver.underlined:after {
  width: 0%;
}

.btn.black {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #000000;
}
.btn.black:hover {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}
a:hover .btn.black {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}

.btn.black.outlined, .btn.black.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #000000;
}
.btn.black.outlined:hover, .btn.black.outline:hover {
  background-color: #000000;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
a:hover .btn.black.outlined, a:hover .btn.black.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #000000;
}

.btn.black.underlined {
  position: relative;
}
.btn.black.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.black.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.black.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.black.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.black.underlined:hover:after {
  width: 0%;
}
a:hover .btn.black.underlined:after {
  width: 0%;
}

.btn.rangoon-green {
  background-color: #1D1D1D;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
}
.btn.rangoon-green:hover {
  background-color: #1D1D1D;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
}
a:hover .btn.rangoon-green {
  background-color: #1D1D1D;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
}

.btn.rangoon-green.outlined, .btn.rangoon-green.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #1D1D1D;
}
.btn.rangoon-green.outlined:hover, .btn.rangoon-green.outline:hover {
  background-color: #1D1D1D;
  color: #1D1D1D;
  border: 1px solid #1D1D1D;
}
a:hover .btn.rangoon-green.outlined, a:hover .btn.rangoon-green.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #1D1D1D;
}

.btn.rangoon-green.underlined {
  position: relative;
}
.btn.rangoon-green.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #1D1D1D;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.rangoon-green.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.rangoon-green.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.rangoon-green.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.rangoon-green.underlined:hover:after {
  width: 0%;
}
a:hover .btn.rangoon-green.underlined:after {
  width: 0%;
}

.btn.quartz {
  background-color: #4B4C4F;
  color: #4B4C4F;
  border: 1px solid #4B4C4F;
}
.btn.quartz:hover {
  background-color: #4B4C4F;
  color: #4B4C4F;
  border: 1px solid #4B4C4F;
}
a:hover .btn.quartz {
  background-color: #4B4C4F;
  color: #4B4C4F;
  border: 1px solid #4B4C4F;
}

.btn.quartz.outlined, .btn.quartz.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #4B4C4F;
}
.btn.quartz.outlined:hover, .btn.quartz.outline:hover {
  background-color: #4B4C4F;
  color: #4B4C4F;
  border: 1px solid #4B4C4F;
}
a:hover .btn.quartz.outlined, a:hover .btn.quartz.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #4B4C4F;
}

.btn.quartz.underlined {
  position: relative;
}
.btn.quartz.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #4B4C4F;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.quartz.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.quartz.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.quartz.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.quartz.underlined:hover:after {
  width: 0%;
}
a:hover .btn.quartz.underlined:after {
  width: 0%;
}

.btn.old-silver {
  background-color: #848484;
  color: #0B2347;
  border: 1px solid #848484;
}
.btn.old-silver:hover {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}
a:hover .btn.old-silver {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}

.btn.old-silver.outlined, .btn.old-silver.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #848484;
}
.btn.old-silver.outlined:hover, .btn.old-silver.outline:hover {
  background-color: #848484;
  color: #0B2347;
  border: 1px solid #0B2347;
}
a:hover .btn.old-silver.outlined, a:hover .btn.old-silver.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #848484;
}

.btn.old-silver.underlined {
  position: relative;
}
.btn.old-silver.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #0B2347;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.old-silver.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.old-silver.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.old-silver.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.old-silver.underlined:hover:after {
  width: 0%;
}
a:hover .btn.old-silver.underlined:after {
  width: 0%;
}

.btn.light-silver {
  background-color: #D9D9D9;
  color: #0B2347;
  border: 1px solid #D9D9D9;
}
.btn.light-silver:hover {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}
a:hover .btn.light-silver {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}

.btn.light-silver.outlined, .btn.light-silver.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #D9D9D9;
}
.btn.light-silver.outlined:hover, .btn.light-silver.outline:hover {
  background-color: #D9D9D9;
  color: #0B2347;
  border: 1px solid #0B2347;
}
a:hover .btn.light-silver.outlined, a:hover .btn.light-silver.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #D9D9D9;
}

.btn.light-silver.underlined {
  position: relative;
}
.btn.light-silver.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #0B2347;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.light-silver.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.light-silver.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.light-silver.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.light-silver.underlined:hover:after {
  width: 0%;
}
a:hover .btn.light-silver.underlined:after {
  width: 0%;
}

.btn.platinum {
  background-color: #E5E5E5;
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
}
.btn.platinum:hover {
  background-color: #E5E5E5;
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
}
a:hover .btn.platinum {
  background-color: #E5E5E5;
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
}

.btn.platinum.outlined, .btn.platinum.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #E5E5E5;
}
.btn.platinum.outlined:hover, .btn.platinum.outline:hover {
  background-color: #E5E5E5;
  color: #E5E5E5;
  border: 1px solid #E5E5E5;
}
a:hover .btn.platinum.outlined, a:hover .btn.platinum.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #E5E5E5;
}

.btn.platinum.underlined {
  position: relative;
}
.btn.platinum.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #E5E5E5;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.platinum.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.platinum.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.platinum.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.platinum.underlined:hover:after {
  width: 0%;
}
a:hover .btn.platinum.underlined:after {
  width: 0%;
}

.btn.white-smoke {
  background-color: #F3F3F3;
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
}
.btn.white-smoke:hover {
  background-color: #F3F3F3;
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
}
a:hover .btn.white-smoke {
  background-color: #F3F3F3;
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
}

.btn.white-smoke.outlined, .btn.white-smoke.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #F3F3F3;
}
.btn.white-smoke.outlined:hover, .btn.white-smoke.outline:hover {
  background-color: #F3F3F3;
  color: #F3F3F3;
  border: 1px solid #F3F3F3;
}
a:hover .btn.white-smoke.outlined, a:hover .btn.white-smoke.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #F3F3F3;
}

.btn.white-smoke.underlined {
  position: relative;
}
.btn.white-smoke.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #F3F3F3;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.white-smoke.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.white-smoke.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.white-smoke.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.white-smoke.underlined:hover:after {
  width: 0%;
}
a:hover .btn.white-smoke.underlined:after {
  width: 0%;
}

.btn.deep-sapphire {
  background-color: #12215F;
  color: #12215F;
  border: 1px solid #12215F;
}
.btn.deep-sapphire:hover {
  background-color: #12215F;
  color: #12215F;
  border: 1px solid #12215F;
}
a:hover .btn.deep-sapphire {
  background-color: #12215F;
  color: #12215F;
  border: 1px solid #12215F;
}

.btn.deep-sapphire.outlined, .btn.deep-sapphire.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #12215F;
}
.btn.deep-sapphire.outlined:hover, .btn.deep-sapphire.outline:hover {
  background-color: #12215F;
  color: #12215F;
  border: 1px solid #12215F;
}
a:hover .btn.deep-sapphire.outlined, a:hover .btn.deep-sapphire.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #12215F;
}

.btn.deep-sapphire.underlined {
  position: relative;
}
.btn.deep-sapphire.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #12215F;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.deep-sapphire.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.deep-sapphire.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.deep-sapphire.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.deep-sapphire.underlined:hover:after {
  width: 0%;
}
a:hover .btn.deep-sapphire.underlined:after {
  width: 0%;
}

.btn.oxford-blue {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #0B2347;
}
.btn.oxford-blue:hover {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}
a:hover .btn.oxford-blue {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}

.btn.oxford-blue.outlined, .btn.oxford-blue.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #0B2347;
}
.btn.oxford-blue.outlined:hover, .btn.oxford-blue.outline:hover {
  background-color: #0B2347;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
a:hover .btn.oxford-blue.outlined, a:hover .btn.oxford-blue.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #0B2347;
}

.btn.oxford-blue.underlined {
  position: relative;
}
.btn.oxford-blue.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.oxford-blue.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.oxford-blue.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.oxford-blue.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.oxford-blue.underlined:hover:after {
  width: 0%;
}
a:hover .btn.oxford-blue.underlined:after {
  width: 0%;
}

.btn.dark-midnight-blue {
  background-color: #052E6B;
  color: #052E6B;
  border: 1px solid #052E6B;
}
.btn.dark-midnight-blue:hover {
  background-color: #052E6B;
  color: #052E6B;
  border: 1px solid #052E6B;
}
a:hover .btn.dark-midnight-blue {
  background-color: #052E6B;
  color: #052E6B;
  border: 1px solid #052E6B;
}

.btn.dark-midnight-blue.outlined, .btn.dark-midnight-blue.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #052E6B;
}
.btn.dark-midnight-blue.outlined:hover, .btn.dark-midnight-blue.outline:hover {
  background-color: #052E6B;
  color: #052E6B;
  border: 1px solid #052E6B;
}
a:hover .btn.dark-midnight-blue.outlined, a:hover .btn.dark-midnight-blue.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #052E6B;
}

.btn.dark-midnight-blue.underlined {
  position: relative;
}
.btn.dark-midnight-blue.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #052E6B;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.dark-midnight-blue.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.dark-midnight-blue.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.dark-midnight-blue.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.dark-midnight-blue.underlined:hover:after {
  width: 0%;
}
a:hover .btn.dark-midnight-blue.underlined:after {
  width: 0%;
}

.btn.deep-carmine-pink {
  background-color: #EF3829;
  color: #FFFFFF;
  border: 1px solid #EF3829;
}
.btn.deep-carmine-pink:hover {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}
a:hover .btn.deep-carmine-pink {
  background-color: #FFFFFF;
  color: #0B2347;
  border: 1px solid #FFFFFF;
}

.btn.deep-carmine-pink.outlined, .btn.deep-carmine-pink.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #EF3829;
}
.btn.deep-carmine-pink.outlined:hover, .btn.deep-carmine-pink.outline:hover {
  background-color: #EF3829;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
a:hover .btn.deep-carmine-pink.outlined, a:hover .btn.deep-carmine-pink.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #EF3829;
}

.btn.deep-carmine-pink.underlined {
  position: relative;
}
.btn.deep-carmine-pink.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.deep-carmine-pink.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.deep-carmine-pink.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.deep-carmine-pink.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.deep-carmine-pink.underlined:hover:after {
  width: 0%;
}
a:hover .btn.deep-carmine-pink.underlined:after {
  width: 0%;
}

.btn.blood {
  background-color: #9F1A0F;
  color: #9F1A0F;
  border: 1px solid #9F1A0F;
}
.btn.blood:hover {
  background-color: #9F1A0F;
  color: #9F1A0F;
  border: 1px solid #9F1A0F;
}
a:hover .btn.blood {
  background-color: #9F1A0F;
  color: #9F1A0F;
  border: 1px solid #9F1A0F;
}

.btn.blood.outlined, .btn.blood.outline {
  background-color: rgba(0, 0, 0, 0);
  color: #9F1A0F;
}
.btn.blood.outlined:hover, .btn.blood.outline:hover {
  background-color: #9F1A0F;
  color: #9F1A0F;
  border: 1px solid #9F1A0F;
}
a:hover .btn.blood.outlined, a:hover .btn.blood.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: #9F1A0F;
}

.btn.blood.underlined {
  position: relative;
}
.btn.blood.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: #9F1A0F;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.blood.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.blood.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.blood.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.blood.underlined:hover:after {
  width: 0%;
}
a:hover .btn.blood.underlined:after {
  width: 0%;
}

.btn.transparent {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
.btn.transparent:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
a:hover .btn.transparent {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}

.btn.transparent.outlined, .btn.transparent.outline {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
}
.btn.transparent.outlined:hover, .btn.transparent.outline:hover {
  background-color: rgba(0, 0, 0, 0);
  color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
}
a:hover .btn.transparent.outlined, a:hover .btn.transparent.outline {
  background-color: #FFFFFF;
  color: #0B2347;
  border-color: rgba(0, 0, 0, 0);
}

.btn.transparent.underlined {
  position: relative;
}
.btn.transparent.underlined:after {
  content: " ";
  display: block;
  position: absolute;
  top: calc(1em + 10px + 10px + 2px);
  left: 15px;
  width: calc(100% - 15px - 15px);
  height: 2px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .btn.transparent.underlined:after {
    left: 14px;
    width: calc(100% - 14px - 14px);
    top: calc(1em + 8px + 8px + 2px);
  }
}
@media all and (max-width: 1128px) {
  .btn.transparent.underlined:after {
    left: 12px;
    width: calc(100% - 12px - 12px);
    top: calc(1em + 5px + 5px + 2px);
  }
}
@media all and (max-width: 767px) {
  .btn.transparent.underlined:after {
    left: 10px;
    width: calc(100% - 10px - 10px);
    top: calc(1em + 4px + 4px + 2px);
    height: 1px;
  }
}
.btn.transparent.underlined:hover:after {
  width: 0%;
}
a:hover .btn.transparent.underlined:after {
  width: 0%;
}

.btn.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none;
}

.btn-line {
  font-size: 16px;
  line-height: 1;
  font-weight: 700;
  text-align: center;
  transition: all 0.5s;
}
@media all and (max-width: 1215px) {
  .btn-line {
    font-size: 14px;
  }
}
@media all and (max-width: 1128px) {
  .btn-line {
    font-size: 13.5px;
  }
}
@media all and (max-width: 767px) {
  .btn-line {
    font-size: 13px;
  }
}
.btn-line.white {
  color: #FFFFFF;
  position: relative;
}
.btn-line.white:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.btn-line.white:hover:after {
  width: 0%;
}
a:hover .btn-line.white:after {
  width: 0%;
}

.btn-line.chinese-silver {
  color: #CACACA;
  position: relative;
}
.btn-line.chinese-silver:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #CACACA;
  transition: all 0.3s;
}
.btn-line.chinese-silver:hover:after {
  width: 0%;
}
a:hover .btn-line.chinese-silver:after {
  width: 0%;
}

.btn-line.black {
  color: #000000;
  position: relative;
}
.btn-line.black:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #000000;
  transition: all 0.3s;
}
.btn-line.black:hover:after {
  width: 0%;
}
a:hover .btn-line.black:after {
  width: 0%;
}

.btn-line.rangoon-green {
  color: #1D1D1D;
  position: relative;
}
.btn-line.rangoon-green:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #1D1D1D;
  transition: all 0.3s;
}
.btn-line.rangoon-green:hover:after {
  width: 0%;
}
a:hover .btn-line.rangoon-green:after {
  width: 0%;
}

.btn-line.quartz {
  color: #4B4C4F;
  position: relative;
}
.btn-line.quartz:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #4B4C4F;
  transition: all 0.3s;
}
.btn-line.quartz:hover:after {
  width: 0%;
}
a:hover .btn-line.quartz:after {
  width: 0%;
}

.btn-line.old-silver {
  color: #848484;
  position: relative;
}
.btn-line.old-silver:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #848484;
  transition: all 0.3s;
}
.btn-line.old-silver:hover:after {
  width: 0%;
}
a:hover .btn-line.old-silver:after {
  width: 0%;
}

.btn-line.light-silver {
  color: #D9D9D9;
  position: relative;
}
.btn-line.light-silver:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #D9D9D9;
  transition: all 0.3s;
}
.btn-line.light-silver:hover:after {
  width: 0%;
}
a:hover .btn-line.light-silver:after {
  width: 0%;
}

.btn-line.platinum {
  color: #E5E5E5;
  position: relative;
}
.btn-line.platinum:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #E5E5E5;
  transition: all 0.3s;
}
.btn-line.platinum:hover:after {
  width: 0%;
}
a:hover .btn-line.platinum:after {
  width: 0%;
}

.btn-line.white-smoke {
  color: #F3F3F3;
  position: relative;
}
.btn-line.white-smoke:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #F3F3F3;
  transition: all 0.3s;
}
.btn-line.white-smoke:hover:after {
  width: 0%;
}
a:hover .btn-line.white-smoke:after {
  width: 0%;
}

.btn-line.deep-sapphire {
  color: #12215F;
  position: relative;
}
.btn-line.deep-sapphire:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #12215F;
  transition: all 0.3s;
}
.btn-line.deep-sapphire:hover:after {
  width: 0%;
}
a:hover .btn-line.deep-sapphire:after {
  width: 0%;
}

.btn-line.oxford-blue {
  color: #0B2347;
  position: relative;
}
.btn-line.oxford-blue:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #0B2347;
  transition: all 0.3s;
}
.btn-line.oxford-blue:hover:after {
  width: 0%;
}
a:hover .btn-line.oxford-blue:after {
  width: 0%;
}

.btn-line.dark-midnight-blue {
  color: #052E6B;
  position: relative;
}
.btn-line.dark-midnight-blue:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #052E6B;
  transition: all 0.3s;
}
.btn-line.dark-midnight-blue:hover:after {
  width: 0%;
}
a:hover .btn-line.dark-midnight-blue:after {
  width: 0%;
}

.btn-line.deep-carmine-pink {
  color: #EF3829;
  position: relative;
}
.btn-line.deep-carmine-pink:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #EF3829;
  transition: all 0.3s;
}
.btn-line.deep-carmine-pink:hover:after {
  width: 0%;
}
a:hover .btn-line.deep-carmine-pink:after {
  width: 0%;
}

.btn-line.blood {
  color: #9F1A0F;
  position: relative;
}
.btn-line.blood:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: #9F1A0F;
  transition: all 0.3s;
}
.btn-line.blood:hover:after {
  width: 0%;
}
a:hover .btn-line.blood:after {
  width: 0%;
}

.btn-line.transparent {
  color: rgba(0, 0, 0, 0);
  position: relative;
}
.btn-line.transparent:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.05em;
  left: 0;
  width: 100%;
  height: 1.5px;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s;
}
.btn-line.transparent:hover:after {
  width: 0%;
}
a:hover .btn-line.transparent:after {
  width: 0%;
}

.btn-line.disabled {
  cursor: not-allowed !important;
  opacity: 0.5;
  pointer-events: none;
}

.slick-dots,
.flickity-page-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media all and (max-width: 1215px) {
  .slick-dots,
.flickity-page-dots {
    margin-top: 30px;
  }
}
@media all and (max-width: 767px) {
  .slick-dots,
.flickity-page-dots {
    margin-top: 22px;
  }
}
@media all and (max-width: 499px) {
  .slick-dots,
.flickity-page-dots {
    margin-top: 18px;
  }
}
.slick-dots li,
.flickity-page-dots li {
  padding: 10px 5px 0;
}
.slick-dots li.dot:not(.is-selected), .slick-dots li:not(.slick-active) button,
.flickity-page-dots li.dot:not(.is-selected),
.flickity-page-dots li:not(.slick-active) button {
  opacity: 0.2;
}
.slick-dots li.dot:before,
.slick-dots li button,
.flickity-page-dots li.dot:before,
.flickity-page-dots li button {
  content: " ";
  cursor: pointer;
  display: block;
  width: 12px;
  height: 12px;
  color: rgba(0, 0, 0, 0);
  overflow: hidden;
  background-color: #0B2347;
  transition: all 0.3s;
  border-radius: 100%;
}
@media all and (max-width: 499px) {
  .slick-dots li.dot:before,
.slick-dots li button,
.flickity-page-dots li.dot:before,
.flickity-page-dots li button {
    width: 10px;
    height: 10px;
  }
}

.flickity-page-dots li.dot:before {
  background-color: #FFFFFF;
}
.flickity-page-dots li.dot:only-child {
  display: none;
}

.player {
  container-type: inline-size;
}
.player .plyr {
  border-radius: 0px;
  transition: border-radius 0.3s;
}
.player .plyr.plyr--stopped {
  border-radius: 20px;
}
@container (width &lt; 630px) {
  .player .plyr.plyr--stopped {
    border-radius: 10px;
  }
}
.player .plyr .plyr__control.plyr__control--overlaid {
  width: 94px;
  height: 94px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #FFFFFF;
  background: #EF3829;
  opacity: 1;
}
@container (width &lt; 550px) {
  .player .plyr .plyr__control.plyr__control--overlaid {
    width: 75px;
    height: 75px;
  }
}
.player .plyr .plyr__control.plyr__control--overlaid svg {
  width: 50%;
  height: auto;
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  margin: 2% 0 0 7%;
}
.player .plyr .plyr__poster {
  background-size: cover;
}
.player .plyr .plyr__poster .poster-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.player .plyr .plyr__poster .poster-video:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(4, 7, 18, 0.88) 14.74%, rgba(4, 7, 18, 0) 150%);
  z-index: 1;
}

*[data-animation-in] {
  opacity: 0;
}
*[data-animation-in][data-animation-in=opacityShine] {
  background-image: url(../images/title-gradient.svg);
  background-size: auto 300%;
  background-repeat: repeat;
  background-position: -50% 100%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: 1 !important;
}
*[data-animation-in][data-animation-in=opacityShine].blue {
  background-image: url(../images/title-gradient-blue.svg);
}

.player {
  display: flex;
  flex-shrink: 0;
  position: relative;
  width: 100%;
}
.player.background {
  pointer-events: none;
}
.player video {
  width: 100%;
  object-fit: cover;
}
.player .video-iframe {
  width: 100%;
  height: 100%;
}
.player .video-iframe iframe {
  width: 100%;
  height: 100%;
}
.player[data-ratio-mode=cover] {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1000;
  transition: opacity 0.3s;
}
.custom-cursor .cursor {
  position: absolute;
  top: 50%;
  left: 50%;
}
.custom-cursor .cursor &gt; * {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}
.custom-cursor .cursor &gt; *.active {
  opacity: 1;
}
.custom-cursor .cursor .drag svg {
  width: 62px;
  height: auto;
}
body.mouseOut .custom-cursor {
  opacity: 0;
}

[data-cursor],
.js-carousel:not(.no-cursor):not(.no-dots) .flickity-viewport {
  cursor: none !important;
}

.js-carousel.no-dots .flickity-viewport {
  cursor: default !important;
}

.FiltersRow {
  padding: 34px 0 33px;
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
}
@media all and (max-width: 1600px) {
  .FiltersRow {
    padding: 30px 0;
  }
}
@media all and (max-width: 767px) {
  .FiltersRow {
    padding: 20px 0;
  }
}
.FiltersRow .filters-contents {
  display: flex;
  align-items: center;
}
.FiltersRow .filters-contents .label {
  font-size: 25px;
  color: #FFFFFF;
  flex-shrink: 0;
  padding-right: 20px;
}
@media all and (max-width: 1600px) {
  .FiltersRow .filters-contents .label {
    font-size: 22px;
  }
}
@media all and (max-width: 1215px) {
  .FiltersRow .filters-contents .label {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .FiltersRow .filters-contents .label {
    font-size: 18px;
  }
}
.FiltersRow .filters-contents .selects {
  display: flex;
  margin: -10px -5px 0 -5px;
  flex-grow: 1;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.FiltersRow .filters-contents .selects .select-wrapper {
  padding: 10px 5px 0 5px;
  width: 230px;
}
@media all and (max-width: 499px) {
  .FiltersRow .filters-contents .selects .select-wrapper {
    font-size: 14px;
  }
}
.FiltersRow .filters-contents .selects .select-wrapper select {
  width: 100%;
}
.FiltersRow .filters-contents .selects .select-wrapper .select2 {
  width: 100% !important;
}
@media all and (max-width: 499px) {
  .FiltersRow.count-1 .filters-contents {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 499px) {
  .FiltersRow.count-1 .filters-contents .selects {
    width: 100%;
    justify-content: flex-start;
  }
}
@media all and (max-width: 499px) {
  .FiltersRow.count-1 .filters-contents .selects .select-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-2 .filters-contents {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-2 .filters-contents .selects {
    width: 100%;
    justify-content: flex-start;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-2 .filters-contents .selects .select-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 1128px) {
  .FiltersRow.count-3 .filters-contents {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1128px) {
  .FiltersRow.count-3 .filters-contents .selects {
    width: 100%;
    justify-content: flex-start;
  }
}
@media all and (max-width: 1128px) {
  .FiltersRow.count-3 .filters-contents .selects .select-wrapper {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-3 .filters-contents .selects .select-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 1215px) {
  .FiltersRow.count-4 .filters-contents {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1215px) {
  .FiltersRow.count-4 .filters-contents .selects {
    width: 100%;
    justify-content: flex-start;
  }
}
.FiltersRow.count-4 .filters-contents .selects .select-wrapper {
  width: 25%;
  max-width: 230px;
}
@media all and (max-width: 1215px) {
  .FiltersRow.count-4 .filters-contents .selects .select-wrapper {
    max-width: none;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-4 .filters-contents .selects .select-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 1366px) {
  .FiltersRow.count-5 .filters-contents {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 1366px) {
  .FiltersRow.count-5 .filters-contents .selects {
    width: 100%;
    justify-content: flex-start;
  }
}
.FiltersRow.count-5 .filters-contents .selects .select-wrapper {
  width: 20%;
}
@media all and (max-width: 1215px) {
  .FiltersRow.count-5 .filters-contents .selects .select-wrapper {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-5 .filters-contents .selects .select-wrapper {
    width: 50%;
  }
}
.FiltersRow.count-6 .filters-contents {
  flex-wrap: wrap;
}
.FiltersRow.count-6 .filters-contents .selects {
  width: 100%;
  justify-content: flex-start;
}
.FiltersRow.count-6 .filters-contents .selects .select-wrapper {
  width: 16.6666666667%;
}
@media all and (max-width: 1366px) {
  .FiltersRow.count-6 .filters-contents .selects .select-wrapper {
    width: 33.3333333333%;
  }
}
@media all and (max-width: 600px) {
  .FiltersRow.count-6 .filters-contents .selects .select-wrapper {
    width: 50%;
  }
}

.unblock-cookies {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.unblock-cookies.model {
  display: none;
}

.unblocked &gt; .unblock-cookies {
  display: none;
}

.fixed-arrow-down {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 5;
  color: white;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
}
@media all and (max-width: 1023px) {
  .fixed-arrow-down {
    display: none;
  }
}
.fixed-arrow-down.visible {
  opacity: 1;
}
.fixed-arrow-down.up {
  pointer-events: all;
  cursor: pointer;
  transform: none !important;
}
.fixed-arrow-down.up svg {
  transform: rotate(180deg);
}
.fixed-arrow-down.up span {
  opacity: 1;
}
.fixed-arrow-down span {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  text-transform: uppercase;
  transition: color 0.3s;
  opacity: 0;
}
.fixed-arrow-down svg {
  transition: all 0.3s;
}
.fixed-arrow-down svg path {
  fill: currentColor;
  transition: all 0.3s;
}

.sticky-ctas {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  transition: all 0.3s;
}
.sticky-ctas.hidden {
  opacity: 0;
  pointer-events: none;
}
.sticky-ctas ul {
  position: absolute;
  bottom: 20px;
  right: 20px;
  display: block;
  list-style: none;
}
.sticky-ctas ul li {
  margin-bottom: 10px;
}
.sticky-ctas ul li:last-child {
  margin-bottom: 0;
}
.sticky-ctas ul li a {
  background-color: #052E6B;
  border-radius: 3px;
  padding: 5px 1.25em;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 700;
  color: #FFFFFF;
  transition: all 0.3s;
  white-space: nowrap;
}
@media all and (max-width: 767px) {
  .sticky-ctas ul li a {
    font-size: 16px;
  }
}
.sticky-ctas ul li a:hover {
  background-color: #EF3829;
}

.card.card-post {
  container-type: inline-size;
  min-height: 100%;
}
.card.card-post.no-btn .cta-wrapper {
  display: none;
}
.card.card-post .innerCard {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100%;
}
.card.card-post .innerCard .date {
  color: #EF3829;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
  margin-top: auto;
}
@media all and (max-width: 1215px) {
  .card.card-post .innerCard .date {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .card.card-post .innerCard .date {
    font-size: 12px;
  }
}
.card.card-post .innerCard .cta-wrapper {
  margin-left: 15px;
  margin-top: 15px;
  width: fit-content;
}
.card.card-post a {
  flex-grow: 1;
  display: flex;
  margin: 0 -15px;
  align-items: stretch;
  min-height: 100%;
}
@media all and (max-width: 1919px) {
  .card.card-post a {
    margin: 0 -10px;
  }
}
.card.card-post a .image-area {
  padding: 0 15px;
  width: 66.6666666667%;
  flex-shrink: 0;
  min-height: 100%;
}
@media all and (max-width: 1919px) {
  .card.card-post a .image-area {
    padding: 0 10px;
  }
}
.card.card-post a .image-area .image-wrapper {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 100%;
}
.card.card-post a .image-area .image-wrapper:before {
  content: " ";
  display: block;
  padding-bottom: 31.57%;
}
.card.card-post a .image-area .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card.card-post a .image-area .image-wrapper .image:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
  opacity: 0;
  transition: all 0.3s;
}
.card.card-post a .image-area .image-wrapper .image:after {
  content: " ";
  display: block;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 47px;
  height: 47px;
  background-image: url(../images/icon-hover.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transition: all 0.3s;
  transform: rotate(45deg);
}
@media all and (max-width: 1919px) {
  .card.card-post a .image-area .image-wrapper .image:after {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 1215px) {
  .card.card-post a .image-area .image-wrapper .image:after {
    width: 30px;
    height: 30px;
  }
}
.card.card-post a .texts-area {
  padding: 0 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1919px) {
  .card.card-post a .texts-area {
    padding: 0 10px;
  }
}
.card.card-post a .texts-area .title {
  margin-bottom: 7px;
  font-size: 18px;
  line-height: 1.55;
}
@media all and (max-width: 1919px) {
  .card.card-post a .texts-area .title {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .card.card-post a .texts-area .title {
    font-size: 15px;
  }
}
.card.card-post a .texts-area .text {
  font-size: 16px;
  margin-bottom: 7px;
  line-height: 1.43;
}
@media all and (max-width: 1919px) {
  .card.card-post a .texts-area .text {
    font-size: 14px;
  }
}
@media all and (max-width: 1215px) {
  .card.card-post a .texts-area .text {
    margin-bottom: 5px;
  }
}
@media all and (max-width: 767px) {
  .card.card-post a .texts-area .text {
    font-size: 13px;
  }
}
.card.card-post a .texts-area .date {
  color: #EF3829;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.71429;
  margin-top: auto;
}
@media all and (max-width: 1215px) {
  .card.card-post a .texts-area .date {
    font-size: 13px;
  }
}
@media all and (max-width: 767px) {
  .card.card-post a .texts-area .date {
    font-size: 12px;
  }
}
.card.card-post a:hover .image-area .image-wrapper .image::before {
  opacity: 1;
}
.card.card-post a:hover .image-area .image-wrapper .image::after {
  opacity: 1;
  transform: rotate(0deg);
}
@container (width &lt; 800px) {
  .card.card-post a .image-area {
    width: 33.3333333333%;
  }
  .card.card-post a .image-area .image-wrapper:before {
    padding-bottom: 63.15%;
  }
}
@container (width &lt; 500px) {
  .card.card-post a {
    flex-direction: column;
    align-items: left;
  }
  .card.card-post a .image-area {
    width: 100%;
    margin-bottom: 20px;
  }
  .card.card-post a .image-area .image-wrapper {
    height: auto !important;
  }
  .card.card-post a .texts-area {
    width: 100%;
  }
  .card.card-post a .texts-area .text {
    display: none;
  }
}

.card.card-event {
  container-type: inline-size;
  min-height: 100%;
}
.card.card-event .inner {
  display: flex;
  min-height: 100%;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  overflow: hidden;
}
.card.card-event .inner .image-wrapper {
  width: 235px;
  flex-shrink: 0;
  min-height: 107px;
  position: relative;
}
@media all and (max-width: 1366px) {
  .card.card-event .inner .image-wrapper {
    display: none;
  }
}
.card.card-event .inner .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.card.card-event .inner .image-wrapper .image:empty {
  background-color: rgba(132, 132, 132, 0.8);
}
.card.card-event .inner .texts-area {
  padding: 0 32px;
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 -10px;
}
.card.card-event .inner .texts-area &gt; * {
  padding: 0 10px;
}
.card.card-event .inner .texts-area .title {
  font-size: 25px;
  font-weight: 800;
  line-height: 1.4;
  flex-shrink: 0;
  width: 25%;
  padding: 17px 0;
}
@media all and (max-width: 1600px) {
  .card.card-event .inner .texts-area .title {
    font-size: 22px;
  }
}
@media all and (max-width: 1366px) {
  .card.card-event .inner .texts-area .title {
    font-size: 20px;
  }
}
.card.card-event .inner .texts-area .date {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  padding: 17px 0;
  width: 250px;
}
@media all and (max-width: 1366px) {
  .card.card-event .inner .texts-area .date {
    width: 170px;
  }
}
.card.card-event .inner .texts-area .date .days {
  font-size: 40px;
  font-weight: 800;
  line-height: 1.25;
}
@media all and (max-width: 1600px) {
  .card.card-event .inner .texts-area .date .days {
    font-size: 35px;
  }
}
@media all and (max-width: 1366px) {
  .card.card-event .inner .texts-area .date .days {
    font-size: 30px;
  }
}
@media all and (max-width: 1023px) {
  .card.card-event .inner .texts-area .date .days {
    font-size: 20px;
  }
}
.card.card-event .inner .texts-area .date .days sub {
  font-size: 0.45em;
  vertical-align: baseline;
}
.card.card-event .inner .texts-area .date .month-year {
  margin-top: -2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.36;
}
.card.card-event .inner .texts-area .breaker {
  display: none;
}
.card.card-event .inner .texts-area .location {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.43;
  width: 25%;
}
@media all and (max-width: 1600px) {
  .card.card-event .inner .texts-area .location {
    font-size: 15px;
  }
}
@media all and (max-width: 1366px) {
  .card.card-event .inner .texts-area .location {
    width: 30%;
    font-size: 14px;
  }
}
.card.card-event .inner .texts-area .link {
  font-weight: 700;
  line-height: 1.66;
  width: 17%;
  white-space: nowrap;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1600px) {
  .card.card-event .inner .texts-area .link {
    font-size: 15px;
  }
}
@media all and (max-width: 1366px) {
  .card.card-event .inner .texts-area .link {
    font-size: 14px;
  }
}
.card.card-event .inner .texts-area .link a {
  position: relative;
}
.card.card-event .inner .texts-area .link a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  margin-bottom: 0.23em;
  transition: all 0.3s;
}
.card.card-event .inner .texts-area .link a:hover:after {
  width: 0%;
}
@container (width &lt; 730px) {
  .card.card-event .inner .texts-area {
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .card.card-event .inner .texts-area .title {
    width: auto;
    padding-top: 0;
    flex-grow: 1;
    padding-bottom: 0;
    line-height: 1.25;
  }
  .card.card-event .inner .texts-area .date {
    flex-direction: row;
    width: auto;
    flex-shrink: 0;
    justify-content: flex-end;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 0;
  }
  .card.card-event .inner .texts-area .date .month-year {
    line-height: 25px;
    padding-left: 8px;
    font-size: 20px;
  }
  .card.card-event .inner .texts-area .breaker {
    display: block;
    width: 100%;
    height: 15px;
  }
  .card.card-event .inner .texts-area .location {
    padding-left: 0;
    width: auto;
  }
  .card.card-event .inner .texts-area .link {
    padding-right: 0;
    margin-top: auto;
  }
}
@container (width &lt; 500px) {
  .card.card-event .inner .texts-area .title {
    width: 100%;
  }
  .card.card-event .inner .texts-area .date {
    width: 100%;
    margin-top: 5px;
    justify-content: flex-start;
  }
  .card.card-event .inner .texts-area .date .days,
.card.card-event .inner .texts-area .date .month-year {
    font-size: 20px;
    line-height: 1;
  }
  .card.card-event .inner .texts-area .date .month-year {
    padding-left: 0.3em;
  }
  .card.card-event .inner .texts-area .location {
    width: 100%;
    padding-right: 0;
  }
  .card.card-event .inner .texts-area .link {
    margin-top: 5px;
    padding-left: 0;
    width: auto;
  }
}

:root {
  --HHcss: 150px;
}
@media all and (max-width: 1919px) {
  :root {
    --HHcss: 140px;
  }
}
@media all and (max-width: 1600px) {
  :root {
    --HHcss: 125px;
  }
}
@media all and (max-width: 1128px) {
  :root {
    --HHcss: 110px;
  }
}

.Header {
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 100;
  transition: transform 0.3s, top 0.3s;
}
.Header .bg {
  background-color: #FFFFFF;
  margin-top: -20px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s;
  height: 150px;
  pointer-events: none;
}
@media all and (max-width: 1919px) {
  .Header .bg {
    height: 140px;
  }
}
@media all and (max-width: 1600px) {
  .Header .bg {
    height: 125px;
  }
}
@media all and (max-width: 1128px) {
  .Header .bg {
    height: 110px;
  }
}
.Header .contents {
  position: relative;
  z-index: 1;
}
.Header .contents .logo-link {
  position: absolute;
  left: 0;
  top: 0;
}
.Header .contents .logo-link svg {
  filter: drop-shadow(0px 0px 100px rgba(255, 255, 255, 0.25)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0.25));
  width: 126px;
  height: auto;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .Header .contents .logo-link svg {
    width: auto;
    height: 100px;
  }
}
@media all and (max-width: 1600px) {
  .Header .contents .logo-link svg {
    height: 85px;
  }
}
@media all and (max-width: 1128px) {
  .Header .contents .logo-link svg {
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .Header .contents .logo-link svg {
    height: 60px;
  }
}
.Header .contents .logo-link svg .ats {
  transition: opacity 0.3s;
}
.Header .contents .right-area {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.Header .contents .right-area &gt; * {
  margin-left: 70px;
}
@media all and (max-width: 1215px) {
  .Header .contents .right-area &gt; * {
    margin-left: 40px;
  }
}
.Header .contents .right-area &gt; *:first-child {
  margin-left: 0;
}
.Header .contents .right-area .search-wrapper {
  display: flex;
}
.Header .contents .right-area .search-wrapper .icon {
  cursor: pointer;
  transition: all 0.3s;
}
.Header .contents .right-area .search-wrapper .icon svg {
  height: 23px;
  width: auto;
  margin-top: 2px;
}
@media all and (max-width: 1128px) {
  .Header .contents .right-area .search-wrapper .icon svg {
    height: 18px;
    margin-top: 4px;
  }
}
.Header .contents .right-area .search-wrapper form {
  width: 0px;
  overflow: hidden;
  transition: all 0.3s;
  opacity: 0;
}
.Header .contents .right-area .search-wrapper form input {
  background-color: transparent;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.475;
}
@media all and (max-width: 1128px) {
  .Header .contents .right-area .search-wrapper form input {
    font-size: 14px;
  }
}
.Header .contents .right-area .search-wrapper.hover .icon {
  transform: rotate(-180deg);
}
.Header .contents .right-area .search-wrapper.hover form {
  opacity: 1;
  width: 100px;
  padding-left: 8px;
}
@media all and (max-width: 499px) {
  .Header .contents .right-area .header-menu-wrapper {
    display: none;
  }
}
.Header .contents .right-area .header-menu-wrapper ul {
  list-style: none;
  display: flex;
  align-items: center;
}
.Header .contents .right-area .header-menu-wrapper ul li {
  margin-left: 35px;
}
.Header .contents .right-area .header-menu-wrapper ul li:first-child {
  margin-left: 0;
}
.Header .contents .right-area .header-menu-wrapper ul li a.underlined::after {
  opacity: 0;
}
.Header .contents .right-area .burger-wrapper .burger {
  padding: 10px;
  margin: -10px;
  cursor: pointer;
}
.Header .contents .right-area .burger-wrapper .burger div {
  width: 30px;
  height: 21px;
  position: relative;
  pointer-events: none;
}
.Header .contents .right-area .burger-wrapper .burger div span {
  position: absolute;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.Header .contents .right-area .burger-wrapper .burger div span:nth-child(1) {
  top: 0;
}
.Header .contents .right-area .burger-wrapper .burger div span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.Header .contents .right-area .burger-wrapper .burger div span:nth-child(3) {
  top: 100%;
  transform: translateY(-100%);
}
body:not(.menu-opened) .Header.minimized.hidden .bg {
  transition-delay: 0.3s;
}
body:not(.menu-opened) .Header.minimized {
  top: 5px;
}
body:not(.menu-opened) .Header.minimized .bg {
  margin-top: -5px;
  opacity: 1;
  height: 65px;
}
@media all and (max-width: 1600px) {
  body:not(.menu-opened) .Header.minimized .bg {
    height: 52px;
  }
}
@media all and (max-width: 1128px) {
  body:not(.menu-opened) .Header.minimized .bg {
    height: 43px;
  }
}
body:not(.menu-opened) .Header.minimized .contents .logo-link svg {
  filter: drop-shadow(0px 0px 100px rgba(255, 255, 255, 0)) drop-shadow(0px 0px 10px rgba(255, 255, 255, 0));
  width: 75px;
}
@media all and (max-width: 1919px) {
  body:not(.menu-opened) .Header.minimized .contents .logo-link svg {
    width: auto;
    height: 64px;
  }
}
@media all and (max-width: 1600px) {
  body:not(.menu-opened) .Header.minimized .contents .logo-link svg {
    height: 50px;
  }
}
@media all and (max-width: 1128px) {
  body:not(.menu-opened) .Header.minimized .contents .logo-link svg {
    height: 40px;
  }
}
body:not(.menu-opened) .Header.minimized .contents .logo-link svg .ats {
  opacity: 0;
}
body:not(.menu-opened) .Header.minimized .contents .right-area {
  top: 2px !important;
}
@media all and (max-width: 1919px) {
  body:not(.menu-opened) .Header.minimized .contents .right-area {
    top: 4px !important;
  }
}
@media all and (max-width: 1600px) {
  body:not(.menu-opened) .Header.minimized .contents .right-area {
    top: -2px !important;
  }
}
@media all and (max-width: 1128px) {
  body:not(.menu-opened) .Header.minimized .contents .right-area {
    top: 0 !important;
  }
}
@media all and (max-width: 767px) {
  body:not(.menu-opened) .Header.minimized .contents .right-area {
    top: 1px !important;
  }
}
@media all and (max-width: 499px) {
  body:not(.menu-opened) .Header.minimized .contents .right-area {
    top: 4px !important;
  }
}
body:not(.menu-opened) .Header.minimized .contents .right-area .search-wrapper form input {
  color: #0B2347;
}
body:not(.menu-opened) .Header.minimized .contents .right-area .btn {
  background-color: transparent !important;
  border: none;
}
body:not(.menu-opened) .Header.minimized .contents .header-menu-wrapper ul li a.btn.underlined:after {
  opacity: 1;
}
body:not(.menu-opened) .Header.minimized .contents .header-menu-wrapper ul li a.btn:hover {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #0B2347;
}
body:not(.menu-opened) .Header.minimized .contents .burger-wrapper .burger div span {
  background-color: #0B2347;
}
body:not(.menu-opened) .Header.hidden {
  top: 0;
  transform: translateY(-100%);
}

body.menu-opened .Header .contents .logo-link svg .ats {
  fill: #010101;
}
body.menu-opened .Header .contents .logo-link svg .ats.square02 {
  fill: #4E4E4E;
}
body.menu-opened .Header .contents .logo-link svg .ats.square03 {
  fill: #818181;
}
@media all and (max-width: 1023px) {
  body.menu-opened .Header .contents .right-area .search-wrapper form input {
    color: #0B2347;
  }
}
body.menu-opened .Header .contents .right-area .burger-wrapper .burger div span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
body.menu-opened .Header .contents .right-area .burger-wrapper .burger div span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%) translateX(10%);
  opacity: 0;
}
body.menu-opened .Header .contents .right-area .burger-wrapper .burger div span:nth-child(3) {
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
}
@media all and (max-width: 1023px) {
  body.menu-opened .Header .contents .right-area .burger-wrapper .burger div span {
    background-color: #0B2347;
  }
}

.Header.logo-80 .contents .logo-link svg {
  width: auto;
  height: 90px;
}
@media all and (max-width: 1919px) {
  .Header.logo-80 .contents .logo-link svg {
    height: 85px;
  }
}
@media all and (max-width: 1600px) {
  .Header.logo-80 .contents .logo-link svg {
    height: 80px;
  }
}
@media all and (max-width: 1128px) {
  .Header.logo-80 .contents .logo-link svg {
    height: 75px;
  }
}
@media all and (max-width: 767px) {
  .Header.logo-80 .contents .logo-link svg {
    height: 55px;
  }
}
.Header.logo-80 .contents .logo-link svg path {
  transition: all 0.3s;
}
.Header.logo-80 .contents .logo-link svg path.number {
  fill: #c4c4ca;
}
.Header.logo-80 .contents .logo-link svg path.years {
  fill: #FFF;
}
.Header.logo-80 .contents .logo-link svg path.year {
  fill: #FFF;
}
body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg {
  width: auto;
  height: 55px;
  margin-top: 2px;
}
@media all and (max-width: 1919px) {
  body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg {
    height: 55px;
    margin-top: 2px;
  }
}
@media all and (max-width: 1600px) {
  body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg {
    height: 45px;
    margin-top: 0;
  }
}
@media all and (max-width: 1128px) {
  body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg {
    height: 36px;
  }
}
body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg path.number {
  fill: #b6b6ba;
}
body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg path.years {
  fill: #21264c;
}
body:not(.menu-opened) .Header.logo-80.minimized .contents .logo-link svg path.year {
  fill: #e52a1b;
}

body.menu-opened .Header.logo-80 .contents .logo-link svg path.number {
  fill: #b6b6ba;
}
body.menu-opened .Header.logo-80 .contents .logo-link svg path.years {
  fill: #21264c;
}
body.menu-opened .Header.logo-80 .contents .logo-link svg path.year {
  fill: #e52a1b;
}

.MainMenu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #FFF 0%, #E0DFDF 100vh);
  z-index: 99;
  display: flex;
  flex-direction: column;
  opacity: 0;
  pointer-events: none;
}
body.menu-opened .MainMenu {
  opacity: 1;
  pointer-events: all;
}

.MainMenu .top-cover {
  height: calc(var(--HHcss) + 20px);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  overflow: hidden;
  opacity: 0.9;
}
.MainMenu .top-cover:before {
  content: " ";
  display: block;
  height: 100vh;
  background: linear-gradient(180deg, #FFF 0%, #E0DFDF 100vh);
}
@media all and (max-width: 600px) {
  .MainMenu .top-cover {
    width: calc(100% - 20px) !important;
  }
}
.MainMenu .outer {
  overflow: auto;
  min-height: 100%;
  width: 100%;
}
@media all and (max-width: 600px) {
  .MainMenu .outer {
    overflow-x: hidden;
    overflow-y: auto;
  }
}
.MainMenu .outer .w,
.MainMenu .outer .wm {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.MainMenu .outer .inner {
  position: relative;
  width: 100%;
  display: flex;
  min-height: 100%;
  flex-grow: 1;
  flex-direction: column;
  z-index: 1;
  font-size: 25px;
}
@media all and (max-width: 1919px) {
  .MainMenu .outer .inner {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .MainMenu .outer .inner {
    font-size: 16px;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu {
  list-style: none;
  font-weight: 300;
  line-height: 1.4;
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: calc(var(--HHcss) + 20px);
  padding-right: 2.68em;
}
@media all and (max-width: 600px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu {
    width: 100%;
    padding-right: 0;
    transition: transform 0.4s;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li &gt; a {
  padding: 0.66em 0 0.66em 0;
  display: flex;
  align-items: center;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li.menu-item-has-children &gt; a {
  cursor: default;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li.menu-item-has-children &gt; a:after {
  content: " ";
  width: 0.24em;
  height: 0.36em;
  background: url(../images/arrow-right.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-left: 0.48em;
  margin-top: 0.265em;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li:last-child a {
  padding-bottom: 0;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li:first-child a {
  padding-top: 0;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li .sub-menu {
  display: none;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu &gt; li.hover &gt; a {
  font-weight: 700;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned {
  list-style: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}
@media all and (max-width: 1366px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned {
    max-width: 75%;
  }
}
@media all and (max-width: 1128px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned {
    max-width: 50%;
  }
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned {
    max-width: none;
  }
}
@media all and (max-width: 600px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned {
    width: 100% !important;
    transition: transform 0.4s;
    bottom: auto;
    max-height: 100vh;
    overflow: hidden;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  pointer-events: none;
  line-height: 0;
}
@media all and (max-width: 600px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li {
    display: block;
    opacity: 0;
    transition: all 0.4s;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.visible {
  display: block;
  pointer-events: all;
}
@media all and (max-width: 600px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.visible {
    opacity: 1;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li &gt; a {
  display: none;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu {
  font-size: 0.72em;
  line-height: 1.66;
  list-style: none;
  position: sticky;
  top: 0;
  padding-top: calc(var(--HHcss) + 20px);
  left: 0;
  display: inline-block;
  overflow: auto;
  height: 100vh;
  padding-bottom: 70px;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu .mobile-back {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 0.5em;
  align-items: center;
  display: none;
}
@media all and (max-width: 600px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu .mobile-back {
    display: flex;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu .mobile-back:before {
  content: " ";
  display: block;
  width: 0.5em;
  height: 1em;
  background: url(../images/arrow-right.svg);
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  margin-right: 0.5em;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu &gt; li &gt; a {
  padding: 0.333em 0;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu &gt; li:last-child a {
  padding-bottom: 0;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li .sub-menu &gt; li:first-child a {
  padding-top: 0;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu {
  display: inline-flex;
  line-height: 1.55556;
  padding-bottom: 0;
  padding-right: 2.68em;
}
@media all and (max-width: 1215px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu {
    display: block;
  }
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu {
    padding-right: 40px;
    margin-right: -40px;
    padding-bottom: 40px;
  }
}
@media all and (max-width: 767px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu {
    padding-right: 20px;
    margin-right: -20px;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) {
  padding-right: 35px;
}
@media all and (max-width: 1215px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) {
    padding-right: 0;
  }
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) {
    padding-bottom: 30px;
  }
}
@media all and (max-width: 1215px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) .columns .column {
    width: 100%;
  }
}
@media all and (max-width: 1215px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) .columns .column .list {
    columns: 2;
    column-gap: 60px;
  }
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) .columns .column .list {
    column-gap: 30px;
  }
}
@media all and (max-width: 767px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(2) .columns .column .list {
    column-gap: 20px;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(3) {
  padding-left: 35px;
}
@media all and (max-width: 1215px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; *:nth-child(3) {
    padding-left: 0;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .title {
  font-weight: 700;
  color: #0B2347;
  margin-bottom: 25px;
  border-bottom: 1px solid #0B2347;
  min-width: 245px;
}
@media all and (max-width: 1600px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .title {
    min-width: 200px;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns {
  display: flex;
  margin: 0 -35px;
}
@media all and (max-width: 1366px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns {
    margin: 0 -30px;
  }
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns {
    display: block;
    margin: -30px 0 0;
  }
}
@media all and (max-width: 767px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns {
    margin: -20px 0 0;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column {
  padding: 0 35px 70px;
  width: 50%;
}
@media all and (max-width: 1366px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column {
    padding: 0 30px 60px;
    width: 100%;
  }
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column {
    padding: 30px 0 0;
  }
}
@media all and (max-width: 767px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column {
    padding: 20px 0 0;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column .sub-title {
  font-weight: 700;
  margin-bottom: 0.6667em;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column .list {
  list-style: none;
}
@media all and (max-width: 1023px) {
  .MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column .list {
    columns: 2;
    column-gap: 30px;
  }
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column .list li {
  margin-bottom: 0.6667em;
}
.MainMenu .outer .inner .menu-wrapper &gt; ul.menu-cloned &gt; li.solutions .sub-menu &gt; * .columns .column .list li:last-child {
  margin-bottom: 0;
}
.MainMenu .menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media all and (max-width: 600px) {
  .MainMenu .menu-footer {
    transition: transform 0.4s;
  }
}
.MainMenu .menu-footer:before {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  background: linear-gradient(180deg, #FFF 0%, #E0DFDF 100vh);
  z-index: 2;
  opacity: 0.9;
}
.MainMenu .menu-footer .menu-footer-inner {
  padding: 58px 0;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
}
@media all and (max-width: 1023px) {
  .MainMenu .menu-footer .menu-footer-inner {
    padding: 40px 0;
  }
}
@media all and (max-width: 600px) {
  .MainMenu .menu-footer .menu-footer-inner {
    padding: 30px 0;
  }
}
@media all and (max-width: 499px) {
  .MainMenu .menu-footer .menu-footer-inner {
    padding: 20px 0;
  }
}
.MainMenu .menu-footer .menu-footer-inner &gt; .current {
  font-weight: 700;
  margin-right: 10px;
  cursor: pointer;
}
.MainMenu .menu-footer .menu-footer-inner .lang-switcher-wrapper {
  width: 0px;
  overflow: hidden;
  position: relative;
  height: 1em;
  flex-shrink: 0;
}
.MainMenu .menu-footer .menu-footer-inner .lang-switcher-wrapper .lang-switch {
  display: flex;
  align-items: center;
  list-style: none;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}
.MainMenu .menu-footer .menu-footer-inner .lang-switcher-wrapper .lang-switch li {
  border-left: 1px solid #0B2347;
}
.MainMenu .menu-footer .menu-footer-inner .lang-switcher-wrapper .lang-switch li.current {
  display: none;
}
.MainMenu .menu-footer .menu-footer-inner .lang-switcher-wrapper .lang-switch li a {
  padding: 0 10px;
}
.MainMenu .menu-footer .menu-footer-inner .arrow-right {
  cursor: pointer;
  transition: transform 0.3s;
}
.MainMenu .menu-footer .menu-footer-inner.open .arrow-right {
  transform: rotate(-180deg);
}
.MainMenu .bgs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 3;
}
@media all and (max-width: 600px) {
  .MainMenu .bgs {
    display: none;
  }
}
.MainMenu .bgs &gt; .media {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 75%;
  visibility: hidden;
  overflow: hidden;
}
.MainMenu .bgs &gt; .media.visible {
  visibility: visible;
}
.MainMenu .bgs &gt; .media .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  transform: scale(1.05);
}
@media all and (max-width: 1023px) {
  .MainMenu .bgs.hovered {
    display: none !important;
  }
}
.MainMenu &gt; .solutions-sub-menu {
  display: none;
}
@media all and (max-width: 600px) {
  .MainMenu.second-level .outer .inner .menu-wrapper &gt; ul.menu {
    transform: translateX(-100%);
  }
  .MainMenu.second-level .outer .inner .menu-wrapper &gt; ul.menu-cloned {
    transform: translateX(-100%);
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .MainMenu.second-level .outer .inner .menu-wrapper &gt; ul.menu-cloned {
    bottom: 0;
    max-height: none;
    overflow: visible;
  }
}
@media all and (max-width: 600px) {
  .MainMenu.second-level .menu-footer {
    transform: translateX(-100%);
  }
}

.Footer .newsletter-wrapper.full {
  color: #4B4C4F;
  padding: 102px 0 66px;
  background: linear-gradient(180deg, #FFFFFF 0%, #CACACA 132%);
}
.Footer .newsletter-wrapper.full .header {
  margin-bottom: 43px;
}
.Footer .newsletter-wrapper.full .form-wrapper {
  position: relative;
}
.Footer .newsletter-wrapper.full iframe {
  width: 100%;
  height: 1400px;
}
.Footer .newsletter-wrapper.minimized-white, .Footer .newsletter-wrapper.minimized-red, .Footer .newsletter-wrapper.overlay-white, .Footer .newsletter-wrapper.overlay-red {
  padding: 79px 0;
}
.Footer .newsletter-wrapper.minimized-white .inner &gt; strong, .Footer .newsletter-wrapper.minimized-red .inner &gt; strong, .Footer .newsletter-wrapper.overlay-white .inner &gt; strong, .Footer .newsletter-wrapper.overlay-red .inner &gt; strong {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}
.Footer .newsletter-wrapper.minimized-white .inner .text-cta, .Footer .newsletter-wrapper.minimized-red .inner .text-cta, .Footer .newsletter-wrapper.overlay-white .inner .text-cta, .Footer .newsletter-wrapper.overlay-red .inner .text-cta {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 600px) {
  .Footer .newsletter-wrapper.minimized-white .inner .text-cta, .Footer .newsletter-wrapper.minimized-red .inner .text-cta, .Footer .newsletter-wrapper.overlay-white .inner .text-cta, .Footer .newsletter-wrapper.overlay-red .inner .text-cta {
    flex-direction: column;
    align-items: baseline;
    row-gap: 25px;
  }
}
.Footer .newsletter-wrapper.minimized-white .inner .text-cta strong, .Footer .newsletter-wrapper.minimized-red .inner .text-cta strong, .Footer .newsletter-wrapper.overlay-white .inner .text-cta strong, .Footer .newsletter-wrapper.overlay-red .inner .text-cta strong {
  padding-right: 40px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1;
}
.Footer .newsletter-wrapper.minimized-white .inner .text-cta .btn, .Footer .newsletter-wrapper.minimized-red .inner .text-cta .btn, .Footer .newsletter-wrapper.overlay-white .inner .text-cta .btn, .Footer .newsletter-wrapper.overlay-red .inner .text-cta .btn {
  min-width: 170px;
  flex-shrink: 0;
}
.Footer .newsletter-wrapper.minimized-white, .Footer .newsletter-wrapper.overlay-white {
  background: linear-gradient(180deg, #FFF 0%, #CACACA 132%);
}
.Footer .newsletter-wrapper.minimized-white .inner &gt; strong, .Footer .newsletter-wrapper.overlay-white .inner &gt; strong {
  color: #EF3829;
}
.Footer .newsletter-wrapper.minimized-red, .Footer .newsletter-wrapper.overlay-red {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
  color: #FFFFFF;
}
.Footer .newsletter-wrapper.minimized-red .inner .text-cta .btn, .Footer .newsletter-wrapper.overlay-red .inner .text-cta .btn {
  color: #EF3829;
}
.Footer .newsletter-wrapper.minimized-red .inner .text-cta .btn:hover, .Footer .newsletter-wrapper.overlay-red .inner .text-cta .btn:hover {
  color: #FFFFFF;
}
.Footer .newsletter-wrapper .newsletter-overlay {
  display: none;
}
.Footer .footer-contents {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
  padding: 30px 0 21px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
.Footer .footer-contents .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner {
    justify-content: flex-start;
  }
}
.Footer .footer-contents .footer-inner .socials {
  list-style: none;
  display: flex;
  margin: 30px -10px 0 !important;
  font-size: 20px;
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner .socials {
    justify-content: center;
    margin-top: 50px !important;
    margin-bottom: -30px !important;
  }
}
.Footer .footer-contents .footer-inner .socials li {
  padding: 0 10px;
}
.Footer .footer-contents .footer-inner .socials li svg {
  height: 1em;
  width: auto;
}
.Footer .footer-contents .footer-inner .socials li svg [tofill] {
  fill: currentColor;
}
.Footer .footer-contents .footer-inner .socials li svg [tostroke] {
  stroke: currentColor;
}
.Footer .footer-contents .footer-inner .logo-wrapper {
  transform: translateX(-15.9%);
}
@media all and (max-width: 1023px) {
  .Footer .footer-contents .footer-inner .logo-wrapper {
    order: 1;
  }
}
@media all and (max-width: 767px) {
  .Footer .footer-contents .footer-inner .logo-wrapper {
    transform: none;
  }
}
.Footer .footer-contents .footer-inner .logo-wrapper svg {
  width: 110px;
  height: auto;
}
@media all and (max-width: 1919px) {
  .Footer .footer-contents .footer-inner .logo-wrapper svg {
    width: auto;
    height: 100px;
  }
}
@media all and (max-width: 1600px) {
  .Footer .footer-contents .footer-inner .logo-wrapper svg {
    height: 85px;
  }
}
@media all and (max-width: 1128px) {
  .Footer .footer-contents .footer-inner .logo-wrapper svg {
    height: 70px;
  }
}
@media all and (max-width: 767px) {
  .Footer .footer-contents .footer-inner .logo-wrapper svg {
    height: 60px;
  }
}
.Footer .footer-contents .footer-inner .texts-wrapper {
  max-width: 250px;
}
@media all and (max-width: 1023px) {
  .Footer .footer-contents .footer-inner .texts-wrapper {
    order: 3;
    margin: 0;
  }
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner .texts-wrapper {
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner .texts-wrapper .texts {
    font-size: 14px;
    line-height: 1.4;
  }
}
.Footer .footer-contents .footer-inner .corporate-text-wrapper {
  max-width: 250px;
}
@media all and (max-width: 1023px) {
  .Footer .footer-contents .footer-inner .corporate-text-wrapper {
    order: 4;
    max-width: none;
    width: 100%;
    margin-top: 30px;
    margin-left: auto;
    display: flex;
  }
  .Footer .footer-contents .footer-inner .corporate-text-wrapper .texts {
    margin-left: auto;
    width: 250px;
  }
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner .corporate-text-wrapper {
    margin-left: 0;
  }
  .Footer .footer-contents .footer-inner .corporate-text-wrapper .texts {
    margin-left: 0;
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner .corporate-text-wrapper .texts {
    font-size: 14px;
    line-height: 1.4;
  }
}
.Footer .footer-contents .footer-inner .corporate-text-wrapper .texts ul {
  margin-left: 0;
  list-style: none;
}
.Footer .footer-contents .footer-inner .corporate-text-wrapper .texts ul li {
  margin-bottom: 0 !important;
}
.Footer .footer-contents .footer-inner .corporate-text-wrapper .texts ul li::before {
  display: none;
}
.Footer .footer-contents .footer-inner .corporate-text-wrapper .texts ul li a {
  text-decoration: none;
  white-space: nowrap;
}
@media all and (max-width: 1023px) {
  .Footer .footer-contents .footer-inner .footer-menu {
    order: 2;
  }
}
@media all and (max-width: 600px) {
  .Footer .footer-contents .footer-inner .footer-menu {
    order: 2;
    margin-top: 30px;
    width: 100%;
  }
}
.Footer .footer-contents .footer-inner .footer-menu ul {
  list-style: none;
}
.Footer .footer-contents .footer-inner .subfooter {
  width: 100%;
  margin-top: 89px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1600px) {
  .Footer .footer-contents .footer-inner .subfooter {
    margin-top: 75px;
  }
}
@media all and (max-width: 1366px) {
  .Footer .footer-contents .footer-inner .subfooter {
    margin-top: 60px;
  }
}
@media all and (max-width: 1128px) {
  .Footer .footer-contents .footer-inner .subfooter {
    margin-top: 50px;
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .Footer .footer-contents .footer-inner .subfooter {
    order: 5;
  }
}
@media all and (max-width: 767px) {
  .Footer .footer-contents .footer-inner .subfooter {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 499px) {
  .Footer .footer-contents .footer-inner .subfooter {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .Footer .footer-contents .footer-inner .subfooter .copyright {
    width: 100%;
  }
}
.Footer .footer-contents .footer-inner .subfooter .copyright:after {
  content: "|";
  padding-left: 0.3em;
  padding-right: 0.1em;
}
@media all and (max-width: 767px) {
  .Footer .footer-contents .footer-inner .subfooter .copyright:after {
    display: none;
  }
}
@media all and (max-width: 499px) {
  .Footer .footer-contents .footer-inner .subfooter .footer-legal-menu {
    font-size: 12px;
  }
}
.Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul {
  list-style: none;
  display: flex;
  align-items: center;
}
@media all and (max-width: 767px) {
  .Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul {
    flex-wrap: wrap;
  }
}
@media all and (max-width: 499px) {
  .Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul {
    justify-content: center;
  }
}
.Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul li {
  padding-left: 0.3em;
}
.Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul li:before {
  content: "-";
  padding-right: 0.3em;
}
.Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul li:first-child::before {
  display: none;
}
.Footer .footer-contents .footer-inner .subfooter .footer-legal-menu ul li a {
  display: inline;
}

body &gt; .newsletter-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: #052E6B;
  display: none;
  opacity: 0;
}
body &gt; .newsletter-overlay .overlay-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
body &gt; .newsletter-overlay .overlay-inner .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  cursor: pointer;
  z-index: 10;
}
body &gt; .newsletter-overlay .overlay-inner .close svg {
  width: 30px;
  height: auto;
}
body &gt; .newsletter-overlay .overlay-inner .close svg rect {
  fill: #FFFFFF;
}
body &gt; .newsletter-overlay .overlay-inner .w {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
}
body &gt; .newsletter-overlay .overlay-inner .w iframe {
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.Archive .contents {
  padding: 75px 0 80px;
}
@media all and (max-width: 1600px) {
  .Archive .contents {
    padding: 60px 0 50px;
  }
}
@media all and (max-width: 600px) {
  .Archive .contents {
    padding: 30px 0 40px;
  }
}
.Archive .contents .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media all and (max-width: 1919px) {
  .Archive .contents .header {
    margin-bottom: 40px;
  }
}
.Archive .contents .header h2 {
  color: #FFFFFF;
  font-size: 70px;
}
@media all and (max-width: 1600px) {
  .Archive .contents .header h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 1215px) {
  .Archive .contents .header h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1128px) {
  .Archive .contents .header h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .Archive .contents .header h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .Archive .contents .header h2 {
    font-size: 35px;
  }
}
.Archive .contents .items .item.hidden {
  display: none;
}
.Archive .contents .items .item.not-in-page {
  display: none;
}
.Archive .contents .pagination {
  margin-top: 70px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
@media all and (max-width: 1600px) {
  .Archive .contents .pagination {
    margin-top: 60px;
  }
}
@media all and (max-width: 600px) {
  .Archive .contents .pagination {
    margin-top: 40px;
  }
}
.Archive .contents .pagination li {
  width: 1.375em;
  height: 1.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0.325em;
}
.Archive .contents .pagination li.prev, .Archive .contents .pagination li.next {
  width: auto;
  padding: 0 0.325em;
}
.Archive .contents .pagination li.prev:before, .Archive .contents .pagination li.next:before {
  content: " ";
  display: block;
  width: 4px;
  height: 6px;
  background: url(../images/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Archive .contents .pagination li.prev.disabled, .Archive .contents .pagination li.next.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.Archive .contents .pagination li.prev::before {
  transform: rotate(180deg);
}
.Archive .contents .pagination li.current {
  background-color: #EF3829;
  font-weight: 700;
  pointer-events: none;
}
.Archive.archive-event {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.Archive.archive-event .contents {
  color: #FFFFFF;
}
.Archive.archive-event .contents .items {
  margin: -15px 0 0 0;
}
.Archive.archive-event .contents .items .item {
  padding: 15px 0 0 0;
}

.pagination {
  margin-top: 70px;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
}
@media all and (max-width: 1600px) {
  .pagination {
    margin-top: 60px;
  }
}
@media all and (max-width: 600px) {
  .pagination {
    margin-top: 40px;
  }
}
.pagination .nav-links {
  display: flex;
}
.pagination .page-numbers {
  width: 1.375em;
  height: 1.375em;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  margin: 0 0.325em;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  width: auto;
  padding: 0 0.325em;
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  content: " ";
  display: block;
  width: 4px;
  height: 6px;
  background: url(../images/arrow-right-white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.pagination .page-numbers.prev.disabled, .pagination .page-numbers.prev.placeholder, .pagination .page-numbers.next.disabled, .pagination .page-numbers.next.placeholder {
  opacity: 0.2;
  pointer-events: none;
}
.pagination .page-numbers.prev::before {
  transform: rotate(180deg);
}
.pagination .page-numbers.current {
  background-color: #EF3829;
  color: #FFFFFF;
  font-weight: 700;
  pointer-events: none;
}

.term-wrapper {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  .term-wrapper {
    margin-bottom: 50px;
  }
}
@media (max-width: 1023px) {
  .term-wrapper {
    padding: 0;
  }
}

.term-selector {
  padding: 20px 30px 20px 50px;
  border-radius: 209px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .term-selector {
    row-gap: 10px;
    flex-direction: column;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.term-selector .text {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .term-selector .text {
    padding: 0;
  }
}
.term-selector .terms {
  display: flex;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.11);
  border-radius: 38px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .term-selector .terms {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
.term-selector .terms .option {
  cursor: pointer;
  padding: 14px 41px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 1023px) {
  .term-selector .terms .option {
    flex-grow: 1;
    transition: none;
  }
  .term-selector .terms .option:not(.selected) {
    text-decoration: underline;
  }
  .term-selector .terms .option.selected {
    background-color: #EF3829;
  }
}
.term-selector .terms .option.selected {
  color: #FFFFFF;
}
.term-selector .terms .highlight {
  width: 220px;
  border-radius: 38px;
  position: absolute;
  content: "";
  background-color: #EF3829;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .term-selector .terms .highlight {
    display: none;
  }
}

.Error404 {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
  padding-top: var(--HH);
}
.Error404 .contents {
  padding: 180px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #FFFFFF;
}
@media all and (max-width: 1600px) {
  .Error404 .contents {
    padding: 160px 0;
  }
}
@media all and (max-width: 1215px) {
  .Error404 .contents {
    padding: 140px 0;
  }
}
@media all and (max-width: 1128px) {
  .Error404 .contents {
    padding: 100px 0;
  }
}
@media all and (max-width: 1023px) {
  .Error404 .contents {
    flex-direction: column;
  }
}
@media all and (max-width: 600px) {
  .Error404 .contents {
    padding: 80px 0;
  }
}
@media all and (max-width: 499px) {
  .Error404 .contents {
    padding: 60px 0;
  }
}
.Error404 .contents .big-title {
  margin-right: 40px;
}
@media all and (max-width: 1023px) {
  .Error404 .contents .big-title {
    margin-right: 0;
  }
}
.Error404 .contents .big-title h1 {
  font-size: 300px;
  font-weight: 800;
  line-height: 0.7;
  transform: translateY(-0.1em);
}
@media all and (max-width: 1600px) {
  .Error404 .contents .big-title h1 {
    font-size: 280px;
  }
}
@media all and (max-width: 1215px) {
  .Error404 .contents .big-title h1 {
    font-size: 250px;
  }
}
@media all and (max-width: 1128px) {
  .Error404 .contents .big-title h1 {
    font-size: 220px;
  }
}
@media all and (max-width: 767px) {
  .Error404 .contents .big-title h1 {
    font-size: 200px;
  }
}
@media all and (max-width: 600px) {
  .Error404 .contents .big-title h1 {
    font-size: 180px;
  }
}
.Error404 .contents .big-title span {
  font-weight: 400 !important;
}
.Error404 .contents .text-wrapper {
  max-width: 460px;
}
@media all and (max-width: 1023px) {
  .Error404 .contents .text-wrapper {
    margin-top: 40px;
    text-align: center;
  }
}
.Error404 .contents .text-wrapper .text {
  line-height: 1.6;
  font-weight: 400 !important;
}

.BlogPost .contents {
  padding: 100px 0;
}
@media (max-width: 1600px) {
  .BlogPost .contents {
    padding: 75px 0;
  }
}
@media (max-width: 767px) {
  .BlogPost .contents {
    padding: 50px 0;
  }
}
.BlogPost .contents .PostIndex {
  margin-bottom: 50px;
  display: flex;
}
.BlogPost .contents .PostIndex .box {
  background-color: #F3F3F3;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  padding: 20px 30px;
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .BlogPost .contents .PostIndex .box {
    font-size: 16px;
    padding: 15px;
  }
}
.BlogPost .contents .PostIndex .box .title {
  margin-bottom: 15px;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .BlogPost .contents .PostIndex .box .title {
    margin-bottom: 10px;
  }
}
.BlogPost .contents .PostIndex .box ul {
  margin-left: 20px;
}
.BlogPost .contents .PostIndex .box ul li a {
  text-decoration: underline;
}
.BlogPost .contents .PostIndex .box &gt; ul {
  list-style: decimal;
}
.BlogPost .contents .PostIndex .box &gt; ul &gt; li &gt; ul {
  list-style: lower-alpha;
}
.BlogPost .contents .PostIndex .box &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  list-style: lower-roman;
}
.BlogPost .contents .PostIndex .box &gt; ul &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; ul {
  list-style: decimal;
}
.BlogPost .contents &gt; section {
  margin-bottom: 80px;
}
@media all and (max-width: 1023px) {
  .BlogPost .contents &gt; section {
    margin-bottom: 60px;
  }
}
@media all and (max-width: 767px) {
  .BlogPost .contents &gt; section {
    margin-bottom: 50px;
  }
}
.BlogPost .contents &gt; section:last-child {
  margin-bottom: 0;
}
.BlogPost .contents &gt; section.BlogPostGallery.per-row-2 .items .item {
  width: 50%;
}
.BlogPost .contents &gt; section.BlogPostGallery.per-row-3 .items .item {
  width: 33.3333333333%;
}
.BlogPost .contents &gt; section.BlogPostGallery .items {
  margin: -20px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 767px) {
  .BlogPost .contents &gt; section.BlogPostGallery .items {
    margin: -10px -5px 0;
  }
}
.BlogPost .contents &gt; section.BlogPostGallery .items .item {
  padding: 20px 10px 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .BlogPost .contents &gt; section.BlogPostGallery .items .item {
    padding: 10px 5px 0;
  }
}
.BlogPost .contents &gt; section.BlogPostGallery .items .item .media-wrapper {
  width: 100%;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.BlogPost .contents &gt; section.BlogPostGallery .items .item .media-wrapper .media {
  width: 100%;
  flex-grow: 1;
}
.BlogPost .contents .text:not(.BlogPostHighlightedText),
.BlogPost .contents .BlogPostText:not(.BlogPostHighlightedText),
.BlogPost .contents .BlogPostHighlightedText:not(.BlogPostHighlightedText) {
  color: #0B2347;
}
.BlogPost .contents .text:not(.BlogPostHighlightedText) p,
.BlogPost .contents .BlogPostText:not(.BlogPostHighlightedText) p,
.BlogPost .contents .BlogPostHighlightedText:not(.BlogPostHighlightedText) p {
  color: #4B4C4F;
}
.BlogPost .contents .text:not(.BlogPostHighlightedText) a,
.BlogPost .contents .BlogPostText:not(.BlogPostHighlightedText) a,
.BlogPost .contents .BlogPostHighlightedText:not(.BlogPostHighlightedText) a {
  color: #0B2347;
}
.BlogPost .contents .text.BlogPostHighlightedText,
.BlogPost .contents .BlogPostText.BlogPostHighlightedText,
.BlogPost .contents .BlogPostHighlightedText.BlogPostHighlightedText {
  padding: 20px 50px;
}
@media (max-width: 1023px) {
  .BlogPost .contents .text.BlogPostHighlightedText,
.BlogPost .contents .BlogPostText.BlogPostHighlightedText,
.BlogPost .contents .BlogPostHighlightedText.BlogPostHighlightedText {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .BlogPost .contents .text.BlogPostHighlightedText,
.BlogPost .contents .BlogPostText.BlogPostHighlightedText,
.BlogPost .contents .BlogPostHighlightedText.BlogPostHighlightedText {
    padding: 20px;
  }
}
@media (max-width: 499px) {
  .BlogPost .contents .text.BlogPostHighlightedText,
.BlogPost .contents .BlogPostText.BlogPostHighlightedText,
.BlogPost .contents .BlogPostHighlightedText.BlogPostHighlightedText {
    padding: 15px;
  }
}
.BlogPost .contents .text.BlogPostHighlightedText p,
.BlogPost .contents .BlogPostText.BlogPostHighlightedText p,
.BlogPost .contents .BlogPostHighlightedText.BlogPostHighlightedText p {
  font-size: 20px;
}
@media (max-width: 1023px) {
  .BlogPost .contents .text.BlogPostHighlightedText p,
.BlogPost .contents .BlogPostText.BlogPostHighlightedText p,
.BlogPost .contents .BlogPostHighlightedText.BlogPostHighlightedText p {
    font-size: 18px;
  }
}
.BlogPost .contents .text h1,
.BlogPost .contents .BlogPostText h1,
.BlogPost .contents .BlogPostHighlightedText h1 {
  font-size: 60px;
}
@media all and (max-width: 767px) {
  .BlogPost .contents .text h1,
.BlogPost .contents .BlogPostText h1,
.BlogPost .contents .BlogPostHighlightedText h1 {
    font-size: 50px;
  }
}
@media all and (max-width: 600px) {
  .BlogPost .contents .text h1,
.BlogPost .contents .BlogPostText h1,
.BlogPost .contents .BlogPostHighlightedText h1 {
    font-size: 45px;
  }
}
.BlogPost .contents .text h2,
.BlogPost .contents .BlogPostText h2,
.BlogPost .contents .BlogPostHighlightedText h2 {
  font-size: 50px;
}
@media all and (max-width: 767px) {
  .BlogPost .contents .text h2,
.BlogPost .contents .BlogPostText h2,
.BlogPost .contents .BlogPostHighlightedText h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .BlogPost .contents .text h2,
.BlogPost .contents .BlogPostText h2,
.BlogPost .contents .BlogPostHighlightedText h2 {
    font-size: 35px;
  }
}
.BlogPost .contents .text h3,
.BlogPost .contents .BlogPostText h3,
.BlogPost .contents .BlogPostHighlightedText h3 {
  font-size: 26px;
}
@media all and (max-width: 767px) {
  .BlogPost .contents .text h3,
.BlogPost .contents .BlogPostText h3,
.BlogPost .contents .BlogPostHighlightedText h3 {
    font-size: 24px;
  }
}
@media all and (max-width: 600px) {
  .BlogPost .contents .text h3,
.BlogPost .contents .BlogPostText h3,
.BlogPost .contents .BlogPostHighlightedText h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 1215px) {
  .BlogPost .contents .text h4,
.BlogPost .contents .BlogPostText h4,
.BlogPost .contents .BlogPostHighlightedText h4 {
    font-size: 18px;
  }
}
.BlogPost .contents .text p,
.BlogPost .contents .BlogPostText p,
.BlogPost .contents .BlogPostHighlightedText p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.28;
}
.BlogPost .contents .text &gt; *:not(:last-child),
.BlogPost .contents .BlogPostText &gt; *:not(:last-child),
.BlogPost .contents .BlogPostHighlightedText &gt; *:not(:last-child) {
  margin-bottom: 40px;
}
.BlogPost .contents .text &gt; *:not(:last-child):has(+ .images),
.BlogPost .contents .BlogPostText &gt; *:not(:last-child):has(+ .images),
.BlogPost .contents .BlogPostHighlightedText &gt; *:not(:last-child):has(+ .images) {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .BlogPost .contents .text &gt; *:not(:last-child),
.BlogPost .contents .BlogPostText &gt; *:not(:last-child),
.BlogPost .contents .BlogPostHighlightedText &gt; *:not(:last-child) {
    margin-bottom: 20px;
  }
}
.BlogPost .contents .text img,
.BlogPost .contents .BlogPostText img,
.BlogPost .contents .BlogPostHighlightedText img {
  display: inherit;
}
.BlogPost .contents .text a,
.BlogPost .contents .BlogPostText a,
.BlogPost .contents .BlogPostHighlightedText a {
  text-decoration: underline;
  word-wrap: break-word;
  margin-bottom: 10px;
  color: currentColor;
}
.BlogPost .contents .text ul,
.BlogPost .contents .BlogPostText ul,
.BlogPost .contents .BlogPostHighlightedText ul {
  list-style: none;
  margin-left: 1.5em;
}
.BlogPost .contents .text ul li,
.BlogPost .contents .BlogPostText ul li,
.BlogPost .contents .BlogPostHighlightedText ul li {
  position: relative;
  line-height: 1.2;
  margin-bottom: 10px;
}
.BlogPost .contents .text ul li:before,
.BlogPost .contents .BlogPostText ul li:before,
.BlogPost .contents .BlogPostHighlightedText ul li:before {
  content: " ";
  background-color: #0B2347;
  font-weight: bold;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: 0.6em;
  left: calc(-0.75em - 2px);
  transform: translateY(-50%);
}
.BlogPost .contents .text .images,
.BlogPost .contents .BlogPostText .images,
.BlogPost .contents .BlogPostHighlightedText .images {
  margin: 70px 0 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 767px) {
  .BlogPost .contents .text .images,
.BlogPost .contents .BlogPostText .images,
.BlogPost .contents .BlogPostHighlightedText .images {
    margin: 40px 0;
  }
}
@media (max-width: 499px) {
  .BlogPost .contents .text .images,
.BlogPost .contents .BlogPostText .images,
.BlogPost .contents .BlogPostHighlightedText .images {
    flex-direction: column;
  }
}
.BlogPost .contents .text .images:last-child,
.BlogPost .contents .BlogPostText .images:last-child,
.BlogPost .contents .BlogPostHighlightedText .images:last-child {
  margin-bottom: 0;
}
.BlogPost .contents .text .images img,
.BlogPost .contents .text .images .img,
.BlogPost .contents .BlogPostText .images img,
.BlogPost .contents .BlogPostText .images .img,
.BlogPost .contents .BlogPostHighlightedText .images img,
.BlogPost .contents .BlogPostHighlightedText .images .img {
  display: block;
}
.BlogPost .contents .text .images img.half-width,
.BlogPost .contents .text .images .img.half-width,
.BlogPost .contents .BlogPostText .images img.half-width,
.BlogPost .contents .BlogPostText .images .img.half-width,
.BlogPost .contents .BlogPostHighlightedText .images img.half-width,
.BlogPost .contents .BlogPostHighlightedText .images .img.half-width {
  width: calc(50% - 10px);
}
@media (max-width: 499px) {
  .BlogPost .contents .text .images img.half-width,
.BlogPost .contents .text .images .img.half-width,
.BlogPost .contents .BlogPostText .images img.half-width,
.BlogPost .contents .BlogPostText .images .img.half-width,
.BlogPost .contents .BlogPostHighlightedText .images img.half-width,
.BlogPost .contents .BlogPostHighlightedText .images .img.half-width {
    width: 100%;
  }
}
.BlogPost .contents .text .images img.full-width,
.BlogPost .contents .text .images .img.full-width,
.BlogPost .contents .BlogPostText .images img.full-width,
.BlogPost .contents .BlogPostText .images .img.full-width,
.BlogPost .contents .BlogPostHighlightedText .images img.full-width,
.BlogPost .contents .BlogPostHighlightedText .images .img.full-width {
  width: 100%;
}
.BlogPost .contents .text .images .videoWrapper,
.BlogPost .contents .BlogPostText .images .videoWrapper,
.BlogPost .contents .BlogPostHighlightedText .images .videoWrapper {
  height: 100%;
}
.BlogPost .contents .text .images .videoWrapper.half-width,
.BlogPost .contents .BlogPostText .images .videoWrapper.half-width,
.BlogPost .contents .BlogPostHighlightedText .images .videoWrapper.half-width {
  width: calc(50% - 10px);
}
@media (max-width: 499px) {
  .BlogPost .contents .text .images .videoWrapper.half-width,
.BlogPost .contents .BlogPostText .images .videoWrapper.half-width,
.BlogPost .contents .BlogPostHighlightedText .images .videoWrapper.half-width {
    width: 100%;
  }
}
.BlogPost .contents .text .images .videoWrapper.full-width,
.BlogPost .contents .BlogPostText .images .videoWrapper.full-width,
.BlogPost .contents .BlogPostHighlightedText .images .videoWrapper.full-width {
  width: 100%;
}

.SERP {
  position: relative;
}
.SERP.loading .contents-section .contents .inner .items-and-pagination {
  opacity: 0.4;
  pointer-events: none;
}
.SERP .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SERP .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #0B2347;
  overflow: hidden;
}
.SERP .contents-section .contents .w,
.SERP .contents-section .contents .wm {
  min-height: 100%;
}
.SERP .contents-section .contents .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 82px 0 108px;
}
@media all and (max-width: 1600px) {
  .SERP .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .SERP .contents-section .contents .inner {
    padding: 60px 0;
  }
}
main .page.fullpage-scroll .SERP .contents-section .contents .inner {
  padding: 102px 0 80px;
}
@media all and (max-width: 1919px) {
  main .page.fullpage-scroll .SERP .contents-section .contents .inner {
    padding: 130px 0 80px;
  }
}
@media all and (max-width: 1600px) {
  main .page.fullpage-scroll .SERP .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  main .page.fullpage-scroll .SERP .contents-section .contents .inner {
    padding: 60px 0;
  }
}

.SERP .contents-section .contents .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media all and (max-width: 1919px) {
  .SERP .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
.SERP .contents-section .contents .inner .header h2 {
  color: #0B2347;
  font-size: 70px;
}
@media all and (max-width: 1600px) {
  .SERP .contents-section .contents .inner .header h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 1215px) {
  .SERP .contents-section .contents .inner .header h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1128px) {
  .SERP .contents-section .contents .inner .header h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .SERP .contents-section .contents .inner .header h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .SERP .contents-section .contents .inner .header h2 {
    font-size: 35px;
  }
}
.SERP .contents-section .contents .inner .items-and-pagination {
  transition: opacity 0.3s;
}
.SERP .contents-section .contents .inner .items-and-pagination .items {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -7.5px 0;
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item {
  padding: 20px 7.5px 0;
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 767px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item {
    width: 100%;
  }
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a {
  border-radius: 10px;
  background: linear-gradient(180deg, #FFF 0%, #F3F3F3 76%);
  border: 1px solid #E5E5E5;
  flex-grow: 1;
  padding: 25px 56px;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1023px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a {
    padding: 20px 40px;
  }
}
@media all and (max-width: 767px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a {
    padding: 20px;
  }
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a &gt; * {
  display: block;
  margin-bottom: 5px;
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a &gt; *:last-child {
  margin-bottom: 0;
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a .type {
  font-size: 16px;
  line-height: 1;
}
@media all and (max-width: 1600px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .type {
    font-size: 15px;
  }
}
@media all and (max-width: 1366px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .type {
    width: 30%;
    font-size: 14px;
  }
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a .title {
  font-size: 30px;
  font-weight: 700;
  color: #EF3829;
  min-height: 3.1em;
}
@media all and (max-width: 1128px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .title {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .title {
    font-size: 24px;
  }
}
@media all and (max-width: 600px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .title {
    font-size: 22px;
  }
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a .cta {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: auto;
}
@media all and (max-width: 1919px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .cta {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .SERP .contents-section .contents .inner .items-and-pagination .items .item a .cta {
    font-size: 15px;
  }
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a .cta span {
  position: relative;
  white-space: nowrap;
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a .cta span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #0B2347;
}
.SERP .contents-section .contents .inner .items-and-pagination .items .item a .cta svg {
  height: 0.388888em;
  width: auto;
  margin-left: 0.4444em;
}

.SERP_empty .inner {
  padding: 82px 0 108px;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .SERP_empty .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .SERP_empty .inner {
    padding: 60px 0;
  }
}
.SERP_empty .inner h3 {
  margin-bottom: 1em;
}
.SERP_empty .inner p {
  font-weight: normal;
}
.SERP_empty .inner p a {
  white-space: nowrap;
  position: relative;
}
.SERP_empty .inner p a:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.35em;
  left: 0;
  right: 0;
  height: 1.5px;
  background-color: #0B2347;
}

.Industries .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Industries .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: var(--linear-background, linear-gradient(180deg, #FFF 0%, #CACACA 132%));
  opacity: 0.9;
}
.Industries .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Industries .contents-section .contents .inner {
  padding: 82px 0;
}
@media all and (max-width: 1600px) {
  .Industries .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .Industries .contents-section .contents .inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 1023px) {
  .Industries .contents-section .contents .inner {
    flex-direction: column;
  }
}
.Industries .contents-section .contents .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media all and (max-width: 1919px) {
  .Industries .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
.Industries .contents-section .contents .inner .header h2 {
  color: #EF3829;
  font-size: 70px;
}
@media all and (max-width: 1600px) {
  .Industries .contents-section .contents .inner .header h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 1215px) {
  .Industries .contents-section .contents .inner .header h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1128px) {
  .Industries .contents-section .contents .inner .header h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .Industries .contents-section .contents .inner .header h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .Industries .contents-section .contents .inner .header h2 {
    font-size: 35px;
  }
}
.Industries .contents-section .contents .inner .items {
  margin: -7.5px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.Industries .contents-section .contents .inner .items .item {
  padding: 7.5px;
  width: 25%;
}
@media all and (max-width: 767px) {
  .Industries .contents-section .contents .inner .items .item {
    width: 50%;
  }
}
.Industries .contents-section .contents .inner .items .item a {
  padding: 20px;
  display: flex;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 1600px) {
  .Industries .contents-section .contents .inner .items .item a {
    padding: 14px;
  }
}
@media all and (max-width: 1128px) {
  .Industries .contents-section .contents .inner .items .item a {
    padding: 12px;
  }
}
.Industries .contents-section .contents .inner .items .item a .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  margin-right: 30px;
}
@media all and (max-width: 1919px) {
  .Industries .contents-section .contents .inner .items .item a .icon {
    width: 30px;
    height: 30px;
    margin-right: 20px;
  }
}
@media all and (max-width: 1128px) {
  .Industries .contents-section .contents .inner .items .item a .icon {
    width: 25px;
    height: 25px;
    margin-right: 15px;
  }
}
.Industries .contents-section .contents .inner .items .item a .icon svg {
  height: 100%;
  width: auto;
  flex-shrink: 0;
}
.Industries .contents-section .contents .inner .items .item a span {
  white-space: nowrap;
  font-size: 22px;
  font-weight: 700;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .Industries .contents-section .contents .inner .items .item a span {
    font-size: 18px;
  }
}
@media all and (max-width: 1600px) {
  .Industries .contents-section .contents .inner .items .item a span {
    font-size: 15px;
  }
}
@media all and (max-width: 1366px) {
  .Industries .contents-section .contents .inner .items .item a span {
    font-size: 13.5px;
  }
}
@media all and (max-width: 1215px) {
  .Industries .contents-section .contents .inner .items .item a span {
    font-size: 12px;
  }
}
@media all and (max-width: 1128px) {
  .Industries .contents-section .contents .inner .items .item a span {
    white-space: initial;
    line-height: 1;
    font-size: 13px;
    min-height: 2em;
    display: flex;
    align-items: center;
  }
}
.Industries .contents-section .contents .inner .items .item a:hover {
  border-color: #EF3829;
}
.Industries .contents-section .contents .inner .items .item a:hover span {
  color: #EF3829;
}

.CibusHome {
  position: relative;
}
.CibusHome:before {
  content: " ";
  display: block;
  height: 1140px;
  width: 1140px;
  border-radius: 1140px;
  background: radial-gradient(40.53% 40.53% at 50% 50%, rgba(255, 255, 255, 0.59) 0%, rgba(255, 255, 255, 0) 100%);
  filter: blur(68px);
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.CibusHome .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 1;
  overflow: hidden;
}
.CibusHome .bg::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(4, 7, 18, 0.88) 14.74%, rgba(4, 7, 18, 0) 150%);
}
.CibusHome .contents {
  position: relative;
  z-index: 3;
  min-height: 100vh;
  padding-top: var(--HH);
  padding-bottom: var(--HH);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.CibusHome .contents h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  color: #FFFFFF;
}
@media all and (max-width: 1919px) {
  .CibusHome .contents h1 {
    font-size: 70px;
  }
}
@media all and (max-width: 1600px) {
  .CibusHome .contents h1 {
    font-size: 65px;
  }
}
@media all and (max-width: 1215px) {
  .CibusHome .contents h1 {
    font-size: 55px;
    margin-bottom: 15px;
  }
}
.CibusHome .contents p {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
  color: #FFFFFF;
}
@media all and (max-width: 1919px) {
  .CibusHome .contents p {
    font-size: 22px;
  }
}
@media all and (max-width: 1600px) {
  .CibusHome .contents p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1215px) {
  .CibusHome .contents p {
    font-size: 18px;
  }
}
.CibusHome .contents .ctas {
  margin: -30px -15px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% + 30px);
}
.CibusHome .contents .ctas .cta {
  padding: 30px 15px 0;
  width: 16.6666666667%;
}
@media all and (max-width: 1128px) {
  .CibusHome .contents .ctas .cta {
    width: 33.3333333333%;
  }
}
.CibusHome .contents .ctas .cta .box {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.425;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 22px 23px 19px;
  min-height: 8em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media all and (max-width: 1919px) {
  .CibusHome .contents .ctas .cta .box {
    font-size: 28px;
    padding: 18px;
  }
}
@media all and (max-width: 1600px) {
  .CibusHome .contents .ctas .cta .box {
    font-size: 24px;
  }
}
@media all and (max-width: 1215px) {
  .CibusHome .contents .ctas .cta .box {
    font-size: 22px;
  }
}
.CibusHome .contents .ctas .cta .box .icon-wrapper {
  height: 1.8em;
}
.CibusHome .contents .ctas .cta .box .icon-wrapper svg {
  height: 100%;
  width: auto;
}
.SavingsCalculator {
  background: linear-gradient(180deg, #052e6b 45%, #0b2347 100%);
  position: relative;
  /*.header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;

      .header-contents {
          position: relative;

          h1 {
              position: absolute;
              right: 0;
              top: 35px;
              font-size: 30px;
              font-weight: 300;
              line-height: 2.666;
              color: color('white');

              @media all and (max-width: $desktop_big) {
                  font-size: 25px;
              }

              @media all and (max-width: $desktop_large) {
                  font-size: 18px;
              }

              @media all and (max-width: $desktop_small) {
                  font-size: 15px;
              }
          }
      }
  }*/
}
.SavingsCalculator .footer {
  position: sticky;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
}
.SavingsCalculator .footer .footer-contents {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.SavingsCalculator .footer .footer-contents &gt; * {
  position: absolute;
  bottom: 63px;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .footer .footer-contents &gt; * {
    bottom: 55px;
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .footer .footer-contents &gt; * {
    bottom: 40px;
  }
}
.SavingsCalculator .footer .footer-contents &gt; *.hidden {
  opacity: 0;
  pointer-events: none;
}
.SavingsCalculator .footer .footer-contents .back,
.SavingsCalculator .footer .footer-contents .restart {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.SavingsCalculator .footer .footer-contents .back .arrow-left,
.SavingsCalculator .footer .footer-contents .back .arrow-right,
.SavingsCalculator .footer .footer-contents .restart .arrow-left,
.SavingsCalculator .footer .footer-contents .restart .arrow-right {
  width: 11px;
  height: auto;
}
.SavingsCalculator .footer .footer-contents .back .arrow-left path,
.SavingsCalculator .footer .footer-contents .back .arrow-right path,
.SavingsCalculator .footer .footer-contents .restart .arrow-left path,
.SavingsCalculator .footer .footer-contents .restart .arrow-right path {
  fill: #FFFFFF;
}
.SavingsCalculator .footer .footer-contents .back .arrow-left,
.SavingsCalculator .footer .footer-contents .restart .arrow-left {
  margin-right: 9px;
}
.SavingsCalculator .footer .footer-contents .back .arrow-right,
.SavingsCalculator .footer .footer-contents .restart .arrow-right {
  transform: rotate(180deg);
  margin-left: 9px;
}
.SavingsCalculator .footer .footer-contents .back span,
.SavingsCalculator .footer .footer-contents .restart span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  position: relative;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .footer .footer-contents .back span,
.SavingsCalculator .footer .footer-contents .restart span {
    font-size: 16px;
  }
}
.SavingsCalculator .footer .footer-contents .back span::after,
.SavingsCalculator .footer .footer-contents .restart span::after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #FFFFFF;
}
.SavingsCalculator .footer .footer-contents .back {
  left: 0;
  padding: 15px 15px 15px 0;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .footer .footer-contents .back {
    padding: 14px 15px 17px 0;
  }
}
.SavingsCalculator .footer .footer-contents .restart {
  right: 0;
  padding: 15px 0 15px 15px;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .footer .footer-contents .restart {
    padding: 14px 0 17px 15px;
  }
}
.SavingsCalculator .footer .footer-contents .next {
  right: 0;
  cursor: pointer;
  min-width: 170px;
}
.SavingsCalculator .footer .footer-contents .calculate {
  right: 0;
  cursor: pointer;
  min-width: 170px;
}
.SavingsCalculator .contents {
  min-height: 100vh;
  padding: 170px 0 170px;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents {
    padding: 115px 0 170px;
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents {
    padding: 110px 0 150px;
  }
}
.SavingsCalculator .contents .steps {
  color: #FFFFFF;
  width: 100%;
  position: relative;
  margin: auto;
}
.SavingsCalculator .contents .steps .step {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  min-height: calc(100vh - 170px - 170px);
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents .steps .step {
    min-height: calc(100vh - 115px - 115px);
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step {
    min-height: calc(100vh - 110px - 110px);
  }
}
.SavingsCalculator .contents .steps .step.current {
  opacity: 1;
  pointer-events: all;
  transition-delay: 0.3s;
}
.SavingsCalculator .contents .steps .step.step1 .step-inner, .SavingsCalculator .contents .steps .step.step2 .step-inner {
  max-width: 1000px;
}
.SavingsCalculator .contents .steps .step .step-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.SavingsCalculator .contents .steps .step .step-inner .step-indicator {
  margin-bottom: 40px;
  padding: 0 25px;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 700;
  background-color: #EF3829;
  border-radius: 1.15em;
  text-align: center;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .step-indicator {
    margin-bottom: 30px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner h1 {
  font-size: 80px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents .steps .step .step-inner h1 {
    font-size: 70px;
  }
}
@media all and (max-width: 1600px) {
  .SavingsCalculator .contents .steps .step .step-inner h1 {
    font-size: 65px;
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner h1 {
    font-size: 55px;
    margin-bottom: 15px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner p {
  font-size: 25px;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents .steps .step .step-inner p {
    font-size: 22px;
  }
}
@media all and (max-width: 1600px) {
  .SavingsCalculator .contents .steps .step .step-inner p {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner p {
    font-size: 18px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner h2 {
  font-size: 30px;
  line-height: 2.33;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents .steps .step .step-inner h2 {
    font-size: 28px;
  }
}
@media all and (max-width: 1600px) {
  .SavingsCalculator .contents .steps .step .step-inner h2 {
    font-size: 25px;
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner h2 {
    font-size: 22px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner h2 + p {
  margin-top: -30px;
  max-width: 1000px;
}
@media all and (max-width: 1600px) {
  .SavingsCalculator .contents .steps .step .step-inner h2 + p {
    margin-top: -20px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form,
.SavingsCalculator .contents .steps .step .step-inner .summary {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -17px 0;
}
@media all and (max-width: 1600px) {
  .SavingsCalculator .contents .steps .step .step-inner .form,
.SavingsCalculator .contents .steps .step .step-inner .summary {
    margin: -15px -10px 0;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * {
  width: 50%;
  padding: 0 17px;
  margin-top: 20px;
}
@media all and (max-width: 1600px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; *,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * {
    padding: 0 10px;
    margin-top: 15px;
  }
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; *,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * {
    width: 100%;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.full,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.full {
  width: 100%;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled label,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled label {
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1.625;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area {
  position: relative;
  flex-grow: 1;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area .input-wrapper,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area .input-wrapper {
  display: flex;
  width: 100%;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area .input-wrapper .prefix,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area .input-wrapper .prefix {
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.625;
  padding: 12px 10px;
  border-radius: 3px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border: 1px solid #848484;
  border-right: none;
  position: relative;
  color: #848484;
  white-space: nowrap;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area .input-wrapper .prefix,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area .input-wrapper .prefix {
    padding: 8px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area .input-wrapper .prefix + input,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area .input-wrapper .prefix + input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
  padding-left: 10px;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area .input-wrapper .prefix + input,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area .input-wrapper .prefix + input {
    padding-left: 8px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area .input-wrapper.disabled .prefix,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area .input-wrapper.disabled .prefix {
  background-color: #848484;
  opacity: 1;
  color: rgba(11, 35, 71, 0.5);
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area &gt; span,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area &gt; span {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.85;
  display: flex;
  align-items: center;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area &gt; span input[type=checkbox],
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area &gt; span input[type=checkbox] {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  background-color: #FFFFFF;
  border-radius: 3px;
  border: 1px solid #848484;
  cursor: pointer;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area &gt; span input[type=checkbox],
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area &gt; span input[type=checkbox] {
    margin-right: 8px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.labeled .input-area &gt; span input[type=checkbox]:checked,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.labeled .input-area &gt; span input[type=checkbox]:checked {
  background-color: #0B2347;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.disabled,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * input[type=text],
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * input[type=email],
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * select,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .value,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * input[type=text],
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * input[type=email],
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * select,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .value {
  width: 100%;
  color: #0B2347;
  font-size: 16px;
  line-height: 1.625;
  padding: 12px 20px;
  border-radius: 3px;
  height: auto;
  border: 1px solid #848484;
  background-color: #FFFFFF;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; * input[type=text],
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * input[type=email],
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * select,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .value,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * input[type=text],
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * input[type=email],
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * select,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .value {
    padding: 8px 15px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * input[type=text]:disabled,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * input[type=email]:disabled,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * select:disabled,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection:disabled,
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .value:disabled,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * input[type=text]:disabled,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * input[type=email]:disabled,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * select:disabled,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection:disabled,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .value:disabled {
  background-color: #848484;
  opacity: 1;
  color: rgba(11, 35, 71, 0.5);
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2-container,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2-container {
  width: 100% !important;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection {
  padding-right: 41px;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection .select2-selection__clear,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection .select2-selection__clear {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection .select2-selection__rendered,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection .select2-selection__rendered {
  padding: 0;
  line-height: 1.625;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection .select2-selection__arrow,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection .select2-selection__arrow {
  width: 9px;
  height: 6px;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  background-image: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2 .select2-selection .select2-selection__arrow b,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2 .select2-selection .select2-selection__arrow b {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; * .select2.select2-container--open .select2-selection,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; * .select2.select2-container--open .select2-selection {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-container--open .select2-dropdown--below {
  border: 1px solid #848484;
}

.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.full,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.full {
  width: 100%;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.line-capacity,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.line-capacity {
    order: 100;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice {
  display: flex;
  align-items: center;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice &gt; label,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice &gt; label {
  font-size: 16px;
  margin-bottom: 0;
  line-height: 1;
  margin-right: 22px;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper {
  display: flex;
  align-items: center;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper label,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper label {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper label:not(:first-child),
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper label:not(:first-child) {
  margin-left: 20px;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  position: relative;
  border-radius: 100%;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input:before,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  border: 1px solid #052E6B;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input:not(:checked),
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input:not(:checked) {
  cursor: pointer;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input:not(:checked)::before,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax-choice .input-area .input-wrapper label input:not(:checked)::before {
  background-color: #052E6B;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field.carbon-tax.hidden,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field.carbon-tax.hidden {
  visibility: hidden;
  pointer-events: none;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field label,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field label {
  font-size: 14px;
  line-height: 1.85;
  margin-bottom: 5px;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field .value,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field .value {
  cursor: pointer;
  font-weight: 700;
  display: flex;
  align-items: flex-start;
}
.SavingsCalculator .contents .steps .step .step-inner .form &gt; *.field .value:after,
.SavingsCalculator .contents .steps .step .step-inner .summary &gt; *.field .value:after {
  content: " ";
  display: block;
  width: 28px;
  height: 1.625em;
  background-image: url(../images/icon-edit.svg);
  background-size: 12px auto;
  background-repeat: no-repeat;
  background-position: center right;
  margin-left: auto;
}
.SavingsCalculator .contents .steps .step .step-inner .form .note,
.SavingsCalculator .contents .steps .step .step-inner .summary .note {
  width: 100%;
  font-size: 14px;
  line-height: 1.85;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .form .note,
.SavingsCalculator .contents .steps .step .step-inner .summary .note {
    order: 101;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines {
  margin: 60px -10px 0;
  display: flex;
  min-width: 100%;
  justify-content: space-between;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines {
    margin-top: 20px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines.more-savings-space .machine .machine-contents .chart .row.savings:before, .SavingsCalculator .contents .steps .step .step-inner .machines.more-savings-space .machine .machine-contents .chart .row.savings:after {
  left: 30%;
}
.SavingsCalculator .contents .steps .step .step-inner .machines.more-savings-space .machine .machine-contents .chart .row.savings .line {
  left: 30%;
}
.SavingsCalculator .contents .steps .step .step-inner .machines.more-savings-space .machine .machine-contents .chart .row.savings .row-contents {
  width: 70%;
  left: 30%;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine-sep {
  flex-grow: 0;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine-sep:after {
  content: " ";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #FFFFFF;
  flex-grow: 1;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine {
  width: 50%;
  padding: 0 10px 6px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine.hidden {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine:nth-child(1) .machine-contents .machine-heading .machine-option-wrapper {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine:nth-child(1) .machine-contents .chart .row.savings {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine:nth-child(1) .machine-contents .cta-wrapper {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading &gt; * {
  margin-bottom: 14px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading .machine-option-wrapper {
  display: flex;
  justify-content: center;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading .machine-option-wrapper .machine-option {
  font-size: 14px;
  font-weight: 700;
  color: #052E6B;
  background-color: #FFFFFF;
  line-height: 1;
  padding: 10px 10px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading .machine-naming {
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading .machine-naming {
    font-size: 16px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .machine-heading .machine-naming .machine-naming-inner span .plus {
  display: inline-block;
  font-weight: normal;
  padding: 0 0.33em;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart {
  display: flex;
  flex-direction: column;
  height: 442px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row {
  flex-grow: 0;
  position: relative;
  font-size: 14px;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row {
    font-size: 13px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings {
  flex-grow: 1;
  background-color: #4B9A00;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings:before, .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings:after {
  content: " ";
  display: block;
  width: 7px;
  height: 5px;
  background-image: url(../images/savings-calculator/savings-arrow.svg);
  background-size: contain;
  background-position: top center;
  position: absolute;
  left: 50%;
  pointer-events: none;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings:before {
  top: 0;
  transform: translateX(-50%);
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings:after {
  bottom: 0;
  transform: translateX(-50%) rotate(180deg);
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .line {
  position: absolute;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background: url(../images/savings-calculator/savings-line-dot-pattern.svg);
  background-position: right top;
  background-repeat: repeat-y;
  background-size: 100% auto;
  pointer-events: none;
  transform: translateX(-50%);
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents {
  min-width: 50%;
  left: 50%;
  right: auto;
  padding-left: 10px;
  text-align: left;
  transform: translateY(-50%);
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents .label,
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents .value {
  display: block;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents .label {
  font-size: 16px;
  margin-bottom: 8px;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents .label {
    font-size: 12px;
    white-space: wrap;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents .value {
  font-size: 18px;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.savings .row-contents .value {
    font-size: 14px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.electric {
  background-color: #3f5683;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.electric .row-contents {
  background-color: #3f5683;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.thermal {
  background-color: #576c91;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.thermal .row-contents {
  background-color: #576c91;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.carbontax {
  background-color: darkorchid;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.carbontax .row-contents {
  background-color: darkorchid;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.is-short:last-child .row-contents {
  top: 0;
  transform: translateX(-50%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row.is-short.next-is-short:not(:last-child) .row-contents {
  top: auto;
  bottom: 0;
  transform: translateX(-50%);
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row .row-contents {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  white-space: nowrap;
  padding: 0.2em 0.5em;
  border-radius: 0.5em;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row .row-contents {
    padding: 0.2em 0.3em;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row .row-contents .label {
  font-size: 13px;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row .row-contents .label {
    font-size: 12px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row .row-contents .value {
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .chart .row .row-contents .value {
    font-size: 13px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents hr {
  display: block;
  border: none;
  height: 1px;
  background-color: #FFFFFF;
  margin: 30px 0;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents hr {
    display: none;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .cta-wrapper {
  display: flex;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .cta-wrapper {
    margin-top: 26px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .cta-wrapper .cta {
  font-weight: 700;
  position: relative;
  color: #FFFFFF;
  cursor: pointer;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .machine-contents .cta-wrapper .cta:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 0.17em;
  left: 0;
  right: 0;
  height: 1px;
  background-color: currentColor;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay.scrollable {
  overflow: auto;
  display: block;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay.visible {
  opacity: 1;
  pointer-events: all;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .close {
  position: fixed;
  top: 40px;
  right: 90px;
  margin-right: -10px;
  margin-top: -10px;
  padding: 10px;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .close {
    right: 40px;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .close {
    right: 20px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .close span {
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/savings-calculator/overlay-close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents {
  width: calc(100vw - 60px);
  max-width: 1140px;
  padding: 90px 0;
  margin: auto;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents {
    width: calc(100vw - 40px - 40px);
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents {
    width: calc(100vw - 20px - 20px);
    padding: 80px 0;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-headings {
  text-align: center;
  padding-bottom: 36px;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-headings {
    text-align: left;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-headings .overlay-title:not(:last-child) {
  margin-bottom: 10px;
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-headings .overlay-title {
    font-size: 25px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-headings .overlay-text {
  font-size: 18px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images {
  margin: 0 -15px;
  display: flex;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images {
    margin: 0 -10px;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images {
    display: block;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper {
  padding: 0 15px;
  flex-grow: 1;
  flex-basis: 0;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper {
    padding: 0 10px;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper:not(:last-child) {
    margin-bottom: 30px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas {
  height: 60vh;
  max-height: 597px;
  min-height: 230px;
  border-radius: 20px;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas {
    max-height: 320px;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas {
    max-height: none;
    height: 580px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas .label {
  position: absolute;
  top: 40px;
  left: 0;
  background-color: #0B2347;
  font-size: 20px;
  padding: 0.25em 1em;
  font-weight: 700;
}
@media all and (max-width: 1919px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas .label {
    font-size: 18px;
  }
}
@media all and (max-width: 1215px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas .label {
    font-size: 16px;
  }
}
@media all and (max-width: 1128px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas .label {
    font-size: 15px;
  }
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas .label {
    top: 30px;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-images .image-wrapper .image-canvas .label {
    font-size: 20px;
    top: 40px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines .machine .overlay .overlay-contents .overlay-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 36px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines[data-compared="1"] {
  max-width: 1185px;
  min-width: 0;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines[data-compared="1"] {
    width: calc(100% + 30px + 30px);
    margin: 20px -30px 0;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines[data-compared="1"] {
    width: calc(100% + 10px + 10px);
    margin: 20px -10px 0;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines[data-compared="1"] .machine-sep {
    display: none;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines[data-compared="1"] .machine {
  max-width: 429px;
}
.SavingsCalculator .contents .steps .step .step-inner .machines[data-compared="1"] .machine .machine-contents .machine-heading .machine-option-wrapper {
  display: none;
}
.SavingsCalculator .contents .steps .step .step-inner .machines:not([data-compared="1"]) {
  max-width: 1720px;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines:not([data-compared="1"]) {
    overflow: auto;
    width: calc(100% + 40px + 40px);
    margin: 20px -40px 0;
    padding: 0 30px 30px;
  }
}
@media all and (max-width: 767px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines:not([data-compared="1"]) {
    width: calc(100% + 20px + 20px);
    margin: 20px -20px 0;
    padding: 0 10px 10px;
  }
}
.SavingsCalculator .contents .steps .step .step-inner .machines:not([data-compared="1"]) .machine {
  max-width: 267px;
}
@media all and (max-width: 1023px) {
  .SavingsCalculator .contents .steps .step .step-inner .machines:not([data-compared="1"]) .machine {
    min-width: 220px;
  }
}

.Hero {
  position: relative;
}
main .page:not(.fullpage-scroll) .Hero.height-full .contents-section {
  min-height: var(--real100vh);
}

@media all and (max-width: 1023px) {
  .Hero.height-full .contents-section {
    min-height: var(--real100vh);
  }
}
@media all and (max-width: 600px) {
  .Hero.height-full .contents-section .contents .contents-hero {
    min-height: var(--real100vh);
  }
}
@media all and (max-width: 600px) {
  .Hero.layout-secondary .contents-section .contents .contents-hero {
    height: auto;
  }
}
.Hero.layout-secondary .contents-section .contents .contents-hero .w .inner &gt; .text,
.Hero.layout-secondary .contents-section .contents .contents-hero .wm .inner &gt; .text {
  max-width: none;
}
.Hero .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Hero .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.Hero .contents-section .bg .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.Hero .contents-section .bg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #040712 14.74%, rgba(4, 7, 18, 0) 150%);
  opacity: var(--overlay-opacity);
}
.Hero .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Hero .contents-section .contents .contents-hero {
  color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.Hero .contents-section .contents .contents-hero .w,
.Hero .contents-section .contents .contents-hero .wm {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.Hero .contents-section .contents .contents-hero .w .inner,
.Hero .contents-section .contents .contents-hero .wm .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--HHcss) + 20px) 0;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-hero .w .inner,
.Hero .contents-section .contents .contents-hero .wm .inner {
    padding: var(--HHcss) 0;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner &gt; *,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; * {
  margin-top: 28px;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; *,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; * {
    margin-top: 25px;
  }
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; *,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; * {
    margin-top: 20px;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner &gt; *:first-child,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; *:first-child {
  margin-top: 0;
}
.Hero .contents-section .contents .contents-hero .w .inner &gt; *:last-child,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; *:last-child {
  margin-bottom: 0;
}
.Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs {
  list-style: none;
  display: flex;
}
@media all and (max-width: 499px) {
  .Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs li,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs li {
    font-size: 14px;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs li:not(:first-child):before,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs li:not(:first-child):before {
  content: "|";
  padding: 0 1.125em;
}
.Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs li.current,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs li.current {
  font-weight: 700;
}
@media all and (max-width: 499px) {
  .Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs li.term,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs li.term {
    display: none;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs .back-cta,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs .back-cta {
  display: flex;
  align-items: center;
  column-gap: 10px;
  text-decoration: underline;
  cursor: pointer;
}
.Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs .back-cta svg,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs .back-cta svg {
  fill: #FFFFFF;
  width: 10px;
}
.Hero .contents-section .contents .contents-hero .w .inner .breadcrumbs .back-cta span,
.Hero .contents-section .contents .contents-hero .wm .inner .breadcrumbs .back-cta span {
  display: block;
  font-weight: 700;
}
.Hero .contents-section .contents .contents-hero .w .inner &gt; h1,
.Hero .contents-section .contents .contents-hero .w .inner &gt; h2:not(.text),
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h1,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h2:not(.text) {
  margin-top: 15px;
  margin-bottom: -13px;
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; h1,
.Hero .contents-section .contents .contents-hero .w .inner &gt; h2:not(.text),
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h1,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h2:not(.text) {
    margin-top: 10px;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner &gt; h1 + h2,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h1 + h2 {
  font-size: 70px;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; h1 + h2,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h1 + h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; h1 + h2,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h1 + h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 767px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; h1 + h2,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; h1 + h2 {
    font-size: 30px;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner &gt; .text,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; .text {
  max-width: 620px;
  font-size: 25px;
  line-height: 1.6;
  font-weight: 400;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; .text,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; .text {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .Hero .contents-section .contents .contents-hero .w .inner &gt; .text,
.Hero .contents-section .contents .contents-hero .wm .inner &gt; .text {
    font-size: 18px;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner .arrow-down svg,
.Hero .contents-section .contents .contents-hero .wm .inner .arrow-down svg {
  height: 17px;
  width: auto;
  margin-top: -6px;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-hero .w .inner .arrow-down svg,
.Hero .contents-section .contents .contents-hero .wm .inner .arrow-down svg {
    height: 15px;
    margin-top: -10px;
  }
}
@media all and (max-width: 767px) {
  .Hero .contents-section .contents .contents-hero .w .inner .arrow-down svg,
.Hero .contents-section .contents .contents-hero .wm .inner .arrow-down svg {
    height: 11px;
    margin-top: -2px;
  }
}
.Hero .contents-section .contents .contents-hero .w .inner .arrow-down svg path,
.Hero .contents-section .contents .contents-hero .wm .inner .arrow-down svg path {
  fill: #FFFFFF;
}
.Hero .contents-section .contents .contents-industries {
  width: 100%;
  overflow: hidden;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
main .page.fullpage-scroll .Hero .contents-section .contents .contents-industries {
  bottom: 40px;
}

.Hero .contents-section .contents .contents-industries:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--linear-background, linear-gradient(180deg, #FFF 0%, #CACACA 132%));
  opacity: 0.9;
}
.Hero .contents-section .contents .contents-industries .inner {
  padding: 35px 0;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-industries .inner {
    padding: 30px 0;
  }
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-industries .inner {
    padding: 22px 0;
  }
}
@media all and (max-width: 1023px) {
  .Hero .contents-section .contents .contents-industries .inner {
    padding: 30px 0;
  }
}
@media all and (max-width: 767px) {
  .Hero .contents-section .contents .contents-industries .inner {
    padding: 20px 0 20px;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media all and (max-width: 1023px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row {
    flex-direction: column;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row h3 {
  color: #EF3829;
  padding-right: 100px;
  white-space: nowrap;
}
@media all and (max-width: 1366px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row h3 {
    padding-right: 30px;
  }
}
@media all and (max-width: 1023px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row h3 {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .Hero .contents-section .contents .contents-industries .inner .first-row h3 br {
    display: none;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items {
  margin: -7.5px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 1;
  max-width: 1240px;
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items {
    margin: -5px;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item {
  padding: 7.5px;
  width: 25%;
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item {
    padding: 5px;
  }
}
@media all and (max-width: 600px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item {
    width: 50%;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item a {
  padding: 12px 13px;
  display: flex;
  background-color: #FFFFFF;
  border: 2px solid #FFFFFF;
  border-radius: 10px;
  align-items: center;
  transition: all 0.3s;
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a {
    padding: 8px 10px;
  }
}
@media all and (max-width: 1128px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a {
    padding: 5px 10px;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item a .icon {
  width: 30px;
  display: flex;
  align-items: center;
  margin-right: 13px;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a .icon {
    width: 25px;
    margin-right: 10px;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item a .icon svg {
  height: 30px;
  width: auto;
  flex-shrink: 0;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a .icon svg {
    height: 25px;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item a span {
  white-space: nowrap;
  font-size: 19px;
  font-weight: 700;
  transition: all 0.3s;
}
@media all and (max-width: 1919px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a span {
    font-size: 16px;
  }
}
@media all and (max-width: 1600px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a span {
    font-size: 13px;
  }
}
@media all and (max-width: 1366px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a span {
    font-size: 13.5px;
  }
}
@media all and (max-width: 1215px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a span {
    font-size: 12px;
  }
}
@media all and (max-width: 1128px) {
  .Hero .contents-section .contents .contents-industries .inner .first-row .items .item a span {
    white-space: initial;
    line-height: 1;
    font-size: 13px;
    min-height: 2em;
    display: flex;
    align-items: center;
  }
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item a:hover {
  border-color: #EF3829;
}
.Hero .contents-section .contents .contents-industries .inner .first-row .items .item a:hover span {
  color: #EF3829;
}
.Hero .contents-section .contents .hero-cta-down-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.Hero .contents-section .contents .hero-cta-down-wrapper .hero-cta-down {
  display: flex;
  align-items: center;
}
.Hero .contents-section .contents .hero-cta-down-wrapper .hero-cta-down span {
  font-size: 12px;
  color: #FFFFFF;
}
.Hero .contents-section .contents .hero-cta-down-wrapper .hero-cta-down i {
  margin-left: 5px;
}
.Hero .contents-section .contents .hero-cta-down-wrapper .hero-cta-down i svg {
  height: 1em;
  width: auto;
}
.Hero .contents-section .contents .hero-cta-down-wrapper .hero-cta-down i svg path {
  fill: #FFFFFF;
}

.Technologies {
  position: relative;
}
.Technologies .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Technologies .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.Technologies .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #FFFFFF;
  justify-content: center;
}
.Technologies .contents-section .contents .inner {
  padding: 100px 0 50px;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner {
    padding: 90px 0 50px;
  }
}
@media all and (max-width: 1600px) {
  .Technologies .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 600px) {
  .Technologies .contents-section .contents .inner {
    padding: 30px 0;
  }
}
.Technologies .contents-section .contents .inner .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner .header {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .Technologies .contents-section .contents .inner .header {
    flex-direction: column;
    align-items: center;
  }
}
@media all and (max-width: 600px) {
  .Technologies .contents-section .contents .inner .header .filters-wrapper {
    width: 100%;
  }
}
.Technologies .contents-section .contents .inner .header .filters-wrapper.invisible {
  display: none;
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2 {
  min-width: 350px;
  border-radius: 5px;
  border: 1px solid #FFFFFF;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .header .filters-wrapper .select2 {
    min-width: 300px;
  }
}
@media all and (max-width: 767px) {
  .Technologies .contents-section .contents .inner .header .filters-wrapper .select2 {
    min-width: 200px;
  }
}
@media all and (max-width: 600px) {
  .Technologies .contents-section .contents .inner .header .filters-wrapper .select2 {
    min-width: 100%;
    margin-top: 20px;
  }
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2.select2-container--open .selection .select2-selection .select2-selection__arrow {
  transform: rotate(-90deg);
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2.select2-container--open.select2-container--above {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2.select2-container--open.select2-container--below {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection {
  background-color: transparent;
  height: auto;
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection .select2-selection__clear {
  display: none !important;
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
  padding: 13px 42px 13px 19px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
}
@media all and (max-width: 1215px) {
  .Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection .select2-selection__rendered {
    padding: 10px 42px 10px 12px;
    font-size: 13.5px;
  }
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
  top: 0;
  right: 19px;
  bottom: 0;
  width: 9px;
  position: absolute;
  height: auto;
  background: url(../images/icon-arrow-down-select.svg);
  background-size: 9px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection .select2-selection__arrow {
    right: 12px;
  }
}
.Technologies .contents-section .contents .inner .header .filters-wrapper .select2 .selection .select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container--blue .select2-dropdown {
  border-radius: 3px;
  border-color: #FFFFFF;
}
.select2-container--blue .select2-dropdown.select2-dropdown--above {
  margin-top: 1px;
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(0deg, #052E6B 49.35%, #0B2347 151%);
}
.select2-container--blue .select2-dropdown.select2-dropdown--below {
  margin-top: -1px;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.select2-container--blue .select2-dropdown .select2-results ul {
  list-style: none;
}
.select2-container--blue .select2-dropdown .select2-results ul .select2-results__option {
  color: #FFFFFF;
  transition: color 0.3s;
  padding: 8.5px 19px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4375;
}
@media all and (max-width: 1128px) {
  .select2-container--blue .select2-dropdown .select2-results ul .select2-results__option {
    padding: 8px 12px;
    font-size: 13.5px;
  }
}
.select2-container--blue .select2-dropdown .select2-results ul .select2-results__option.select2-results__option--highlighted {
  color: #EF3829;
}

.Technologies .contents-section .contents .inner .columns {
  display: flex;
  flex-wrap: wrap;
  margin: -40px -56px -30px;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .columns {
    margin: -30px -40px -30px;
  }
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner .columns {
    margin: -30px -30px 0;
  }
}
@media all and (max-width: 1023px) {
  .Technologies .contents-section .contents .inner .columns {
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .Technologies .contents-section .contents .inner .columns {
    margin: -40px -20px 0;
  }
}
.Technologies .contents-section .contents .inner .columns .column {
  width: 50%;
  padding: 40px 56px 0;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .columns .column {
    padding: 30px 40px 0;
  }
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner .columns .column {
    padding: 30px 30px 0;
  }
}
@media all and (max-width: 1023px) {
  .Technologies .contents-section .contents .inner .columns .column {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .Technologies .contents-section .contents .inner .columns .column {
    padding: 40px 20px 0;
  }
}
.Technologies .contents-section .contents .inner .columns .column hr {
  height: 1px;
  background-color: #FFFFFF;
  margin: 21px 0 40px;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .columns .column hr {
    margin: 20px 0 30px;
  }
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner .columns .column hr {
    margin: 10px 0 20px;
  }
}
.Technologies .contents-section .contents .inner .columns .column .list {
  list-style: none;
  column-count: 2;
  column-gap: 86px;
  column-fill: auto;
  height: 330px;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .columns .column .list {
    column-gap: 80px;
    height: 350px;
  }
}
@media all and (max-width: 1600px) {
  .Technologies .contents-section .contents .inner .columns .column .list {
    height: 290px;
  }
}
@media all and (max-width: 1128px) {
  .Technologies .contents-section .contents .inner .columns .column .list {
    height: 285px;
    column-gap: 40px;
  }
}
@media all and (max-width: 1023px) {
  .Technologies .contents-section .contents .inner .columns .column .list {
    height: auto;
    column-fill: balance;
  }
}
.Technologies .contents-section .contents .inner .columns .column .list .item {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 1.4;
}
@media all and (max-width: 1919px) {
  .Technologies .contents-section .contents .inner .columns .column .list .item {
    margin-bottom: 16px;
    font-size: 19px;
  }
}
@media all and (max-width: 1600px) {
  .Technologies .contents-section .contents .inner .columns .column .list .item {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media all and (max-width: 1215px) {
  .Technologies .contents-section .contents .inner .columns .column .list .item {
    font-size: 15px;
  }
}
@media all and (max-width: 600px) {
  .Technologies .contents-section .contents .inner .columns .column .list .item {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.Technologies .contents-section .contents .inner .columns .column .list .item.hidden {
  display: none;
}
.Technologies .contents-section .contents .inner .columns .column .list .item a {
  display: inline-block;
  transition: color 0.3s;
}
.Technologies .contents-section .contents .inner .columns .column .list .item a:hover {
  color: #EF3829;
}

.TextLogosScroller {
  position: relative;
}
.TextLogosScroller .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TextLogosScroller .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.TextLogosScroller .contents-section .contents .contents-text {
  color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}
.TextLogosScroller .contents-section .contents .contents-text .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.TextLogosScroller .contents-section .contents .contents-text .bg .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: auto 100%;
  background-position: right bottom;
}
@media all and (max-width: 767px) {
  .TextLogosScroller .contents-section .contents .contents-text .bg .image.desktop {
    display: none;
  }
}
.TextLogosScroller .contents-section .contents .contents-text .bg .image.mobile {
  display: none;
  background-size: auto 70%;
}
@media all and (max-width: 767px) {
  .TextLogosScroller .contents-section .contents .contents-text .bg .image.mobile {
    display: block;
  }
}
.TextLogosScroller .contents-section .contents .contents-text .w,
.TextLogosScroller .contents-section .contents .contents-text .wm {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.TextLogosScroller .contents-section .contents .contents-text .w .inner,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 147px 0;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1215px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner {
    padding: 100px 0;
  }
}
.TextLogosScroller .contents-section .contents .contents-text .w .inner h2,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner h2 {
  margin-bottom: 45px;
}
@media all and (max-width: 1919px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner h2,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner h2 {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1128px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner h2,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner h2 {
    margin-bottom: 35px;
  }
}
.TextLogosScroller .contents-section .contents .contents-text .w .inner .text,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .text {
  font-size: 45px;
  line-height: 1.2;
}
@media all and (max-width: 1919px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner .text,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .text {
    font-size: 30px;
  }
}
@media all and (max-width: 1600px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner .text,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .text {
    font-size: 28px;
  }
}
@media all and (max-width: 1128px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner .text,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .text {
    font-size: 26px;
  }
}
@media all and (max-width: 767px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner .text,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .text {
    font-size: 22px;
  }
}
.TextLogosScroller .contents-section .contents .contents-text .w .inner .cta-wrapper,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .cta-wrapper {
  display: flex;
  margin-top: 60px;
}
@media all and (max-width: 1919px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner .cta-wrapper,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .cta-wrapper {
    margin-top: 40px;
  }
}
@media all and (max-width: 1128px) {
  .TextLogosScroller .contents-section .contents .contents-text .w .inner .cta-wrapper,
.TextLogosScroller .contents-section .contents .contents-text .wm .inner .cta-wrapper {
    margin-top: 35px;
  }
}
.TextLogosScroller .contents-section .contents .contents-logos {
  width: 100%;
  position: relative;
}
.TextLogosScroller .contents-section .contents .contents-logos .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: var(--linear-background, linear-gradient(180deg, #FFF 0%, #CACACA 132%));
}
.TextLogosScroller .contents-section .contents .contents-logos .inner {
  padding: 70px 0;
  position: relative;
}
@media all and (max-width: 1919px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner {
    padding: 40px 0;
  }
}
@media all and (max-width: 1600px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner {
    padding: 30px 0;
  }
}
@media all and (max-width: 1128px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner {
    padding: 20px 0;
  }
}
.TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item {
  padding: 0 17.5px;
}
.TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item .image {
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1919px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item .image {
    height: 80px;
  }
}
@media all and (max-width: 1600px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item .image {
    height: 70px;
  }
}
@media all and (max-width: 1128px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item .image {
    height: 60px;
  }
}
.TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item.superwide .image {
  width: 234px;
}
@media all and (max-width: 1600px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item.superwide .image {
    width: 200px;
  }
}
.TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item.landscape .image {
  width: 180px;
}
@media all and (max-width: 1600px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item.landscape .image {
    width: 150px;
  }
}
.TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item.portrait .image {
  width: 130px;
}
@media all and (max-width: 1600px) {
  .TextLogosScroller .contents-section .contents .contents-logos .inner .items-wrapper .items .item.portrait .image {
    width: 90px;
  }
}
.TextLogosScroller.background-red-gradient .contents-section .contents .contents-text .bg {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.TextLogosScroller.background-blue-gradient .contents-section .contents .contents-text .bg {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.TextLogosScroller.vertical-spacing-small .contents-section .contents .contents-text .w .inner,
.TextLogosScroller.vertical-spacing-small .contents-section .contents .contents-text .wm .inner {
  padding: 60px 0;
}
@media all and (max-width: 1023px) {
  .TextLogosScroller.has-background-image-mobile .contents-section .contents .contents-text .w .inner,
.TextLogosScroller.has-background-image-mobile .contents-section .contents .contents-text .wm .inner {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .TextLogosScroller.has-background-image-mobile .contents-section .contents .contents-text .w .inner,
.TextLogosScroller.has-background-image-mobile .contents-section .contents .contents-text .wm .inner {
    width: auto;
    padding: 20px 0 230px;
  }
}

.PostsLaunch .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #FFFFFF;
}
.PostsLaunch .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.PostsLaunch .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #FFFFFF;
  padding: 100px 0 50px;
  overflow: hidden;
}
@media all and (max-width: 1600px) {
  .PostsLaunch .contents-section .contents {
    padding: 80px 0 50px;
  }
}
@media all and (max-width: 600px) {
  .PostsLaunch .contents-section .contents {
    padding: 30px 0 40px;
  }
}
.PostsLaunch .contents-section .contents .contents-header .inner .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-header .inner .header {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  .PostsLaunch .contents-section .contents .contents-header .inner .header {
    flex-direction: column;
    align-items: center;
  }
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher {
  display: flex;
  list-style: none;
  margin: 0 -5px;
}
@media all and (max-width: 600px) {
  .PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher {
    margin-top: 20px;
  }
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper {
  padding: 0 5px;
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher {
  min-width: 108px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  border-radius: 50px;
  background-color: transparent;
  cursor: pointer;
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher span {
  position: relative;
  font-weight: 700;
  line-height: 1.55;
}
@media all and (max-width: 1600px) {
  .PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher span {
    font-size: 15px;
  }
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher span:after {
  content: " ";
  position: absolute;
  left: 0;
  top: 100%;
  height: 1.5px;
  background-color: #FFFFFF;
  width: 100%;
  margin-top: -3px;
  transition: all 0.3s;
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher.selected {
  background-color: #EF3829;
  cursor: default;
}
.PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher:hover span:after, .PostsLaunch .contents-section .contents .contents-header .inner .header .tabs-switcher-wrapper .tabs-switcher .tab-switcher-wrapper .tab-switcher.selected span:after {
  width: 0%;
}
.PostsLaunch .contents-section .contents .contents-tabs {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper {
  position: relative;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab.selected {
  opacity: 1;
  pointer-events: all;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items {
  display: flex;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-scrolling-cards {
  display: block;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-scrolling-cards .flickity-viewport {
  width: 100%;
  overflow: visible;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-scrolling-cards .item {
  padding: 29px 15px 0;
  width: 33.3333333333%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-scrolling-cards .item {
    padding: 20px 10px 0;
  }
}
@media all and (max-width: 600px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-scrolling-cards .item {
    width: 100%;
  }
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid {
  flex-wrap: wrap;
  margin: -29px -15px 0;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid {
    margin: -20px -10px 0;
  }
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid .item {
  padding: 29px 15px 0;
  width: 33.3333333333%;
  flex-grow: 0;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid .item {
    padding: 20px 10px 0;
  }
}
@media all and (max-width: 600px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid .item {
    width: 100%;
  }
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid .item.sticky {
  width: 100%;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid .no-items {
  padding: 20px 15px 0;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-grid .no-items {
    padding: 20px 10px 0;
  }
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-list {
  flex-direction: column;
  margin: -17px 0 0;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-list .item {
  padding: 17px 0 0;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-list .item .card-event .image-wrapper,
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-list .item .card-event .link {
  display: none;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .items.layout-list .no-items {
  padding: 20px 17px 0;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .flickity-enabled + .archive {
  margin-top: 90px;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .flickity-enabled + .archive {
    margin-top: 70px;
  }
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43px;
}
@media all and (max-width: 1919px) {
  .PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive {
    margin-top: 40px;
  }
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.66;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive a span {
  position: relative;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive a span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive a svg {
  width: 24px;
  height: auto;
  margin-left: 19px;
  transition: all 0.3s;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive a:hover span::after {
  width: 0%;
}
.PostsLaunch .contents-section .contents .contents-tabs .inner .tabs-wrapper .tab .archive a:hover svg {
  transform: rotate(-45deg);
}

.CardsScroller {
  position: relative;
}
.CardsScroller .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CardsScroller .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.CardsScroller .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.CardsScroller .contents-section .contents .w,
.CardsScroller .contents-section .contents .wm {
  min-height: 100%;
}
.CardsScroller .contents-section .contents .w .inner .scroller-wrapper .scroller .item {
  width: 25%;
  min-height: 388px;
}
@media all and (max-width: 1215px) {
  .CardsScroller .contents-section .contents .w .inner .scroller-wrapper .scroller .item {
    width: 300px;
  }
}
@media all and (max-width: 767px) {
  .CardsScroller .contents-section .contents .w .inner .scroller-wrapper .scroller .item {
    width: 275px;
  }
}
.CardsScroller .contents-section .contents .w .inner .scroller-wrapper .scroller .item .item-inner h3 {
  margin-bottom: auto;
}
.CardsScroller .contents-section .contents .w .inner .scroller-wrapper .scroller .item .item-inner p {
  margin-bottom: 42px;
}
.CardsScroller .contents-section .contents .w .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper {
  margin-top: 0;
}
.CardsScroller .contents-section .contents .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 82px 0 108px;
}
@media all and (max-width: 1600px) {
  .CardsScroller .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner {
    padding: 60px 0;
  }
}
main .page.fullpage-scroll .CardsScroller .contents-section .contents .inner {
  padding: 102px 0 80px;
}
@media all and (max-width: 1919px) {
  main .page.fullpage-scroll .CardsScroller .contents-section .contents .inner {
    padding: 130px 0 80px;
  }
}
@media all and (max-width: 1600px) {
  main .page.fullpage-scroll .CardsScroller .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  main .page.fullpage-scroll .CardsScroller .contents-section .contents .inner {
    padding: 60px 0;
  }
}

.CardsScroller .contents-section .contents .inner .header {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media all and (max-width: 1919px) {
  .CardsScroller .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
.CardsScroller .contents-section .contents .inner .header p {
  font-size: 20px;
}
@media all and (max-width: 1919px) {
  .CardsScroller .contents-section .contents .inner .header p {
    font-size: 18px;
  }
}
@media all and (max-width: 1600px) {
  .CardsScroller .contents-section .contents .inner .header p {
    font-size: 16px;
  }
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper {
  margin: 0 -10px;
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .flickity-slider {
  display: flex;
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .flickity-viewport {
  overflow: visible;
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item {
  padding: 0 10px;
  width: 375px;
  min-height: 100%;
  display: flex;
  color: #0B2347;
}
@media all and (max-width: 1600px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item {
    width: 320px;
  }
}
@media all and (max-width: 1215px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item {
    width: 300px;
  }
}
@media all and (max-width: 767px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item {
    width: 275px;
  }
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
  padding: 48px 28px 26px;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 1919px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 40px 25px 25px;
  }
}
@media all and (max-width: 1600px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 30px 20px 20px;
  }
}
@media all and (max-width: 1215px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 25px 15px 15px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 20px 15px 15px;
  }
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
  font-size: 35px;
  font-weight: 800;
  line-height: 1.14;
  margin-bottom: 34px;
}
@media all and (max-width: 1919px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 32px;
  }
}
@media all and (max-width: 1600px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 30px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1215px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 26px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 22px;
  }
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner p {
  margin-bottom: 34px;
  font-weight: 400;
  line-height: 1.277;
}
@media all and (max-width: 1919px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner p {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner p {
    margin-bottom: 25px;
    font-size: 15px;
  }
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper {
  margin-top: auto;
}
.CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image {
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media all and (max-width: 1215px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image {
    width: 25px;
    height: 25px;
  }
}
@media all and (max-width: 1023px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image {
    width: 30px;
    height: 30px;
  }
}
@media all and (max-width: 767px) {
  .CardsScroller .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image {
    width: 25px;
    height: 25px;
  }
}
.CardsScroller .contents-section .contents .inner .more-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 43px;
}
@media all and (max-width: 1919px) {
  .CardsScroller .contents-section .contents .inner .more-wrapper {
    margin-top: 40px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner .more-wrapper {
    margin-top: 30px;
  }
}
.CardsScroller .contents-section .contents .inner .more-wrapper a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  line-height: 1.66;
}
.CardsScroller .contents-section .contents .inner .more-wrapper a span {
  position: relative;
}
.CardsScroller .contents-section .contents .inner .more-wrapper a span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  transition: all 0.3s;
}
.CardsScroller .contents-section .contents .inner .more-wrapper a svg {
  width: 24px;
  height: auto;
  margin-left: 19px;
  transition: all 0.3s;
}
@media all and (max-width: 1128px) {
  .CardsScroller .contents-section .contents .inner .more-wrapper a svg {
    margin-left: 12px;
  }
}
.CardsScroller .contents-section .contents .inner .more-wrapper a:hover span::after {
  width: 0%;
}
.CardsScroller .contents-section .contents .inner .more-wrapper a:hover svg {
  transform: rotate(-45deg);
}
.CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper {
  margin-top: -20px;
}
.CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller {
  display: flex;
  flex-wrap: wrap;
}
.CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item {
  padding-top: 20px;
  width: 33.3333333333%;
}
@media all and (max-width: 1023px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item {
    width: 50%;
  }
}
@media all and (max-width: 600px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item {
    width: 100%;
  }
}
.CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
  padding: 35px 28px;
}
@media all and (max-width: 1919px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 35px 28px;
  }
}
@media all and (max-width: 1600px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 30px 20px 20px;
  }
}
@media all and (max-width: 1215px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 25px 15px 15px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    padding: 20px 15px 15px;
  }
}
@media all and (max-width: 600px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
    min-height: 0 !important;
  }
}
.CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
  min-height: 2.28em;
  display: flex;
  align-items: center;
  font-size: 25px;
  margin-bottom: 20px;
}
@media all and (max-width: 1919px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 1600px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 25px;
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1215px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    font-size: 25px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller.layout-grid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner h3 {
    margin-bottom: 20px;
  }
}
.CardsScroller.background-red-gradient .contents-section .bg {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.CardsScroller.background-blue-gradient .contents-section .bg {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.CardsScroller.layout-title-on-left .contents-section .contents .inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
@media all and (max-width: 767px) {
  .CardsScroller.layout-title-on-left .contents-section .contents .inner {
    flex-direction: column;
  }
}
.CardsScroller.layout-title-on-left .contents-section .contents .inner .header {
  max-width: 610px;
  align-items: flex-start;
  margin-bottom: 0;
  padding-right: 120px;
  position: relative;
  justify-content: center;
  z-index: 1;
  padding-bottom: 62px;
}
@media all and (max-width: 1215px) {
  .CardsScroller.layout-title-on-left .contents-section .contents .inner .header {
    padding-right: 90px;
  }
}
@media all and (max-width: 767px) {
  .CardsScroller.layout-title-on-left .contents-section .contents .inner .header {
    padding-bottom: 40px;
    padding-right: 0;
  }
}
.CardsScroller.layout-title-on-left .contents-section .contents .inner .header .bg {
  position: absolute;
  left: auto;
  background-color: red;
  width: 100vw;
  pointer-events: none;
  top: -82px;
  bottom: -108px;
}
@media all and (max-width: 1600px) {
  .CardsScroller.layout-title-on-left .contents-section .contents .inner .header .bg {
    top: -80px;
    bottom: -80px;
  }
}
@media all and (max-width: 1128px) {
  .CardsScroller.layout-title-on-left .contents-section .contents .inner .header .bg {
    top: -60px;
    bottom: -60px;
  }
}
@media all and (max-width: 767px) {
  .CardsScroller.layout-title-on-left .contents-section .contents .inner .header .bg {
    display: none;
  }
}
.CardsScroller.layout-title-on-left .contents-section .contents .inner .scroller-wrapper {
  flex-grow: 1;
}

.NumbersWithAnimation {
  position: relative;
}
.NumbersWithAnimation .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: var(--linear-background, linear-gradient(180deg, #FFFFFF 0%, #CACACA 132%));
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .bg {
  background: var(--linear-background, linear-gradient(180deg, #FFFFFF 75%, #CACACA 150%));
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .bg {
    background: var(--linear-background, linear-gradient(180deg, #FFFFFF 75%, #CACACA 150%));
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .bg {
    background: var(--linear-background, linear-gradient(180deg, #FFFFFF 0%, #CACACA 132%));
  }
}
.NumbersWithAnimation .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section {
    height: auto !important;
  }
}
.NumbersWithAnimation .contents-section .contents {
  position: relative;
  flex-grow: 1;
  width: 100%;
  overflow: hidden;
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .contents-section .contents {
  overflow: visible;
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .contents-section .contents {
    overflow: visible;
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents {
    padding-bottom: 30px;
  }
}
.NumbersWithAnimation .contents-section .contents .title-wrapper {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  z-index: 10;
  pointer-events: none;
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .contents-section .contents .title-wrapper {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .contents-section .contents .title-wrapper {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
@media all and (max-width: 767px) {
  .NumbersWithAnimation .contents-section .contents .title-wrapper {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .title-wrapper {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto;
    bottom: auto;
    height: auto !important;
    width: auto;
  }
}
.NumbersWithAnimation .contents-section .contents .title-wrapper .title-contents {
  background: linear-gradient(180deg, #FFF 63.37%, rgba(255, 255, 255, 0) 100%);
}
.NumbersWithAnimation .contents-section .contents .title-wrapper .title-contents h2 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #EF3829;
  padding: 118px 0 49px;
}
@media all and (max-width: 1600px) {
  .NumbersWithAnimation .contents-section .contents .title-wrapper .title-contents h2 {
    padding: 70px 0 40px;
    font-size: 22px;
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .title-wrapper .title-contents h2 {
    padding: 30px 0;
  }
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper {
  position: absolute;
  right: 0;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 0;
  bottom: 0;
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .contents-section .contents .animation-wrapper {
  display: block;
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper {
    width: 40%;
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper {
    display: none !important;
  }
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation {
  position: sticky;
  top: 0;
  left: 0;
  height: 100vh;
  display: flex;
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation {
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
  }
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation.big .lottie {
  width: 800px;
  max-width: 100%;
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie {
  width: 350px;
  max-width: 50%;
}
@media all and (max-width: 1919px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie {
    max-width: 300px;
  }
}
@media all and (max-width: 1600px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie {
    max-width: 270px;
  }
}
@media all and (max-width: 1215px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie {
    max-width: 250px;
  }
}
@media all and (max-width: 1128px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie {
    max-width: 220px;
  }
}
@media all and (max-width: 767px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie {
    max-width: 190px;
  }
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .lottie.mobile {
  display: none;
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides {
  position: relative;
  width: 100%;
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides .description-slide {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
  transition-delay: 0s;
  line-height: 1;
  text-align: center;
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides .description-slide strong {
  font-weight: 800;
  display: block;
  color: #0B2347;
  line-height: 1;
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides .description-slide span {
  font-weight: 300;
  display: block;
  color: #4B4C4F;
  line-height: 1;
}
.NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides .description-slide.current {
  opacity: 1;
  transition-delay: 1s;
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides .description-slide.current {
  transition-delay: 0s;
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .contents-section .contents .animation-wrapper .animation .description-slides .description-slide.current {
    transition-delay: 0s;
  }
}
.NumbersWithAnimation .contents-section .contents .inner-slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  min-height: 100%;
}
@media all and (max-width: 767px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides {
    width: 60%;
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides {
    width: 100%;
    padding-top: 30px;
    position: relative;
  }
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 200px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: translateY(-100%);
}
@media all and (max-width: 1600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide {
    padding: 100px 0;
  }
}
main .page:not(.fullpage-scroll) .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide {
  position: relative;
  height: 100vh;
  transform: none;
}

@media all and (max-width: 1023px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide {
    position: relative;
    height: 100vh;
    transform: none !important;
  }
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide {
    height: auto !important;
    padding: 0 0 100px;
    transform: none !important;
  }
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide:last-child {
    padding-bottom: 0;
  }
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents h3 {
  color: #0B2347;
  line-height: 0.9;
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents h3 {
    text-align: center;
  }
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .mobile-media-wrapper {
  display: none;
  margin: 25px 0 0 0;
  flex-direction: column;
  align-items: center;
}
@media all and (max-width: 600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .mobile-media-wrapper {
    display: flex;
  }
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .mobile-media-wrapper svg {
  width: auto;
  height: 120px;
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .mobile-media-wrapper .description-slide {
  text-align: center;
  margin-top: 10px;
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .mobile-media-wrapper .description-slide strong {
  font-weight: 800;
  display: block;
  color: #0B2347;
  line-height: 1;
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .mobile-media-wrapper .description-slide span {
  font-weight: 300;
  display: block;
  color: #4B4C4F;
  line-height: 1;
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .text {
  margin-top: 24px;
  color: #4B4C4F;
  font-size: 25px;
  max-width: 548px;
}
@media all and (max-width: 1919px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .text {
    font-size: 22px;
  }
}
@media all and (max-width: 1600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .text {
    font-size: 20px;
    margin-top: 20px;
  }
}
@media all and (max-width: 1215px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .text {
    font-size: 18px;
  }
}
@media all and (max-width: 1128px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .text {
    font-size: 16px;
  }
}
.NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .cta-wrapper {
  display: flex;
  margin-top: 76px;
}
@media all and (max-width: 1919px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .cta-wrapper {
    margin-top: 80px;
  }
}
@media all and (max-width: 1600px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .cta-wrapper {
    margin-top: 60px;
  }
}
@media all and (max-width: 1215px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .cta-wrapper {
    margin-top: 40px;
  }
}
@media all and (max-width: 1128px) {
  .NumbersWithAnimation .contents-section .contents .inner-slides .inner-slide .inner-slide-contents .cta-wrapper {
    margin-top: 30px;
  }
}
@media all and (max-width: 600px) {
  main .page:not(.fullpage-scroll) .NumbersWithAnimation.on-mobile-loop_animation .contents-section .contents .animation-wrapper {
    display: block !important;
    position: relative;
    width: auto;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 600px) {
  main .page:not(.fullpage-scroll) .NumbersWithAnimation.on-mobile-loop_animation .contents-section .contents .animation-wrapper .animation .lottie {
    display: none;
  }
  main .page:not(.fullpage-scroll) .NumbersWithAnimation.on-mobile-loop_animation .contents-section .contents .animation-wrapper .animation .lottie.mobile {
    display: block;
  }
}
@media all and (max-width: 600px) {
  main .page:not(.fullpage-scroll) .NumbersWithAnimation.on-mobile-loop_animation .contents-section .contents .animation-wrapper .animation {
    height: auto;
  }
}
@media all and (max-width: 600px) {
  main .page:not(.fullpage-scroll) .NumbersWithAnimation.on-mobile-loop_animation .contents-section .contents .inner-slides .inner-slide {
    padding-bottom: 60px;
  }
}

.TextMarquee .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TextMarquee .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.TextMarquee .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.TextMarquee .contents-section .contents .w,
.TextMarquee .contents-section .contents .wm {
  min-height: 100%;
}
.TextMarquee .contents-section .contents .inner {
  padding: 130px 0 85px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.TextMarquee .contents-section .contents .inner h3 {
  font-weight: 400;
  white-space: nowrap;
}
.TextMarquee .contents-section .contents .inner .cta {
  margin-top: 70px;
}
.TextMarquee.background-red-gradient .contents-section .bg {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.TextMarquee.background-blue-gradient .contents-section .bg {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.TextMarquee.background-white-gradient .contents-section .bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #CACACA 132%);
}

.Media .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Media .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.Media .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.Media .contents-section .contents .w,
.Media .contents-section .contents .wm {
  min-height: 100%;
}
.Media .contents-section .contents .inner {
  padding: 124px 0;
}
@media all and (max-width: 1600px) {
  .Media .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .Media .contents-section .contents .inner {
    padding: 60px 0;
  }
}
.Media.background-red-gradient .contents-section .bg {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.Media.background-blue-gradient .contents-section .bg {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.Media.background-white-gradient .contents-section .bg {
  background: linear-gradient(180deg, #CACACA 0%, #FFFFFF 132%);
}
.Media.background-white-gradient .contents-section .contents {
  color: #0B2347;
}

.ImageMap .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ImageMap .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
}
.ImageMap .contents-section .contents .inner {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .ImageMap .contents-section .contents .inner {
    flex-direction: column;
    height: auto !important;
  }
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper {
  width: calc(100% - 520px);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper {
    width: calc(100% - 450px);
  }
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper {
    width: calc(100% - 400px);
  }
}
@media all and (max-width: 1023px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper {
    width: 100%;
  }
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map:nth-child(2) {
  transform: translateX(100%);
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .image-map-div {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #CACACA 132%);
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-marker-pane {
  z-index: 720;
}
@media all and (max-width: 600px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-marker-pane img {
    margin-top: 0 !important;
  }
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup-pane {
  z-index: 750;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-bottom {
  display: none !important;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose {
  margin-bottom: 0;
}
@media all and (max-width: 600px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose {
    margin-bottom: 0 !important;
  }
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper {
  border-radius: 10px;
  position: relative;
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
  background-color: transparent;
  padding: 0;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper:before,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper:before,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper:before,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper:before {
  content: " ";
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.95;
  border-radius: 10px;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper:after,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper:after,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper:after,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper:after {
  content: " ";
  width: 20px;
  height: 20px;
  background-image: url(../images/image-map-marker-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  position: absolute;
  top: calc(100% + 3px);
  left: 50%;
  transform: translate(-50%, -50%);
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content {
  margin: 0;
  position: relative;
  font-family: "greycliff-cf";
  border-radius: 10px;
  overflow: hidden;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content img,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content img {
  width: calc(100% + 2px);
  height: auto;
  margin: -1px;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content strong {
  padding: 20px 11px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  color: #FFFFFF;
  display: block;
  text-align: center;
  width: 264px;
  margin: auto;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content strong {
    font-size: 20px;
  }
}
@media all and (max-width: 1600px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content strong {
    padding: 15px 10px 18px;
    font-size: 18px;
    line-height: 1.3;
    max-width: 220px;
  }
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content strong {
    max-width: 200px;
    font-size: 16px;
    padding: 12px 10px 15px;
  }
}
@media all and (max-width: 1128px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-content-wrapper .leaflet-rrose-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-popup-content strong,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-content-wrapper .leaflet-rrose-content strong {
    font-size: 15px;
    max-width: 180px;
  }
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-tip-container,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-tip-container,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-tip-container,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-tip-container {
  width: 3px;
  height: 67px;
  margin-left: -1.5px;
}
@media all and (max-width: 600px) {
  .ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-tip-container,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-tip-container,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-tip-container,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-tip-container {
    display: none !important;
  }
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-tip-container .leaflet-popup-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-tip-container .leaflet-rrose-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-tip-container .leaflet-popup-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-rrose-tip-container .leaflet-rrose-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-tip-container .leaflet-popup-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-tip-container .leaflet-rrose-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-tip-container .leaflet-popup-tip,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-rrose-tip-container .leaflet-rrose-tip {
  margin: 0;
  padding: 0;
  transform: none;
  background-color: transparent;
  position: absolute;
  width: auto;
  top: 0;
  left: 0;
  right: 0;
  height: 0%;
  background-image: url(../images/image-map-popup-line.svg);
  background-size: 100% auto;
  background-position: top center;
  box-shadow: none;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-close-button,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-popup .leaflet-popup-close-button span,
.ImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .leaflet-rrose .leaflet-popup-close-button span {
  display: block;
  width: 13px;
  height: 13px;
  background: url(../images/image-map-popup-close.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  color: rgba(0, 0, 0, 0);
}
.ImageMap .contents-section .contents .inner .sidebar {
  flex-grow: 1;
  color: #0B2347;
  overflow: auto;
}
@media all and (max-width: 1023px) {
  .ImageMap .contents-section .contents .inner .sidebar {
    padding-bottom: 40px;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper {
  padding: 54px 40px 0;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper {
    padding: 40px 40px 0;
  }
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper {
    padding: 30px 30px 0;
  }
}
@media all and (max-width: 767px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper {
    padding: 20px 20px 0;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper &gt; p {
  font-weight: 700;
  line-height: 1.55;
  text-align: center;
  margin-bottom: 12px;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector {
  border-radius: 209px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.11);
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 56px;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector {
    margin-bottom: 30px;
  }
}
@media all and (max-width: 1023px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector {
    max-width: 480px;
    margin: auto;
    margin-bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector {
    margin-bottom: 20px;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats {
  display: flex;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.11);
  border-radius: 38px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .option {
  padding: 14px 20px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  width: 50%;
  transition: color 0.3s;
  cursor: pointer;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .option {
    padding: 12px 18px;
    font-size: 18px;
  }
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .option {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .option:nth-child(2) {
  color: #EF3829;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .option:nth-child(3) {
  color: #0B2347;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .option.selected {
  color: #FFFFFF !important;
  cursor: default;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-selector-wrapper .cat-selector .cats .highlight {
  width: 50%;
  border-radius: 38px;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists {
  position: relative;
  overflow: hidden;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list:nth-child(1) &gt; .cat-title {
  color: #EF3829;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list:nth-child(2) {
  transform: translateX(100%);
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list:nth-child(2) &gt; .cat-title {
  color: #0B2347;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; .cat-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.16667;
  padding: 0 40px;
  margin-bottom: 20px;
  display: block;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; .cat-title {
    font-size: 26px;
  }
}
@media all and (max-width: 1600px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; .cat-title {
    font-size: 24px;
  }
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; .cat-title {
    font-size: 20px;
    padding: 0 30px;
  }
}
@media all and (max-width: 767px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; .cat-title {
    font-size: 18px;
    padding: 0 20px;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul {
  list-style: none;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li {
  padding: 15px 40px;
  border-bottom: 1px solid rgba(132, 132, 132, 0.5);
}
@media all and (max-width: 1366px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li {
    padding: 14px 30px;
  }
}
@media all and (max-width: 767px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li {
    padding: 12px 20px;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .infowindow-text {
  display: none;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .clickable {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  display: flex;
  cursor: pointer;
}
@media all and (max-width: 1919px) {
  .ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .clickable {
    font-size: 16px;
  }
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .clickable span {
  padding-right: 10px;
  flex-grow: 1;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .clickable:after {
  content: " ";
  width: 9px;
  display: block;
  background: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  flex-shrink: 0;
  transition: all 0.3s;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text {
  height: 0px;
  overflow: hidden;
  font-size: 16px;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text .exp-text-inner {
  padding: 14px 0 3px;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text .exp-text-inner &gt; img {
  display: none;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text .exp-text-inner ul {
  margin-left: 1.8em;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text .exp-text-inner ul li {
  margin-bottom: 0.625em;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text .exp-text-inner ul li::before {
  left: -1.8em;
  top: 0.6em;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li .exp-text .exp-text-inner ul li:last-child {
  margin-bottom: 0;
}
.ImageMap .contents-section .contents .inner .sidebar .cat-lists .cat-list &gt; ul &gt; li.open .clickable:after {
  transform: rotate(-180deg);
}

.PostList .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.PostList .contents-section .contents {
  padding: 50px 0;
  width: 100%;
}
@media (max-width: 1023px) {
  .PostList .contents-section .contents .term-wrapper {
    padding: 0;
  }
}
.PostList .contents-section .contents .term-selector {
  padding: 20px 30px 20px 50px;
  border-radius: 209px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.11);
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 1023px) {
  .PostList .contents-section .contents .term-selector {
    row-gap: 10px;
    flex-direction: column;
    text-align: center;
    border-radius: 0;
    box-shadow: none;
    padding-right: 0;
    padding-left: 0;
  }
}
.PostList .contents-section .contents .term-selector .text {
  font-size: 20px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .PostList .contents-section .contents .term-selector .text {
    padding: 0;
  }
}
.PostList .contents-section .contents .term-selector .terms {
  display: flex;
  box-shadow: 0px 0px 19px 0px rgba(0, 0, 0, 0.11);
  border-radius: 38px;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .PostList .contents-section .contents .term-selector .terms {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
  }
}
.PostList .contents-section .contents .term-selector .terms .option {
  padding: 14px 41px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  transition: color 0.3s;
}
@media (max-width: 1023px) {
  .PostList .contents-section .contents .term-selector .terms .option {
    flex-grow: 1;
    transition: none;
  }
  .PostList .contents-section .contents .term-selector .terms .option:not(.selected) {
    text-decoration: underline;
  }
  .PostList .contents-section .contents .term-selector .terms .option.selected {
    background-color: #EF3829;
  }
}
.PostList .contents-section .contents .term-selector .terms .option.selected {
  color: #FFFFFF;
}
.PostList .contents-section .contents .term-selector .terms .highlight {
  width: 220px;
  border-radius: 38px;
  position: absolute;
  content: "";
  background-color: #EF3829;
  top: 0;
  bottom: 0;
  left: 0;
}
@media (max-width: 1023px) {
  .PostList .contents-section .contents .term-selector .terms .highlight {
    display: none;
  }
}
.PostList .contents-section .contents .listWrapper {
  position: absolute;
  display: none;
}
.PostList .contents-section .contents .listWrapper.active {
  display: block;
  position: static;
}
.PostList .contents-section .contents .listWrapper .postFilter .Filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 499px) {
  .PostList .contents-section .contents .listWrapper .postFilter .Filter {
    flex-direction: column;
    align-items: baseline;
    row-gap: 10px;
  }
}
.PostList .contents-section .contents .listWrapper .postFilter .Filter .select2 {
  min-width: 350px;
}
.PostList .contents-section .contents .listWrapper .postContainer {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 30px;
  row-gap: 35px;
}
@media (max-width: 767px) {
  .PostList .contents-section .contents .listWrapper .postContainer {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 499px) {
  .PostList .contents-section .contents .listWrapper .postContainer {
    grid-template-columns: 1fr;
  }
}

.CardsListOverlay {
  position: relative;
}
.CardsListOverlay .contents-section {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CardsListOverlay .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.CardsListOverlay .contents-section .contents {
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.CardsListOverlay .contents-section .contents .w,
.CardsListOverlay .contents-section .contents .wm {
  min-height: 100%;
}
.CardsListOverlay .contents-section .contents .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 82px 0 108px;
}
@media all and (max-width: 1600px) {
  .CardsListOverlay .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .CardsListOverlay .contents-section .contents .inner {
    padding: 60px 0;
  }
}
main .page.fullpage-scroll .CardsListOverlay .contents-section .contents .inner {
  padding: 102px 0 80px;
}
@media all and (max-width: 1919px) {
  main .page.fullpage-scroll .CardsListOverlay .contents-section .contents .inner {
    padding: 130px 0 80px;
  }
}
@media all and (max-width: 1600px) {
  main .page.fullpage-scroll .CardsListOverlay .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  main .page.fullpage-scroll .CardsListOverlay .contents-section .contents .inner {
    padding: 60px 0;
  }
}

.CardsListOverlay .contents-section .contents .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 98px;
}
@media all and (max-width: 1919px) {
  .CardsListOverlay .contents-section .contents .inner .header {
    margin-bottom: 64px;
  }
}
@media all and (max-width: 1600px) {
  .CardsListOverlay .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListOverlay .contents-section .contents .inner .header {
    margin-bottom: 30px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items {
  margin: -7.5px 0;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item {
  padding: 7.5px 0;
  color: #0B2347;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
  cursor: pointer;
}
@media all and (max-width: 767px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner {
    flex-direction: column;
    min-height: 0 !important;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
  width: 355px;
  flex-shrink: 0;
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 1366px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: 300px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: 280px;
  }
}
@media all and (max-width: 1023px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: auto;
    height: 200px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
  padding: 49px 0 49px 47px;
}
@media all and (max-width: 1366px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 40px 0 40px 40px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 30px 0 30px 30px;
  }
}
@media all and (max-width: 1023px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 30px;
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 20px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 25px;
  line-height: 1.4;
}
@media all and (max-width: 1600px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 499px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper h3 {
    font-size: 18px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper .icon-wrapper {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding-top: 30px;
}
@media all and (max-width: 1023px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper .icon-wrapper {
    display: flex;
    justify-content: flex-end;
  }
}
@media all and (max-width: 767px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper .icon-wrapper {
    padding-top: 20px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper .icon-wrapper .icon {
  width: 40px;
  height: 40px;
  background: url(../images/icon-play-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper {
  padding: 0 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1366px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper {
    padding: 0 55px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper {
    padding: 0 40px;
  }
}
@media all and (max-width: 1023px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper {
    display: none;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper .icon {
  width: 60px;
  height: 60px;
  background: url(../images/icon-play-blue.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1366px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper .icon {
    width: 50px;
    height: 50px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .item-inner &gt; .icon-wrapper .icon {
    width: 40px;
    height: 40px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
  display: flex;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  transition: opacity 0.3s;
  transition-delay: 0.2s;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay.visible {
  opacity: 1;
  pointer-events: all;
  z-index: 101;
  transition-delay: 0s;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .w,
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .wm {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .close {
  position: fixed;
  top: 50px;
  right: 70px;
  cursor: pointer;
}
@media all and (max-width: 1128px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .close {
    right: 60px;
    top: 60px;
  }
}
@media all and (max-width: 1023px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .close {
    right: 40px;
    top: 40px;
  }
}
@media all and (max-width: 767px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .close {
    right: 20px;
    top: 20px;
    position: absolute;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .close span {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner {
  margin: auto;
  padding: 110px 0;
  color: #FFFFFF;
  width: 100%;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .heading {
  margin-bottom: 10px;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .heading h4 {
  font-size: 25px;
  line-height: 1.4;
}
@media all and (max-width: 1600px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .heading h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 499px) {
  .CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .heading h4 {
    font-size: 18px;
  }
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .heading h4 span {
  font-weight: 300;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .text {
  margin-bottom: 16px;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .media.imageSpace {
  border-radius: 20px;
  overflow: hidden;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .others {
  margin-top: 20px;
}
.CardsListOverlay .contents-section .contents .inner .items-wrapper .items .item .overlay .overlay-inner .others span[data-index] {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}

.CardsListCTA {
  position: relative;
}
.CardsListCTA .contents-section {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CardsListCTA .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #CACACA 0%, #FFFFFF 132%);
}
.CardsListCTA .contents-section .contents {
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.CardsListCTA .contents-section .contents .w,
.CardsListCTA .contents-section .contents .wm {
  min-height: 100%;
}
.CardsListCTA .contents-section .contents .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 82px 0 108px;
}
@media all and (max-width: 1600px) {
  .CardsListCTA .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .CardsListCTA .contents-section .contents .inner {
    padding: 60px 0;
  }
}
main .page.fullpage-scroll .CardsListCTA .contents-section .contents .inner {
  padding: 102px 0 80px;
}
@media all and (max-width: 1919px) {
  main .page.fullpage-scroll .CardsListCTA .contents-section .contents .inner {
    padding: 130px 0 80px;
  }
}
@media all and (max-width: 1600px) {
  main .page.fullpage-scroll .CardsListCTA .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  main .page.fullpage-scroll .CardsListCTA .contents-section .contents .inner {
    padding: 60px 0;
  }
}

.CardsListCTA .contents-section .contents .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 98px;
}
@media all and (max-width: 1919px) {
  .CardsListCTA .contents-section .contents .inner .header {
    margin-bottom: 64px;
  }
}
@media all and (max-width: 1600px) {
  .CardsListCTA .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListCTA .contents-section .contents .inner .header {
    margin-bottom: 30px;
  }
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items {
  margin: -7.5px 0;
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item {
  padding: 7.5px 0;
  color: #0B2347;
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner {
  background-color: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: stretch;
}
@media all and (max-width: 767px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner {
    flex-direction: column;
    min-height: 0 !important;
  }
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
  width: 355px;
  flex-shrink: 0;
  min-height: 100%;
  position: relative;
}
@media all and (max-width: 1366px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: 300px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: 280px;
  }
}
@media all and (max-width: 1023px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: 250px;
  }
}
@media all and (max-width: 767px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: auto;
    height: 200px;
  }
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image-spacer {
  pointer-events: none;
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
  padding: 30px 36px 30px 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper &gt; * {
  width: 100%;
}
@media all and (max-width: 1366px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 30px 32px 30px 40px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 30px;
  }
}
@media all and (max-width: 1023px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media all and (max-width: 767px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 20px;
  }
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper h3 {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 25px;
  line-height: 1.4;
}
@media all and (max-width: 1600px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 499px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper h3 {
    font-size: 18px;
  }
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper .text a {
  font-weight: 700;
  color: #4B4C4F;
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .cta-wrapper {
  margin-top: 27px;
}
@media all and (max-width: 1215px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .cta-wrapper {
    margin-top: 20px;
  }
}
@media all and (max-width: 767px) {
  .CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .cta-wrapper {
    margin-top: 15px;
  }
}
.CardsListCTA .contents-section .contents .inner .items-wrapper .items .item .item-inner .cta-wrapper a {
  color: #EF3829;
  text-decoration: underline;
  font-weight: 700;
}
@media all and (max-width: 767px) {
  .CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper {
    width: auto;
    height: 180px;
  }
}
.CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image {
  top: 40px;
  left: 60px;
  right: 60px;
  bottom: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media all and (max-width: 1366px) {
  .CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image {
    top: 30px;
    left: 50px;
    right: 50px;
    bottom: 30px;
  }
}
@media all and (max-width: 1215px) {
  .CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image {
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
  }
}
@media all and (max-width: 767px) {
  .CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .image-wrapper .image {
    bottom: 20px;
    top: 20px;
    left: 50%;
    right: auto;
    width: 80%;
    max-width: 200px;
    transform: translateX(-50%);
  }
}
.CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
  padding-left: 0 !important;
}
@media all and (max-width: 767px) {
  .CardsListCTA.layout-contain .contents-section .contents .inner .items-wrapper .items .item .item-inner .texts-wrapper {
    padding: 0 20px 20px 20px !important;
  }
}

.LogosReel .contents-logos {
  width: 100%;
  position: relative;
}
.LogosReel .contents-logos .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: #FFFFFF;
}
.LogosReel .contents-logos .inner {
  padding: 70px 0;
  position: relative;
}
@media all and (max-width: 1919px) {
  .LogosReel .contents-logos .inner {
    padding: 40px 0;
  }
}
@media all and (max-width: 1600px) {
  .LogosReel .contents-logos .inner {
    padding: 30px 0;
  }
}
@media all and (max-width: 1128px) {
  .LogosReel .contents-logos .inner {
    padding: 20px 0;
  }
}
.LogosReel .contents-logos .inner .texts {
  text-align: center;
  margin-bottom: 50px;
}
.LogosReel .contents-logos .inner .texts h2 {
  font-weight: 800;
  color: #12215F;
  margin-bottom: 20px;
}
.LogosReel .contents-logos .inner .texts p {
  font-size: 20px;
  font-weight: 300;
}
.LogosReel .contents-logos .inner .items-wrapper .items .item {
  padding: 0 17.5px;
}
.LogosReel .contents-logos .inner .items-wrapper .items .item .image {
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
@media all and (max-width: 1919px) {
  .LogosReel .contents-logos .inner .items-wrapper .items .item .image {
    height: 80px;
  }
}
@media all and (max-width: 1600px) {
  .LogosReel .contents-logos .inner .items-wrapper .items .item .image {
    height: 70px;
  }
}
@media all and (max-width: 1128px) {
  .LogosReel .contents-logos .inner .items-wrapper .items .item .image {
    height: 60px;
  }
}
.LogosReel .contents-logos .inner .items-wrapper .items .item.superwide .image {
  width: 234px;
}
@media all and (max-width: 1600px) {
  .LogosReel .contents-logos .inner .items-wrapper .items .item.superwide .image {
    width: 200px;
  }
}
.LogosReel .contents-logos .inner .items-wrapper .items .item.landscape .image {
  width: 180px;
}
@media all and (max-width: 1600px) {
  .LogosReel .contents-logos .inner .items-wrapper .items .item.landscape .image {
    width: 150px;
  }
}
.LogosReel .contents-logos .inner .items-wrapper .items .item.portrait .image {
  width: 130px;
}
@media all and (max-width: 1600px) {
  .LogosReel .contents-logos .inner .items-wrapper .items .item.portrait .image {
    width: 90px;
  }
}

.ScrollingCards .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ScrollingCards .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 300px;
  background: linear-gradient(0deg, #FFFFFF 0%, #CACACA 130%);
}
.ScrollingCards .contents-section .contents {
  width: 100%;
  padding: 100px 0 130px;
}
@media (max-width: 1600px) {
  .ScrollingCards .contents-section .contents {
    padding: 75px 0;
  }
}
.ScrollingCards .contents-section .contents .inner h2 {
  text-align: center;
  margin-bottom: 85px;
}
@media (max-width: 1600px) {
  .ScrollingCards .contents-section .contents .inner h2 {
    margin-bottom: 50px;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper {
  position: relative;
  margin-bottom: 110px;
}
@media (max-width: 1366px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper {
    margin-bottom: 50px;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .section-cursor {
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #EF3829;
  top: 190px;
  left: 0;
  transform: translate(-50%, -30%);
}
@media (max-width: 1366px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .section-cursor {
    display: none;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .cursor-rail {
  content: "";
  position: absolute;
  top: 190px;
  left: 0;
  bottom: 190px;
  width: 1px;
  background-color: #12215F;
}
@media (max-width: 1366px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .cursor-rail {
    display: none;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section {
  padding-left: 45px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 50px;
  opacity: 0;
  transition: opacity 0.3s;
}
@media (max-width: 1600px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section {
    column-gap: 40px;
  }
}
@media (max-width: 1366px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section {
    opacity: 1;
    flex-direction: column;
    row-gap: 40px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section {
    align-items: stretch;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section.active {
  opacity: 1;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section:not(:last-child) {
  margin-bottom: 50px;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .slick-slide {
  margin: 0 10px;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .slick-list {
  margin: 0 -10px;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .title {
  font-size: 25px;
  font-weight: 700;
  flex-basis: 20%;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .details {
  display: flex;
  column-gap: 75px;
  align-items: center;
}
@media (max-width: 1600px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .details {
    column-gap: 40px;
  }
}
@media (max-width: 1023px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .details {
    flex-direction: column;
    column-gap: 20px;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper {
  position: relative;
}
@media (max-width: 767px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper {
    width: 100%;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper .arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  color: #FFFFFF;
  background-color: #0B2347;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper .arrow.prev {
  left: 15px;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper .arrow.next {
  right: 15px;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper .arrow.slick-disabled {
  opacity: 0.2;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .galleryWrapper .arrow.slick-hidden {
  display: none;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .gallery {
  width: 650px;
}
@media (max-width: 1600px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .gallery {
    width: 550px;
  }
}
@media (max-width: 767px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .gallery {
    width: inherit;
  }
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .gallery .item {
  border-radius: 20px;
  overflow: hidden;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .gallery .item .imageBackground {
  padding-bottom: 57.91%;
}
.ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .desc {
  max-width: 450px;
}
@media (max-width: 1366px) {
  .ScrollingCards .contents-section .contents .inner .scrollerWrapper .card-section .desc {
    max-width: none;
  }
}
.ScrollingCards .contents-section .contents .inner .ctaWrapper {
  display: flex;
  justify-content: center;
}

.TechnologiesByIndustry,
.MachinesGrid,
.IndustriesByTechnology {
  position: relative;
}
.TechnologiesByIndustry .contents-section,
.MachinesGrid .contents-section,
.IndustriesByTechnology .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TechnologiesByIndustry .contents-section .bg,
.MachinesGrid .contents-section .bg,
.IndustriesByTechnology .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.TechnologiesByIndustry .contents-section .contents,
.MachinesGrid .contents-section .contents,
.IndustriesByTechnology .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.TechnologiesByIndustry .contents-section .contents .w,
.TechnologiesByIndustry .contents-section .contents .wm,
.MachinesGrid .contents-section .contents .w,
.MachinesGrid .contents-section .contents .wm,
.IndustriesByTechnology .contents-section .contents .w,
.IndustriesByTechnology .contents-section .contents .wm {
  min-height: 100%;
}
.TechnologiesByIndustry .contents-section .contents .inner,
.MachinesGrid .contents-section .contents .inner,
.IndustriesByTechnology .contents-section .contents .inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  padding: 82px 0 108px;
}
@media all and (max-width: 1600px) {
  .TechnologiesByIndustry .contents-section .contents .inner,
.MachinesGrid .contents-section .contents .inner,
.IndustriesByTechnology .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .TechnologiesByIndustry .contents-section .contents .inner,
.MachinesGrid .contents-section .contents .inner,
.IndustriesByTechnology .contents-section .contents .inner {
    padding: 60px 0;
  }
}
main .page.fullpage-scroll .TechnologiesByIndustry .contents-section .contents .inner,
main .page.fullpage-scroll .MachinesGrid .contents-section .contents .inner,
main .page.fullpage-scroll .IndustriesByTechnology .contents-section .contents .inner {
  padding: 102px 0 80px;
}
@media all and (max-width: 1919px) {
  main .page.fullpage-scroll .TechnologiesByIndustry .contents-section .contents .inner,
main .page.fullpage-scroll .MachinesGrid .contents-section .contents .inner,
main .page.fullpage-scroll .IndustriesByTechnology .contents-section .contents .inner {
    padding: 130px 0 80px;
  }
}
@media all and (max-width: 1600px) {
  main .page.fullpage-scroll .TechnologiesByIndustry .contents-section .contents .inner,
main .page.fullpage-scroll .MachinesGrid .contents-section .contents .inner,
main .page.fullpage-scroll .IndustriesByTechnology .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  main .page.fullpage-scroll .TechnologiesByIndustry .contents-section .contents .inner,
main .page.fullpage-scroll .MachinesGrid .contents-section .contents .inner,
main .page.fullpage-scroll .IndustriesByTechnology .contents-section .contents .inner {
    padding: 60px 0;
  }
}

.TechnologiesByIndustry .contents-section .contents .inner .header,
.MachinesGrid .contents-section .contents .inner .header,
.IndustriesByTechnology .contents-section .contents .inner .header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
}
@media all and (max-width: 1919px) {
  .TechnologiesByIndustry .contents-section .contents .inner .header,
.MachinesGrid .contents-section .contents .inner .header,
.IndustriesByTechnology .contents-section .contents .inner .header {
    margin-bottom: 40px;
  }
}
.TechnologiesByIndustry .contents-section .contents .inner .header h2,
.MachinesGrid .contents-section .contents .inner .header h2,
.IndustriesByTechnology .contents-section .contents .inner .header h2 {
  color: #FFFFFF;
  font-size: 70px;
}
@media all and (max-width: 1600px) {
  .TechnologiesByIndustry .contents-section .contents .inner .header h2,
.MachinesGrid .contents-section .contents .inner .header h2,
.IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 60px;
  }
}
@media all and (max-width: 1215px) {
  .TechnologiesByIndustry .contents-section .contents .inner .header h2,
.MachinesGrid .contents-section .contents .inner .header h2,
.IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 55px;
  }
}
@media all and (max-width: 1128px) {
  .TechnologiesByIndustry .contents-section .contents .inner .header h2,
.MachinesGrid .contents-section .contents .inner .header h2,
.IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 50px;
  }
}
@media all and (max-width: 767px) {
  .TechnologiesByIndustry .contents-section .contents .inner .header h2,
.MachinesGrid .contents-section .contents .inner .header h2,
.IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 40px;
  }
}
@media all and (max-width: 600px) {
  .TechnologiesByIndustry .contents-section .contents .inner .header h2,
.MachinesGrid .contents-section .contents .inner .header h2,
.IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 35px;
  }
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper {
  margin: 0 -10px;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .flickity-slider,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .flickity-slider,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .flickity-slider {
  display: flex;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .flickity-viewport,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .flickity-viewport,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .flickity-viewport {
  overflow: visible;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item {
  padding: 0 10px;
  width: 300px;
  min-height: 100%;
  display: flex;
  color: #0B2347;
}
@media all and (max-width: 767px) {
  .TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item {
    width: 275px;
  }
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
  width: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #FFFFFF;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper,
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper {
  margin-bottom: 20px;
  border-radius: 15px;
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image,
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .media,
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper .image,
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper .media,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .media,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper .image,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper .media,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .image,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .image-wrapper .media,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper .image,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner .media-wrapper .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong {
  color: #FFFFFF;
}
.TechnologiesByIndustry .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner p,
.MachinesGrid .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner p,
.IndustriesByTechnology .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner p {
  margin-top: 5px;
  font-size: 16px;
}
.TechnologiesByIndustry.background-white-gradient .contents-section .bg,
.MachinesGrid.background-white-gradient .contents-section .bg,
.IndustriesByTechnology.background-white-gradient .contents-section .bg {
  background: linear-gradient(180deg, #FFF 0%, #CACACA 132%);
}
.TechnologiesByIndustry.background-white-gradient .contents-section .contents .inner .header h2,
.MachinesGrid.background-white-gradient .contents-section .contents .inner .header h2,
.IndustriesByTechnology.background-white-gradient .contents-section .contents .inner .header h2 {
  color: #0B2347;
}
.TechnologiesByIndustry.background-white-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner,
.MachinesGrid.background-white-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner,
.IndustriesByTechnology.background-white-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner {
  color: #0B2347;
  width: 100%;
}
.TechnologiesByIndustry.background-white-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong,
.MachinesGrid.background-white-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong,
.IndustriesByTechnology.background-white-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong {
  color: #EF3829;
}
.TechnologiesByIndustry.background-red-gradient .contents-section .bg,
.MachinesGrid.background-red-gradient .contents-section .bg,
.IndustriesByTechnology.background-red-gradient .contents-section .bg {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.TechnologiesByIndustry.background-blue-gradient .contents-section .bg,
.MachinesGrid.background-blue-gradient .contents-section .bg,
.IndustriesByTechnology.background-blue-gradient .contents-section .bg {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.TechnologiesByIndustry.background-blue-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong,
.MachinesGrid.background-blue-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong,
.IndustriesByTechnology.background-blue-gradient .contents-section .contents .inner .scroller-wrapper .scroller .item .item-inner &gt; strong {
  color: #EF3829;
}

.IndustriesByTechnology .contents-section .contents .inner .header h2 {
  font-size: 46px;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 42px;
  }
}
@media all and (max-width: 1215px) {
  .IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 38px;
  }
}
@media all and (max-width: 1128px) {
  .IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 35px;
  }
}
@media all and (max-width: 767px) {
  .IndustriesByTechnology .contents-section .contents .inner .header h2 {
    font-size: 30px;
  }
}

.MachinesList &gt; *:first-child:not(.FiltersRow) {
  padding-top: 89px;
}
@media all and (max-width: 1600px) {
  .MachinesList &gt; *:first-child:not(.FiltersRow) {
    padding-top: 80px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList &gt; *:first-child:not(.FiltersRow) {
    padding-top: 60px;
  }
}
.MachinesList .contents {
  padding: 0 0 89px;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents {
    padding: 0 0 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents {
    padding: 0 0 60px 0;
  }
}
.MachinesList .contents .items {
  padding-top: 14px;
}
.MachinesList .contents .items .item {
  margin-bottom: 56px;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents .items .item {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item {
    margin-bottom: 35px;
  }
}
.MachinesList .contents .items .item:nth-last-child(2) {
  margin-bottom: 0;
}
.MachinesList .contents .items .item.hidden {
  display: none;
}
.MachinesList .contents .items .item .item-inner {
  box-shadow: 0px 0px 28px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  overflow: hidden;
}
.MachinesList .contents .items .item .item-inner .summary {
  padding: 13px;
  background: linear-gradient(180deg, #FFFFFF 0%, #CACACA 132%);
  display: flex;
}
@media all and (max-width: 767px) {
  .MachinesList .contents .items .item .item-inner .summary {
    padding: 10px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .summary {
    flex-direction: column;
  }
}
.MachinesList .contents .items .item .item-inner .summary .image-wrapper {
  width: 31.2%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 38px;
}
@media all and (max-width: 1919px) {
  .MachinesList .contents .items .item .item-inner .summary .image-wrapper {
    margin-right: 17px;
  }
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .image-wrapper {
    margin-right: 15px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .summary .image-wrapper {
    width: 40%;
  }
}
@media all and (max-width: 767px) {
  .MachinesList .contents .items .item .item-inner .summary .image-wrapper {
    margin-right: 10px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .summary .image-wrapper {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .image-wrapper .image {
  padding-bottom: 100%;
  min-height: 100%;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper {
  flex-grow: 1;
  padding: 12px 17px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper {
    padding: 12px 15px;
  }
}
@media all and (max-width: 767px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper {
    padding: 10px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper &gt; * {
  margin-bottom: 22px;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper &gt; * {
    margin-bottom: 15px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper &gt; *:last-child {
  margin-bottom: 0;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms {
  list-style: none;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  margin: -10px -30px 28px auto;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms {
    margin: -10px -20px 25px auto;
  }
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms {
    font-size: 15px;
    margin: -10px -20px 15px auto;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms {
    font-size: 13px;
    justify-content: flex-start;
    margin: -10px -20px 15px 0;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms li {
  padding: 10px 30px 0 0;
  display: flex;
  align-items: center;
  font-weight: 700;
  line-height: 1.555;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms li {
    padding: 10px 20px 0 0;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms li i {
  margin-right: 8px;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms li i svg,
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .top-terms li i img {
  height: 0.83em;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper h3 {
  font-size: 25px;
  font-weight: 700;
  color: #EF3829;
  margin-bottom: 10px;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 1215px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 767px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper h3 {
    font-size: 20px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .excerpt {
  line-height: 1.27778;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .excerpt {
    font-size: 15px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .excerpt {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .excerpt {
    font-size: 15px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms {
  list-style: none;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms {
    font-size: 15px;
  }
}
@media all and (max-width: 1215px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms {
    font-size: 14px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li {
  margin-bottom: 14px;
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li {
    margin-bottom: 10px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li:last-child {
  margin-bottom: 0;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li ul {
  list-style: none;
  display: flex;
  font-weight: 700;
  flex-wrap: wrap;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li ul li {
  margin-left: 9px;
  padding-left: 9px;
  border-left: 1px solid #0B2347;
  display: flex;
  align-items: center;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li ul li:first-child {
  padding-left: 0;
  border-left: none;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li ul li i {
  margin-right: 8px;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li ul li i svg,
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .labeled-terms &gt; li ul li i img {
  height: 0.83em;
  width: auto;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler {
  margin-top: auto;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler {
    font-size: 15px;
  }
}
@media all and (max-width: 1215px) {
  .MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler {
    font-size: 14px;
  }
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler span {
  position: relative;
  font-weight: 700;
  line-height: 1.66;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler span:after {
  content: " ";
  display: block;
  left: 0;
  top: 100%;
  margin-top: -0.24em;
  height: 1px;
  background-color: #0B2347;
  width: 100%;
}
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler svg,
.MachinesList .contents .items .item .item-inner .summary .texts-wrapper .more-info-toggler img {
  margin-top: 0.45em;
  height: 0.45em;
  width: auto;
  margin-left: 8px;
  transition: all 0.3s;
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper {
  position: relative;
  height: 0px;
  overflow: hidden;
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid.background-red-gradient {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid.background-blue-gradient {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents {
  padding: 50px;
  color: #FFFFFF;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents {
    padding: 40px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents {
    padding: 30px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents {
    padding: 20px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents h3 {
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents h3 {
    font-size: 32px;
  }
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents h3 {
    font-size: 30px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents h3 {
    font-size: 28px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents h3 {
    font-size: 22px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items {
  margin: 0 -40px 0;
  display: flex;
  flex-wrap: wrap;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items {
    margin: 0 -25px 0;
  }
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items {
    margin: 0 -15px 0;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items {
    margin: -10px -10px 0;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item {
  padding: 45px 40px 0;
  width: 25%;
  margin-bottom: 0;
}
@media all and (max-width: 1600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item {
    padding: 30px 20px 0;
  }
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item {
    padding: 30px 20px 0;
    width: 50%;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item {
    padding: 30px 10px 0;
  }
}
@media all and (max-width: 499px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item {
    width: 100%;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item strong {
  line-height: 1.22;
  min-height: 2.44em;
  margin-bottom: 10px;
  display: block;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item strong {
    min-height: 0;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item strong {
    font-size: 15px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item strong {
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item strong {
    font-size: 15px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item p {
  font-size: 16px;
}
@media all and (max-width: 1919px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item p {
    font-size: 15px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item p {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item p {
    font-size: 15px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .TextsInGrid .sub-contents .items .item p {
    font-size: 14px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText.background-red-gradient {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText.background-blue-gradient {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents {
  padding: 50px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents {
    padding: 40px;
  }
}
@media all and (max-width: 1215px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents {
    align-items: flex-start;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents {
    padding: 30px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents {
    padding: 20px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents h3 {
    font-size: 20px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents h3 {
    font-size: 22px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents h3 {
    font-size: 20px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .mobile-title {
  width: 100%;
  display: none;
  order: 0;
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper {
  width: 50%;
  padding-right: 35px;
  order: 1;
}
@media all and (max-width: 1919px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper {
    padding-right: 17px;
  }
}
@media all and (max-width: 1215px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper {
    font-size: 15px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper {
    font-size: 14px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    font-size: 16px;
  }
}
@media all and (max-width: 600px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper {
    font-size: 15px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .texts-wrapper ul li:before {
  background-color: #FFFFFF;
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .media-wrapper {
  width: 50%;
  padding-left: 35px;
  order: 2;
}
@media all and (max-width: 1919px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .media-wrapper {
    padding-left: 17px;
  }
}
@media all and (max-width: 1023px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .media-wrapper {
    order: 0 !important;
    width: 100%;
    margin-bottom: 17px;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText .sub-contents .media-wrapper .media.imageBackground {
  border-radius: 10px;
  padding-bottom: 56.25%;
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText.media-position-left .texts-wrapper {
  order: 2;
  padding-left: 35px;
  padding-right: 0;
}
@media all and (max-width: 1919px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText.media-position-left .texts-wrapper {
    padding-left: 17px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText.media-position-left .media-wrapper {
  order: 1;
  padding-right: 35px;
  padding-left: 0;
}
@media all and (max-width: 1919px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .MediaAndText.media-position-left .media-wrapper {
    padding-right: 17px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .last-close {
  padding-top: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  order: 100;
}
@media all and (max-width: 1366px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .last-close {
    padding-top: 40px;
  }
}
@media all and (max-width: 1128px) {
  .MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .last-close {
    padding-top: 30px;
  }
}
.MachinesList .contents .items .item .item-inner .more-info-wrapper .more-info .last-close span {
  cursor: pointer;
}
.MachinesList .contents .items .item.open .item-inner .summary .texts-wrapper .more-info-toggler svg {
  transform: rotate(-90deg);
}
.MachinesList .contents .items .no-results {
  display: none;
  padding: 50px;
  text-align: center;
  font-size: 16px;
}
.MachinesList .contents .items.no-results .no-results {
  display: block;
}
.MachinesList .contents .cta-container {
  margin-top: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.FullImageMap .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FullImageMap .contents-section .contents {
  position: relative;
  padding-top: 130px;
  width: 100%;
  color: #FFFFFF;
}
@media (max-width: 1600px) {
  .FullImageMap .contents-section .contents {
    padding-top: 75px;
  }
}
.FullImageMap .contents-section .contents.no-title {
  padding-top: 0;
}
.FullImageMap .contents-section .contents .introTitle {
  color: #12215F;
  text-align: center;
  margin-bottom: 65px;
}
.FullImageMap .contents-section .contents .inner {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .FullImageMap .contents-section .contents .inner {
    flex-direction: column;
    height: auto !important;
  }
}
.FullImageMap .contents-section .contents .inner .pin {
  display: none;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper {
  width: 100%;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 900px;
}
@media (max-width: 1366px) {
  .FullImageMap .contents-section .contents .inner .image-maps-wrapper {
    height: 700px;
  }
}
@media (max-width: 1023px) {
  .FullImageMap .contents-section .contents .inner .image-maps-wrapper {
    height: 500px;
  }
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw-t {
  bottom: 15px !important;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw {
  width: 365px;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .gm-style-iw-d {
  padding: 0;
  overflow: hidden !important;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner {
  padding: 50px 50px 0px 50px;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper {
  height: 0;
  opacity: 0;
  overflow: hidden;
  background-color: #FFFFFF;
  border-radius: 10px;
  filter: drop-shadow(0px 0px 28px rgba(0, 0, 0, 0.11));
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .img {
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .textWrapper {
  padding: 10px 15px 35px;
  font-size: 16px;
  font-family: "greycliff-cf";
  color: #1D1D1D;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .textWrapper .title {
  font-weight: 700;
  width: 100%;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .textWrapper .sub {
  width: 100%;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .textWrapper .desc {
  margin-top: 15px;
  font-size: 14px;
  width: 100%;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .textWrapper.no-image {
  padding: 20px 15px;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner .inner-wrapper .textWrapper .btn {
  margin-top: 15px;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw .info-inner svg {
  margin: 0 auto;
  height: 0;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw button {
  display: none !important;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .gm-style-iw-tc {
  display: none;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .image-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .image-map:nth-child(2) {
  transform: translateX(100%);
}
.FullImageMap .contents-section .contents .inner .image-maps-wrapper .image-map .image-map-div {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FFF 0%, #CACACA 132%);
  position: relative;
}

.Inquiry .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Inquiry .contents-section .contents {
  width: 100%;
  padding: 90px 0 180px;
  background-color: #052E6B;
}
@media (max-width: 1023px) {
  .Inquiry .contents-section .contents {
    padding: 75px 0;
  }
}
.Inquiry .contents-section .contents .intro-text {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 90px;
}
@media (max-width: 1023px) {
  .Inquiry .contents-section .contents .intro-text {
    margin-bottom: 50px;
  }
}
.Inquiry .contents-section .contents .intro-text .step-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.Inquiry .contents-section .contents .intro-text .step-wrapper .step {
  padding: 5px 30px;
  background-color: #EF3829;
  border-radius: 49px;
  font-size: 18px;
  font-weight: 700;
}
.Inquiry .contents-section .contents .intro-text h3 {
  margin-bottom: 10px;
}
.Inquiry .contents-section .contents .grid-choice {
  display: flex;
  flex-wrap: wrap;
  column-gap: 15px;
  row-gap: 25px;
}
.Inquiry .contents-section .contents .grid-choice .choice {
  flex: 1 1 calc(50% - 15px);
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 40px 45px;
  min-height: 168px;
  cursor: pointer;
  transition: all 0.3s;
}
@media (min-width: 1216px) {
  .Inquiry .contents-section .contents .grid-choice .choice:nth-last-child(-n+3) {
    flex: 1 1 calc(33.3333333333% - 15px);
  }
}
@media (max-width: 767px) {
  .Inquiry .contents-section .contents .grid-choice .choice {
    flex: 1 1 100%;
  }
}
.Inquiry .contents-section .contents .grid-choice .choice .icon-wrapper {
  position: relative;
}
.Inquiry .contents-section .contents .grid-choice .choice .icon-wrapper .icon {
  width: 45px;
  padding-bottom: 100%;
  background-size: contain;
  transition: opacity 0.3s;
}
.Inquiry .contents-section .contents .grid-choice .choice .icon-wrapper .icon.hover {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.Inquiry .contents-section .contents .grid-choice .choice:hover {
  background-color: #EF3829;
  color: #FFFFFF;
}
.Inquiry .contents-section .contents .grid-choice .choice:hover .icon-wrapper .icon {
  opacity: 0;
}
.Inquiry .contents-section .contents .grid-choice .choice:hover .icon-wrapper .icon.hover {
  opacity: 1;
}
.Inquiry .contents-section .contents .grid-choice .choice .inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 499px) {
  .Inquiry .contents-section .contents .grid-choice .choice .inner {
    flex-direction: column;
  }
}
.Inquiry .contents-section .contents .grid-choice .choice .inner p {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 499px) {
  .Inquiry .contents-section .contents .grid-choice .choice .inner p {
    font-size: 20px;
  }
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .breadcrumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .back {
  cursor: pointer;
  display: flex;
  color: #FFFFFF;
  flex: 1;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .back svg {
  fill: #FFFFFF;
  width: 10px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .back .text {
  text-decoration: underline;
  margin-left: 10px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .step {
  padding: 5px 30px;
  background-color: #EF3829;
  border-radius: 49px;
  font-size: 18px;
  font-weight: 700;
  color: #FFFFFF;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .right {
  flex: 1;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .heading {
  color: #FFFFFF;
  margin-bottom: 50px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .heading.left {
  text-align: left;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .heading.center {
  text-align: center;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .heading.right {
  text-align: right;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper {
  position: relative;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper iframe {
  width: 100%;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 728px;
  margin: auto;
  padding: 20px 0 35px;
  color: #fff;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input[type=submit] {
  max-width: 256px;
  background: #fff;
  transition: all 300ms;
  margin-top: 15px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input[type=submit]:hover {
  cursor: pointer;
  color: #fff;
  background: #ef3829;
  border-color: #ef3829;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input, .Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper textarea, .Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper select {
  display: inline-block;
  border: 1px solid #fff;
  border-radius: 5px;
  width: 100% !important;
  padding: 6px 10px 5px;
  transition: all 300ms;
  margin-bottom: 30px;
  color: #0b2347;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input:focus, .Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper textarea:focus, .Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper select:focus {
  border: 1px solid #ef3829;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input.error, .Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper textarea.error, .Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper select.error {
  margin-bottom: 5px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper select {
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input.information-note {
  width: 16px !important;
  height: 16px;
  margin: 0;
  margin-right: 10px;
  appearance: auto;
  display: inline-block;
  margin-bottom: -20px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper input.information-note.error {
  margin-top: 30px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper .information-note-label {
  display: inline-block;
  padding-left: 25px;
  margin-bottom: 10px;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper .information-note-label a {
  display: inline-block;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper .information-note-label a:hover {
  text-decoration: underline;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper label.error {
  margin-bottom: 25px;
  color: #EF3829;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper label#information_note-error {
  margin-top: -22px;
  margin-bottom: 0;
}
.Inquiry .contents-section .contents .step2-wrapper .step_2 .formWrapper label#personal_data-error {
  margin-top: -22px;
  margin-bottom: 0;
}

.CardListSelector .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.CardListSelector .contents-section .contents {
  width: 100%;
  padding: 50px 0 75px;
}
.CardListSelector .contents-section .contents .term-wrapper {
  margin-bottom: 75px;
}
.CardListSelector .contents-section .contents .list {
  display: none;
}
.CardListSelector .contents-section .contents .list.active {
  display: block;
}
.CardListSelector .contents-section .contents .list .card {
  padding: 25px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 50px;
  border-radius: 10px;
  border: 1px solid #E5E5E5;
  background: linear-gradient(180deg, #FFFFFF -28.77%, #F3F3F3 69.41%);
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
@media (max-width: 1366px) {
  .CardListSelector .contents-section .contents .list .card {
    column-gap: 25px;
  }
}
@media (max-width: 1128px) {
  .CardListSelector .contents-section .contents .list .card {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
}
.CardListSelector .contents-section .contents .list .card:not(:last-child) {
  margin-bottom: 15px;
}
.CardListSelector .contents-section .contents .list .card .heading {
  font-size: 16px;
  flex-shrink: 0;
  grid-column: 1/span 2;
}
@media (max-width: 1128px) {
  .CardListSelector .contents-section .contents .list .card .heading {
    text-align: center;
  }
}
.CardListSelector .contents-section .contents .list .card .heading .title {
  font-size: 30px;
  font-weight: 800;
  color: #EF3829;
  line-height: 1.2;
}
.CardListSelector .contents-section .contents .list .card .desc {
  font-size: 16px;
  grid-column: 3/span 3;
}
.CardListSelector .contents-section .contents .list .card .ctaWrapper {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  column-gap: 8px;
  grid-column: 6;
}
.CardListSelector .contents-section .contents .list .card .ctaWrapper .cta {
  font-weight: 700;
  text-decoration: underline;
}
.CardListSelector .contents-section .contents .list .card .ctaWrapper i {
  font-size: 10px;
}
.CardListSelector .contents-section .contents .list .card .ctaWrapper:hover i {
  animation: arrowBounce 0.5s infinite alternate;
}
@keyframes arrowBounce {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10px);
  }
}

.FullWidthForm .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.FullWidthForm .contents-section .contents {
  width: 100%;
  background: #052E6B;
  padding: 80px 0;
}
@media (max-width: 1023px) {
  .FullWidthForm .contents-section .contents {
    padding: 75px 0;
  }
}
.FullWidthForm .contents-section .contents .heading {
  color: #FFFFFF;
  margin-bottom: 50px;
}
.FullWidthForm .contents-section .contents .heading.left {
  text-align: left;
}
.FullWidthForm .contents-section .contents .heading.center {
  text-align: center;
}
.FullWidthForm .contents-section .contents .heading.right {
  text-align: right;
}
.FullWidthForm .contents-section .contents .formWrapper {
  position: relative;
}
.FullWidthForm .contents-section .contents .formWrapper iframe {
  width: 100%;
}
.FullWidthForm .contents-section input,
.FullWidthForm .contents-section textarea,
.FullWidthForm .contents-section select {
  display: inline-block;
  border: 1px solid black;
  border-radius: 5px;
  width: 100% !important;
  padding: 6px 10px 5px;
  transition: all 300ms;
}
.FullWidthForm .contents-section input:focus,
.FullWidthForm .contents-section textarea:focus,
.FullWidthForm .contents-section select:focus {
  border: 1px solid #ef3829;
}
.FullWidthForm .contents-section select {
  padding: 10px;
  font-family: inherit;
  font-size: inherit;
}
.FullWidthForm .contents-section form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 728px;
  margin: auto;
  padding: 90px 0;
}
.FullWidthForm .contents-section input[type=submit] {
  max-width: 256px;
  background: #fff;
  transition: all 300ms;
}
.FullWidthForm .contents-section input[type=submit]:hover {
  cursor: pointer;
  color: #fff;
  background: #ef3829;
  border-color: #ef3829;
}

.SVGMap .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SVGMap .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
}
.SVGMap .contents-section .contents .inner {
  display: flex;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .SVGMap .contents-section .contents .inner {
    flex-direction: column;
    height: auto !important;
  }
}
.SVGMap .contents-section .contents .inner .sidebar {
  flex-grow: 1;
  overflow: auto;
}
@media all and (max-width: 1023px) {
  .SVGMap .contents-section .contents .inner .sidebar {
    padding-bottom: 40px;
  }
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul {
  list-style: none;
  padding-top: 40px;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li {
  padding: 15px 40px;
  border-bottom: 1px solid rgba(132, 132, 132, 0.5);
}
@media all and (max-width: 1366px) {
  .SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li {
    padding: 14px 30px;
  }
}
@media all and (max-width: 767px) {
  .SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li {
    padding: 12px 20px;
  }
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .clickable {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  display: flex;
  cursor: pointer;
}
@media all and (max-width: 1919px) {
  .SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .clickable {
    font-size: 16px;
  }
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .clickable span {
  padding-right: 10px;
  flex-grow: 1;
  color: #0B2347;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .clickable:after {
  content: " ";
  width: 9px;
  display: block;
  background: url(../images/arrow-down.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(-90deg);
  flex-shrink: 0;
  transition: all 0.3s;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .exp-text {
  height: 0px;
  overflow: hidden;
  font-size: 16px;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .exp-text .exp-text-inner {
  padding: 14px 0 3px;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .exp-text .exp-text-inner .cta {
  margin-top: 10px;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li .exp-text .exp-text-inner .cta a {
  color: #EF3829;
  text-decoration: underline;
  font-weight: 700;
}
.SVGMap .contents-section .contents .inner .sidebar &gt; ul &gt; li.open .clickable:after {
  transform: rotate(-180deg);
}
.SVGMap .contents-section .contents .inner .image-maps-wrapper {
  width: calc(100% - 520px);
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: linear-gradient(180deg, #FFF 0%, #CACACA 132%);
}
@media all and (max-width: 1919px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper {
    width: calc(100% - 450px);
  }
}
@media all and (max-width: 1366px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper {
    width: calc(100% - 400px);
  }
}
@media all and (max-width: 1023px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper {
    width: 100%;
  }
}
.SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 160px 35px 140px;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
}
@media all and (max-width: 1366px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map {
    padding: 120px 35px;
  }
}
@media all and (max-width: 1215px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map {
    padding: 100px 30px;
  }
}
@media all and (max-width: 1023px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map {
    padding: 0 30px 30px;
  }
}
@media all and (max-width: 767px) {
  .SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map {
    padding: 0 20px 20px;
  }
}
.SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map.base {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  opacity: 1;
}
.SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map.selected {
  opacity: 1;
}
.SVGMap .contents-section .contents .inner .image-maps-wrapper .image-map img {
  width: 100%;
  display: block;
}

.VerticalLogosScroller .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.VerticalLogosScroller .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
}
.VerticalLogosScroller .contents-section .contents .inner {
  display: flex;
  padding: 100px 0 100px;
}
@media all and (max-width: 1600px) {
  .VerticalLogosScroller .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .VerticalLogosScroller .contents-section .contents .inner {
    padding: 60px 0;
  }
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner {
    flex-direction: column;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal {
  position: absolute;
  pointer-events: none;
  visibility: hidden;
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal {
    position: relative;
    pointer-events: all;
    visibility: visible;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal:before, .VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal:after {
  content: " ";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 60px;
  background: linear-gradient(90deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal::before {
  left: 0;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal::after {
  right: 0;
  transform: rotate(180deg);
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/icon-arrow-up-rounded.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .arrow.arrow-prev {
  left: 0;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .arrow.arrow-next {
  right: 0;
  transform: translateY(-50%) rotate(90deg);
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item {
  width: 374px;
  max-width: calc(100vw - 120px);
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item {
    width: 325px;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper {
  width: 374px;
  height: 320px;
  overflow: hidden;
  position: relative;
  margin-right: 40px;
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper {
    position: absolute;
    pointer-events: none;
    visibility: hidden;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper:before, .VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none;
  z-index: 1;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper::before {
  top: 0;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper::after {
  bottom: 0;
  transform: rotate(180deg);
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  background: url(../images/icon-arrow-up-rounded.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .arrow.arrow-prev {
  top: 0;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .arrow.arrow-next {
  bottom: 0;
  transform: translateX(-50%) rotate(-180deg);
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item {
  padding: 30px;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller {
  overflow: hidden;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item {
  transition: opacity 0.3s;
  opacity: 0.2;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item.current, .VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item.is-selected,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item.current,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item.is-selected {
  opacity: 1;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item .image-wrapper,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item .image-wrapper {
  width: 100%;
  height: auto;
  position: relative;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item .image-wrapper.landscape .image img,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item .image-wrapper.landscape .image img {
  max-height: 70px;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item .image-wrapper.portrait .image img,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item .image-wrapper.portrait .image img {
  max-height: 140px;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item .image-wrapper .image,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item .image-wrapper .image {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapper .scroller .item .image-wrapper .image img,
.VerticalLogosScroller .contents-section .contents .inner .scrollerWrapperOuter .scrollerWrapperHorizontal .scroller .item .image-wrapper .image img {
  width: 100%;
  height: auto;
  position: relative;
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper {
  position: relative;
  flex-grow: 1;
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner .textsWrapper {
    margin-top: 40px;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  width: 100%;
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item {
    width: 60%;
    top: 0;
    transform: translateX(-50%);
  }
}
@media all and (max-width: 600px) {
  .VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item {
    width: 100%;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item.current {
  pointer-events: all;
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon {
  width: 100%;
  max-width: 600px;
  background-color: #0B2347;
  color: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1023px) {
  .VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .arrow {
    top: 0;
    left: 50%;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .arrow:before {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translate(-50%, -50%) scaleY(0.8) scaleX(0.5) rotate(45deg);
  background-color: #0B2347;
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .balloon-inner {
  padding: 70px 50px;
}
@media all and (max-width: 1600px) {
  .VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .balloon-inner {
    padding: 40px 40px;
  }
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .balloon-inner h4 {
  margin-bottom: 7px;
}
.VerticalLogosScroller .contents-section .contents .inner .textsWrapper .item .balloon .balloon-inner p {
  line-height: 1.66;
}

.ImageAndText .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ImageAndText .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.ImageAndText .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.ImageAndText .contents-section .contents .w,
.ImageAndText .contents-section .contents .wm {
  min-height: 100%;
}
.ImageAndText .contents-section .contents .inner {
  padding: 128px 0 112px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media all and (max-width: 1600px) {
  .ImageAndText .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .ImageAndText .contents-section .contents .inner {
    padding: 60px 0;
  }
}
.ImageAndText .contents-section .contents .inner .mobile-title-wrapper {
  display: none;
  width: 100%;
  margin-bottom: 30px;
  align-items: center;
  justify-content: center;
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .mobile-title-wrapper {
    display: flex;
  }
}
.ImageAndText .contents-section .contents .inner .image-wrapper {
  width: 50%;
  flex-shrink: 0;
}
@media all and (max-width: 1215px) {
  .ImageAndText .contents-section .contents .inner .image-wrapper {
    width: 40%;
  }
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .image-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .ImageAndText .contents-section .contents .inner .image-wrapper {
    width: 100%;
  }
}
.ImageAndText .contents-section .contents .inner .image-wrapper .image-sizer {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}
@media all and (max-width: 767px) {
  .ImageAndText .contents-section .contents .inner .image-wrapper .image-sizer {
    max-height: 310px;
  }
}
.ImageAndText .contents-section .contents .inner .image-wrapper .image-sizer .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ImageAndText .contents-section .contents .inner .texts-wrapper {
  flex-grow: 1;
  padding-left: 64px;
  width: 50%;
  flex-shrink: 0;
}
@media all and (max-width: 1215px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper {
    padding-left: 55px;
    width: 60%;
  }
}
@media all and (max-width: 1128px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper {
    padding-left: 45px;
  }
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper {
    width: 50%;
  }
}
@media all and (max-width: 767px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.ImageAndText .contents-section .contents .inner .texts-wrapper &gt; * {
  margin-bottom: 25px;
}
.ImageAndText .contents-section .contents .inner .texts-wrapper &gt; *:last-child {
  margin-bottom: 0;
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper h2 {
    display: none;
  }
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper .text {
    margin-bottom: 0;
  }
}
.ImageAndText .contents-section .contents .inner .texts-wrapper .cta-wrapper {
  display: flex;
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .texts-wrapper .cta-wrapper {
    display: none;
  }
}
.ImageAndText .contents-section .contents .inner .cta-wrapper-mobile {
  display: none;
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
@media all and (max-width: 1023px) {
  .ImageAndText .contents-section .contents .inner .cta-wrapper-mobile {
    display: flex;
  }
}
.ImageAndText.background-red-gradient .contents-section .bg {
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
}
.ImageAndText.background-blue-gradient .contents-section .bg {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.ImageAndText.background-white-gradient .contents-section .bg {
  background: linear-gradient(180deg, #CACACA 0%, #FFFFFF 132%);
}
.ImageAndText.background-white-gradient .contents-section .contents {
  color: #0B2347;
}
.ImageAndText.image-position-right .contents-section .contents .inner {
  flex-direction: row-reverse;
}
.ImageAndText.image-position-right .contents-section .contents .inner .texts-wrapper {
  padding-left: 0;
  padding-right: 64px;
}
@media all and (max-width: 1215px) {
  .ImageAndText.image-position-right .contents-section .contents .inner .texts-wrapper {
    padding-right: 55px;
  }
}
@media all and (max-width: 1128px) {
  .ImageAndText.image-position-right .contents-section .contents .inner .texts-wrapper {
    padding-right: 45px;
  }
}
@media all and (max-width: 767px) {
  .ImageAndText.image-position-right .contents-section .contents .inner .texts-wrapper {
    padding-right: 0;
  }
}

.TimelineCarousel {
  background: linear-gradient(180deg, #052E6B 49.35%, #0B2347 151%);
}
.TimelineCarousel .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.TimelineCarousel .contents-section .contents {
  width: 100%;
  padding: 50px 0;
}
.TimelineCarousel .contents-section .contents .heading {
  position: relative;
  margin-bottom: 55px;
}
@media all and (max-width: 1128px) {
  .TimelineCarousel .contents-section .contents .heading {
    margin-bottom: 35px;
  }
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1128px) {
  .TimelineCarousel .contents-section .contents .heading .carousel-actions {
    display: none;
  }
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions .timer-icon {
  position: relative;
  width: 16px;
  height: 16px;
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions .timer-icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions .timer-icon canvas {
  position: absolute;
  top: -1px;
  left: -1px;
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions .timer-cta {
  position: relative;
  font-size: 16px;
  line-height: 1.625;
  color: #FFFFFF;
  margin-left: 25px;
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions .timer-cta .pause {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-decoration: underline;
}
.TimelineCarousel .contents-section .contents .heading .carousel-actions .timer-cta .play {
  cursor: pointer;
  text-decoration: underline;
}
.TimelineCarousel .contents-section .contents .heading h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  line-height: 1;
  color: #FFFFFF;
  font-weight: 300;
  text-align: center;
}
@media all and (max-width: 767px) {
  .TimelineCarousel .contents-section .contents .heading h3 {
    position: relative;
    font-size: 20px;
    top: auto;
    left: auto;
    transform: none;
  }
}
.TimelineCarousel .contents-section .contents .heading .mobile-nav {
  display: none;
  font-weight: 300;
  font-size: 20px;
  color: #FFFFFF;
}
@media all and (max-width: 1128px) {
  .TimelineCarousel .contents-section .contents .heading .mobile-nav {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.TimelineCarousel .contents-section .contents .heading .mobile-nav .mobile-nav-years {
  width: 160px;
  margin: 0 10px;
  text-align: center;
}
.TimelineCarousel .contents-section .contents .heading .mobile-nav .arrow-prev,
.TimelineCarousel .contents-section .contents .heading .mobile-nav .arrow-next {
  display: flex;
  align-items: center;
}
.TimelineCarousel .contents-section .contents .heading .mobile-nav .arrow-next svg {
  transform: rotate(180deg);
}
.TimelineCarousel .contents-section .timeline-wrapper-w {
  padding-right: 170px;
}
@media all and (max-width: 1600px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w {
    padding-right: 100px;
  }
}
@media all and (max-width: 1215px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w {
    padding-right: 40px;
  }
}
@media all and (max-width: 1128px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w {
    padding: 0 80px;
  }
}
@media all and (max-width: 499px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w {
    padding: 0 20px;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents {
  padding: 0;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}
@media all and (max-width: 1128px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-voices-wrapper {
    display: none;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-voices-wrapper .timeline-voices {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-voices-wrapper .timeline-voices li {
  position: relative;
  cursor: pointer;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-voices-wrapper .timeline-voices li .label {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 23px;
  text-align: left;
  white-space: nowrap;
  font-weight: 400;
  transition: all 0.3s;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-voices-wrapper .timeline-voices li.current .label {
  opacity: 1;
  font-weight: 700;
  font-size: 20px;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper {
  width: 100%;
  flex-grow: 1;
  max-width: 1388px;
}
@media (max-width: 1919px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 767px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides {
    margin: 0 -0.75rem;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .slick-slide {
  border: none;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .slick-slide.slick-cloned {
  visibility: hidden;
}
@media all and (max-width: 767px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .slick-slide.slick-cloned {
    visibility: visible;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item {
  display: block !important;
}
@media all and (max-width: 767px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item {
    padding: 0 var(--bs-gutter-x, 0.75rem);
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents {
  display: flex;
  align-items: center;
}
@media (max-width: 1128px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents {
    align-items: stretch;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .inner {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 40px;
}
@media (max-width: 1128px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .inner {
    flex-direction: column-reverse;
    justify-content: flex-end;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area {
  color: #FFFFFF;
  width: 42%;
}
@media (max-width: 1128px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area {
    width: 100%;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area h3 {
  font-size: 100px;
  line-height: 1;
  font-weight: 800;
  margin-bottom: 15px;
}
@media (max-width: 1919px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area h3 {
    font-size: 85px;
  }
}
@media (max-width: 1600px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area h3 {
    font-size: 70px;
  }
}
@media (max-width: 600px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area h3 {
    font-size: 50px;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area .text {
  font-size: 25px;
  font-weight: 300;
}
@media (max-width: 1366px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area .text {
    font-size: 22px;
  }
}
@media (max-width: 1215px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .text-area .text {
    font-size: 20px;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .imageWrapper {
  width: 58%;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 1128px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .imageWrapper {
    width: 100%;
    margin-bottom: 20px;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .imageWrapper .image {
  width: 100%;
  padding-bottom: 57.74%;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .gallery-area .item img {
  width: 100%;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .gallery-area .slick-dots {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  line-height: 1;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .gallery-area .slick-dots li {
  padding: 2px;
  margin-top: 5px;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .gallery-area .slick-dots li button {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  font-size: 0;
  color: rgba(0, 0, 0, 0);
  text-indent: -100px;
  overflow: hidden;
  opacity: 0.5;
  transition: opacity 0.3s;
  border: none;
  border-radius: 100%;
  flex-shrink: 0;
  padding: 0;
  margin: 0;
  display: block;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents .gallery-area .slick-dots li.slick-active button {
  opacity: 1;
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents.has-gallery .text-area {
  width: 50%;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents.has-gallery .text-area {
    width: 100%;
    padding-right: 0;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents.has-gallery .gallery-area {
  width: 50%;
  padding-left: 32px;
}
@media (max-width: 991px) {
  .TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents.has-gallery .gallery-area {
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }
}
.TimelineCarousel .contents-section .timeline-wrapper-w .contents .timeline-wrapper .timeline-slides-wrapper .timeline-slides .item .item-contents.has-gallery .gallery-area .item {
  padding: 0;
}
.TimelineCarousel.playing .contents .heading .carousel-actions .timer-cta .play {
  opacity: 0;
  pointer-events: none;
}
.TimelineCarousel.playing .contents .heading .carousel-actions .timer-cta .pause {
  opacity: 1;
  pointer-events: all;
}
.TimelineCarousel.paused .contents .heading .carousel-actions .timer-cta .play {
  opacity: 1;
  pointer-events: all;
}
.TimelineCarousel.paused .contents .heading .carousel-actions .timer-cta .pause {
  opacity: 0;
  pointer-events: none;
}

.MediaCarousel .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.MediaCarousel .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.MediaCarousel .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  width: 100%;
  color: #FFFFFF;
  overflow: hidden;
}
.MediaCarousel .contents-section .contents .w,
.MediaCarousel .contents-section .contents .wm {
  min-height: 100%;
}
.MediaCarousel .contents-section .contents .inner {
  padding: 105px 0 130px;
}
@media all and (max-width: 1600px) {
  .MediaCarousel .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .MediaCarousel .contents-section .contents .inner {
    padding: 60px 0;
  }
}
.MediaCarousel .contents-section .contents .inner .heading {
  margin-bottom: 75px;
}
@media all and (max-width: 1215px) {
  .MediaCarousel .contents-section .contents .inner .heading {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .MediaCarousel .contents-section .contents .inner .heading {
    margin-bottom: 30px;
  }
}
.MediaCarousel .contents-section .contents .inner .heading h2 {
  text-align: center;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper {
  margin: 0 -12px;
  position: relative;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translateY(-50%);
  transition: opacity 0.3s;
  z-index: 10;
  cursor: pointer;
}
@media all and (max-width: 1023px) {
  .MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow {
    display: none;
  }
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow.slick-disabled {
  opacity: 0.5;
  cursor: default;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow.prev {
  left: -100px;
  background-image: url(../images/icon-arrow-left-rounded-white.svg);
}
@media all and (max-width: 1919px) {
  .MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow.prev {
    left: -66px;
  }
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow.next {
  right: -100px;
  background-image: url(../images/icon-arrow-left-rounded-white.svg);
  transform: translateY(-50%) rotate(180deg);
}
@media all and (max-width: 1919px) {
  .MediaCarousel .contents-section .contents .inner .carousel-wrapper .arrow.next {
    right: -66px;
  }
}
@media all and (max-width: 1023px) {
  .MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .slick-list {
    overflow: visible;
  }
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .item {
  width: 33.3333333333%;
  padding: 0 12px;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner {
  cursor: pointer;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner .mini-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner .media-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  background-color: #CACACA;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner .media-wrapper .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.MediaCarousel .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner .media-wrapper .media .player:before {
  content: " ";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-play-red.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background: linear-gradient(180deg, #EF3829 0%, #9F1A0F 100%);
  display: flex;
  pointer-events: none;
  opacity: 0;
  overflow: auto;
  transition: opacity 0.3s;
  transition-delay: 0.2s;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay.visible {
  opacity: 1;
  pointer-events: all;
  z-index: 101;
  transition-delay: 0s;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .w,
.MediaCarousel .contents-section .contents .inner .overlays .overlay .wm {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .close {
  position: fixed;
  top: 50px;
  right: 70px;
  cursor: pointer;
}
@media all and (max-width: 1128px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .close {
    right: 60px;
    top: 60px;
  }
}
@media all and (max-width: 1023px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .close {
    right: 40px;
    top: 40px;
  }
}
@media all and (max-width: 767px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .close {
    right: 20px;
    top: 20px;
    position: absolute;
  }
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .close span {
  width: 24px;
  height: 24px;
  background-image: url(../images/icon-close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner {
  margin: auto;
  padding: 110px 0;
  color: #FFFFFF;
  width: 100%;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading {
  margin-bottom: 10px;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading h4 {
  font-size: 25px;
  line-height: 1.4;
}
@media all and (max-width: 1600px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading h4 {
    font-size: 22px;
  }
}
@media all and (max-width: 499px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading h4 {
    font-size: 18px;
  }
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading h4 span {
  font-weight: 300;
}
@media all and (max-width: 600px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading h4 span {
    display: block;
  }
}
@media all and (max-width: 600px) {
  .MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .heading h4 span.sep {
    display: none;
  }
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .media.imageSpace {
  border-radius: 20px;
  overflow: hidden;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .others {
  margin-top: 20px;
}
.MediaCarousel .contents-section .contents .inner .overlays .overlay .overlay-inner .others span[data-index] {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
}
.MediaCarousel.background-blue-gradient .bg {
  background: linear-gradient(180deg, #052E6B 0%, #0B2347 151%);
}
.MediaCarousel.background-blue-gradient .contents-section .contents .inner .carousel-wrapper .carousel .slick-dots li button {
  background-color: #FFFFFF;
}
.MediaCarousel.background-white .bg {
  background: linear-gradient(180deg, #FFFFFF 0%, #CACACA 132%);
}
.MediaCarousel.background-white .contents-section .contents .inner .heading .text-wrapper {
  color: #4B4C4F;
}
.MediaCarousel.background-white .contents-section .contents .inner .overlays .overlay {
  background: linear-gradient(180deg, #052E6B 0%, #0B2347 151%);
}
.MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading {
  display: flex;
  align-items: center;
  margin-bottom: 160px;
}
@media all and (max-width: 1600px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading {
    margin-bottom: 140px;
  }
}
@media all and (max-width: 1366px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading {
    margin-bottom: 120px;
  }
}
@media all and (max-width: 1215px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading {
    margin-bottom: 100px;
  }
}
@media all and (max-width: 1023px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading {
    margin-bottom: 80px;
  }
}
@media all and (max-width: 767px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading {
    display: block;
    margin-bottom: 30px;
  }
}
.MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading h2 {
  width: 50%;
  text-align: left;
}
@media all and (max-width: 767px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading h2 {
    width: auto;
    margin-bottom: 20px;
  }
}
.MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading .text-wrapper {
  width: 50%;
  padding-left: 40px;
  font-weight: 300;
}
@media all and (max-width: 1215px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading .text-wrapper {
    padding-left: 30px;
  }
}
@media all and (max-width: 1023px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading .text-wrapper {
    padding-left: 12px;
  }
}
@media all and (max-width: 767px) {
  .MediaCarousel.layout-title-and-text .contents-section .contents .inner .heading .text-wrapper {
    width: auto;
    padding-left: 0;
  }
}
.MediaCarousel.layout-title-and-text .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner .mini-title {
  color: #0B2347;
}
.MediaCarousel.layout-title-and-text .contents-section .contents .inner .carousel-wrapper .carousel .item .item-inner .media-wrapper .media .player:before {
  background-image: url(../images/icon-play-blue.svg);
}

.Banner {
  position: relative;
}
main .page:not(.fullpage-scroll) .Banner .contents-section {
  min-height: 100vh;
}
@media all and (max-width: 1023px) {
  .Banner .contents-section {
    min-height: 100vh;
  }
}
.Banner .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.Banner .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.Banner .contents-section .bg .media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.Banner .contents-section .bg:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(4, 7, 18, 0.88) 14.74%, rgba(4, 7, 18, 0) 150%);
}
.Banner .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.Banner .contents-section .contents .contents-hero {
  color: #FFFFFF;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
@media all and (max-width: 600px) {
  .Banner .contents-section .contents .contents-hero {
    height: 100vh;
  }
}
.Banner .contents-section .contents .contents-hero .w,
.Banner .contents-section .contents .contents-hero .wm {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.Banner .contents-section .contents .contents-hero .w .inner,
.Banner .contents-section .contents .contents-hero .wm .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: calc(var(--HHcss) + 20px) 0;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 1600px) {
  .Banner .contents-section .contents .contents-hero .w .inner,
.Banner .contents-section .contents .contents-hero .wm .inner {
    padding: var(--HHcss) 0;
  }
}
.Banner .contents-section .contents .contents-hero .w .inner &gt; *,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; * {
  margin-top: 28px;
}
@media all and (max-width: 1919px) {
  .Banner .contents-section .contents .contents-hero .w .inner &gt; *,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; * {
    margin-top: 25px;
  }
}
@media all and (max-width: 1600px) {
  .Banner .contents-section .contents .contents-hero .w .inner &gt; *,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; * {
    margin-top: 20px;
  }
}
.Banner .contents-section .contents .contents-hero .w .inner &gt; *:first-child,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; *:first-child {
  margin-top: 0;
}
.Banner .contents-section .contents .contents-hero .w .inner &gt; *:last-child,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; *:last-child {
  margin-bottom: 0;
}
.Banner .contents-section .contents .contents-hero .w .inner &gt; h1,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; h1 {
  margin-top: 15px;
  margin-bottom: -13px;
}
@media all and (max-width: 1600px) {
  .Banner .contents-section .contents .contents-hero .w .inner &gt; h1,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; h1 {
    margin-top: 10px;
  }
}
.Banner .contents-section .contents .contents-hero .w .inner &gt; .text,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; .text {
  max-width: 1204px;
  font-size: 25px;
  line-height: 1.6;
}
@media all and (max-width: 1919px) {
  .Banner .contents-section .contents .contents-hero .w .inner &gt; .text,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; .text {
    font-size: 20px;
  }
}
@media all and (max-width: 767px) {
  .Banner .contents-section .contents .contents-hero .w .inner &gt; .text,
.Banner .contents-section .contents .contents-hero .wm .inner &gt; .text {
    font-size: 18px;
  }
}

.SimpleText {
  position: relative;
}
.SimpleText .contents-section {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.SimpleText .contents-section .contents {
  position: relative;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.SimpleText .contents-section .contents .contents-text {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 60px 0;
}
.SimpleText .contents-section .contents .contents-text .w,
.SimpleText .contents-section .contents .contents-text .wm {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.SimpleText .contents-section .contents .contents-text .w .inner,
.SimpleText .contents-section .contents .contents-text .wm .inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-grow: 1;
  overflow: hidden;
  position: relative;
}
.SimpleText .contents-section .contents .contents-text .w .inner .text,
.SimpleText .contents-section .contents .contents-text .wm .inner .text {
  width: 100%;
}

.TextAndForm .contents-section {
  position: relative;
}
.TextAndForm .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background-color: #052E6B;
}
.TextAndForm .contents-section .contents {
  padding: 100px 0 70px;
}
@media (max-width: 1023px) {
  .TextAndForm .contents-section .contents {
    padding: 70px 0;
  }
}
.TextAndForm .contents-section .contents .inner {
  display: flex;
}
@media (max-width: 767px) {
  .TextAndForm .contents-section .contents .inner {
    flex-direction: column;
  }
}
.TextAndForm .contents-section .contents .inner .heading {
  color: #FFFFFF;
  padding-right: 100px;
  width: 50%;
  flex-grow: 0;
}
@media all and (max-width: 1215px) {
  .TextAndForm .contents-section .contents .inner .heading {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .TextAndForm .contents-section .contents .inner .heading {
    padding-right: 0;
    padding-bottom: 30px;
    width: auto;
  }
}
.TextAndForm .contents-section .contents .inner .formWrapper {
  position: relative;
  width: 50%;
  flex-grow: 0;
}
@media (max-width: 767px) {
  .TextAndForm .contents-section .contents .inner .formWrapper {
    width: auto;
  }
}
.TextAndForm .contents-section .contents .inner .formWrapper .unblock-cookies {
  background: #052E6B;
}
.TextAndForm .contents-section .contents .inner .formWrapper iframe {
  width: 100%;
}

.SelectedNewsList {
  position: relative;
}
.SelectedNewsList .contents-section .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  background: linear-gradient(0deg, #FFFFFF 0%, #CACACA 132%);
}
.SelectedNewsList .contents-section .contents .inner {
  padding: 115px 0 150px;
}
@media all and (max-width: 1600px) {
  .SelectedNewsList .contents-section .contents .inner {
    padding: 90px 0;
  }
}
@media all and (max-width: 1215px) {
  .SelectedNewsList .contents-section .contents .inner {
    padding: 80px 0;
  }
}
@media all and (max-width: 1128px) {
  .SelectedNewsList .contents-section .contents .inner {
    padding: 60px 0;
  }
}
.SelectedNewsList .contents-section .contents .inner .top-bar {
  padding-bottom: 24px;
  border-bottom: 1px solid #0B2347;
  line-height: 1;
}
.SelectedNewsList .contents-section .contents .inner .items .item {
  margin-top: 24px;
}

/*# sourceMappingURL=style.css.map */
</pre></body></html>