@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  text-decoration: none;
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  text-decoration: none;
  outline: none;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

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

textarea {
  resize: none;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

pre {
  white-space: normal;
}

mark {
  background-color: transparent;
}

hr {
  height: 1px;
  margin: 0;
  background-color: #000;
  border: none;
}

input, textarea {
  width: 100%;
  line-height: normal;
  border: 0;
  border-radius: 0;
  cursor: pointer;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
}

input[type=text]::-ms-clear {
  display: none;
}

input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

input[type=number] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.fade {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.fade.in {
  opacity: 1;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background-color: #001926;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.6;
  filter: alpha(opacity=80);
}

.modal {
  z-index: 1001;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  cursor: pointer;
  outline: 0;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-in-out;
}

.modal-dialog {
  width: 560px;
  max-width: calc(100% - 40px);
  margin: 100px auto;
  cursor: default;
}

.modal-content {
  position: relative;
  background-color: #FFF;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}

#myModal2 .modal-content {
  overflow-y: scroll;
  height: 750px !important;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: auto;
  overflow-y: auto;
}

@font-face {
  font-family: "icomoon";
  src: url("/assets/icons/icomoon.eot?zck8sf");
  src: url("/assets/icons/icomoon.eot?zck8sf#iefix") format("embedded-opentype"), url("/assets/icons/icomoon.ttf?zck8sf") format("truetype"), url("/assets/icons/icomoon.woff?zck8sf") format("woff"), url("/assets/icons/icomoon.svg?zck8sf#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrowDown:before {
  content: "\e904";
}

.icon-close:before {
  content: "\e903";
}

.icon-play:before {
  content: "\e902";
}

.icon-arrowLeft:before {
  content: "\e900";
  cursor: pointer;
}

.icon-arrowRight:before {
  content: "\e901";
  cursor: pointer;
}

@font-face {
  font-family: HVD_Comic_Serif_Pro;
  src: url("/assets/fonts/HVD_Comic_Serif_Pro.otf");
}
.hvd_R, .valleySection h2, .errorPage h1, .collapseItem header h3, .collapseSection h2, .timelineSection h1, .timelineSection .timelineList li h4, .charHeroSection h1, .aboutSection .aboutItem article .name, .aboutSection .container > article h2, .ourMissionSection article h2, .comingSoonSection ul li article h3, .comingSoonSection h2, .charCard article .name, .introductionsSection .container > article h2, .vidSection.charVidSection article h2, .smallToBigSection article h2, .mainHero article h1 {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 400;
}

.hvd_B {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 700;
}

.nu_L {
  font-family: Nunito;
  font-weight: 300;
}

.nu_LI, .aboutSection .aboutItem article .description {
  font-family: Nunito;
  font-weight: 300;
  font-style: italic;
}

.nu_R, .valleySection article p, .collapseItem .btn, .collapseItem .hideBox article p, .collapseSection .container > div > .btnBox .btn, .timelineSection .timelineList li p, .aboutSection .container > article p, .ourMissionSection article p, .comingSoonSection ul li article p, .introductionsSection .container > article p, .vidSection.charVidSection article p, .smallToBigSection article p, .mainFooter a, .mainFooter p, .spy-item, h1 {
  font-family: Nunito;
  font-weight: 400;
}

.nu_M {
  font-family: Nunito;
  font-weight: 500;
}

.nu_SB {
  font-family: Nunito;
  font-weight: 600;
}

.nu_B, .valleySection article p strong, .collapseItem header p, .aboutSection .aboutItem article .info, .charCard article .description, .smallToBigSection article p strong {
  font-family: Nunito;
  font-weight: 700;
}

.nu_EB, .errorPage .errorBtn {
  font-family: Nunito;
  font-weight: 800;
}

.nu_EBI, .timelineSection .titleBox p, .ourMissionSection article p strong {
  font-family: Nunito;
  font-weight: 800;
  font-style: italic;
}

.nu_BL, .comingSoonSection ul li article p strong {
  font-family: Nunito;
  font-weight: 900;
}

@keyframes scrollDownBtn {
  0% {
    top: 6px;
    background-color: #429DD7;
    opacity: 0;
  }
  25% {
    top: 6px;
    opacity: 1;
  }
  30% {
    top: 6px;
    opacity: 1;
  }
  100% {
    top: 20px;
    background-color: #312783;
    opacity: 0;
  }
}
@keyframes top {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 12px;
    transform: rotate(0);
  }
  100% {
    top: 12px;
    transform: rotate(45deg);
  }
}
@keyframes top-2 {
  0% {
    top: 12px;
    transform: rotate(45deg);
  }
  50% {
    top: 12px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 12px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2 {
  0% {
    bottom: 12px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 12px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
@keyframes scaled {
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes scaled-2 {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes top-m {
  0% {
    top: 0;
    transform: rotate(0);
  }
  50% {
    top: 8px;
    transform: rotate(0);
  }
  100% {
    top: 8px;
    transform: rotate(45deg);
  }
}
@keyframes top-2-m {
  0% {
    top: 8px;
    transform: rotate(45deg);
  }
  50% {
    top: 8px;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(0deg);
  }
}
@keyframes bottom-m {
  0% {
    bottom: 0;
    transform: rotate(0);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 8px;
    transform: rotate(135deg);
  }
}
@keyframes bottom-2-m {
  0% {
    bottom: 8px;
    transform: rotate(135deg);
  }
  50% {
    bottom: 8px;
    transform: rotate(0);
  }
  100% {
    bottom: 0;
    transform: rotate(0);
  }
}
html {
  scroll-behavior: smooth !important;
  overflow-x: hidden;
}

body {
  overflow-x: hidden;
}

.container {
  width: calc(100% - 100px);
  max-width: 1660px;
  margin: auto;
}

h1 {
  font-size: 44px;
}

.mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  z-index: 20;
}

.navContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1660px;
  width: calc(100% - 260px);
  margin: auto;
  padding: 30px 0;
}

.mainLogo {
  max-width: 200px;
  transition: all 0.3s ease-in-out;
}
.mainLogo img {
  width: 100%;
}

.mainNav {
  pointer-events: all;
}
.mainNav ul {
  display: flex;
  background-color: #312783;
  border-radius: 90px;
  /* li {position: relative;
      &::before {position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: $primaryDark; border-radius: 90px; transition: all .3s ease-in-out; backface-visibility: hidden; content: "";}
      a {position: relative; display: block; padding: 10px 30px; border-radius: 90px; @extend .nu_R; font-size: 16px; color: #fff; z-index: 2;}
      &:hover {&::before {background-color: $primaryDarkHover; transform: scale(1.15); z-index: 1;}}
      &.activeSpy::before {background-color: $primaryDarkHover; transform: scale(1.15); z-index: 1}
  } */
}

.spy-item {
  position: relative;
  display: block;
  padding: 10px 30px;
  border-radius: 90px;
  font-size: 16px;
  color: #fff;
  z-index: 2;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.spy-item::before {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #312783;
  border-radius: 90px;
  transition: transform 0.05s ease-in-out 0s, background 0.3s ease-in-out, opacity 0s ease-in-out 0.05s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  content: "";
  z-index: -1;
  transform: scale(0.9);
}
.spy-item.spy-active {
  z-index: 1;
}
.spy-item.spy-active::before {
  opacity: 1;
  background-color: #429DD7;
  transform: scale(1.15);
  transition: transform 0.3s ease-in-out, background 0.3s ease-in-out, opacity 0s ease-in-out 0s;
}
.spy-item:last-child {
  margin-right: 0;
}

.mobileOpen {
  display: none;
  position: absolute;
  right: 15px;
  width: 40px;
  cursor: pointer;
  z-index: 2;
}
.mobileOpen span {
  display: block;
  width: 100%;
  border-radius: 1.5px;
  height: 4px;
  background: #429DD7;
  transition: all 0.3s;
  position: relative;
}
.mobileOpen span:nth-child(2) {
  width: 32px;
}
.mobileOpen span + span {
  margin-top: 8px;
}
.mobileOpen.active span {
  background: #fff;
}
.mobileOpen.active span:nth-child(1) {
  animation: ease 0.7s top forwards;
}
.mobileOpen.active span:nth-child(2) {
  animation: ease 0.7s scaled forwards;
}
.mobileOpen.active span:nth-child(3) {
  animation: ease 0.7s bottom forwards;
}
.mobileOpen.not-active span:nth-child(1) {
  animation: ease 0.7s top-2 forwards;
}
.mobileOpen.not-active span:nth-child(2) {
  animation: ease 0.7s scaled-2 forwards;
}
.mobileOpen.not-active span:nth-child(3) {
  animation: ease 0.7s bottom-2 forwards;
}

.mainFooter {
  padding: 70px 0 60px;
  background: url("/assets/imgs/footerBc.svg") no-repeat;
  background-position: top center;
  background-size: cover;
}
.mainFooter .footerContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.mainFooter .footerContainer > div {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.mainFooter img {
  margin-bottom: 60px;
}
.mainFooter p {
  margin-right: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #626262;
}
.mainFooter a {
  margin-right: 25px;
  font-size: 16px;
  line-height: 22px;
  color: #429DD7;
  transition: all 0.3s ease-in-out;
}
.mainFooter a:last-child {
  margin-right: 0;
}
.mainFooter a:hover {
  color: #312783;
}

.mainHero {
  position: relative;
  margin-bottom: 140px;
  /*.container {position: relative; display: flex; align-items: center; justify-content: space-between;}*/
}
.mainHero article {
  margin-left: 125px;
  max-width: 600px;
  visibility: hidden;
  position: absolute;
  top: 15%;
  text-align: center;
  z-index: 9999999999;
}
.mainHero article img {
  margin: 0 auto;
}
.mainHero article h1 {
  font-size: 50px;
  line-height: 74px;
  color: #312783;
  text-transform: uppercase;
}
.mainHero article h2 {
  font-family: "Nunito";
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  line-height: 51px;
  text-transform: uppercase;
  color: #FFEDC5;
  padding: 40px 0;
}
.mainHero article h2 span {
  color: #FFCC71;
}
.mainHero article button {
  filter: drop-shadow(0 5px 10px rgba(255, 156, 0, 0.5));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: linear-gradient(180deg, #FFAA3D 0%, #FE8C25 102.2%);
  border: 0px solid;
  border-color: rgb(227, 90, 0);
  border-bottom-width: 6px;
  border-radius: 0.75rem;
}
.mainHero article button span {
  font-size: 20px;
  font-weight: 600;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #ffffff;
  text-shadow: 0px 1px 0px #DA5601;
  letter-spacing: 0.005em;
  line-height: 30px;
  text-align: center;
}
.mainHero article#second {
  top: 50%;
  transform: translateY(-50%);
  text-align: left;
}
.mainHero figure {
  visibility: hidden;
  position: relative;
  display: inline-block;
}
.mainHero figure img {
  width: 100%;
}
.mainHero figure .buttonBox {
  position: absolute;
  bottom: 15%;
  width: 100%;
  text-align: center;
}
.mainHero figure .buttonBox button {
  margin: 0 auto;
  filter: drop-shadow(0 5px 10px rgba(255, 156, 0, 0.5));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  background: linear-gradient(180deg, #FFAA3D 0%, #FE8C25 102.2%);
  border: 0px solid;
  border-color: rgb(227, 90, 0);
  border-bottom-width: 6px;
  border-radius: 0.75rem;
}
.mainHero figure .buttonBox button span {
  font-size: 20px;
  font-weight: 600;
  font-family: Poppins, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #ffffff;
  text-shadow: 0px 1px 0px #DA5601;
  letter-spacing: 0.005em;
  line-height: 30px;
  text-align: center;
}
.mainHero figure#second img {
  max-width: 1010px;
  float: right;
  margin: 100px 100px 0 0;
}
.mainHero figure#second video {
  max-width: 80%;
  float: right;
  margin: 150px -50px 70px 0;
}
.mainHero .background {
  background: url(/assets/imgs/heroBc.svg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.mainHero .owl-nav .owl-prev {
  left: 50px;
}
.mainHero .owl-nav .owl-next {
  right: 50px;
}

.scrollDownBtn {
  display: block;
  position: absolute;
  left: 50%;
  bottom: 25px;
  width: 26px;
  height: 43px;
  border-radius: 22px;
  border: 2px solid #312783;
  cursor: pointer;
  z-index: 9999999999;
  margin-left: -13px;
}
.scrollDownBtn span {
  display: block;
  position: absolute;
  top: 6px;
  left: 50%;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #312783;
  transform: translateX(-50%);
  animation: scrollDownBtn 1.75s ease-in-out 0s infinite;
}

@media screen and (max-width: 1799px) {
  .mainHero article {
    top: 20%;
  }
  .mainHero article img {
    width: 80% !important;
  }
  .mainHero article h2 {
    font-size: 28px;
    line-height: 35px;
    padding: 20px 0;
  }
  .mainHero figure#second img {
    max-width: 710px;
  }
}
@media screen and (max-width: 1440px) {
  .mainHero article {
    top: 24%;
  }
  .mainHero article img {
    width: 50% !important;
  }
  .mainHero article h2 {
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
  }
  .mainHero figure#second img {
    max-width: 610px;
  }
  .mainHero .owl-nav .owl-prev {
    left: 0;
  }
  .mainHero .owl-nav .owl-next {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  .mainHero article#second h1 {
    max-width: 550px;
  }
  .mainHero figure#second img {
    margin: 100px 40px 0 0;
  }
}
@media screen and (max-width: 1100px) {
  .mainHero article {
    top: 25%;
  }
  .mainHero article img {
    width: 40% !important;
  }
  .mainHero article h2 {
    line-height: 25px;
  }
}
@media screen and (max-width: 999px) {
  .mainHero {
    padding-top: 130px;
    margin-bottom: 0;
  }
  .mainHero article {
    top: 5%;
    max-width: 100%;
    width: 100%;
  }
  .mainHero article button {
    display: none;
  }
  .mainHero article#second {
    position: relative;
    transform: none;
    text-align: center;
  }
  .mainHero article#second h1 {
    max-width: none;
  }
  .mainHero figure img#desktop {
    display: none;
  }
  .mainHero figure img#mobile {
    display: block !important;
  }
  .mainHero figure .buttonBox {
    display: block !important;
  }
  .mainHero figure#second img {
    max-width: none;
    margin: 0 auto;
    float: none;
  }
  .mainHero figure#second video {
    width: 100%;
    max-width: none;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .mainHero .owl-nav .owl-prev {
    left: 25px;
  }
  .mainHero .owl-nav .owl-next {
    right: 25px;
  }
}
.smallToBigSection {
  margin-bottom: 140px;
}
.smallToBigSection .container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.smallToBigSection article {
  margin-left: 130px;
  max-width: 650px;
  visibility: hidden;
}
.smallToBigSection article h2 {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 44px;
  color: #312783;
  text-transform: uppercase;
}
.smallToBigSection article p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.smallToBigSection article p:last-child {
  margin-bottom: 0;
}
.smallToBigSection figure {
  visibility: hidden;
}
.smallToBigSection figure img {
  width: 100%;
}

.vidSection {
  width: 100%;
  height: 630px;
  margin-bottom: 110px;
  overflow: hidden;
}
.vidSection .vidContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 630px;
  overflow: hidden;
}
.vidSection video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.vidSection figure {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}
.vidSection figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.vidSection .modalOpener {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.vidSection .modalOpener img {
  width: 100px;
  transition: all 0.3s ease-in-out;
}
.vidSection .modalOpener:hover img {
  transform: scale(1.05);
}
.vidSection.charVidSection {
  position: relative;
  /*overflow: visible; margin-bottom: 300px;*/
}
.vidSection.charVidSection::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  background: linear-gradient(180deg, #1D3762 0%, rgba(29, 55, 98, 0) 100%);
  transform: rotate(-180deg);
  mix-blend-mode: multiply;
  content: "";
  z-index: 1;
}
.vidSection.charVidSection::after {
  position: absolute;
  bottom: -300px;
  left: 0;
  width: 100%;
  height: 300px;
  background: url("/assets/imgs/questionmarks.svg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  content: "";
}
.vidSection.charVidSection article {
  position: absolute;
  bottom: 15px;
  left: 50%;
  max-width: 795px;
  width: 100%;
  transform: translateX(-50%);
  text-align: center;
  z-index: 2;
}
.vidSection.charVidSection article h2 {
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-transform: uppercase;
}
.vidSection.charVidSection article p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}

.introductionsSection {
  margin-bottom: 200px;
}
.introductionsSection .container {
  position: relative;
}
.introductionsSection .container > article {
  position: relative;
  max-width: 795px;
  z-index: 1;
  margin: auto;
  text-align: center;
  margin-bottom: 40px;
}
.introductionsSection .container > article h2 {
  margin-bottom: 40px;
  font-size: 60px;
  line-height: 72px;
  color: #312783;
  text-transform: uppercase;
}
.introductionsSection .container > article p {
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.introductionsSection .container > p {
  font-family: Nunito;
  font-weight: 700;
  margin: 50px 0 20px 0;
  font-size: 22px;
  line-height: 30px;
  color: #312783;
  text-align: center;
}
.introductionsSection .container > .longer {
  max-width: 1120px;
}
.introductionsSection .container > .longer h2 {
  margin-top: 150px;
}
.introductionsSection .letter {
  position: absolute;
  top: 100px;
  left: -50px;
}
.introductionsSection .pen {
  position: absolute;
  top: -30px;
  right: -70px;
}
.introductionsSection .titleImg {
  position: relative;
  max-width: 1180px;
  margin: 0 auto 165px auto;
  z-index: 1;
}
.introductionsSection .titleImg img {
  width: 100%;
}
.introductionsSection .introductionsList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px;
  margin-bottom: 70px;
}
.introductionsSection .introductionsList li:nth-child(even) {
  margin-top: 110px;
}
.introductionsSection .introductionsList.threeItem {
  grid-template-columns: repeat(3, 1fr);
  gap: 70px;
  max-width: 1290px;
  margin: 0 auto 70px auto;
}
.introductionsSection .introductionsList.threeItem li:nth-child(odd) {
  margin-top: 110px;
}
.introductionsSection .introductionsList.threeItem li:nth-child(even) {
  margin-top: 0;
}

.charCard {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  margin: auto;
  cursor: pointer;
}
.charCard figure {
  margin-bottom: 30px;
}
.charCard figure img, .charCard figure svg {
  width: 100%;
  height: auto;
}
.charCard article {
  text-align: center;
}
.charCard article .name {
  font-size: 30px;
  line-height: 36px;
  color: #312783;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.charCard article .description {
  font-size: 22px;
  line-height: 26px;
  color: #312783;
  transition: all 0.3s ease-in-out;
}
.charCard:hover article p {
  color: #429DD7;
}

.charCard.charCardNoLink {
  cursor: default;
}

#introCaro {
  position: relative;
  max-width: 1280px;
  margin: auto;
}
#introCaro::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1;
}
#introCaro::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1;
}
#introCaro .owl-item > a {
  opacity: 0.5;
  transform: scale(0.84);
  width: 100%;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
