@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
  color: #fff;
}

a,
a:visited {
  text-decoration: none;
  color: #fff;
}

a:hover {
  text-decoration: none;
}

nav,
footer,
header,
aside {
  display: block;
}

input,
button,
textarea {
  font-family: inherit;
  color: #fff;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
  color: #fff;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

header {
  position: fixed;
  top: 75px;
  right: 0;
  left: 0;
  margin: 0 10px;
  border-radius: 30px;
  height: 94px;
  z-index: 8;
  background: #e13333;
  transition: all 0.4s;
}
header.other {
  background: #0a2754;
  height: 160px;
  margin: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px 50px;
  top: 0;
}
@media screen and (max-width: 768px) {
  header.other {
    height: 102px;
  }
}
header.other .container {
  max-height: 160px;
  padding: 0;
}
@media screen and (max-width: 768px) {
  header.other .container {
    max-height: 102px;
  }
}
@media screen and (max-width: 768px) {
  header.other .container .navigation ul {
    top: 88px;
    background: #0a2754;
  }
}
@media screen and (min-width: 768px) {
  header.other .container .navigation ul {
    overflow: visible;
  }
  header.other .container .navigation ul li.active a {
    color: #e13333;
  }
  header.other .container .navigation ul li.active a::after {
    opacity: 1;
  }
  header.other .container .navigation ul li a {
    position: relative;
    transition: all 0.2s linear;
  }
  header.other .container .navigation ul li a.active {
    color: #e13333;
  }
  header.other .container .navigation ul li a.active::after {
    opacity: 1;
  }
  header.other .container .navigation ul li a::after {
    content: " ";
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    border-radius: 0 0 5px 5px;
    background: #e13333;
    height: 5px;
    width: 100%;
    opacity: 0;
    transition: all 0.2s linear;
  }
  header.other .container .navigation ul li a:hover {
    color: #e13333;
  }
  header.other .container .navigation ul li a:hover::after {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  header {
    border-radius: 20px;
    top: 50px;
    height: 64px;
  }
}
header.active {
  z-index: 8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
header.modify {
  height: 160px;
  background: rgba(10, 39, 84, 0.7);
  top: 10px;
}
@media screen and (max-width: 768px) {
  header.modify {
    height: 102px;
  }
}
header.modify .container {
  padding: 15px 40px 15px;
  max-height: 160px;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header.modify .container {
    max-height: 102px;
  }
}
header.modify .container .navigation nav ul {
  top: 102px;
}
@media screen and (max-width: 768px) {
  header.modify .container .navigation nav ul {
    background: rgba(10, 39, 84, 0.7);
  }
}
header.modify .container .navigation nav ul li.f-active a {
  color: #fff;
}
header.modify .container .navigation nav ul li.active a {
  color: #e13333;
}
header.modify .container .navigation nav ul li a {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
header .container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 24px 50px 24px;
  max-height: 94px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  header .container {
    max-height: 63px;
    padding: 22px 20px 22px;
  }
}
header .container .logo {
  max-width: 110px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  header .container .logo {
    max-width: 62px;
  }
}
header .container .logo img {
  height: auto;
}
header .container .navigation {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
@media screen and (max-width: 768px) {
  header .container .navigation {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
header .container .navigation .plate {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  height: 55px;
  width: 22px;
  display: none;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  header .container .navigation .plate {
    display: flex;
  }
}
header .container .navigation .plate svg {
  height: 55px;
  position: absolute;
  width: 55px;
}
header .container .navigation .plate svg .line {
  fill: none;
  stroke: #fff;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transform-origin: 50%;
  transition: stroke-dasharray 500ms 200ms, stroke-dashoffset 500ms 200ms, transform 500ms 200ms;
  transition: stroke-dasharray 400ms 100ms, stroke-dashoffset 400ms 100ms, transform 400ms 100ms;
}
header .container .navigation .plate svg.x, header .container .navigation .plate svg.line {
  stroke-width: 4.5px;
}
header .container .navigation .plate svg .line1 {
  stroke-dasharray: 40 40;
}
header .container .navigation .plate svg .line2 {
  stroke-dasharray: 20 39;
}
header .container .navigation .plate svg .line3 {
  stroke-dasharray: 20 39;
}
header .container .navigation .plate svg .line4 {
  stroke-dasharray: 26 40;
}
header .container .navigation .plate svg .x {
  transition: transform 400ms 50ms;
}
header .container .navigation .plate.active .line {
  stroke: #afbac9;
  transition: stroke-dasharray 500ms, stroke-dashoffset 500ms, transform 500ms;
}
header .container .navigation .plate .x {
  transform: scale(0);
  transition: transform 400ms;
}
header .container .navigation .plate.active ~ nav ul {
  max-height: 600px;
  padding: 0 0 40px;
}
header .container .navigation .plate.active .x {
  transform: scale(1);
  transition: transform 400ms 350ms;
}
header .container .navigation .plate.active .line {
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms, transform 400ms;
}
header .container .navigation .plate.active .line1 {
  stroke-dasharray: 0 27;
  stroke-dashoffset: -33.5;
}
header .container .navigation .plate.active .line2 {
  stroke-dasharray: 6 39;
  stroke-dashoffset: -37px;
}
header .container .navigation .plate.active .line3 {
  stroke-dasharray: 5 39;
  stroke-dashoffset: -37px;
}
header .container .navigation .plate.active .line4 {
  stroke-dasharray: 1 40;
  stroke-dashoffset: -33px;
}
header .container .navigation .plate.active .x {
  transition: transform 400ms 50ms;
}
header .container .navigation ul {
  display: flex;
  transition: all 0.8s;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  header .container .navigation ul {
    position: absolute;
    left: 0;
    right: 0;
    background: #e13333;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    top: 46px;
    max-height: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
}
header .container .navigation ul li {
  display: flex;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  padding-left: 55px;
}
header .container .navigation ul li.f-active a {
  color: rgba(10, 39, 84, 0.8);
}
header .container .navigation ul li.active a {
  color: #fff;
}
header .container .navigation ul li a {
  transition: all 0.4s ease-in-out;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}
@media screen and (max-width: 991px) {
  header .container .navigation ul li {
    padding-left: 40px;
  }
}
header .container .navigation ul li:first-child {
  padding-left: 30px;
}
@media screen and (max-width: 991px) {
  header .container .navigation ul li:first-child {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  header .container .navigation ul li {
    margin-top: 30px;
    padding-left: 0;
    font-size: 16px;
  }
  header .container .navigation ul li:first-child {
    padding-left: 0;
  }
}

footer {
  position: relative;
  background: #000713;
  border-radius: 30px 30px 0 0;
}
footer .button_up {
  content: " ";
  position: absolute;
  top: -30px;
  right: 10.4vw;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-color: #fff;
  background-image: url("../image/arrow_down.svg");
  background-position: center;
  background-size: 18px;
  background-repeat: no-repeat;
  border-radius: 100%;
  transition: background 0.2s ease-in-out;
}
@media screen and (max-width: 491px) {
  footer .button_up {
    width: 40px;
    height: 40px;
    top: -20px;
    background-size: 12px;
  }
}
footer .button_up:hover {
  background-color: #e13333;
}
footer .container {
  padding: 65px 150px 0;
}
@media screen and (max-width: 991px) {
  footer .container {
    padding: 40px 50px 0;
  }
}
@media screen and (max-width: 768px) {
  footer .container {
    padding: 40px 20px 0;
  }
}
footer .container > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  footer .container > div {
    display: block;
  }
}
footer .container > div:first-child {
  padding-bottom: 42px;
}
@media screen and (max-width: 768px) {
  footer .container > div:first-child {
    padding-bottom: 30px;
  }
}
footer .container > div:first-child > div:not(:last-child) {
  margin-right: 20px;
}
@media screen and (max-width: 768px) {
  footer .container > div:first-child > div:not(:last-child) {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
footer .container > div:last-child {
  display: flex;
  padding: 25px;
  align-items: center;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
@media screen and (max-width: 479px) {
  footer .container > div:last-child {
    padding: 25px 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.6px;
    text-align: center;
  }
}
footer .container > div .logo {
  z-index: 1;
  max-width: 460px;
}
footer .container > div .logo a {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
footer .container > div .logo a img {
  height: auto;
  max-width: 74px;
}
footer .container > div .logo .description {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 22px;
}
@media screen and (max-width: 991px) {
  footer .container > div .logo .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  footer .container > div .logo .description {
    margin-top: 16px;
  }
}
footer .container > div h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 26.4px;
  margin-bottom: 18px;
}
@media screen and (max-width: 768px) {
  footer .container > div h5 {
    margin-bottom: 12px;
  }
}
footer .container > div .navigation {
  min-width: 140px;
}
footer .container > div .navigation ul li:not(:last-child) {
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  footer .container > div .navigation ul li:not(:last-child) {
    margin-bottom: 12px;
  }
}
footer .container > div .navigation ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s ease-in-out;
}
footer .container > div .navigation ul li a:hover {
  color: #e13333;
}
footer .container > div > .contact {
  min-width: 300px;
}
footer .container > div > .contact > ul li {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
}
footer .container > div > .contact > ul li:not(:last-child) {
  margin-bottom: 16px;
}
footer .container > div > .contact > ul li a {
  transition: color 0.2s ease-in-out;
}
footer .container > div > .contact > ul li a:hover {
  color: #e13333;
}
footer .container > div > .contact > ul li::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .container > div > .contact > ul li.phone::after {
  background-image: url("../image/phone.svg");
}
footer .container > div > .contact > ul li.geo::after {
  background-image: url("../image/geo.svg");
}
footer .container > div > .contact > ul li.mail::after {
  background-image: url("../image/mail.svg");
}
footer .container > div > .contact .social_media {
  display: flex;
  align-items: center;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  footer .container > div > .contact .social_media {
    margin-top: 20px;
    max-height: 42px;
  }
}
@media screen and (max-width: 479px) {
  footer .container > div > .contact .social_media {
    margin-top: 20px;
    max-height: 36px;
  }
}
footer .container > div > .contact .social_media div {
  width: 100%;
  max-width: 42px;
}
footer .container > div > .contact .social_media div:not(:last-child) {
  margin-right: 12px;
}
footer .container > div > .contact .social_media div > a {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.1);
  max-width: 42px;
  width: 100%;
  height: 42px;
  border-radius: 100%;
  transition: background 0.4s ease-in-out;
}
@media screen and (max-width: 479px) {
  footer .container > div > .contact .social_media div > a {
    max-width: 36px;
    height: 36px;
  }
}
footer .container > div > .contact .social_media div > a:hover {
  background: #e13333;
}
footer .container > div > .contact .social_media div > a:not(:last-child) {
  margin-right: 12px;
}
footer .container > div > .contact .social_media div > a::after {
  content: " ";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center;
}
@media screen and (max-width: 479px) {
  footer .container > div > .contact .social_media div > a::after {
    background-size: 14px;
  }
}
footer .container > div > .contact .social_media div > a.tiktok::after {
  background-image: url("../image/tiktok.svg");
}
footer .container > div > .contact .social_media div > a.twitter::after {
  background-image: url("../image/twitter.svg");
}
footer .container > div > .contact .social_media div > a.instagram::after {
  background-image: url("../image/instagram.svg");
}
footer .container > div > .contact .social_media div > a.linkedin::after {
  background-image: url("../image/linkedin.svg");
}

h1 {
  font-family: Lato;
  font-size: 133px;
  font-weight: 400;
  line-height: 172.9px;
  text-transform: uppercase;
}
h1.overflow-hero {
  font-size: 13.8vw;
  font-weight: 700;
  line-height: 120%;
  color: #000;
}

.video_wrapper {
  position: relative;
  height: 100%;
  border-radius: 0 0 30px 30px;
  cursor: pointer;
}
.video_wrapper .title {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: none;
  padding: 50px;
  height: 100%;
}
.video_wrapper .title h5 {
  position: absolute;
  bottom: 50px;
  left: 50px;
  right: 50px;
  font-size: 46px;
  font-weight: 400;
  line-height: 55.2px;
  transition: max-height 0.4s ease-in;
  max-height: 0;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .video_wrapper .title h5 {
    max-height: 100%;
    font-size: 30px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    font-size: 30px;
    font-weight: 400;
    line-height: 36px;
  }
}
.video_wrapper .title::after {
  content: " ";
  position: absolute;
  height: 200px;
  width: 100%;
  border-radius: 0 0 30px 30px;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(10, 39, 84, 0) 0%, rgba(10, 39, 84, 0.8) 100%);
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
}
@media screen and (max-width: 768px) {
  .video_wrapper .title::after {
    opacity: 1;
  }
}
.video_wrapper:hover .title {
  max-height: 20vh;
}
.video_wrapper:hover .title::after {
  opacity: 1;
}
.video_wrapper:hover .title h5 {
  max-height: 20vh;
}
.video_wrapper video {
  position: relative;
}

section {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  section {
    margin-bottom: 5px;
  }
}

.element-animation {
  opacity: 0;
  transform: translateY(50%);
}
.element-animation.element-show {
  opacity: 1;
  transition: all 0.8s;
  transform: translateY(0%);
}

h5 span {
  color: #e13333;
}

input {
  border-radius: 35px;
  background: rgba(255, 255, 255, 0.1019607843);
  min-width: 294px;
  font-weight: 400;
  line-height: 19.2px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
input::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.7);
}
input::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 768px) {
  input::-moz-placeholder {
    font-size: 14px;
  }
  input::placeholder {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  input {
    height: 52px;
    font-size: 14px;
    line-height: 16.8px;
  }
}

textarea {
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.1019607843);
  min-width: 294px;
  font-weight: 400;
  line-height: 19.2px;
  padding: 20px 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
textarea::-moz-placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.7);
}
textarea::placeholder {
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  color: rgba(255, 255, 255, 0.7);
}

.media_player {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  z-index: -1;
}
.media_player.open {
  opacity: 1;
  z-index: 99;
}
.media_player .container {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.media_player .container .close {
  position: absolute;
  right: 28px;
  top: 34px;
  max-width: 16px;
  width: 100%;
  height: 16px;
  background: url("../image/close_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.media_player .container .player {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.media_player .container .player iframe {
  border-radius: 14px;
}
.media_player .container .video_list {
  display: flex;
  justify-content: center;
}
.media_player .container .video_list ul {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 991px) {
  .media_player .container .video_list ul {
    width: 100vw;
    overflow-x: scroll;
  }
}
.media_player .container .video_list ul li {
  cursor: pointer;
  padding: 18px 8px;
}
.media_player .container .video_list ul li.active {
  opacity: 0.3;
}
.media_player .container .video_list ul li img {
  max-width: 114px;
  min-width: 102px;
  width: 100%;
  max-height: 132px;
  min-height: 100px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

body main {
  background: #fff;
}/*# sourceMappingURL=style.css.map */