/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[0].use[3]!./template-parts/footer/footer.scss ***!
  \***********************************************************************************************************************************************************************************************************/
.page-not-found {
  display: flex;
  background-color: #141414;
  overflow: hidden;
}

.pnf_inner {
  position: relative;
  width: 100%;
}

.pnf_img {
  width: 100%;
  height: auto;
  max-height: 960px;
  object-fit: cover;
  object-position: center;
}
@media screen and (max-width: 1300px) {
  .pnf_img {
    min-height: 500px;
  }
}

.pnf_content {
  position: absolute;
  left: 0;
  bottom: 48px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 128px;
  width: 100%;
}
.pnf_content.show .pnf_content-left,
.pnf_content.show .pnf_content-right {
  opacity: 1;
  transform: none;
}
@media screen and (max-width: 1000px) {
  .pnf_content {
    padding: 0 40px;
  }
}
@media screen and (max-width: 600px) {
  .pnf_content {
    padding: 0 25px;
    bottom: 20px;
  }
}

.pnf_content-left {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 791px;
  margin-top: -30px;
  padding-bottom: 86px;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}
.pnf_content-left .pnf_content-label {
  align-items: flex-start;
  padding-bottom: 16px;
}
@media screen and (max-width: 1500px) {
  .pnf_content-left {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-left {
    padding-bottom: 30px;
  }
}

.pnf_content-right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transform: translateY(100%);
  opacity: 0;
  will-change: opacity, transform;
  transition: 0.5s opacity, 0.5s transform;
}

.pnf_content-content {
  align-items: center;
  width: 100%;
  max-width: 754px;
}
@media screen and (max-width: 1300px) {
  .pnf_content-content {
    max-width: 400px;
  }
}
@media screen and (max-width: 1000px) {
  .pnf_content-content {
    max-width: 300px;
  }
}

.button {
  margin-top: 24px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #3990ff;
  color: #fff;
  padding: 16px 24px;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .button {
    padding: 8px 10px;
  }
}
@media screen and (max-width: 680px) {
  .button {
    padding: 6px 8px;
  }
}

@media screen and (min-width: 1921px) {
  .pnf_img {
    max-height: 50vw;
  }
  .pnf_content {
    bottom: 2.5vw;
    padding: 0 6.66667vw;
  }
  .pnf_content-left {
    max-width: 41.19792vw;
    margin-top: -1.5625vw;
    padding-bottom: 4.47917vw;
  }
  .pnf_content-left .pnf_content-label {
    padding-bottom: 0.83333vw;
  }
  .pnf_content-content {
    max-width: 39.27083vw;
  }
  .button {
    margin-top: 1.25vw;
    border-radius: 0.20833vw;
    padding: 0.83333vw 1.25vw;
  }
}
@media screen and (max-width: 1650px) {
  html.open {
    overflow: hidden;
  }
}

body {
  background-color: #eee;
}

body.woocommerce {
  padding-top: 100px;
}

.skip-link {
  position: absolute;
  z-index: 999;
  height: 0;
  overflow: hidden;
}
.skip-link:focus {
  height: auto;
}

.content-link-blue a {
  position: relative;
  color: #3990ff;
  text-decoration: none;
  background-image: linear-gradient(to right, #3990ff, #3990ff);
  background-size: 0% 2px;
  background-position: bottom left;
  background-repeat: no-repeat;
}
.content-link-blue a:hover {
  background-size: 100% 2px;
  transition: background-size 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.line-link, .footer .box-footer-item .footer-box a {
  position: relative;
}
.line-link::after, .footer .box-footer-item .footer-box a::after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #fff;
  height: 1px;
  top: 110%;
  left: 0;
  will-change: transform;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.2, 1, 0.8, 1);
}
@media (hover: hover) and (pointer: fine) {
  .line-link:hover::after, .footer .box-footer-item .footer-box a:hover::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
  }
}

.container {
  width: 100%;
  max-width: 1665px;
  margin: 0 auto;
}

.btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
  height: auto;
  padding: 16px 24px;
  will-change: background-color, color, opacity, transform;
  transition: 0.3s background-color, 0.3s color, 0.8s transform 0.5s, 0.8s opacity 0.5s;
}
.btn svg {
  width: 16px;
  height: 16px;
  margin-left: 7px;
  will-change: transform;
  transition: 0.3s transform;
}
.btn svg path {
  will-change: stroke;
  transition: 0.3s stroke;
}
@media screen and (max-width: 1250px) {
  .btn svg {
    height: 15px;
  }
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover svg {
    transform: translateX(5px);
  }
}

.btn-primary {
  border: 1px solid #3990ff;
  background-color: transparent;
  color: #3990ff;
}
@media (hover: hover) and (pointer: fine) {
  .btn-primary:hover {
    background: #3990ff;
    color: #fff;
  }
  .btn-primary:hover svg path {
    stroke: #fff;
  }
}

@media screen and (min-width: 1921px) {
  body.woocommerce {
    padding-top: 5.20833vw;
  }
  .content-link-blue a {
    background-size: 0% 0.10417vw;
  }
  .content-link-blue a:hover {
    background-size: 100% 0.10417vw;
  }
}
@font-face {
  font-family: "Montserrat";
  src: url(f0b1538ea8005c91a20e.woff2) format("woff2"), url(c1f6c24e2eaf8a8a15fe.woff) format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(77f2073c8afd6035423f.woff2) format("woff2"), url(b1e9cc5a7aac7ab90692.woff) format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(d2b384198da8dc8c3f6d.woff2) format("woff2"), url(ace75e4db93bbba3b02a.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(9cfe2e39a442ddae29d6.woff2) format("woff2"), url(d7bb6ab6435d13dbe5b1.woff) format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(c362319c45dd8c665f6a.woff2) format("woff2"), url(af81ff620e4b04452593.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(70a036447f01ebaa4831.woff2) format("woff2"), url(1e38223592ee3a1ded8b.woff) format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(b97b737292eb09a74c50.woff2) format("woff2"), url(9df85da5f9c0424e8073.woff) format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(8734c2c4a761ba47904a.woff2) format("woff2"), url(22755896be16b7e82fbd.woff) format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(ed4942f863b823187c3f.woff2) format("woff2"), url(4892f8ed2f104182aaf5.woff) format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(32122a4495e9bc204bbb.woff2) format("woff2"), url(22ac29dd0aac5c8b7e4b.woff) format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(954425b1718d6a9d56ef.woff2) format("woff2"), url(ea8f6c39ff1abd7fd266.woff) format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(f8350bfc672b44725fd0.woff2) format("woff2"), url(be8e2ec1df1ccb7c1305.woff) format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(c9d51a73849541789987.woff2) format("woff2"), url(767d6370dc715095c339.woff) format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(1675a6f6d1cf9fea9046.woff2) format("woff2"), url(63e715e53fc6339d6c7e.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(e24b7d91b3e9a26c291b.woff2) format("woff2"), url(e645719bab54af339c42.woff) format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(83ad156a4a9716c2cc7f.woff2) format("woff2"), url(36e3c4ab2f0a921e14cb.woff) format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(96c5585271921031b0a4.woff2) format("woff2"), url(b328952e7a47327617cb.woff) format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url(d45abea83c9046dad313.woff2) format("woff2"), url(52d6d51cefa2b4f291a8.woff) format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.montserrat-20-600 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #3990ff;
}
@media screen and (max-width: 1350px) {
  .montserrat-20-600 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .montserrat-20-600 {
    font-size: 14px;
  }
}

.montserrat-56-700 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 56px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (max-width: 1596px) {
  .montserrat-56-700 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1500px) {
  .montserrat-56-700 {
    font-size: 40px;
  }
}
@media screen and (max-width: 1320px) {
  .montserrat-56-700 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .montserrat-56-700 {
    font-size: 26px;
  }
}
@media screen and (max-width: 930px) {
  .montserrat-56-700 {
    font-size: 24px;
  }
}
@media screen and (max-width: 800px) {
  .montserrat-56-700 {
    font-size: 20px;
  }
}

.montserrat-24-300 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 180%;
  color: #141414;
}
@media screen and (max-width: 1500px) {
  .montserrat-24-300 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1300px) {
  .montserrat-24-300 {
    font-size: 18px;
  }
}

.montserrat-32-700 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #141414;
}
@media screen and (max-width: 1500px) {
  .montserrat-32-700 {
    font-size: 24px;
  }
}

.montserrat-24-700 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #141414;
}
@media screen and (max-width: 1500px) {
  .montserrat-24-700 {
    font-size: 20px;
  }
}