#introCaro .owl-item.active > a {
  opacity: 0.5;
  transform: scale(0.84);
  width: 100%;
  margin: auto;
  pointer-events: none;
}
#introCaro .owl-item.active.center > a {
  opacity: 1;
  transform: scale(1);
  pointer-events: all;
}
#introCaro .charCard .name {
  font-size: 20px;
  line-height: 24px;
}
#introCaro .charCard .description {
  font-size: 20px;
  line-height: 24px;
}
#introCaro .owl-nav.on, #introCaro .owl-dots.on {
  display: block !important;
}
#introCaro .owl-nav button.disabled {
  opacity: 0.4;
}
#introCaro .owl-nav button.disabled:hover i {
  color: #312783;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  z-index: 10;
}
.owl-nav .owl-prev i, .owl-nav .owl-next i {
  font-size: 40px;
  color: #312783;
  transition: color 0.3s ease-in-out;
}
.owl-nav .owl-prev i:hover, .owl-nav .owl-next i:hover {
  color: #429DD7;
  cursor: auto !important;
}
.owl-nav .owl-prev.disabled, .owl-nav .owl-next.disabled {
  opacity: 0.4;
}
.owl-nav .owl-prev {
  left: -50px;
}
.owl-nav .owl-next {
  right: -50px;
}

