.heading {
  color: #131313;
}
.heading--main {
  font-size: 30px;
  font-weight: 500;
}
@media screen and (min-width: 992px) {
  .heading--main {
    font-size: 40px;
  }
}
.heading--subpage-medium {
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .heading--subpage-medium {
    font-size: 42px;
    letter-spacing: 2.5px;
  }
}
.heading--introduction {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .heading--introduction {
    margin-bottom: 30px;
  }
}
.heading--small {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .heading--small {
    font-size: 16px;
  }
}
.heading--medium {
  text-transform: uppercase;
  font-size: 24px;
  letter-spacing: 1px;
}
@media screen and (min-width: 992px) {
  .heading--medium {
    font-size: 28px;
  }
}
.heading--big {
  font-size: 30px;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .heading--big {
    font-size: 40px;
  }
}
.heading--footer {
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #f9fafa;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .heading--footer {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  .heading--footer {
    margin-bottom: 30px;
  }
}
.heading--blog {
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
  overflow: hidden;
}
.heading--blog::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -100% 0;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #4462a1;
  width: 40px;
  height: 2px;
}
.heading--hero {
  font-size: 50px;
  font-weight: 300;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #f9fafa;
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .heading--hero {
    margin-bottom: 30px;
    font-size: 80px;
  }
}
.heading--timeline {
  text-align: center;
  color: #4462a1;
  font-size: 40px;
  position: relative;
  padding: 60px 0 20px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .heading--timeline {
    padding: 0;
  }
}
.heading--secondary-subpage {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.heading--full {
  font-size: 34px;
  position: relative;
  padding-bottom: 15px;
  letter-spacing: 5px;
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .heading--full {
    font-size: 48px;
    padding-bottom: 20px;
    margin-bottom: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .heading--full {
    font-size: 64px;
    padding-bottom: 30px;
    width: 65%;
    margin-bottom: 80px;
  }
}
.heading--full::after {
  content: "";
  width: 50%;
  height: 1px;
  background-color: #d9d9d9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.heading--offers-md {
  font-size: 30px;
  letter-spacing: 5px;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .heading--offers-md {
    font-size: 36px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .heading--offers-md {
    font-size: 40px;
  }
}

.text {
  line-height: 170%;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .text {
    font-size: 16px;
  }
}
.text--light {
  color: #f9fafa;
}
.text--featured {
  font-size: 18px;
  line-height: 140%;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
}
@media screen and (min-width: 992px) {
  .text--featured {
    line-height: 170%;
  }
}
@media screen and (min-width: 1200px) {
  .text--featured {
    font-size: 20px;
  }
}
.text--light {
  color: #f9fafa;
}
.text--gray {
  color: #8f8f8f;
}
.text--blue {
  color: #92b5fd;
}
.text--center {
  text-align: center;
}
.text--hero {
  font-size: 30px;
}
.text--mb {
  margin-bottom: 40px;
}
.text--bold {
  font-weight: 500;
}

@media screen and (min-width: 1200px) {
  .text-area {
    width: 45%;
  }
}
@media screen and (min-width: 1600px) {
  .text-area {
    width: 35%;
  }
}
.text-area--introduction {
  position: relative;
}
@media screen and (min-width: 1200px) {
  .text-area--flex {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .text-area--65 {
    width: 65%;
  }
}

section {
  margin: 50px 0 50px;
}
@media screen and (min-width: 768px) {
  section {
    margin: 100px 0 70px;
  }
}
@media screen and (min-width: 992px) {
  section {
    margin: 110px 0 120px;
  }
}

#first-page-section {
  margin: 0 0 50px;
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  #first-page-section {
    padding-top: 100px;
    margin: 0 0 70px;
  }
}
@media screen and (min-width: 992px) {
  #first-page-section {
    padding-top: 110px;
    margin: 0 0 120px;
  }
}

.section--dark {
  background-color: #2c2c2c;
  padding: 50px 0 50px;
}
@media screen and (min-width: 768px) {
  .section--dark {
    padding: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  .section--dark {
    padding: 110px 0 150px;
  }
}

.section--blue {
  background-color: #f1f8fe;
}

.text-area .text:not(:last-of-type) {
  margin-bottom: 40px;
}

.slider {
  margin-top: 50px;
  width: 100%;
  height: var(--height);
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 10% 90%, transparent);
}

.slider .list {
  display: flex;
  width: 100%;
  min-width: calc(var(--width) * var(--quantity));
  position: relative;
}

.slider .list .item {
  width: var(--width);
  height: var(--height);
  position: absolute;
  left: 100%;
  animation: autoRun 20s linear infinite;
  transition: filter 0.5s;
  animation-delay: calc(20s / var(--quantity) * (var(--position) - 1) - 20s) !important;
}

.slider .list .item img {
  width: 100%;
}

@keyframes autoRun {
  from {
    left: 100%;
  }
  to {
    left: calc(var(--width) * -1);
  }
}
.line-decorator {
  position: absolute;
  top: 0;
  left: -50px;
  width: 1px;
  height: 100%;
}
.line-decorator::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 120px;
  width: 3px;
  height: 40px;
  transition: all 600ms ease-in-out 0ms;
}
@media screen and (min-width: 1200px) {
  .line-decorator::before {
    height: 50px;
    translate: -50% 100px;
  }
}
@media screen and (min-width: 1200px) {
  .line-decorator::before {
    height: 70px;
    translate: -50% 200px;
  }
}
.line-decorator--light {
  background: #b4b4b4;
}
.line-decorator--light::before {
  background: #f9fafa;
}
.line-decorator--dark {
  background: #b4b4b4;
}
.line-decorator--dark::before {
  background: #131313;
}
.line-decorator.active::before {
  translate: -50% 0px;
}