.montserrat-20-300 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
}
@media screen and (max-width: 1500px) {
  .montserrat-20-300 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1320px) {
  .montserrat-20-300 {
    font-size: 16px;
  }
}

.montserrat-20-300-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .montserrat-20-300-white {
    font-size: 18px;
  }
}
@media screen and (max-width: 1320px) {
  .montserrat-20-300-white {
    font-size: 16px;
  }
}

.montserrat-20-300-black {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 180%;
  color: #141414;
}
@media screen and (max-width: 1300px) {
  .montserrat-20-300-black {
    font-size: 16px;
  }
}

.montserrat-40-400 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  color: #333;
}
@media screen and (max-width: 1000px) {
  .montserrat-40-400 {
    line-height: 120%;
  }
}
@media screen and (max-width: 800px) {
  .montserrat-40-400 {
    font-size: 32px;
  }
}

.montserrat-42-400 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 42px;
  line-height: 140%;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .montserrat-42-400 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1320px) {
  .montserrat-42-400 {
    font-size: 35px;
  }
}
@media screen and (max-width: 800px) {
  .montserrat-42-400 {
    font-size: 26px;
  }
}
@media screen and (max-width: 708px) {
  .montserrat-42-400 {
    font-size: 20px;
  }
}

.montserrat-64-700 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #3990ff;
}
@media screen and (max-width: 1550px) {
  .montserrat-64-700 {
    font-size: 54px;
  }
}
@media screen and (max-width: 1150px) {
  .montserrat-64-700 {
    font-size: 48px;
  }
}
@media screen and (max-width: 1000px) {
  .montserrat-64-700 {
    font-size: 42px;
  }
}
@media screen and (max-width: 800px) {
  .montserrat-64-700 {
    font-size: 34px;
  }
}
@media screen and (max-width: 700px) {
  .montserrat-64-700 {
    font-size: 26px;
  }
}
@media screen and (max-width: 450px) {
  .montserrat-64-700 {
    font-size: 22px;
  }
}
@media screen and (max-width: 375px) {
  .montserrat-64-700 {
    font-size: 20px;
  }
}

.montserrat-64-700-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .montserrat-64-700-white {
    font-size: 46px;
  }
}
@media screen and (max-width: 600px) {
  .montserrat-64-700-white {
    font-size: 30px;
  }
}

.montserrat-44-400 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 150%;
  color: #fff;
}
@media screen and (max-width: 1550px) {
  .montserrat-44-400 {
    font-size: 38px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1340px) {
  .montserrat-44-400 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1050px) {
  .montserrat-44-400 {
    font-size: 28px;
    line-height: 120%;
  }
}

.montserrat-44-400-black {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  line-height: 150%;
  color: #141414;
}
@media screen and (max-width: 1500px) {
  .montserrat-44-400-black {
    font-size: 38px;
    line-height: 140%;
  }
}
@media screen and (max-width: 1350px) {
  .montserrat-44-400-black {
    font-size: 34px;
    line-height: 120%;
  }
}
@media screen and (max-width: 1300px) {
  .montserrat-44-400-black {
    font-size: 32px;
  }
}
@media screen and (max-width: 1250px) {
  .montserrat-44-400-black {
    font-size: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .montserrat-44-400-black {
    font-size: 26px;
  }
}

.montserrat-20-400-black {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 180%;
  color: #141414;
}
@media screen and (max-width: 1350px) {
  .montserrat-20-400-black {
    font-size: 16px;
  }
}

.montserrat-16-300 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #fff;
}
@media screen and (max-width: 1605px) {
  .montserrat-16-300 {
    font-size: 15px;
  }
}
@media screen and (max-width: 1550px) {
  .montserrat-16-300 {
    font-size: 14px;
  }
}

.montserrat-16-300-italic {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #3990ff;
}

.montserrat-16-400-italic {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
  color: #0e478a;
}

.montserrat-16-400 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 180%;
}