.owl-dots {
  position: relative;
  top: 15px;
  text-align: center;
}
.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-color: #C4C4C4;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.owl-dots .owl-dot.active span {
  background-color: #1D3762;
}
.owl-dots .owl-dot:hover span {
  background-color: #1D3762;
}

.comingSoonSection > figure {
  width: 100%;
}
.comingSoonSection > figure img {
  width: 100%;
}
.comingSoonSection h2 {
  max-width: 850px;
  margin: 0 auto 40px auto;
  font-size: 60px;
  line-height: 72px;
  color: #312783;
  text-transform: uppercase;
  text-align: center;
}
.comingSoonSection .container {
  position: relative;
  max-width: unset;
  width: 100%;
  padding: 40px 0 100px;
}
.comingSoonSection .container::before {
  position: absolute;
  top: -51px;
  left: 0;
  width: 100%;
  height: calc(100% + 51px);
  background-color: #60C6F2;
  content: "";
  z-index: -1;
}
.comingSoonSection ul {
  max-width: 1370px;
  width: calc(100% - 100px);
  margin: auto;
}
.comingSoonSection ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.comingSoonSection ul li:nth-child(even) {
  flex-direction: row-reverse;
  margin-top: 100px;
}
.comingSoonSection ul li:nth-child(even) article {
  margin-left: 100px;
  margin-right: 0;
}
.comingSoonSection ul li article {
  max-width: 640px;
  margin-right: 100px;
}
.comingSoonSection ul li article h3 {
  margin-bottom: 30px;
  font-size: 36px;
  line-height: 44px;
  color: #312783;
  text-transform: uppercase;
}
.comingSoonSection ul li article p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #312783;
}
.comingSoonSection ul li article p:last-child {
  margin-bottom: 0;
}
.comingSoonSection ul li article .btn {
  background-color: #312783;
  font-size: 18px;
  font-family: Nunito;
  font-weight: 600;
  color: #ffffff;
  border-radius: 90px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  text-transform: none;
  overflow: visible;
  margin-top: 20px;
}
.comingSoonSection ul li article .btn:hover {
  border-color: #adadad;
  text-decoration: none;
}
.comingSoonSection ul li figure {
  position: relative;
}
.comingSoonSection ul li figure img {
  position: relative;
  width: 100%;
  max-width: 729px;
  z-index: 1;
}
.comingSoonSection .storeBadgeBox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 40px;
}
.comingSoonSection .storeBadgeBox a {
  margin-right: 20px;
}
.comingSoonSection .storeBadgeBox a:last-child {
  margin-right: 0;
}
.comingSoonSection .storeBadgeBox img {
  max-height: 64px;
  width: auto;
}

.ourMissionSection {
  position: relative;
  margin-bottom: 295px;
}
.ourMissionSection .omBc {
  position: relative;
  height: 1024px;
  width: 100%;
  margin-top: -2px;
}
.ourMissionSection .omBc::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 480px;
  background: linear-gradient(180deg, #1D3762 0%, rgba(29, 55, 98, 0) 100%);
  transform: rotate(180deg);
  content: "";
}
.ourMissionSection .omBc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.ourMissionSection > div {
  position: relative;
  margin-top: -150px;
  padding-bottom: 200px;
  z-index: 1;
}
.ourMissionSection > div::before {
  position: absolute;
  top: 148px;
  left: 0;
  width: 100%;
  height: calc(100% - 148px);
  background-color: #1D3762;
  content: "";
}
.ourMissionSection article {
  max-width: 1370px;
  width: calc(100% - 100px);
  margin: auto;
}
.ourMissionSection article h2 {
  margin: 0 auto 100px auto;
  font-size: 60px;
  line-height: 72px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.ourMissionSection article > div {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 100px;
}
.ourMissionSection article > div p {
  margin: unset;
}
.ourMissionSection article > div #left {
  padding-right: 20px;
}
.ourMissionSection article p {
  position: relative;
  max-width: 640px;
  margin: auto;
  font-size: 22px;
  line-height: 30px;
  color: #fff;
}
.ourMissionSection article p strong {
  font-size: 28px;
  line-height: 38px;
}
.ourMissionSection .cockade {
  position: absolute;
  left: 50%;
  bottom: -215px;
  transform: translateX(-50%);
  z-index: 1;
}

.aboutSection {
  margin-bottom: 140px;
}
.aboutSection .container {
  max-width: 1000px;
}
.aboutSection .container > article h2 {
  max-width: 825px;
  margin: 0 auto 40px auto;
  font-size: 60px;
  line-height: 72px;
  color: #312783;
  text-align: center;
  text-transform: uppercase;
}
.aboutSection .container > article p {
  max-width: 650px;
  margin: 0 auto 100px auto;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.aboutSection .aboutItem figure {
  width: 220px;
  height: 220px;
  margin: 0 auto 25px auto;
  border-radius: 50%;
  overflow: hidden;
}
.aboutSection .aboutItem figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutSection .aboutItem article {
  position: relative;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.aboutSection .aboutItem article .name {
  font-size: 30px;
  line-height: 36px;
  color: #312783;
  text-align: center;
}
.aboutSection .aboutItem article .info {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px;
  color: #312783;
  text-align: center;
}
.aboutSection .aboutItem article .description {
  position: relative;
  left: 50%;
  max-width: 650px;
  width: 660px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
  transform: translateX(-50%);
}

#aboutCaro {
  position: relative;
  max-width: 1080px;
  margin: auto;
}
#aboutCaro::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1;
}
#aboutCaro::after {
  position: absolute;
  right: 0;
  top: 0;
  width: 25px;
  height: 100%;
  background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  z-index: 1;
}
#aboutCaro .owl-item {
  padding: 0 15px;
}
#aboutCaro .owl-item > .aboutItem {
  opacity: 0.5;
  transform: scale(0.84);
  max-width: 350px;
  width: 100%;
  margin: auto;
  transition: all 0.3s ease-in-out;
}
#aboutCaro .owl-item.active > .aboutItem {
  opacity: 0.5;
  transform: scale(0.84);
  max-width: 350px;
  width: 100%;
  margin: auto;
}
#aboutCaro .owl-item.active.center > .aboutItem {
  opacity: 1;
  transform: scale(1);
}
#aboutCaro .owl-item.active.center > .aboutItem article {
  opacity: 1;
}
#aboutCaro .owl-nav, #aboutCaro .owl-dots {
  display: block;
}

.charHeroSection {
  position: relative;
  height: 790px;
}
.charHeroSection video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  z-index: -1;
}
.charHeroSection img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 65% center;
     object-position: 65% center;
  z-index: -1;
}
.charHeroSection .container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}
.charHeroSection article {
  margin-left: 130px;
}
.charHeroSection h1 {
  font-size: 60px;
  line-height: 72px;
  color: #312783;
  text-transform: uppercase;
  visibility: hidden;
}

