/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://use.typekit.net/dut5qjj.css");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/***
    The new CSS reset - version 1.4.7 (last updated 27.1.2022)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
 */
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a, button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol, ul, menu {
  list-style: none;
}

/* For images to not be able to exceed their container */
img {
  max-width: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly. */
:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/****** Elad Shechter's RESET *******/
/*** box sizing border-box for all elements ***/
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

ul, ol, dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html {
  font-size: 1px;
  /*for using REM units*/
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 16rem;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

html {
  scroll-behavior: smooth;
  height: 100vh;
  min-height: 100vh;
  position: relative;
}
html body {
  height: 100%;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #234570;
  font-family: "Sofia Pro", sans-serif;
  justify-content: space-between;
}
html body .wrapper-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /*
  &.noSelect {
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;

      &:focus {
          outline: none !important
      }
  }
  */
}
@media (min-width: 992px) {
  html body .wrapper-body {
    justify-content: unset;
    height: calc(100% + 100px);
    min-height: 650px;
  }
}

@media (min-width: 1280px) {
  html body .wrapper-body {
    min-height: 700px;
  }
}

@media (min-width: 1440px) {
  html body .wrapper-body {
    min-height: 900px;
  }
}

html body .wrapper-body .container {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 992px;
}
@media (min-width: 992px) {
  html body .wrapper-body .container {
    padding: 0;
  }
}
@media (min-width: 1280px) {
  html body .wrapper-body .container {
    max-width: 1240px;
  }
}
@media (min-width: 1440px) {
  html body .wrapper-body .container {
    max-width: 1440px;
  }
}
@media (min-width: 1560px) {
  html body .wrapper-body .container {
    max-width: 1560px;
  }
}
@media (min-width: 1680px) {
  html body .wrapper-body .container {
    max-width: 1640px;
  }
}
html body .wrapper-body .container.container-nav {
  height: auto;
}
@media (min-width: 992px) {
  html body .wrapper-body .container.container-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  html body .wrapper-body .container.container-content > .content {
    padding-top: 25px;
    padding-bottom: 80px;
  }
}
html body .wrapper-body .container .text-left {
  text-align: left;
}
html body .wrapper-body .container .text-center {
  text-align: center;
}
html body .wrapper-body .container h1 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
html body .wrapper-body .container p {
  font-size: 16px;
  font-weight: 300;
  line-height: 35px;
}
@media (min-width: 992px) {
  html body .wrapper-body .container p {
    font-size: 20px;
  }
}
html body .wrapper-body .anchor {
  display: block;
  position: relative;
  top: -220px;
  visibility: hidden;
}
html body .wrapper-body.hide {
  display: none;
}
html body .wrapper-body .flex {
  display: flex;
}
html body .wrapper-body .flex.column {
  flex-direction: column;
}
html body .wrapper-body .flex.center {
  justify-content: center;
  align-items: center;
}
html body .wrapper-body .flex.justify-center {
  justify-content: center;
}
html body .wrapper-body .flex.align-center {
  align-items: center;
}
html body .wrapper-body .flex.space-between {
  justify-content: space-between;
}
html body .wrapper-body .flex.flex-end {
  justify-content: flex-end;
}
@-webkit-keyframes revealText {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes revealText {
  from {
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes hideText {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
}
@keyframes hideText {
  from {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
  to {
    -webkit-transform: translateY(-125px);
            transform: translateY(-125px);
  }
}
@-webkit-keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@keyframes shimmer {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
/**
 * Swiper 8.0.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 4, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

nav {
  position: fixed;
  z-index: 101;
  width: 100%;
  max-width: 992px;
  padding: 0;
}
@media (min-width: 1280px) {
  nav {
    max-width: 1240px;
    padding: 0 20px;
  }
}
@media (min-width: 1440px) {
  nav {
    max-width: 1440px;
  }
}
@media (min-width: 1680px) {
  nav {
    max-width: 1640px;
  }
}
nav .desktop {
  background-color: #234570;
  padding: 30px 0 60px 0;
  display: none !important;
}
@media (min-width: 992px) {
  nav .desktop {
    display: flex !important;
  }
}
nav .desktop .navigation ul li {
  padding: 0 10px;
}
@media (min-width: 1440px) {
  nav .desktop .navigation ul li {
    padding: 0 33px;
  }
}
nav .desktop .navigation ul li:first-child {
  padding-left: 0;
}
nav .desktop .navigation ul li:last-child {
  padding-right: 0;
}
nav .desktop .navigation ul li a {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 6px;
  letter-spacing: 3px;
}
nav .desktop .navigation ul li a:hover {
  border-bottom: 2px solid #DA2B1C;
}
nav .desktop .navigation ul li a.active {
  border-bottom: 2px solid #DA2B1C;
}
@media (min-width: 992px) {
  nav .desktop .mobile-menu-icon {
    display: none;
  }
}
nav .mobile {
  height: 82px;
  background-color: #ffffff;
  padding: 0 20px;
}
@media (min-width: 992px) {
  nav .mobile {
    display: none !important;
  }
}
nav.menu-bg {
  background-color: #F2F6FA;
  height: 100%;
  z-index: 20;
  display: none;
}
nav.menu-bg.open {
  display: block;
  z-index: 200;
}
nav.menu-bg .buttons {
  background-color: #ffffff;
  height: 82px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
nav.menu-bg .mobile-navigation {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  color: #234570;
  text-transform: uppercase;
}
nav.menu-bg .mobile-navigation ul {
  text-align: center;
}
nav.menu-bg .mobile-navigation ul li {
  margin-bottom: 45px;
}
nav.menu-bg .mobile-navigation ul li a.active {
  border-bottom: 1px solid #DA2B1C;
  padding-bottom: 5px;
}

footer {
  background-color: #ffffff;
  padding: 40px 40px 15px 40px;
  width: 100%;
  /* top: calc(100vh - 174px); */
  z-index: 100;
}
@media (min-width: 992px) {
  footer {
    position: relative;
    padding: 28px 0;
    /* top: unset; */
    /* margin-top: auto; */
  }
}
footer .footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  max-width: 992px;
}
@media (min-width: 992px) {
  footer .footer-container {
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    height: 44px;
  }
}
@media (min-width: 1280px) {
  footer .footer-container {
    max-width: 1220px;
  }
}
@media (min-width: 1440px) {
  footer .footer-container {
    max-width: 1420px;
  }
}
@media (min-width: 1560px) {
  footer .footer-container {
    max-width: 1540px;
  }
}
@media (min-width: 1680px) {
  footer .footer-container {
    max-width: 1603px;
  }
}
footer .footer-container .btn-links {
  margin-top: 35px;
}
@media (min-width: 992px) {
  footer .footer-container .btn-links {
    margin-top: 0;
  }
}

button {
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
button.btn-primary {
  color: #234570;
  border: 2px solid #234570;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}
button.btn-primary a {
  padding: 13px 62px 10px 62px;
}
button.btn-secondary {
  color: #76797D;
  padding: 12px 15px;
}
button.btn {
  text-transform: uppercase;
  margin-top: 32px;
  letter-spacing: 3px;
}
button.btn::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 11px;
  top: 8%;
  background-image: url("../images/arrow.svg");
  margin-left: 14px;
  background-size: cover;
  background-repeat: no-repeat;
}
button.btn.btn-show-more.hide {
  display: none;
}
button.btn.btn-show-less {
  text-transform: uppercase;
  display: none;
}
button.btn.btn-show-less::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
button.btn.btn-show-less.show {
  display: block;
}

a.contact {
  font-size: 22px;
  font-weight: 400;
  border-bottom: 2px solid #DA2B1C;
  padding-bottom: 5px;
}

section.portal, section.content, section.contact {
  position: relative;
}
@media (min-width: 992px) {
  section.portal, section.content, section.contact {
    margin-top: 170px;
    margin-bottom: 104px;
    padding: 0 20px;
  }
}
@media (min-width: 992px) {
  section.portal .section-container, section.content .section-container, section.contact .section-container {
    width: 50%;
    padding-right: 80px;
  }
}
section.portal .section-container .anchor-section, section.content .section-container .anchor-section, section.contact .section-container .anchor-section {
  color: #ffffff;
  min-height: 100vh;
  position: relative;
}
section.portal .section-container .anchor-section .content-container, section.content .section-container .anchor-section .content-container, section.contact .section-container .anchor-section .content-container {
  padding: 0 20px;
  position: absolute;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media (min-width: 992px) {
  section.portal .section-container .anchor-section .content-container, section.content .section-container .anchor-section .content-container, section.contact .section-container .anchor-section .content-container {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
section.portal .section-container .anchor-section .content-container .wrapper, section.content .section-container .anchor-section .content-container .wrapper, section.contact .section-container .anchor-section .content-container .wrapper {
  padding-right: 25px;
}
section.portal .section-container .anchor-section .content-container .wrapper .content.bottom, section.content .section-container .anchor-section .content-container .wrapper .content.bottom, section.contact .section-container .anchor-section .content-container .wrapper .content.bottom {
  margin-top: 20px;
  display: none;
}
section.portal .section-container .anchor-section .content-container .wrapper .top-anchor, section.content .section-container .anchor-section .content-container .wrapper .top-anchor, section.contact .section-container .anchor-section .content-container .wrapper .top-anchor {
  height: 1px;
  width: 300px;
  top: -6vh;
  position: absolute;
}
section.portal .section-container .anchor-section .content-container .wrapper.active .content.bottom, section.content .section-container .anchor-section .content-container .wrapper.active .content.bottom, section.contact .section-container .anchor-section .content-container .wrapper.active .content.bottom {
  display: block;
}
section.portal .section-container .anchor-section .content-container .wrapper.active .bottom-anchor, section.content .section-container .anchor-section .content-container .wrapper.active .bottom-anchor, section.contact .section-container .anchor-section .content-container .wrapper.active .bottom-anchor {
  height: 1px;
  width: 100%;
}
@media (min-width: 992px) {
  section.portal .section-container .anchor-section .content-container, section.content .section-container .anchor-section .content-container, section.contact .section-container .anchor-section .content-container {
    padding: 0;
  }
  section.portal .section-container .anchor-section .content-container .wrapper .content, section.content .section-container .anchor-section .content-container .wrapper .content, section.contact .section-container .anchor-section .content-container .wrapper .content {
    max-width: 400px;
  }
  section.portal .section-container .anchor-section .content-container .wrapper .content.bottom, section.content .section-container .anchor-section .content-container .wrapper .content.bottom, section.contact .section-container .anchor-section .content-container .wrapper .content.bottom {
    margin-top: 20px;
    display: none;
  }
  section.portal .section-container .anchor-section .content-container .wrapper.active, section.content .section-container .anchor-section .content-container .wrapper.active, section.contact .section-container .anchor-section .content-container .wrapper.active {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    -webkit-animation: revealText 1s forwards;
            animation: revealText 1s forwards;
    transition: all 1s;
  }
  section.portal .section-container .anchor-section .content-container .wrapper.active .content.bottom, section.content .section-container .anchor-section .content-container .wrapper.active .content.bottom, section.contact .section-container .anchor-section .content-container .wrapper.active .content.bottom {
    display: block;
  }
}
section.portal .section-container .anchor-section .content-container.active, section.content .section-container .anchor-section .content-container.active, section.contact .section-container .anchor-section .content-container.active {
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 992px) {
  section.portal .section-container .anchor-section .content-container.active, section.content .section-container .anchor-section .content-container.active, section.contact .section-container .anchor-section .content-container.active {
    overflow-y: auto;
    position: absolute;
  }
}
section.portal .section-container .anchor-section .content-container.active::-webkit-scrollbar, section.content .section-container .anchor-section .content-container.active::-webkit-scrollbar, section.contact .section-container .anchor-section .content-container.active::-webkit-scrollbar {
  width: 10px;
}
section.portal .section-container .anchor-section .content-container.active::-webkit-scrollbar-track, section.content .section-container .anchor-section .content-container.active::-webkit-scrollbar-track, section.contact .section-container .anchor-section .content-container.active::-webkit-scrollbar-track {
  background: #0A2A52;
}
section.portal .section-container .anchor-section .content-container.active::-webkit-scrollbar-thumb, section.content .section-container .anchor-section .content-container.active::-webkit-scrollbar-thumb, section.contact .section-container .anchor-section .content-container.active::-webkit-scrollbar-thumb {
  background: #DADDE2;
}
section.portal .section-container .anchor-section .content-container.active::-webkit-scrollbar-thumb:hover, section.content .section-container .anchor-section .content-container.active::-webkit-scrollbar-thumb:hover, section.contact .section-container .anchor-section .content-container.active::-webkit-scrollbar-thumb:hover {
  background: #DADDE2;
}
section.portal .section-container .anchor-section .content-container.active.no-scroll, section.content .section-container .anchor-section .content-container.active.no-scroll, section.contact .section-container .anchor-section .content-container.active.no-scroll {
  overflow-y: auto;
}
section.portal .slider-container, section.content .slider-container, section.contact .slider-container {
  position: -webkit-sticky;
  position: sticky;
  top: 82px;
}
@media (min-width: 768px) {
  section.portal .slider-container, section.content .slider-container, section.contact .slider-container {
    height: 478px;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container, section.content .slider-container, section.contact .slider-container {
    height: unset;
    max-height: unset;
    width: 61.3%;
    top: 170px;
  }
}
section.portal .slider-container .control-btn, section.content .slider-container .control-btn, section.contact .slider-container .control-btn {
  width: 100%;
  height: 58px;
  margin-bottom: -58px;
  position: relative;
  letter-spacing: 3px;
  z-index: 100;
  bottom: 58px;
}
@media (min-width: 768px) {
  section.portal .slider-container .control-btn, section.content .slider-container .control-btn, section.contact .slider-container .control-btn {
    bottom: 58px;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn, section.content .slider-container .control-btn, section.contact .slider-container .control-btn {
    top: -58px;
    background-color: transparent;
    bottom: unset;
  }
}
section.portal .slider-container .control-btn .btn-container, section.content .slider-container .control-btn .btn-container, section.contact .slider-container .control-btn .btn-container {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
section.portal .slider-container .control-btn .content, section.content .slider-container .control-btn .content, section.contact .slider-container .control-btn .content {
  width: 100%;
  margin: auto;
  position: relative;
}
@media (min-width: 768px) {
  section.portal .slider-container .control-btn .content, section.content .slider-container .control-btn .content, section.contact .slider-container .control-btn .content {
    width: 50%;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content, section.content .slider-container .control-btn .content, section.contact .slider-container .control-btn .content {
    max-width: 320px;
    position: static;
  }
}
section.portal .slider-container .control-btn .content p, section.content .slider-container .control-btn .content p, section.contact .slider-container .control-btn .content p {
  font-weight: 400;
  color: #234570;
  font-size: 14px;
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content p, section.content .slider-container .control-btn .content p, section.contact .slider-container .control-btn .content p {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container.left, section.portal .slider-container .control-btn .content .bg-container.right, section.content .slider-container .control-btn .content .bg-container.left, section.content .slider-container .control-btn .content .bg-container.right, section.contact .slider-container .control-btn .content .bg-container.left, section.contact .slider-container .control-btn .content .bg-container.right {
    width: 35%;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container.left, section.content .slider-container .control-btn .content .bg-container.left, section.contact .slider-container .control-btn .content .bg-container.left {
    right: 0;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container.right, section.content .slider-container .control-btn .content .bg-container.right, section.contact .slider-container .control-btn .content .bg-container.right {
    left: 0;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container, section.content .slider-container .control-btn .content .bg-container, section.contact .slider-container .control-btn .content .bg-container {
    background-color: #234570;
    width: 100%;
    height: 32px;
    position: absolute;
  }
}
section.portal .slider-container .control-btn .content .bg-container > *::after, section.content .slider-container .control-btn .content .bg-container > *::after, section.contact .slider-container .control-btn .content .bg-container > *::after {
  content: "";
  height: 11px;
  width: 10px;
  background-image: url("../images/arrow-dark.svg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container > *::after, section.content .slider-container .control-btn .content .bg-container > *::after, section.contact .slider-container .control-btn .content .bg-container > *::after {
    background-image: url("../images/arrow.svg");
  }
}
section.portal .slider-container .control-btn .content .bg-container .swiper-button-next, section.content .slider-container .control-btn .content .bg-container .swiper-button-next, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next {
  width: 15%;
  right: 0;
  background-color: #F2F6FA;
}
@media (min-width: 768px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-next, section.content .slider-container .control-btn .content .bg-container .swiper-button-next, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next {
    width: 50%;
    right: -50%;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-next, section.content .slider-container .control-btn .content .bg-container .swiper-button-next, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next {
    right: unset;
    width: 50%;
    background-color: unset;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-next::after, section.content .slider-container .control-btn .content .bg-container .swiper-button-next::after, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next::after {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
  }
}
section.portal .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled, section.content .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled {
  background-color: #F2F6FA;
  opacity: 1;
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled, section.content .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled {
    opacity: unset;
    background-color: unset;
  }
}
section.portal .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled::after, section.content .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled::after, section.contact .slider-container .control-btn .content .bg-container .swiper-button-next.swiper-button-disabled::after {
  opacity: 0.35;
}
section.portal .slider-container .control-btn .content .bg-container .swiper-button-prev, section.content .slider-container .control-btn .content .bg-container .swiper-button-prev, section.contact .slider-container .control-btn .content .bg-container .swiper-button-prev {
  width: 15%;
  left: 0;
  background-color: #F2F6FA;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-prev, section.content .slider-container .control-btn .content .bg-container .swiper-button-prev, section.contact .slider-container .control-btn .content .bg-container .swiper-button-prev {
    width: 50%;
    left: -50%;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-prev, section.content .slider-container .control-btn .content .bg-container .swiper-button-prev, section.contact .slider-container .control-btn .content .bg-container .swiper-button-prev {
    background-color: unset;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    left: unset;
    right: 0;
  }
}
section.portal .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled, section.content .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled, section.contact .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled {
  background-color: #F2F6FA;
  opacity: 1;
}
@media (min-width: 992px) {
  section.portal .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled, section.content .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled, section.contact .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled {
    background-color: unset;
  }
}
section.portal .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled::after, section.content .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled::after, section.contact .slider-container .control-btn .content .bg-container .swiper-button-prev.swiper-button-disabled::after {
  opacity: 0.35;
}
section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
  width: 100%;
  height: 278px;
  aspect-ratio: 16/9;
  align-items: unset;
}
@media (min-width: 768px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: 478px;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: auto;
  }
}
section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
  position: absolute;
  top: 12%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 414px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 10%;
  }
}
@media (min-width: 450px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 7%;
  }
}
@media (min-width: 515px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 4%;
  }
}
@media (min-width: 576px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 2%;
  }
}
@media (min-width: 650px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: -2%;
  }
}
@media (min-width: 768px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 12%;
  }
}
@media (min-width: 820px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 12%;
  }
}
@media (min-width: 1280px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav {
    top: 14%;
  }
}
section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
  padding: 2.4% 0;
  margin: 1.5% 0;
  color: transparent;
}
@media (min-width: 450px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    padding: 3.4% 0;
    margin: 0.8% 0;
  }
}
@media (min-width: 515px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    padding: 3% 0;
    margin: 1.2% 0;
  }
}
@media (min-width: 576px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    padding: 2.8% 0;
    margin: 1.3% 0;
  }
}
@media (min-width: 576px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    margin: 2.3% 0;
  }
}
@media (min-width: 820px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    margin: 2% 0;
  }
}
@media (min-width: 1280px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    padding: 3.4% 0;
  }
}
@media (min-width: 1440px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    padding: 3.7% 0;
  }
}
@media (min-width: 1680px) {
  section.portal .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.content .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a, section.contact .slider-container .swiper .swiper-wrapper .swiper-slide .hash-nav a {
    padding: 4% 0;
    margin: 1.3% 0;
  }
}
section.portal .slider-container .swiper .swiper-wrapper .swipe-label, section.content .slider-container .swiper .swiper-wrapper .swipe-label, section.contact .slider-container .swiper .swiper-wrapper .swipe-label {
  position: absolute;
  bottom: 17px;
  width: 300px;
  z-index: 100;
}
section.portal .slider-container .swiper .swiper-wrapper .swipe-label p, section.content .slider-container .swiper .swiper-wrapper .swipe-label p, section.contact .slider-container .swiper .swiper-wrapper .swipe-label p {
  color: #234570;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  line-height: 15px;
}
@media (min-width: 992px) {
  section.portal .slider-container .swiper .swiper-wrapper .swipe-label p, section.content .slider-container .swiper .swiper-wrapper .swipe-label p, section.contact .slider-container .swiper .swiper-wrapper .swipe-label p {
    color: #ffffff;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: 387px;
    max-height: 638px;
  }
}
@media (min-width: 1280px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: 472px;
  }
}
@media (min-width: 1440px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: 541px;
  }
}
@media (min-width: 1560px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: 582px;
  }
}
@media (min-width: 1680px) {
  section.portal .slider-container .swiper, section.content .slider-container .swiper, section.contact .slider-container .swiper {
    height: 609px;
  }
}
section.portal .slider-container .swiper .swiper-slide, section.content .slider-container .swiper .swiper-slide, section.contact .slider-container .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  position: relative;
  /* Center slide text vertically*/
  display: flex;
  justify-content: center;
  align-items: center;
}
section.portal .slider-container .swiper .swiper-slide img, section.content .slider-container .swiper .swiper-slide img, section.contact .slider-container .swiper .swiper-slide img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  padding-bottom: 58px;
}
@media (min-width: 992px) {
  section.portal .slider-container .swiper .swiper-slide img, section.content .slider-container .swiper .swiper-slide img, section.contact .slider-container .swiper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (min-width: 992px) {
  section.portal .slider-container .swiper .swiper-slide img, section.content .slider-container .swiper .swiper-slide img, section.contact .slider-container .swiper .swiper-slide img {
    padding-bottom: 58px;
  }
}
section.portal .slider-container .swiper .swiper-slide .video-container, section.content .slider-container .swiper .swiper-slide .video-container, section.contact .slider-container .swiper .swiper-slide .video-container {
  position: relative;
  padding-top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
section.portal .slider-container .swiper .swiper-slide .video-container video, section.content .slider-container .swiper .swiper-slide .video-container video, section.contact .slider-container .swiper .swiper-slide .video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  padding-bottom: 58px;
}
@media (min-width: 992px) {
  section.portal .slider-container .swiper .swiper-slide .video-container video, section.content .slider-container .swiper .swiper-slide .video-container video, section.contact .slider-container .swiper .swiper-slide .video-container video {
    padding-bottom: 58px;
  }
}
section.portal .slider-container .swiper-pagination, section.content .slider-container .swiper-pagination, section.contact .slider-container .swiper-pagination {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
section.portal .slider-container .swiper-pagination .swiper-pagination-bullet, section.content .slider-container .swiper-pagination .swiper-pagination-bullet, section.contact .slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #B3B7C0;
  opacity: 1;
  margin: 0 5px;
}
section.portal .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, section.content .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, section.contact .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DA2B1C;
}