.montserrat-44-700 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 44px;
  line-height: 150%;
  color: #141414;
}
@media screen and (max-width: 1500px) {
  .montserrat-44-700 {
    font-size: 38px;
  }
}
@media screen and (max-width: 1300px) {
  .montserrat-44-700 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .montserrat-44-700 {
    font-size: 28px;
  }
}

.montserrat-16-700 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 180%;
}

.montserrat-16-300-black {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #141414;
}
@media screen and (max-width: 1677px) {
  .montserrat-16-300-black {
    font-size: 14px;
    line-height: 160%;
  }
}

.montserrat-16-300-gray {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 180%;
  color: #727272;
}

.montserrat-14-600, .btn {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #3990ff;
}

.montserrat-14-600-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}

.montserrat-14-500 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0;
}

.montserrat-32-400 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 32px;
  line-height: 150%;
  color: #141414;
}
@media screen and (max-width: 1500px) {
  .montserrat-32-400 {
    font-size: 20px;
    line-height: 130%;
  }
}

.montserrat-24-500 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #141414;
}
@media screen and (max-width: 1677px) {
  .montserrat-24-500 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1615px) {
  .montserrat-24-500 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1550px) {
  .montserrat-24-500 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1260px) {
  .montserrat-24-500 {
    font-size: 19px;
  }
}
@media screen and (max-width: 1250px) {
  .montserrat-24-500 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1150px) {
  .montserrat-24-500 {
    font-size: 15px;
  }
}

.montserrat-24-500-blue {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #3990ff;
}
@media screen and (max-width: 1000px) {
  .montserrat-24-500-blue {
    font-size: 20px;
  }
}
@media screen and (max-width: 750px) {
  .montserrat-24-500-blue {
    font-size: 16px;
  }
}

.montserrat-18-500-blue {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #3990ff;
}
@media screen and (max-width: 1677px) {
  .montserrat-18-500-blue {
    font-size: 16px;
  }
}

.montserrat-18-600 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
}

.montserrat-18-400 {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 180%;
}

.montserrat-14-200-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 190%;
  color: #fff;
}

.montserrat-10-500-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 130%;
  color: #fff;
}

.montserrat-14-500-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: #fff;
}

.montserrat-14-400-white {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 190%;
  color: #fff;
}