.charHeroSection.vidSection {
  margin-bottom: 0;
}
.charHeroSection.vidSection video {
  transform: none;
}
.charHeroSection.vidSection .vidContainer {
  max-height: 790px;
}
.charHeroSection.vidSection .vidContainer a {
  width: 100px;
  height: 100px;
}
.charHeroSection.vidSection .vidContainer a img {
  height: auto;
}

.timelineSection {
  display: block;
  margin: 100px 0 220px;
}
.timelineSection .container {
  max-width: 1370px;
}
.timelineSection .titleBox {
  max-width: 800px;
  margin: 0 auto 200px auto;
}
.timelineSection .titleBox p {
  font-size: 28px;
  line-height: 38px;
  color: #312783;
}
.timelineSection .lifeway {
  margin: 0 auto 325px auto;
}
.timelineSection .timelineList {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.timelineSection .timelineList .line {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 30px;
  height: 100%;
  background-color: #DCF1F7;
  transform: translateX(-50%);
  border-radius: 80px;
}
.timelineSection .timelineList .line .innerLine {
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 20px;
  height: 20px;
  max-height: calc(100% - 10px);
  background-color: #312783;
  transform: translateX(-50%);
  border-radius: 80px;
}
.timelineSection .timelineList li {
  position: relative;
  width: 50%;
  margin-top: 100px;
}
.timelineSection .timelineList li .dot {
  display: block;
  position: absolute;
  top: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #DCF1F7;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.timelineSection .timelineList li .dot::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #DCF1F7;
  transform: translate(-50%, -50%);
  content: "";
}
.timelineSection .timelineList li figure {
  position: absolute;
  max-width: 180px;
  max-height: 280px;
  top: -20px;
  transform: translateY(-100%);
  z-index: -1;
}
.timelineSection .timelineList li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.timelineSection .timelineList li article {
  max-width: 510px;
}
.timelineSection .timelineList li:nth-child(odd) {
  align-self: flex-end;
}
.timelineSection .timelineList li:nth-child(odd) article {
  margin-left: auto;
}
.timelineSection .timelineList li:nth-child(odd) .dot {
  left: 0;
  transform: translate(-50%, -50%);
}
.timelineSection .timelineList li:nth-child(odd) figure {
  left: 20%;
}
.timelineSection .timelineList li:nth-child(even) {
  text-align: right;
}
.timelineSection .timelineList li:nth-child(even) article {
  margin-right: auto;
}
.timelineSection .timelineList li:nth-child(even) .dot {
  right: 0px;
  transform: translate(50%, -50%);
}
.timelineSection .timelineList li:nth-child(even) figure {
  right: 20%;
}
.timelineSection .timelineList li#deathTime .dot {
  top: unset;
  bottom: 0;
  transform: translate(50%, 0);
}
.timelineSection .timelineList li h4 {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
  color: #312783;
}
.timelineSection .timelineList li p {
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.timelineSection .timelineList .imgBox {
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
  transform: translateX(-50%);
  z-index: 2;
}
.timelineSection .timelineList .imgBox span {
  display: block;
  position: absolute;
  top: 5px;
  left: 50%;
  width: 20px;
  height: 20px;
  transform: translateX(-50%);
  border-radius: 80px;
}
.timelineSection .timelineList .imgBox svg {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 140px;
  height: auto;
  transform: translateX(-50%);
}
.timelineSection h1 {
  font-size: 60px;
  line-height: 72px;
  color: #312783;
  text-transform: uppercase;
  visibility: hidden;
  text-align: center;
}
.timelineSection .date {
  text-align: center;
}

.collapseSection {
  margin-bottom: 100px;
}
.collapseSection .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  z-index: 1;
}
.collapseSection .container > div {
  width: 30%;
}
.collapseSection .container > div > .btnBox {
  padding: 0 40px;
  margin-bottom: 25px;
  text-align: center;
}
.collapseSection .container > div > .btnBox .btn {
  display: inline-flex;
  align-items: center;
  place-items: center;
  padding: 15px 35px;
  background-color: #429DD7;
  border-radius: 90px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.collapseSection .container > div > .btnBox .btn:hover {
  background-color: #312783;
}
.collapseSection .container > div > .btnBox .btn i {
  margin-right: 5px;
  font-size: 22px;
}
.collapseSection h2 {
  margin-bottom: 150px;
  font-size: 36px;
  line-height: 44px;
  color: #312783;
  text-transform: uppercase;
}
.collapseSection figure svg {
  width: 100%;
  height: auto;
}

.collapseList {
  width: 70%;
}

.collapseItem {
  width: 100%;
  margin-top: -20px;
}
.collapseItem:first-child {
  margin-top: 0;
}
.collapseItem:last-child header {
  border-radius: 30px;
  padding-bottom: 40px;
}
.collapseItem:last-child .hideBox {
  position: relative;
  top: -25px;
  margin-top: -1px;
  padding-bottom: 25px;
  border-radius: 0 0 30px 30px;
}
.collapseItem.active header {
  background-color: #E1F8FF;
}
.collapseItem.active header::after {
  transform: scaleY(-1);
}
.collapseItem header {
  position: relative;
  padding: 30px 40px 50px;
  background-color: #E1F8FF;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  box-shadow: 0px -15px 40px -25px rgba(0, 0, 0, 0.2);
}
.collapseItem header::after {
  position: absolute;
  top: 30px;
  right: 40px;
  width: 18px;
  height: 10px;
  background: url("/assets/imgs/arrowDown.svg") no-repeat;
  background-size: contain;
  transition: all 0.3s ease-in-out;
  content: "";
}
.collapseItem header h3 {
  margin-bottom: 10px;
  font-size: 36px;
  line-height: 44px;
  color: #312783;
  text-transform: uppercase;
}
.collapseItem header p {
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.collapseItem .hideBox {
  display: none;
  background-color: #E1F8FF;
  margin-top: -40px;
  padding-bottom: 40px;
}
.collapseItem .hideBox article {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 15px 40px;
}
.collapseItem .hideBox article p {
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.collapseItem .btnBox {
  padding: 0 40px;
  text-align: right;
}
.collapseItem .btn {
  display: inline-flex;
  align-items: center;
  place-items: center;
  padding: 15px 35px;
  background-color: #429DD7;
  border-radius: 90px;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.collapseItem .btn i {
  margin-right: 5px;
  font-size: 22px;
}
.collapseItem .btn:hover {
  background-color: #312783;
}

.errorPage {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
}
.errorPage .container {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
.errorPage figure {
  width: calc(100% - 40px);
  max-width: 890px;
  margin-bottom: 25px;
}
.errorPage figure img {
  width: 100%;
}
.errorPage h1 {
  margin-bottom: 35px;
  font-size: 36px;
  line-height: 44px;
  text-align: center;
  color: #312783;
  text-transform: uppercase;
}
.errorPage .errorBtn {
  display: block;
  padding: 15px 35px;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
  color: #fff;
  background-color: #429DD7;
  border-radius: 90px;
}
.errorPage .mainLogo {
  position: absolute;
  top: 15px;
  left: 0;
}

.modal .modal-dialog {
  width: 75vw;
}
.modal .modal-content {
  position: unset;
  height: auto;
  background-color: transparent;
}
.modal .modal-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.modal .modal-header .modalClose {
  position: absolute;
  top: 30px;
  right: 30px;
}
.modal .modal-header .modalClose i {
  color: #fff;
  font-size: 24px;
}
.modal .modal-body iframe {
  width: 100% !important;
  height: 59vh;
  max-height: calc(100vh - 200px);
}
.modal#narrateModal .owl-nav .owl-prev i, .modal#narrateModal .owl-nav .owl-next i {
  color: #fff;
}

@media (min-width: 1561px) {
  .collapseSection .container > div > .btnBox {
    margin-top: 25px;
  }
}
@media (max-width: 1560px) {
  .introductionsSection .container > article h2, .comingSoonSection h2, .valleySection h2.title, .ourMissionSection article h2, .aboutSection .container > article h2, .collapseSection {
    font-size: 52px;
    line-height: 62px;
  }

  .introductionsSection .titleImg {
    width: 50vw;
    margin-bottom: 130px;
  }
  .introductionsSection .letter, .introductionsSection .pen {
    width: 25vw;
  }
  .introductionsSection .introductionsList {
    gap: 30px;
  }
  .introductionsSection .introductionsList.threeItem {
    gap: 30px;
    max-width: 870px;
  }

  #introCaro {
    max-width: 1000px;
  }
  #introCaro .charCard .name {
    font-size: 18px;
    line-height: 22px;
  }
  #introCaro .charCard .description {
    font-size: 18px;
    line-height: 22px;
  }

  .charCard {
    max-width: 260px;
  }
  .charCard article .name {
    font-size: 24px;
    line-height: 34px;
  }
  .charCard article .description {
    font-size: 18px;
    line-height: 24px;
  }

  .comingSoonSection ul li figure {
    max-width: 40%;
  }
  .comingSoonSection ul li figure img {
    max-height: 600px;
  }

  .ourMissionSection {
    margin-bottom: 250px;
  }
  .ourMissionSection > div {
    padding-bottom: 175px;
  }
  .ourMissionSection .omBc {
    height: 700px;
  }
  .ourMissionSection .cockade {
    max-width: 200px;
    bottom: -175px;
  }
  .ourMissionSection article h2 {
    margin-bottom: 75px;
  }
  .ourMissionSection article > div {
    margin-bottom: 50px;
  }
  .ourMissionSection article p {
    font-size: 20px;
    line-height: 28px;
  }
  .ourMissionSection article p strong {
    font-size: 24px;
    line-height: 34px;
  }

  #aboutCaro {
    max-width: 900px;
  }

  .mainFooter img {
    max-width: 60%;
    margin-bottom: 40px;
  }
  .mainFooter img:nth-child(2) {
    max-width: 50%;
  }

  .charHeroSection {
    height: 660px;
  }

  .timelineSection {
    margin: 75px 0 175px;
  }
  .timelineSection .titleBox p {
    font-size: 24px;
    line-height: 34px;
  }

  .collapseItem header h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .collapseItem header p {
    font-size: 18px;
    line-height: 24px;
  }
  .collapseItem .hideBox article p {
    font-size: 18px;
    line-height: 24px;
  }

  .vidSection {
    margin-bottom: 75px;
    height: 500px;
  }
  .vidSection.charVidSection {
    margin-bottom: 200px;
  }
  .vidSection.charVidSection::after {
    bottom: -200px;
    height: 200px;
  }
  .vidSection.charVidSection article h2 {
    font-size: 48px;
    line-height: 56px;
  }
  .vidSection.charVidSection article p {
    font-size: 20px;
    line-height: 28px;
  }

  .collapseSection h2 {
    margin-bottom: 80px;
  }
}
@media (max-width: 1439px) {
  .navContainer {
    width: calc(100% - 100px);
  }

  .mainHero article, .charHeroSection article, .smallToBigSection article {
    margin-left: 40px;
  }

  .timelineSection .timelineList li article {
    max-width: unset;
    width: calc(100% - 100px);
  }
  .timelineSection .timelineList li article h4 {
    font-size: 28px;
    line-height: 43px;
  }
  .timelineSection .timelineList li article p {
    font-size: 20px;
    line-height: 28px;
  }
  .timelineSection .timelineList li figure {
    max-width: 160px;
  }
  .timelineSection .timelineList li:nth-child(even) figure {
    right: 90px;
  }
  .timelineSection .timelineList li:nth-child(odd) figure {
    left: 90px;
  }

  #vidsCaro .owl-nav .owl-prev {
    left: -50px;
  }
  #vidsCaro .owl-nav .owl-next {
    right: -50px;
  }
  #vidsCaro .owl-nav .owl-next, #vidsCaro .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .introductionsSection .container > article h2, .comingSoonSection h2, .valleySection h2.title, .ourMissionSection article h2, .aboutSection .container > article h2 {
    font-size: 46px;
    line-height: 56px;
  }

  .mainHero article h1 {
    font-size: 46px;
    line-height: 56px;
  }

  .smallToBigSection {
    margin-bottom: 100px;
  }
  .smallToBigSection article {
    max-width: 50%;
    margin-right: 20px;
  }
  .smallToBigSection article p {
    font-size: 18px;
    line-height: 26px;
  }

  .comingSoonSection .container {
    padding-bottom: 75px;
  }
  .comingSoonSection ul li {
    margin-bottom: 30px;
  }
  .comingSoonSection ul li article {
    max-width: 55%;
  }
  .comingSoonSection ul li article h3 {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }
  .comingSoonSection ul li article p {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
  }
  .comingSoonSection ul li:last-child {
    margin-bottom: 0;
  }

  .ourMissionSection {
    margin-bottom: 180px;
  }
  .ourMissionSection > div {
    padding-bottom: 130px;
  }
  .ourMissionSection .omBc {
    max-height: 100vh;
    height: 600px;
  }
  .ourMissionSection .omBc::after {
    height: 320px;
  }
  .ourMissionSection article > div p {
    max-width: calc(50% - 10px);
  }
  .ourMissionSection article p {
    font-size: 18px;
    line-height: 24px;
  }
  .ourMissionSection article p strong {
    font-size: 22px;
    line-height: 30px;
  }
  .ourMissionSection .cockade {
    max-width: 150px;
    bottom: -130px;
  }

  .aboutSection .container > article p {
    margin-bottom: 75px;
  }

  .owl-nav .owl-prev {
    left: -25px;
  }
  .owl-nav .owl-next {
    right: -25px;
  }
  .owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 36px;
  }

  .collapseSection .container {
    position: relative;
  }
  .collapseSection .container > div {
    position: absolute;
    top: 0;
    width: 33%;
  }
  .collapseSection h2 {
    margin-bottom: 50px;
  }
  .collapseSection .collapseList {
    position: relative;
    margin-left: auto;
    z-index: 1;
  }

  .collapseItem header {
    padding: 20px 30px 40px;
  }
  .collapseItem header h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .collapseItem:last-child header {
    padding-bottom: 30px;
  }
  .collapseItem .hideBox article {
    padding: 15px 30px 5px;
  }

  .introductionsSection {
    margin-bottom: 150px;
  }
  .introductionsSection .letter, .introductionsSection .introductionsSection .pen {
    width: 20vw;
  }
  .introductionsSection .titleImg {
    margin-bottom: 100px;
  }
}
@media (max-width: 999px) {
  .container {
    width: calc(100% - 80px);
  }

  .navContainer {
    padding: 15px 0 0;
  }

  .mainNav {
    opacity: 0;
    position: absolute;
    top: 0;
    right: -280px;
    height: 100vh;
    width: 280px;
    padding-top: 80px;
    background-color: #312783;
    border-radius: 15px 0 0 15px;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  .mainNav.active {
    right: 0;
    opacity: 1;
    pointer-events: all;
  }
  .mainNav ul {
    flex-direction: column;
    height: 100%;
    border-radius: unset;
    /* li { margin-bottom: 40px;
        &::before {position: absolute; right: 15px; left: unset; top: 50%; width: 10px; height: 10px; background-color: transparent; border: 1px solid #60C6F2; border-radius: 50%; transform: translate(0, -50%);}
        &::after {position: absolute; right: 20px; bottom: 0; height: 40px; width: 2px; background-color: #60C6F2; transform: translateY(100%); content: "";}
        &:last-child {margin-bottom: 0;
            &::after {display: none;}
        }
        &.activeSpy, &:hover {
            &::before {transform: scale(1) translate(0, -50%); background-color: #60C6F2;}
        }
        a {padding: 10px 50px 10px 30px; font-weight: 800; font-size: 16px; line-height: 16px; text-transform: uppercase; text-align: right;}
    } */
  }

  .spy-item {
    position: relative;
    display: block;
    padding: 10px 50px 10px 30px;
    margin-bottom: 40px;
    border-radius: 90px;
    font-weight: 800;
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    text-align: right;
    color: #fff;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
  }
  .spy-item::before {
    opacity: 1;
    position: absolute;
    right: 15px;
    left: unset;
    top: 50%;
    width: 10px;
    height: 10px;
    background-color: transparent;
    border: 1px solid #60C6F2;
    border-radius: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease-in-out;
  }
  .spy-item::after {
    position: absolute;
    right: 20px;
    bottom: 0;
    height: 40px;
    width: 2px;
    background-color: #60C6F2;
    transform: translateY(100%);
    content: "";
  }
  .spy-item.spy-active {
    z-index: 1;
  }
  .spy-item.spy-active::before {
    transform: scale(1) translate(0, -50%);
    background-color: #60C6F2;
    transition: all 0.3s ease-in-out;
  }
  .spy-item:last-child {
    margin-bottom: 0;
  }
  .spy-item:last-child::after {
    display: none;
  }

  .mainLogo {
    max-width: 140px;
  }

  .mobileOpen {
    display: block;
    pointer-events: all;
  }

  .navContainer {
    width: calc(100% - 80px);
  }

  .introductionsSection .container > article h2, .comingSoonSection h2, .valleySection h2.title, .ourMissionSection article h2, .aboutSection .container > article h2, .collapseSection h2 {
    font-size: 36px;
    line-height: 46px;
  }

  .mainHero article, .charHeroSection article, .smallToBigSection article {
    margin-left: 0;
  }

  .mainHero {
    padding-bottom: 150px;
  }
  .mainHero article h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .scrollDownBtn {
    display: none;
  }

  .smallToBigSection {
    margin-bottom: 75px;
  }
  .smallToBigSection article h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 34px;
  }
  .smallToBigSection article p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .introductionsSection {
    margin-bottom: 100px;
  }
  .introductionsSection .titleImg {
    margin-bottom: 50px;
  }
  .introductionsSection .letter {
    top: 25px;
  }
  .introductionsSection .pen {
    right: -40px;
  }
  .introductionsSection .container > article h2 {
    margin-bottom: 20px;
  }
  .introductionsSection .container > article p {
    font-size: 18px;
    line-height: 24px;
  }
  .introductionsSection .introductionsList {
    gap: 20px;
  }

  .charCard figure {
    margin-bottom: 15px;
  }
  .charCard article .name {
    font-size: 22px;
    line-height: 28px;
  }
  .charCard article .description {
    line-height: 20px;
  }

  .comingSoonSection ul {
    width: calc(100% - 80px);
  }
  .comingSoonSection ul li article p {
    font-size: 18px;
    line-height: 22px;
  }

  .ourMissionSection {
    margin-bottom: 155px;
  }
  .ourMissionSection .omBc {
    height: 475px;
  }
  .ourMissionSection .omBc::after {
    height: 260px;
  }
  .ourMissionSection > div {
    margin-top: -125px;
  }
  .ourMissionSection > div::before {
    top: 125px;
  }
  .ourMissionSection article {
    width: calc(100% - 80px);
  }
  .ourMissionSection article h2 {
    margin-bottom: 35px;
  }
  .ourMissionSection .cockade {
    bottom: -110px;
  }

  .aboutSection .container > article h2 {
    margin-bottom: 20px;
  }
  .aboutSection .container > article p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 22px;
  }
  .aboutSection .aboutItem figure {
    width: 180px;
    height: 180px;
    margin-bottom: 15px;
  }
  .aboutSection .aboutItem figure img {
    -o-object-position: center;
       object-position: center;
  }
  .aboutSection .aboutItem article .name {
    font-size: 22px;
    line-height: 28px;
  }
  .aboutSection .aboutItem article .info {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .aboutSection .aboutItem article .description {
    width: 500px;
    max-width: unset;
    font-size: 20px;
    line-height: 24px;
  }

  .charHeroSection {
    height: 400px;
  }
  .charHeroSection h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .timelineSection {
    margin: 50px 0 100px;
  }
  .timelineSection .titleBox {
    margin-bottom: 125px;
  }
  .timelineSection .titleBox p {
    font-size: 22px;
    line-height: 28px;
  }
  .timelineSection .timelineList li {
    width: 100%;
    margin-top: 160px;
  }
  .timelineSection .timelineList li:nth-child(odd) .dot, .timelineSection .timelineList li:nth-child(even) .dot {
    left: 30px;
    right: unset;
    width: 45px;
    height: 45px;
    transform: translate(-50%, -50%);
  }
  .timelineSection .timelineList li:nth-child(odd) .dot::before, .timelineSection .timelineList li:nth-child(even) .dot::before {
    width: 18px;
    height: 18px;
  }
  .timelineSection .timelineList li#deathTime .dot {
    transform: translate(-50%, 0%);
  }
  .timelineSection .timelineList li figure {
    top: 0;
    max-width: 130px;
  }
  .timelineSection .timelineList li article h4 {
    margin-bottom: 0;
    font-size: 26px;
    line-height: 40px;
  }
  .timelineSection .timelineList li article p {
    font-size: 18px;
    line-height: 24px;
  }
  .timelineSection .timelineList li:nth-child(even) {
    text-align: left;
    align-self: flex-end;
  }
  .timelineSection .timelineList li:nth-child(even) article {
    margin: 0 0 0 auto;
  }
  .timelineSection .timelineList li:nth-child(even) figure {
    right: unset;
    left: 90px;
  }
  .timelineSection .timelineList .line {
    left: 30px;
    width: 25px;
  }
  .timelineSection .timelineList .line .innerLine {
    width: 15px;
  }
  .timelineSection .timelineList .imgBox {
    left: 30px;
  }
  .timelineSection .timelineList .imgBox svg {
    width: 110px;
  }

  .collapseSection {
    margin-bottom: 50px;
  }
  .collapseSection .container > div {
    width: 35%;
  }
  .collapseSection .container > div > .btnBox {
    padding: 0;
    text-align: left;
  }
  .collapseSection h2 {
    font-size: 32px;
    line-height: 40px;
  }

  #introCaro, #aboutCaro {
    max-width: 100%;
  }

  .vidSection {
    height: 425px;
  }
  .vidSection.charVidSection {
    margin-bottom: 150px;
  }
  .vidSection.charVidSection::after {
    bottom: -150px;
    height: 150px;
  }
  .vidSection.charVidSection article {
    max-width: calc(100% - 40px);
  }
  .vidSection.charVidSection article h2 {
    font-size: 34px;
    line-height: 40px;
  }
  .vidSection.charVidSection article p {
    font-size: 18px;
    line-height: 26px;
  }

  .vidModal .modal-dialog {
    width: 100%;
  }

  .errorPage figure {
    max-width: calc(100% - 200px);
  }
  .errorPage h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .errorPage .errorBtn {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .introductionsSection .container > article h2, .comingSoonSection h2, .valleySection h2.title, .ourMissionSection article h2, .aboutSection .container > article h2, .collapseSection h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .container {
    width: calc(100% - 40px);
  }

  .navContainer {
    width: calc(100% - 40px);
  }

  .mobileOpen {
    width: 25px;
    cursor: pointer;
    z-index: 2;
  }
  .mobileOpen span {
    display: block;
    width: 100%;
    border-radius: 1.5px;
    height: 3px;
    background: #429DD7;
    transition: all 0.3s;
    position: relative;
  }
  .mobileOpen span:nth-child(2) {
    width: 18px;
  }
  .mobileOpen span + span {
    margin-top: 5px;
  }
  .mobileOpen.active span {
    background: #fff;
  }
  .mobileOpen.active span:nth-child(1) {
    animation: ease 0.7s top-m forwards;
  }
  .mobileOpen.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
  }
  .mobileOpen.active span:nth-child(3) {
    animation: ease 0.7s bottom-m forwards;
  }
  .mobileOpen.not-active span:nth-child(1) {
    animation: ease 0.7s top-2-m forwards;
  }
  .mobileOpen.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
  }
  .mobileOpen.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2-m forwards;
  }

  .mainLogo {
    max-width: 120px;
  }

  .mainHero {
    padding: 100px 0 80px;
    background-position-y: bottom;
    background-color: rgb(239, 250, 253);
  }
  .mainHero .container {
    flex-direction: column;
  }
  .mainHero .container article {
    width: 100%;
    margin-bottom: 15px;
  }
  .mainHero .container article h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .mainHero .container figure {
    width: 100%;
  }

  .smallToBigSection {
    margin-bottom: 25px;
  }
  .smallToBigSection .container {
    flex-direction: column;
  }
  .smallToBigSection .container article, .smallToBigSection .container figure {
    max-width: unset;
    width: 100%;
  }
  .smallToBigSection article {
    margin: 0 0 15px 0;
  }
  .smallToBigSection figure img {
    max-height: 300px;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .introductionsSection {
    margin-bottom: 50px;
  }
  .introductionsSection .titleImg {
    width: 100%;
    max-width: 280px;
    margin-bottom: 25px;
  }
  .introductionsSection .pen {
    right: -25px;
  }
  .introductionsSection .introductionsList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    margin-bottom: 35px;
  }
  .introductionsSection .introductionsList li:nth-child(even) {
    margin-top: 0;
  }

  .charCard figure img, .charCard figure svg {
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .charCard article .name {
    font-size: 20px;
    line-height: 24px;
  }
  .charCard article .description {
    font-size: 16px;
    line-height: 22px;
  }

  .comingSoonSection ul li, .comingSoonSection ul li:nth-child(even) {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .comingSoonSection ul li article, .comingSoonSection ul li figure, .comingSoonSection ul li:nth-child(even) article, .comingSoonSection ul li:nth-child(even) figure {
    width: 100%;
    max-width: unset;
    margin: 0;
  }
  .comingSoonSection ul li figure, .comingSoonSection ul li:nth-child(even) figure {
    margin-bottom: 20px;
  }
  .comingSoonSection ul li figure img, .comingSoonSection ul li:nth-child(even) figure img {
    height: 100%;
    max-height: 250px;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .ourMissionSection {
    margin-bottom: 90px;
  }
  .ourMissionSection .omBc {
    height: 320px;
  }
  .ourMissionSection .omBc::after {
    height: 175px;
  }
  .ourMissionSection > div {
    margin-top: -100px;
  }
  .ourMissionSection > div::before {
    top: 99px;
  }
  .ourMissionSection article {
    width: calc(100% - 40px);
  }
  .ourMissionSection article > div {
    flex-direction: column;
  }
  .ourMissionSection article > div p {
    max-width: 100%;
  }
  .ourMissionSection article > div #left {
    padding-right: 0;
  }
  .ourMissionSection article p {
    max-width: 100%;
  }
  .ourMissionSection .cockade {
    max-width: 110px;
    bottom: -45px;
  }

  .aboutSection .container > article p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }
  .aboutSection .aboutItem figure {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }
  .aboutSection .aboutItem article .name {
    font-size: 22px;
    line-height: 28px;
  }
  .aboutSection .aboutItem article .info {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
  }
  .aboutSection .aboutItem article .description {
    width: 375px;
    max-width: unset;
    font-size: 20px;
    line-height: 24px;
  }
  .aboutSection .owl-nav {
    display: none;
  }

  .vidSection {
    margin-bottom: 35px;
    height: 350px;
  }
  .vidSection video {
    min-width: 600px;
    width: unset;
  }
  .vidSection.charVidSection {
    margin-bottom: 100px;
  }
  .vidSection.charVidSection::after {
    bottom: -100px;
    height: 100px;
  }
  .vidSection.charVidSection article h2 {
    font-size: 26px;
    line-height: 35px;
  }
  .vidSection.charVidSection article p {
    font-size: 16px;
    line-height: 24px;
  }
  .vidSection .modalOpener img {
    width: 80px;
  }
  .vidSection figure {
    width: 220%;
  }

  .owl-nav .owl-prev {
    left: -10px;
  }
  .owl-nav .owl-next {
    right: -10px;
  }

  .mainFooter {
    padding-bottom: 35px;
  }
  .mainFooter .footerContainer > div {
    flex-wrap: wrap;
    justify-content: center;
  }
  .mainFooter p {
    width: 100%;
    margin: 0 0 15px 0;
    text-align: center;
  }

  .charHeroSection {
    height: 350px;
  }
  .charHeroSection h1 {
    font-size: 34px;
    line-height: 40px;
  }

  .timelineSection .timelineList li {
    margin-top: 140px;
  }
  .timelineSection .timelineList li figure {
    max-width: 90px;
    top: -5px;
  }
  .timelineSection .timelineList li article h4 {
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }
  .timelineSection .timelineList li article p {
    font-size: 18px;
    line-height: 22px;
  }

  .collapseSection .container {
    flex-direction: column;
  }
  .collapseSection .container > div {
    position: relative;
    top: 0;
    width: 100%;
    text-align: center;
  }
  .collapseSection .container > div figure {
    display: none;
  }
  .collapseSection h2 {
    margin-bottom: 10px;
  }
  .collapseSection .collapseList {
    width: 100%;
  }

  .collapseItem header {
    padding: 20px 20px 40px;
  }
  .collapseItem header h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .collapseItem header p {
    font-size: 16px;
    line-height: 20px;
  }
  .collapseItem:last-child header {
    padding-bottom: 30px;
  }
  .collapseItem .hideBox article {
    padding: 15px 20px 5px;
  }
  .collapseItem .hideBox article p {
    font-size: 16px;
    line-height: 22px;
  }

  .collapseSection .container > div > .btnBox {
    text-align: center;
  }

  .collapseSection .container > div > .btnBox .btn, .collapseItem .btn {
    padding: 10px 25px;
  }

  .errorPage figure {
    max-width: calc(100% - 100px);
  }
  .errorPage h1 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (max-width: 499px) {
  .mainLogo {
    max-width: 85px;
  }

  .introductionsSection .container > article h2, .comingSoonSection h2, .valleySection h2.title, .ourMissionSection article h2, .aboutSection .container > article h2, .collapseSection h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .introductionsSection .container > article h2 {
    margin-bottom: 10px;
  }
  .introductionsSection .container > article p {
    font-size: 14px;
    line-height: 20px;
  }
  .introductionsSection .introductionsList.threeItem {
    grid-template-columns: unset;
    gap: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 35px;
  }
  .introductionsSection .introductionsList.threeItem li {
    width: calc(50% - 10px);
  }
  .introductionsSection .introductionsList.threeItem li:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
  .introductionsSection .introductionsList.threeItem li:first-child .charCard {
    max-width: calc(50% - 10px);
  }
  .introductionsSection .introductionsList.threeItem li:nth-child(odd) {
    margin-top: 0;
  }

  #introCaro {
    position: relative;
    width: calc(100% + 40px);
    max-width: unset;
    left: -20px;
  }
  #introCaro::before, #introCaro::after {
    display: none;
  }
  #introCaro .owl-item {
    pointer-events: none;
  }
  #introCaro .owl-item.active article {
    opacity: 0;
  }
  #introCaro .owl-item.center article {
    opacity: 1;
    pointer-events: all;
  }
  #introCaro .owl-item article {
    opacity: 0;
    transition: all 0.3s ease-in-out;
    min-width: 200px;
  }

  .owl-nav .owl-prev, .owl-nav .owl-next {
    top: unset;
    bottom: 35px;
    transform: translateY(0);
  }
  .owl-nav .owl-prev i, .owl-nav .owl-next i {
    font-size: 24px;
  }
  .owl-nav .owl-prev {
    left: 15px;
  }
  .owl-nav .owl-next {
    right: 15px;
  }

  .owl-dots .owl-dot span {
    width: 7.5px;
    height: 7.5px;
  }

  .comingSoonSection .container {
    padding-top: 0;
  }
  .comingSoonSection > figure {
    position: relative;
    top: -30px;
  }
  .comingSoonSection .storeBadgeBox a {
    margin-bottom: 10px;
  }

  .charCard article .name {
    font-size: 18px;
    line-height: 22px;
  }
  .charCard article .description {
    font-size: 14px;
    line-height: 20px;
  }

  #introCaro .charCard .name, #introCaro .charCard .description {
    font-size: 16px;
    line-height: 20px;
  }

  .smallToBigSection article h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .smallToBigSection article p {
    font-size: 14px;
    line-height: 20px;
  }

  .comingSoonSection ul {
    width: calc(100% - 40px);
  }
  .comingSoonSection ul li article h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .comingSoonSection ul li article p {
    font-size: 14px;
    line-height: 20px;
  }
  .comingSoonSection ul li article .storeBadgeBox img {
    max-height: 50px;
  }

  .comingSoonSection ul li article .btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .ourMissionSection {
    margin-bottom: 45px;
  }
  .ourMissionSection > div {
    padding-bottom: 110px;
  }
  .ourMissionSection article > div {
    margin-bottom: 25px;
  }
  .ourMissionSection article > div p {
    font-size: 14px;
    line-height: 20px;
  }
  .ourMissionSection article p strong {
    font-size: 16px;
    line-height: 22px;
  }
  .ourMissionSection .cockade {
    max-width: 85px;
    bottom: -25px;
  }

  .aboutSection .container > article p {
    margin-bottom: 30px;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
  .aboutSection .aboutItem figure {
    margin-bottom: 15px;
  }
  .aboutSection .aboutItem article {
    position: relative;
  }
  .aboutSection .aboutItem article .name {
    position: relative;
    left: 50%;
    width: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 22px;
    line-height: 28px;
    transform: translateX(-50%);
  }
  .aboutSection .owl-nav .owl-prev, .aboutSection .owl-nav .owl-next {
    top: unset;
    bottom: 33px;
    transform: translateY(0);
  }

  #aboutCaro {
    position: relative;
    width: calc(100% + 40px);
    max-width: unset;
    left: -20px;
  }
  #aboutCaro::before, #aboutCaro::after {
    display: none;
  }
  #aboutCaro .owl-dots {
    top: 5px;
  }

  .mainFooter img {
    width: 85%;
    max-width: 400px;
  }

  .charHeroSection {
    height: 300px;
  }
  .charHeroSection h1 {
    font-size: 30px;
    line-height: 40px;
    max-width: 200px;
  }
  .charHeroSection img {
    -o-object-position: 75% center;
       object-position: 75% center;
  }

  .timelineSection {
    margin-top: 30px;
  }
  .timelineSection .titleBox {
    margin-bottom: 50px;
  }
  .timelineSection .titleBox h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .timelineSection .titleBox p {
    font-size: 20px;
    line-height: 30px;
  }
  .timelineSection .timelineList .line {
    width: 13px;
    left: 15px;
  }
  .timelineSection .timelineList .line .innerLine {
    top: 3px;
    width: 7.5px;
  }
  .timelineSection .timelineList li {
    margin-top: 100px;
  }
  .timelineSection .timelineList li:nth-child(odd) .dot, .timelineSection .timelineList li:nth-child(even) .dot {
    left: 15px;
    width: 25px;
    height: 25px;
  }
  .timelineSection .timelineList li:nth-child(odd) .dot::before, .timelineSection .timelineList li:nth-child(even) .dot::before {
    height: 11px;
    width: 11px;
  }
  .timelineSection .timelineList li:nth-child(odd) figure, .timelineSection .timelineList li:nth-child(even) figure {
    left: 50px;
    max-width: 60px;
  }
  .timelineSection .timelineList li:nth-child(odd) article, .timelineSection .timelineList li:nth-child(even) article {
    width: calc(100% - 50px);
  }
  .timelineSection .timelineList li:nth-child(odd) article h4, .timelineSection .timelineList li:nth-child(even) article h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .timelineSection .timelineList li:nth-child(odd) article p, .timelineSection .timelineList li:nth-child(even) article p {
    font-size: 14px;
    line-height: 20px;
  }
  .timelineSection .timelineList .imgBox {
    left: 15px;
  }
  .timelineSection .timelineList .imgBox svg {
    width: 70px;
  }

  .collapseItem header p {
    font-size: 14px;
    line-height: 18px;
  }
  .collapseItem .hideBox article {
    padding-top: 10px;
  }
  .collapseItem .hideBox article p {
    font-size: 14px;
    line-height: 18px;
  }

  .errorPage figure {
    max-width: 100%;
  }
  .errorPage h1 {
    font-size: 22px;
    line-height: 26px;
  }

  .vidSection {
    height: 275px;
  }
  .vidSection video {
    min-width: 485px;
  }
  .vidSection.charVidSection::after {
    bottom: -100px;
    height: 100px;
  }
  .vidSection.charVidSection article h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .vidSection.charVidSection article p {
    font-size: 14px;
    line-height: 20px;
  }
  .vidSection.charVidSection .modalOpener {
    top: 70px;
    transform: translate(-50%, 0);
  }
  .vidSection .modalOpener img {
    width: 65px;
  }

  #narrateModal.modal .modal-dialog {
    width: calc(100% - 120px);
  }
}
@media (max-width: 399px) {
  #narrateModal.modal .modal-dialog {
    width: calc(100% - 80px);
  }

  #vidsCaro .owl-nav .owl-prev {
    left: -30px;
  }
  #vidsCaro .owl-nav .owl-next {
    right: -30px;
  }

  .aboutSection .aboutItem figure {
    width: 140px;
    height: 140px;
    margin-bottom: 15px;
  }
  .aboutSection .aboutItem article .description {
    width: 300px;
    max-width: unset;
    font-size: 20px;
    line-height: 24px;
  }
}
/* Cookie Settings */
.termsfeed-com---palette-light .cc-nb-okagree, .termsfeed-com---palette-light .cc-cp-foot-save {
  background: #429DD7 !important;
}