.social-ico {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #4462a1;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  position: relative;
}
.social-ico--light {
  border: 2px solid #fff;
}
.social-ico img {
  width: 15px !important;
  height: 15px !important;
  -o-object-fit: contain;
     object-fit: contain;
}
.social-ico:hover {
  box-shadow: 0 0 12px #4462a1;
  cursor: pointer;
}
.social-ico a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

footer {
  background-color: #131313;
  padding: 50px 0 20px;
}
@media screen and (min-width: 768px) {
  footer .footer-main-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 992px) {
  footer .footer-main-wrapper {
    padding: 30px 0 20px;
  }
}
@media screen and (min-width: 768px) {
  footer .contact-info-wrapper {
    width: 30%;
  }
}
footer .contact-info-wrapper .addres-info {
  margin-bottom: 10px;
  color: #f9fafa;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer .contact-info-wrapper .addres-info {
    font-size: 16px;
  }
}
footer .contact-info-wrapper {
  margin-bottom: 40px;
}
footer .footer-menu {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  footer .footer-menu {
    width: 30%;
  }
}
footer .footer-menu .fotter-menu-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
footer .footer-menu .fotter-menu-wrapper li {
  list-style-type: none;
  color: #f9fafa;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  display: inline-block;
}
footer .footer-menu .fotter-menu-wrapper li a {
  color: #f9fafa;
  text-decoration: none;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  footer .footer-menu .fotter-menu-wrapper li a {
    font-size: 16px;
  }
}
footer .footer-menu .fotter-menu-wrapper li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  translate: -100% 0;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  background-color: #4462a1;
  width: 40px;
  height: 2px;
}
footer .footer-menu .fotter-menu-wrapper li:hover::before {
  translate: 0;
}
@media screen and (min-width: 768px) {
  footer .links-wrapper {
    width: 30%;
  }
}
footer .socials .socials-icons-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  footer .socials .socials-icons-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
    gap: 30px;
  }
}
footer .footer-site-info {
  color: #f9fafa;
  font-size: 10px;
}