@media screen and (min-width: 1921px) {
  .montserrat-20-600 {
    font-size: 1.04167vw;
  }
  .montserrat-56-700 {
    font-size: 2.91667vw;
  }
  .montserrat-20-300-white {
    font-size: 1.04167vw;
  }
  .montserrat-20-300-black {
    font-size: 1.04167vw;
  }
  .montserrat-40-400 {
    font-size: 2.08333vw;
  }
  .montserrat-42-400 {
    font-size: 2.1875vw;
  }
  .montserrat-64-700 {
    font-size: 3.33333vw;
  }
  .montserrat-64-700-white {
    font-size: 3.33333vw;
  }
  .montserrat-44-400 {
    font-size: 2.29167vw;
  }
  .montserrat-44-400-black {
    font-size: 2.29167vw;
  }
  .montserrat-20-400-black {
    font-size: 1.04167vw;
  }
  .montserrat-16-300 {
    font-size: 0.83333vw;
  }
  .montserrat-16-300-italic {
    font-size: 0.83333vw;
  }
  .montserrat-16-400-italic {
    font-size: 0.83333vw;
  }
  .montserrat-16-300-black {
    font-size: 0.83333vw;
  }
  .montserrat-16-300-gray {
    font-size: 0.83333vw;
  }
  .montserrat-14-600, .btn {
    font-size: 0.72917vw;
  }
  .montserrat-14-600-white {
    font-size: 0.72917vw;
  }
  .montserrat-32-400 {
    font-size: 1.66667vw;
  }
  .montserrat-24-500 {
    font-size: 1.25vw;
  }
  .montserrat-24-500-blue {
    font-size: 1.25vw;
  }
  .montserrat-18-500-blue {
    font-size: 0.9375vw;
  }
  .montserrat-18-600 {
    font-size: 0.9375vw;
  }
  .montserrat-18-400 {
    font-size: 0.9375vw;
  }
  .montserrat-14-200-white {
    font-size: 0.72917vw;
  }
  .montserrat-10-500-white {
    font-size: 0.52083vw;
  }
  .montserrat-14-500-white {
    font-size: 0.72917vw;
  }
  .montserrat-14-400-white {
    font-size: 0.72917vw;
  }
}
.footer {
  display: flex;
  flex-direction: row;
  background-color: #141414;
  width: 100%;
}
.footer .main-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px;
  width: 100%;
  padding: 64px 128px;
}
@media screen and (max-width: 1550px) {
  .footer .main-container {
    padding-bottom: 64px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .main-container {
    padding: 64px 40px;
    grid-gap: 30px;
  }
}
@media screen and (max-width: 600px) {
  .footer .main-container {
    padding: 40px 25px;
    grid-gap: 20px;
  }
}
@media screen and (max-width: 540px) {
  .footer .main-container {
    padding-right: 0;
    display: flex;
    flex-direction: column;
  }
}
.footer .main-container .logo-and-content {
  display: flex;
  flex-direction: column;
  max-width: 316px;
}
@media screen and (max-width: 565px) {
  .footer .main-container .logo-and-content {
    grid-column: span 4;
  }
}
.footer .main-container .logo-and-content .logo_footer {
  padding-bottom: 24px;
}
.footer .main-container .logo-and-content .footer__logo {
  width: 257px;
  height: auto;
}
@media screen and (max-width: 1250px) {
  .footer .main-container .logo-and-content .footer__logo {
    width: 200px;
  }
}
@media screen and (max-width: 907px) {
  .footer .main-container .logo-and-content .footer__logo {
    width: 150px;
  }
}
@media screen and (max-width: 360px) {
  .footer .logo_content {
    padding-right: 25px;
  }
}
.footer .box-footer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}
@media screen and (max-width: 565px) {
  .footer .box-footer-item {
    align-items: flex-start;
  }
}
.footer .box-footer-item .box-footer-item-title {
  padding-bottom: 32px;
}
@media screen and (max-width: 1000px) {
  .footer .box-footer-item .box-footer-item-title {
    padding-bottom: 20px;
  }
}
.footer .box-footer-item .footer-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .box-footer-item .footer-box a {
  color: #fff;
}
.footer .box-footer-item .footer-box a::after {
  top: 70%;
}
.footer .box-footer-item .footer-box .footer-box-link {
  padding-bottom: 16px;
  color: #f8f8f8;
}

.bottom {
  width: 100%;
  height: auto;
  padding: 8px 0;
  text-align: center;
  background-color: #3990ff;
  font-size: 12px;
}
.bottom a {
  color: #fff;
  font-weight: 400;
}

@media screen and (min-width: 1921px) {
  .footer .main-container {
    grid-gap: 2.08333vw;
    padding: 3.33333vw 6.66667vw;
  }
  .footer .main-container .logo-and-content {
    max-width: 16.45833vw;
  }
  .footer .main-container .logo-and-content .logo_footer {
    padding-bottom: 1.25vw;
  }
  .footer .main-container .logo-and-content .footer__logo {
    width: 13.38542vw;
  }
  .footer .box-footer-item .box-footer-item-title {
    padding-bottom: 1.66667vw;
  }
  .footer .box-footer-item .footer-box .footer-box-link {
    padding-bottom: 0.83333vw;
  }
  .bottom {
    padding: 0.41667vw 0;
  }
}