.termsfeed-com---palette-light .cc-nb-reject {
  background: #e63946 !important;
}

.cc-cp-body-tabs li:last-child {
  display: none;
}

.termsfeed-com---nb {
  max-width: 800px !important;
  margin: auto !important;
  border-radius: 5px;
}

.cc-nb-main-container {
  border-radius: 5px;
}
.cc-nb-main-container * button {
  outline: none !important;
  border: none !important;
  transition: all 0.3s ease-in-out;
}
.cc-nb-main-container * button:focus {
  outline: none !important;
  box-shadow: none !important;
}
.cc-nb-main-container * button:hover {
  opacity: 0.8;
}

.cc-cp-foot-save:focus {
  box-shadow: none !important;
}

.cc-pc-head-lang-select, .cc-cp-foot-byline {
  opacity: 0 !important;
  pointer-events: none !important;
}

.termsfeed-com---palette-light .cc-cp-body-tabs-item-link {
  transition: all 0.3s ease-in-out;
}
.termsfeed-com---palette-light .cc-cp-body-tabs-item-link:focus {
  box-shadow: none !important;
}

.cc-pc-container {
  border-radius: 5px;
}

.cc-pc-head {
  border-radius: 5px 5px 0 0;
}

.cc-cp-foot {
  border-radius: 0 0 5px 5px;
}