.redirects {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

.page-info-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .page-info-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.page-info-wrapper a {
  text-decoration: none;
  color: inherit;
}

.footer-logo {
  width: 100px;
  margin: 15px auto 40px;
}
@media screen and (min-width: 768px) {
  .footer-logo {
    margin: 40px 0 0;
  }
}

.menu-wrapper-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  height: 70px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
  opacity: 0.98;
}
.menu-wrapper-fixed .logo {
  height: 40px;
  position: relative;
  z-index: 99999;
}
.menu-wrapper-fixed .burger-menu {
  position: relative;
  z-index: 99999;
}
@media screen and (min-width: 1200px) {
  .menu-wrapper-fixed .burger-menu {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .menu-wrapper-fixed .menu-content-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s;
    box-shadow: 0 0 8px #2c2c2c;
  }
  .menu-wrapper-fixed .menu-content-wrapper.active {
    opacity: 1;
    pointer-events: all;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item {
    list-style-type: none;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item a {
    text-decoration: none;
    position: relative;
    padding-left: 10px;
    transition: all 0.4s;
    font-weight: 500;
    color: #1c1c1c;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #4462a1;
    opacity: 0;
    transition: all 0.4s;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item a:hover::before {
    opacity: 1;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item ul li {
    font-size: 16px;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item ul li a {
    font-weight: 400;
    color: #575756;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .menu-item.redirect-menu a {
    color: #4462a1;
  }
  .menu-wrapper-fixed .menu-content-wrapper nav .sub-menu {
    padding-left: 20px;
    margin-top: 10px;
  }
}
@media screen and (min-width: 1200px) {
  .menu-wrapper-fixed .menu-content-wrapper {
    height: 100%;
    display: none;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .menu-wrapper-fixed .menu-content-wrapper {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .menu-wrapper-fixed .menu-content-wrapper nav {
    height: 100%;
    background-color: #fff;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
    height: 100%;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    color: #131313;
    font-weight: 500;
    font-size: 18px;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item.redirect-menu {
    display: none;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item-has-children {
    position: relative;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item-has-children .sub-menu {
    position: absolute;
    width: 150%;
    top: 70px;
    left: 0;
    background-color: #fff;
    translate: 0 -100%;
    z-index: -1;
    transition: 0.4s;
    padding: 10px 0px 0px;
    box-shadow: inset 0px 0px 5px rgba(0, 0, 0, 0.1);
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item-has-children .sub-menu .menu-item {
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    color: #575756;
    position: relative;
    font-size: 15px;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item-has-children .sub-menu .menu-item:hover {
    background-color: #f8f8f8;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item-has-children .sub-menu .menu-item a {
    width: 100%;
    padding: 10px 20px;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu .menu-item-has-children:hover .sub-menu {
    translate: 0;
  }
  .menu-wrapper-fixed .menu-content-wrapper .menu a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
  }
}
.menu-wrapper-fixed .redirect-btns {
  display: none;
  margin: 0;
  gap: 10px;
}
@media screen and (min-width: 1200px) {
  .menu-wrapper-fixed .redirect-btns {
    display: flex;
  }
}
.menu-wrapper-fixed .redirect-btns .btn--main {
  padding: 8px 14px;
  font-size: 12px;
}

.custom-language-switcher {
  position: absolute;
  z-index: 99999;
  left: 75px;
  top: 50%;
  translate: 0 -50%;
}
@media screen and (min-width: 576px) {
  .custom-language-switcher {
    left: 190px;
  }
}

.language-btn {
  background-color: transparent;
  padding: 10px;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  width: 35px;
  height: 35px;
  color: #2c2c2c;
  font-size: 14px;
  font-weight: 500;
}

.language-list {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 200px;
  border-radius: 5px;
  bottom: 0;
  left: 50%;
  translate: -50% 110%;
}

.custom-scroll {
  width: 50px;
  height: 100px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #888 transparent;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 10px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.language-list li {
  padding: 8px 16px;
  display: block;
}

.language-list li a {
  text-decoration: none;
  display: block;
  color: black;
}

button {
  background-color: #4462a1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn-container {
  margin: 30px 0 0;
}
.btn-container--card {
  margin: 20px 0 10px;
}
.btn-container--start {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
.btn-container--end {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: stretch;
}
.btn-container--center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
}
@media screen and (min-width: 1200px) {
  .btn-container.mt-big {
    margin-top: 50px;
  }
}
.btn-container--flex {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .btn-container--flex {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}

.btn--main {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 14px;
  padding: 12px 20px;
  cursor: pointer;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
  position: relative;
  z-index: 2;
  color: #92b5fd;
  border: 1px solid #92b5fd;
  background: transparent;
  border-radius: 25px;
}
.btn--main:hover {
  border: 1px solid transparent;
  color: #f9fafa;
  background: #92b5fd;
  border: 1px solid transparent;
}
.btn--main--color-primary {
  color: #4462a1;
  border: 1px solid #4462a1;
}
.btn--main--color-primary:hover {
  background: #4462a1;
  border: 1px solid #4462a1;
}
.btn--main--section-dark {
  color: #f9fafa;
  border: 1px solid #f9fafa;
}
.btn--main--section-dark:hover {
  background: #f9fafa;
  border: 1px solid #f9fafa;
  color: #2c2c2c;
}

.btn--hero {
  text-decoration: none;
  display: inline-block;
  border: 2px solid #4462a1;
  color: #4462a1;
  background: #f9fafa;
  padding: 5px 30px;
  border-radius: 5px;
  transition: 0.4s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn--hero:hover {
  box-shadow: 0 0 12px #4462a1;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #575756;
}

html {
  scroll-behavior: smooth;
  overflow: auto;
}
html.menu-active {
  overflow: hidden;
}

body {
  background: #fff;
  overflow-x: hidden;
}

.content-container {
  width: 100%;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  margin: 0 auto;
  height: 100%;
}
@media screen and (min-width: 576px) {
  .content-container {
    max-width: 540px;
  }
}
@media screen and (min-width: 768px) {
  .content-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .content-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  .content-container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 1400px) {
  .content-container {
    max-width: 1320px;
  }
}
@media screen and (min-width: 1600px) {
  .content-container {
    max-width: 1570px;
  }
}

@media screen and (min-width: 1200px) {
  .flex-wrapper--text-left {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .flex-wrapper--text-right {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .flex-wrapper--standard {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .flex-wrapper--center-align {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .flex-wrapper--center-align-reverse {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
}

.img-container img,
.img-container picture {
  width: 100%;
  height: 100%;
  display: block;
}
.img-container--contain img,
.img-container--contain picture {
  -o-object-fit: contain;
     object-fit: contain;
}
.img-container--cover img,
.img-container--cover picture {
  -o-object-fit: cover;
     object-fit: cover;
}

.link-res {
  display: inline-block;
  text-decoration: none;
}

.pos-rel {
  position: relative;
}

.introduction-wrapper {
  margin-bottom: 100px;
}

.notification-wrapper {
  position: fixed;
  border: 1px solid #000;
  background: #fff;
  z-index: 222222;
  padding: 40px 60px;
  bottom: 0px;
  left: 0;
}
@media screen and (min-width: 1200px) {
  .notification-wrapper {
    bottom: 20px;
    left: 20px;
    max-width: 80%;
  }
}
.notification-wrapper .btn-container {
  margin-top: 20px;
}

.btn-up-container {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 1px solid #2c2c2c;
  background-color: #fff;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  z-index: 10;
}
.btn-up-container .btn-up {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}
.btn-up-container img {
  height: 70%;
}

.scroll-down-container {
  position: absolute;
  top: 50%;
  right: 20px;
}
@media screen and (min-width: 768px) {
  .scroll-down-container {
    right: 60px;
  }
}

.scroll-down {
  width: 0;
  height: 40px;
  border: 1px solid #fff;
  position: relative;
  animation: scroll 1.5s infinite;
  -webkit-animation: scroll 1.5s infinite;
}
.scroll-down::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: -5px;
  width: 1px;
  height: 10px;
  border-top: 10px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

@keyframes scroll {
  0% {
    height: 40px;
  }
  30% {
    height: 70px;
  }
  60% {
    height: 40px;
  }
}/*# sourceMappingURL=global.css.map */