@media (min-width: 992px) {
  section.content {
    margin: 0;
  }
}
@media (min-width: 992px) {
  section.content .section-container {
    width: 39%;
  }
}
section.content .section-container .anchor-section {
  height: unset;
  margin-top: 15px;
  padding: 40px 20px;
  min-height: unset;
  position: relative;
}
@media (min-width: 992px) {
  section.content .section-container .anchor-section {
    height: 100%;
    margin-top: unset;
    padding: unset;
  }
}
section.content .section-container .anchor-section .content-container {
  height: unset;
  padding: 0;
  margin-top: 0;
  position: relative;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (min-width: 992px) {
  section.content .section-container .anchor-section .content-container {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 100%;
  }
}
section.content .section-container .anchor-section .content-container::-webkit-scrollbar {
  width: 10px;
}
section.content .section-container .anchor-section .content-container::-webkit-scrollbar-track {
  background: #0A2A52;
}
section.content .section-container .anchor-section .content-container::-webkit-scrollbar-thumb {
  background: #F2F6FA;
}
section.content .section-container .anchor-section .content-container::-webkit-scrollbar-thumb:hover {
  background: #DADDE2;
}
section.content .section-container .anchor-section .content-container .wrapper {
  width: 100%;
}
section.content .section-container .anchor-section .content-container .wrapper .content.bottom {
  display: none;
  opacity: 0;
}
section.content .section-container .anchor-section .content-container .content.bottom {
  position: relative;
  overflow-y: auto;
  margin-top: 20px;
  opacity: 0;
  display: none;
  transition: all 3s;
}
section.content .section-container .anchor-section .content-container.active .wrapper .content.bottom {
  display: block;
  opacity: 1;
  -webkit-animation: revealText 0.5s forwards;
          animation: revealText 0.5s forwards;
}
section.content .slider-container {
  top: 0;
  position: relative;
  cursor: pointer;
}
section.content .slider-container .swiper-pagination {
  bottom: 50%;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}
section.content .slider-container .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  border-radius: 0;
  background-color: #B3B7C0;
  opacity: 1;
  margin: 0 5px;
}
section.content .slider-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #DA2B1C;
}