@media (max-width: 600px) {
  .cc-nb-main-container {
    padding: 1.5rem !important;
  }

  .cc-pc-head-close {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}
@media (width: 320px) {
  .termsfeed-com---nb-interstitial {
    top: 50px !important;
    height: 420px !important;
  }
}
lottie-player {
  width: 100%;
}

.mainHero figure {
  width: 100%;
}

.smallToBigSection figure {
  width: 100%;
  max-width: 40%;
}

/*Popup Modal BEGIN*/
.popup-modal {
  /*overflow: hidden !important;*/
  pointer-events: none;
}
.popup-modal .modal-dialog {
  position: absolute;
  left: 0;
  right: 0;
  width: 50%;
  height: 100%;
  text-align: center;
}
.popup-modal .modal-dialog .modal-content {
  background-color: #ffffff;
  position: relative;
  margin: 0 auto;
  top: 25%;
  pointer-events: all;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
}
.popup-modal .modal-dialog .modal-content .modal-header {
  position: inherit;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.popup-modal .modal-dialog .modal-content .modal-header .close {
  margin-top: -2px;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}
.popup-modal .modal-dialog .modal-content .modal-header .close:hover {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.popup-modal .modal-dialog .modal-content .modal-header h2 {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 400;
  font-size: 36px;
  color: #312783;
  text-transform: uppercase;
  line-height: 44px;
}
.popup-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  padding: 15px;
}
.popup-modal .modal-dialog .modal-content .modal-body p {
  font-family: Nunito;
  font-weight: 400;
  font-size: 22px;
  color: #312783;
  line-height: 30px;
  margin: 0 0 10px;
}
.popup-modal .modal-dialog .modal-content .modal-body p a {
  color: #429DD7;
}
.popup-modal .modal-dialog .modal-content .modal-body p a:hover {
  color: #312783;
  text-decoration: underline;
}
.popup-modal .modal-dialog .modal-content .modal-body h3 {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 400;
  font-size: 28px;
  color: #312783;
  text-transform: uppercase;
  line-height: 44px;
}
.popup-modal .modal-dialog .modal-content .modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.popup-modal .modal-dialog .modal-content .modal-footer .btn {
  background-color: #312783;
  font-size: 16px;
  font-family: Nunito;
  font-weight: 400;
  color: #ffffff;
  border-radius: 90px;
  padding: 10px 30px;
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  text-transform: none;
  overflow: visible;
}
.popup-modal .modal-dialog .modal-content .modal-footer .btn:hover {
  border-color: #adadad;
  text-decoration: none;
}

@media (max-width: 1024px) {
  .popup-modal .modal-dialog {
    width: 100%;
    margin: 50px auto;
  }
  .popup-modal .modal-dialog .modal-content {
    top: 0;
  }
}
/*Popup Modal END*/
/*Default pages BEGIN*/
.defaultPage {
  padding: 200px 0 0 0;
}
.defaultPage article h1 {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 400;
  margin-bottom: 40px;
  line-height: 74px;
  color: #312783;
  text-transform: uppercase;
  text-align: center;
}
.defaultPage article h2 {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 35px;
  font-size: 34px;
  line-height: 44px;
  color: #312783;
  text-transform: uppercase;
}
.defaultPage article h3 {
  font-family: HVD_Comic_Serif_Pro;
  font-weight: 400;
  padding-top: 15px;
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 44px;
  color: #312783;
  text-transform: uppercase;
}
.defaultPage article p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
  font-family: Nunito;
  font-weight: 400;
  text-align: justify;
}
.defaultPage article ol {
  list-style-type: lower-alpha;
  padding: 20px 0 20px 40px;
}
.defaultPage article ol li {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
  font-family: Nunito;
  font-weight: 400;
  text-align: justify;
}
.defaultPage article ul {
  list-style-type: disc;
  padding: 20px 0 20px 40px;
}
.defaultPage article ul li {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
  font-family: Nunito;
  font-weight: 400;
  text-align: justify;
}
.defaultPage article strong {
  font-weight: bold;
}
.defaultPage article i {
  font-style: italic;
}
.defaultPage article u {
  text-decoration: underline;
}
.defaultPage article table {
  border: 2px solid #000000;
  margin-bottom: 35px;
}
.defaultPage article table thead {
  border: 2px solid #000000;
}
.defaultPage article table thead tr {
  border: 2px solid #000000;
}
.defaultPage article table thead tr td {
  border: 2px solid #000000;
  padding: 15px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
  font-family: Nunito;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.defaultPage article table tbody {
  border: 2px solid #000000;
}
.defaultPage article table tbody tr {
  border: 2px solid #000000;
}
.defaultPage article table tbody tr td {
  border: 2px solid #000000;
  padding: 15px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
  font-family: Nunito;
  font-weight: 400;
  text-align: justify;
  vertical-align: middle;
}

.default .mainHeader .navContainer .mainNav {
  display: none;
}
.default .mainHeader .navContainer .mobileOpen {
  display: none;
}

@media (max-width: 600px) {
  .defaultPage article h1 {
    font-size: 40px;
  }
  .defaultPage article h2 {
    font-size: 30px;
  }
  .defaultPage article h3 {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .defaultPage article table thead tr td {
    display: flex;
    justify-content: center;
  }
  .defaultPage article table tbody tr td {
    display: flex;
  }
}
/*Default pages END*/
/*'Művésztek Völgye' subpage BEGIN*/
.valleyPage article p {
  text-align: center;
}
.valleyPage article p img {
  width: 100%;
  max-width: 600px;
}
.valleyPage article h2 {
  text-align: center;
}
.valleyPage article .awards {
  display: flex;
  justify-content: center;
}
.valleyPage article .awards .award-1 {
  padding: 20px;
}
.valleyPage article .awards .award-2 {
  padding: 20px;
}

@media (max-width: 749px) {
  .valleyPage article .awards {
    display: block;
    text-align: center;
  }
  .valleyPage article .awards .award-1 {
    padding: 0px;
  }
  .valleyPage article .awards .award-2 {
    padding: 0px;
  }
}
/*'Művésztek Völgye' subpage END*/
/* 'Valley' section BEGIN */
.valleySection {
  margin-bottom: 70px;
}
.valleySection h2 {
  max-width: 850px;
  margin: 0 auto 40px auto;
  font-size: 60px;
  line-height: 72px;
  color: #312783;
  text-transform: uppercase;
  text-align: center;
}
.valleySection article {
  text-align: center;
}
.valleySection article p {
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 30px;
  color: #626262;
}
.valleySection article p img {
  width: 100%;
  max-width: 600px;
}

@media (max-width: 1199px) {
  .valleySection article p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 999px) {
  .valleySection article p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
  }
}
@media (max-width: 499px) {
  .valleySection article p {
    font-size: 14px;
    line-height: 20px;
  }
}
/* 'Valley' section END */
.noHeight {
  height: 0 !important;
}
