@font-face {
  font-family: "Gotham Thin";
  src: url("../fonts/gotham/thin/gotham-thin-webfont.woff2") format("woff2"), url("../fonts/gotham/thin/gotham-thin-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Xlight";
  src: url("../fonts/gotham/xlight/gotham-xlight-webfont.woff2") format("woff2"), url("../fonts/gotham/xlight/gotham-xlight-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 200;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Light";
  src: url("../fonts/gotham/light/gotham-light-webfont.woff2") format("woff2"), url("../fonts/gotham/light/gotham-light-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/gotham/book/gotham-book-webfont.woff2") format("woff2"), url("../fonts/gotham/book/gotham-book-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Medium";
  src: url("../fonts/gotham/medium/gotham-medium-webfont.woff2") format("woff2"), url("../fonts/gotham/medium/gotham-medium-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Bold";
  src: url("../fonts/gotham/bold/gotham-bold-webfont.woff2") format("woff2"), url("../fonts/gotham/bold/gotham-bold-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Black";
  src: url("../fonts/gotham/black/gotham-black-webfont.woff2") format("woff2"), url("../fonts/gotham/black/gotham-black-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 800;
  font-display: swap;
}

@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/gotham/ultra/gotham-ultra-webfont.woff2") format("woff2"), url("../fonts/gotham/ultra/gotham-ultra-webfont.eot?#iefix") format("embedded-opentype");
  font-style: normal;
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/graphik-light-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/graphik-regular-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Graphik";
  src: url("../fonts/graphik/graphik-medium-webfont.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

html.menu-opened {
  overflow: hidden;
}

body {
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #00172D;
  position: relative;
  overflow-x: hidden;
}

body.home:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}

body.menu-opened {
  overflow: hidden;
}

body.menu-opened:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  z-index: 4;
}

.container {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Gotham Ultra, sans-serif;
}

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

h1 {
  font-size: 72px;
  line-height: 100%;
  text-transform: uppercase;
  color: #00172D;
}

h1 span {
  color: #D76455;
}

h2 {
  font-size: 52px;
  line-height: 100%;
  text-transform: uppercase;
  color: #00172D;
}

h2 span {
  color: #D76455;
}

::-moz-selection {
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

::-moz-placeholder {
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

p,
button,
input[type=text],
input[type=email],
input[type=password],
input[type=number],
input[type=tel],
input[type=url],
input[type=search],
input[type=date],
input[type=time],
input[type=""],
input[type=""],
input[type=""],
input[type=""],
input[type=""],
textarea,
select,
option,
a,
strong,
em,
i,
::placeholder,
::selection,
label,
legend,
caption,
th,
td,
code,
pre,
blockquote,
cite,
small,
sub,
sup,
li,
ol,
ul,
dt,
dd,
address,
abbr,
acronym,
del,
ins,
kbd,
samp,
time {
  font-family: Gotham Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

ul {
  list-style: none;
}

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

button {
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}

grammarly-extension-vbars {
  display: none !important;
}

@media screen and (max-width: 1280px) {
  h1 {
    font-size: 62px;
  }

  h2 {
    font-size: 42px;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 576px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }
}

.button {
  font-family: Gotham Medium, sans-serif;
  height: 52px;
  padding: 14px 32px;
  text-align: center;
  font-weight: 600;
  line-height: 150%;
  border-radius: 26px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  transition: background-color 0.3s ease-in-out;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

.button span {
  display: block;
  margin-top: -2px;
}

.button-primary {
  background: transparent;
  color: #ffffff;
  border: 1px solid #C39105;
}

.button-primary:hover {
  background-color: #C39105;
}

.button-secondary {
  background-color: #C39105;
  color: #ffffff;
  border: 1px solid #C39105;
}

.button-secondary:hover {
  background: transparent;
  color: #C39105;
}

.homepage .logo-wrapper {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

.header {
  position: fixed;
  /* padding: 36px 48px 26px 60px; */
  padding: 55px 48px 26px 60px;
  width: 100%;
  z-index: 4;
}

.header .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 3;
}

.header .header-wrapper .logo-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.header .header-wrapper .logo-wrapper img {
  height: 64px;
}

.menu-opened .header .header-wrapper .logo-wrapper {
  filter: blur(15px);
}

.header .header-wrapper .menu-open {
  background-color: #ffffff;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 3;
}

.header .header-wrapper .menu-open:hover {
  transform: scale(0.95);
  background-color: #C39105;
}

.header .header-wrapper .menu-open:hover span.line {
  background-color: #ffffff;
}

.header .header-wrapper .menu-open:hover span.line-3 {
  width: 25px;
}

.header .header-wrapper .menu-open span.lines {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.header .header-wrapper .menu-open span.line {
  display: block;
  width: 25px;
  height: 2px;
  background-color: #C39105;
}

.header .header-wrapper .menu-open span.line-3 {
  width: 14px;
  transition: width 0.3s ease-in-out;
}

.header .header-nav {
  position: fixed;
  top: 0;
  right: 0;
  transform: translateX(100%);
  height: 100dvh;
  width: 856px;
  display: flex;
  flex-direction: column;
  padding: 40px 54px 40px 80px;
  transition: all 0.8s ease;
  background-color: #00172D;
  color: #ffffff;
  z-index: 999;
}

.header .header-nav .menu-close {
  background-color: #ffffff;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  z-index: 1;
  margin-bottom: 20px;
}

.header .header-nav .menu-close-wrapper {
  display: flex;
  justify-content: flex-end;
}

.header .header-nav .menu-close:hover {
  background-color: #C39105;
}

.header .header-nav .menu-close:hover span {
  background-color: #ffffff;
}

.header .header-nav .menu-close span {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #C39105;
  position: absolute;
  transition: inherit;
}

.header .header-nav .menu-close span.line-1 {
  transform: rotate(45deg);
  left: 17px;
}

.header .header-nav .menu-close span.line-2 {
  transform: rotate(-45deg);
  left: 17px;
}

.header .header-nav .menu-bg {
  position: absolute;
  right: 0;
  height: 101%;
  bottom: 0;
  width: auto;
  z-index: -1;
}

.header .header-nav .languages {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.header .header-nav .languages.--active .current-lang .language-name {
  opacity: 0.5;
}

.header .header-nav .languages.--active svg {
  transform: rotate(180deg);
  opacity: 0.5;
}

.header .header-nav .languages.--active .languages-list {
  bottom: 100%;
  transform: translate(0, 0);
  opacity: 1;
  z-index: 3;
}

.header .header-nav .languages .current-lang {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.9px;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  padding: 12px 0;
}

.header .header-nav .languages .current-lang .flag {
  border-radius: 50%;
  background-color: #ffffff;
}

.header .header-nav .languages .current-lang .language-name {
  transition: inherit;
}

.header .header-nav .languages .current-lang svg {
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.header .header-nav .languages-list {
  bottom: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  transform: translate(0, -20%);
  opacity: 0;
  background-color: #ffffff;
  z-index: -1;
}

.header .header-nav .languages-item {
  height: 44px;
  padding: 10px 16px 0 10px;
  transition: background-color 0.3s ease-in-out;
}

.header .header-nav .languages-item:hover {
  background-color: #EDEDED;
}

.header .header-nav .languages-item a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #001020;
  font-size: 18px;
  font-weight: 400;
  line-height: 100%;
  /* 18px */
  letter-spacing: -0.9px;
}

.header .header-menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: -moz-fit-content;
  width: fit-content;
  /* For Christmas image */
  margin-top: 50px;
}

.header .header-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 1.5rem;
  margin-top: -76px;
}

.header .header-menu:hover li {
  opacity: 0.3;
}

.header .header-menu li {
  width: -moz-fit-content;
  width: fit-content;
  transition: opacity 0.3s ease-in-out;
}

.header .header-menu li:hover {
  opacity: 1;
}

.header .header-menu li a {
  font-family: Gotham Ultra, sans-serif;
  font-size: 46px;
  font-weight: 500;
  line-height: 100%;
}

.header .header-menu-secondary {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.header .header-menu-secondary li {
  transition: opacity 0.3s ease-in-out;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.3;
}

.header .header-menu-secondary li:hover {
  opacity: 1;
}

.header .header-menu-secondary li a {
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.9px;
}

.header .header-footer .part-of {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header .header-footer .part-of-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  opacity: 0.6;
}

.header .header-footer .part-of-logo {
  height: 28px;
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 125px;
}

.header .header-footer .part-of a {
  transition: opacity 0.3s ease-in-out;
}

.header .header-footer .part-of a:hover {
  opacity: 0.5;
}

.header .social-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: absolute;
  right: 52px;
  top: 50%;
  transform: translateY(-50%);
}

.header .social-links:hover a {
  opacity: 0.3;
}

.header .social-links a {
  transition: opacity 0.3s ease-in-out;
}

.header .social-links a:hover {
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  .header {
    padding: 32px;
    padding-top: 50px;
    padding-left: 50px;
  }

  .header .header-nav {
    width: 50%;
    padding: 32px 32px 32px 60px;
  }

  .header .header-nav .menu-close {
    width: 64px;
    height: 64px;
  }

  .header .header-nav .menu-close span.line-1 {
    left: 21px;
  }

  .header .header-nav .menu-close span.line-2 {
    left: 21px;
  }

  .header .header-menu {
    gap: 28px;
  }

  .header .header-menu li a {
    font-size: 52px;
    line-height: 100%;
    letter-spacing: -2.1px;
  }

  .header .social-links {
    right: 44px;
  }
}

@media screen and (max-width: 1280px) {
  .header .header-menu {
    gap: 24px;
    margin-top: 60px;
  }

  .header .header-menu li a {
    font-size: 42px;
    letter-spacing: -0.42px;
  }

  .header .header-menu-secondary {
    gap: 16px;
  }

  .header .header-menu-secondary li a {
    font-size: 16px;
    letter-spacing: -0.8px;
  }
}

@media screen and (max-width: 992px) {
  .header {
    padding: 32px;
    padding-top: 50px;
  }

  .header .header-menu-wrapper {
    margin-top: 0;
  }

  .header .header-menu li a {
    font-size: 62px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -3.1px;
  }

  .header .header-nav {
    padding: 32px 32px 45px 32px;
    width: 100%;
  }

  .header .header-nav .menu-bg {
    display: none;
  }

  .header .header-nav .languages {
    margin: 0 auto;
  }

  .header .header-nav .languages.--active .languages-list {
    transform: translate(-50%, 0);
  }

  .header .header-nav .languages .current-lang {
    font-size: 16px;
  }

  .header .header-nav .languages-list {
    left: 50%;
    transform: translate(-50%, -20%);
  }

  .header .header-menu {
    margin: 0 auto;
    align-items: center;
  }

  .header .header-menu-secondary {
    align-items: center;
  }

  .header .header-menu-secondary li {
    opacity: 1;
  }

  .header .header-footer .part-of {
    justify-content: center;
  }

  .header .social-links {
    flex-direction: row;
    justify-content: center;
    gap: 6px;
    position: unset;
    transform: none;
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 768px) {
  .header .header-nav .menu-close {
    margin-bottom: 0;
  }

  .header .header-menu-secondary {
    gap: 24px;
  }

  .header .header-menu-secondary li a {
    font-size: 18px;
    letter-spacing: -0.9px;
  }
}

@media screen and (max-width: 576px) {
  .header {
    /* padding: 24px; */
    padding: 40px 19px 26px 38px;
  }

  header .header-wrapper .logo-wrapper .header-hat {
    width: 73px !important;
    height: 65px !important;
    top: -26px !important;
  }

  .header .header-wrapper .logo-wrapper img {
    height: 52px;
  }

  .header .header-wrapper .menu-open {
    width: 52px;
    height: 52px;
  }

  .header .header-wrapper .menu-open:hover span.line-3 {
    width: 22px;
  }

  .header .header-wrapper .menu-open span.line {
    width: 20px;
    height: 2px;
  }

  .header .header-wrapper .menu-open span.line-3 {
    width: 11px;
    transition: width 0.3s ease-in-out;
  }

  .header .header-nav {
    overflow-y: scroll;
    padding: 24px 24px 34px 24px;
  }

  .header .header-nav .menu-close {
    width: 52px;
    height: 52px;
  }

  .header .header-nav .menu-close span {
    width: 20px;
  }

  .header .header-nav .menu-close span.line-1 {
    left: 16px;
  }

  .header .header-nav .menu-close span.line-2 {
    left: 16px;
  }

  .header .header-menu li a {
    font-size: 38px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: normal;
  }

  .header .header-menu-secondary {
    gap: 16px;
  }

  .header .header-menu-secondary li a {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.7px;
  }
}

.footer {
  background-image: url("../images/footer-bg.svg");
  background-color: #00172D;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 0 90px;
  position: relative;
}

.footer .footer-wrapper {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #ffffff;
}

.footer .footer-nav {
  display: flex;
  gap: 16px;
}

.footer .footer-menu {
  display: flex;
  gap: 16px;
}

.footer .footer-menu li {
  opacity: 0.6;
  transition: opacity 0.3s ease-in-out;
}

.footer .footer-menu li:hover {
  opacity: 1;
}

.footer .footer-part {
  display: flex;
  gap: 10px;
  align-items: center;
}

.footer .footer-part .part-title {
  opacity: 0.6;
}

.footer .footer-part img {
  transition: opacity 0.3s ease-in-out;
}

.footer .footer-part img:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1280px) {
  .footer {
    padding: 0 56px;
  }

  .footer .footer-wrapper .copyright {
    font-size: 14px;
  }

  .footer .footer-menu li a {
    font-size: 14px;
  }

  .footer .footer-part .part-title {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .footer {
    padding: 0 24px;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding: 24px 16px 32px 16px;
  }

  .footer .footer-wrapper {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }
}