section.contact {
  margin-bottom: 0;
}
section.contact .section-container .anchor-section {
  padding: 0;
  margin-top: 0;
}
section.contact .section-container .anchor-section .content-container {
  align-items: flex-start;
  justify-content: flex-start;
}
section.contact .section-container .anchor-section .content-container > * {
  padding: 40px 20px;
}
@media (min-width: 576px) {
  section.contact .section-container .anchor-section .content-container > * {
    padding: 40px 40px;
  }
}
@media (min-width: 992px) {
  section.contact .section-container .anchor-section .content-container > * {
    flex-direction: column;
    padding: 0;
  }
}
section.contact .section-container .anchor-section .content-container .contact-infos {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 576px) {
  section.contact .section-container .anchor-section .content-container .contact-infos {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  section.contact .section-container .anchor-section .content-container .contact-infos {
    flex-direction: column;
  }
}
section.contact .section-container .anchor-section .content-container .contact-infos .content {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.contact .section-container .anchor-section .content-container .contact-infos .content {
    margin-bottom: 55px;
  }
}
section.contact .section-container .anchor-section .content-container .impress {
  display: flex;
  flex-direction: column;
  background-color: #F2F6FA;
  color: #234570;
  height: 100%;
  width: 100%;
}
@media (min-width: 576px) {
  section.contact .section-container .anchor-section .content-container .impress {
    flex-direction: row;
  }
}
@media (min-width: 992px) {
  section.contact .section-container .anchor-section .content-container .impress {
    flex-direction: column;
    background-color: inherit;
    height: unset;
    color: inherit;
  }
}
section.contact .section-container .anchor-section .content-container .impress .content {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  section.contact .section-container .anchor-section .content-container .impress .content {
    margin-bottom: 0;
  }
}
section.contact .section-container .anchor-section .content-container .content {
  flex-grow: 1;
}
section.contact .section-container .anchor-section .content-container .content h1 {
  letter-spacing: 1px;
}
@media (min-width: 992px) {
  section.contact .section-container .anchor-section .content-container .content {
    flex-grow: 0;
  }
}
section.contact .slider-container {
  position: relative;
  top: unset;
  min-height: 310px;
  display: flex;
  cursor: default;
}
@media (min-width: 768px) {
  section.contact .slider-container {
    min-height: 420px;
  }
}
section.contact .slider-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

section.portal, section.content, section.contact {
  flex-direction: column-reverse;
}
@media (min-width: 992px) {
  section.portal, section.content, section.contact {
    flex-direction: row;
  }
}
section .section-container .anchor-section {
  height: 100%;
}
@media (min-width: 992px) {
  section .section-container .anchor-section .bg {
    position: absolute;
    bottom: -65px;
    height: 188px;
    width: calc(100% - 10px);
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(35, 69, 112) 50%);
  }
}
section .section-container .anchor-section ul {
  list-style-type: circle;
  all: revert;
  padding-left: 17px;
}
section .section-container .anchor-section ol {
  display: block;
  list-style-type: decimal;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
section .section-container .anchor-section ol li {
  display: list-item;
}
section .section-container .anchor-section li {
  font-weight: 300;
  font-size: 16px;
  padding-left: 10px;
  margin: 20px 0;
  line-height: 35px;
}
@media (min-width: 992px) {
  section .section-container .anchor-section li {
    font-size: 20px;
  }
}
section .slider-container {
  background-color: #F2F6FA;
}
@media (min-width: 992px) {
  section .slider-container {
    background-color: unset;
  }
}

section.portal.entry .section-container .anchor-section {
  height: 100vh;
  min-height: unset;
  position: relative;
}
section.portal.entry .section-container .anchor-section .swipe-down-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 50vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.portal.entry .section-container .anchor-section .swipe-down-container img {
  height: 20%;
}
section.portal.entry .section-container .anchor-section .swipe-down-container.disabled {
  display: none;
}
@media (min-width: 992px) {
  section.portal.entry .section-container .anchor-section .swipe-down-container {
    display: none;
  }
}
section.portal.entry .section-container .anchor-section .content-container .scroll-anchor {
  position: absolute;
  height: 2px;
  width: 30%;
  left: 100px;
  scroll-margin-block-start: 180px;
}
@media (min-width: 992px) {
  section.portal.entry .section-container .anchor-section .content-container .scroll-anchor {
    display: none;
  }
}
section.portal.entry .section-container .anchor-section .content-container .wrapper .anchor-offset {
  width: 40%;
  height: 2px;
  position: absolute;
  top: -24%;
}
section.portal.entry .section-container .anchor-section .content-container .wrapper .top-anchor {
  height: 2px;
  width: 10%;
}
@media (min-width: 992px) {
  section.portal.entry .section-container .anchor-section .content-container .wrapper .top-anchor {
    background-color: transparent;
  }
}
@media (min-width: 992px) {
  section.portal.entry .section-container .anchor-section .content-container .wrapper .bottom-anchor {
    background-color: transparent;
  }
}
section.portal.entry .section-container .anchor-section .content-container .wrapper.active {
  padding-top: 25px;
  padding-bottom: 100px;
}
@media (min-width: 992px) {
  section.portal.entry .section-container .anchor-section .content-container .wrapper.active {
    padding-top: 0;
    padding-bottom: 0;
  }
}
section.portal.entry .section-container .anchor-section.expand {
  height: auto;
  min-height: 100vh;
}
section.portal.entry .slider-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
section.portal.entry .slider-container .control-btn {
  cursor: default;
}
.nav {
  top: 0;
  left: 0;
  right: 0;
  max-width: initial !important;
  padding: 0;
  position: relative;
}

nav .desktop {
  margin: 0 auto;
  max-width: 1600px;
}

@media screen and (max-width: 1679px) {
  nav .desktop {
    max-width: 1529px;
  }
}
@media screen and (max-width: 1559px) {
  nav .desktop {
    max-width: 1405px;
  }
}
@media screen and (max-width: 1439px) {
  nav .desktop {
    max-width: 1203px;
  }
}
@media screen and (max-width: 1279px) {
  nav .desktop {
    max-width: 954px;
  }
}
nav .desktop .navigation {
  width: 983px;
}

@media screen and (max-width: 1679px) {
  nav .desktop .navigation {
    width: 936px;
  }
}
@media screen and (max-width: 1559px) {
  nav .desktop .navigation {
    width: 862px;
  }
}
@media screen and (max-width: 1439px) {
  nav .desktop .navigation {
    width: 739px;
  }
}
@media screen and (max-width: 1279px) {
  nav .desktop .navigation {
    width: 587px;
  }

  nav .desktop .navigation ul li a {
    font-size: 12px;
  }
}
nav .desktop .navigation ul {
  justify-content: space-between;
}

nav .desktop .navigation ul li {
  padding: 0 !important;
}

@media (min-width: 992px) {
  section.portal .slider-container .swiper .swiper-slide img,
section.content .slider-container .swiper .swiper-slide img,
section.contact .slider-container .swiper .swiper-slide img {
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
}

/*# sourceMappingURL=app.min.css.map */