@font-face {
  font-family: "ALSSchlangesans-Light";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Light.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans-Thin";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Thin.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans-Bold";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Bold.otf") format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ALSSchlangesans-Black";
  src: url("/wp-content/themes/varavara/fonts/ALSSchlangesans-Black.otf") format("opentype");
  font-style: normal;
}
.wrapper {
  max-width: 1312px;
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
}

body {
  background: #FFFFFF;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100vh;
}

.footer {
  margin-top: auto;
  background: #FEDA44;
  border-top-right-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
}
.footer .content {
  padding: 48px 16px 5px;
  box-sizing: border-box;
  width: 100%;
  border-top-right-radius: 40px;
  -webkit-border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  -webkit-border-top-left-radius: 40px;
  background-image: url(../images/base/footer1.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer .content .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.footer .content .wrapper .footer_logo {
  display: block;
  text-decoration: none;
  max-width: 250px;
  width: 100%;
  max-height: 50px;
  height: auto;
}
.footer .content .wrapper .footer_logo svg {
  display: block;
  max-width: 250px;
  width: 100%;
  height: auto;
}
.footer .content .wrapper .footer_menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.footer .content .wrapper .footer_menu .menu-item {
  margin-left: 24px;
  padding: 4px 0;
}
.footer .content .wrapper .footer_menu .menu-item a {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  text-decoration: none;
  display: block;
  color: #0f172a;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.16px;
  padding-bottom: 2px;
  border-bottom: 2px solid rgba(15, 23, 42, 0);
}
.footer .content .wrapper .footer_menu .menu-item a:hover {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-bottom: 2px solid rgb(15, 23, 42);
}
.footer .content .wrapper .footer_menu .current-menu-item a {
  border-bottom: 2px solid rgb(15, 23, 42);
}
.footer .content .wrapper .footer_socials {
  margin-left: auto;
  margin-right: 0;
  max-width: 216px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer .content .wrapper .footer_socials .footer_social {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  border-radius: 100px;
  border: 2px solid #FFF;
  background: #FFF;
  max-width: 48px;
  width: 24%;
  height: 48px;
  padding: 12px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.footer .content .wrapper .footer_socials .footer_social svg {
  display: block;
  width: 24px;
  height: 24px;
}
.footer .content .wrapper .footer_socials .bottom_pads {
  max-width: 216px;
  width: 100%;
  box-sizing: border-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.footer .content .wrapper .footer_socials .bottom_pads .bottom_pad {
  max-width: 216px;
  width: 100%;
  height: 40px;
  object-fit: contain;
}
@media (max-width: 1055px) {
  .footer .content .wrapper .footer_logo {
    max-width: 200px;
  }
}
@media (max-width: 1000px) {
  .footer .content .wrapper .footer_logo {
    max-width: 150px;
  }
}
@media (max-width: 955px) {
  .footer .content .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .content .wrapper .footer_logo {
    max-width: 250px;
    margin-bottom: 30px;
  }
  .footer .content .wrapper .footer_menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
  }
  .footer .content .wrapper .footer_menu .menu-item {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .footer .content .wrapper .footer_socials {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
}
@media (max-width: 955px) {
  .footer .content {
    background-image: url(../images/base/footer-mobile1.svg);
  }
}

.developer {
  box-sizing: border-box;
  width: 100%;
  min-height: 64px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #0F172A;
  padding: 0 15px;
}
.developer .developer_link {
  text-decoration: none;
  display: block;
  color: #FFF;
  font-family: "ALSSchlangesans-Bold", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.6;
  letter-spacing: 0.16px;
}

.bottom_content {
  display: none;
}
@media (max-width: 610px) {
  .bottom_content {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 7;
    width: 100%;
    box-sizing: border-box;
  }
  .bottom_content .bottom_content_down {
    display: none;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0 10px 15px 0 rgba(15, 23, 42, 0.15);
    margin: 0 20px 20px;
  }
  .bottom_content .bottom_content_down .link {
    max-width: 400px;
    width: 100%;
    text-decoration: none;
    color: #0F172A;
    font-family: "ALSSchlangesans-Bold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
  }
  .bottom_content .bottom_content_down .close_bottom_content_down {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 8px;
    background: #6ED6F6;
    width: 40px;
    height: 40px;
  }
  .bottom_content .bottom_content_down .close_bottom_content_down svg {
    display: block;
    width: 24px;
    height: 24px;
  }
  .bottom_content .bottom_content_items {
    background: #FFF;
    box-shadow: 0 -10px 10px 0 rgba(15, 23, 42, 0.05);
    backdrop-filter: blur(25px);
    padding: 20px 20px 32px 20px;
    width: 100%;
    box-sizing: border-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .bottom_content .bottom_content_items .bottom_content_item {
    text-decoration: none;
    width: 100%;
    max-width: 170px;
    height: 45px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 8px;
    border: 2px solid #FF8F23;;
    background: var(--Gray-Scale-White, #FFF);
  }
  .bottom_content .bottom_content_items .bottom_content_item span {
    color: #0F172A;
    font-family: "ALSSchlangesans-Bold", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.16px;
  }
  .bottom_content .bottom_content_items .bottom_content_item:last-child {
    margin-left: 10px;
    background: #FF8F23;
  }
  .bottom_content .bottom_content_items .bottom_content_item:last-child span {
    color: #FFFFFF;
  }
}

.wpml-ls-statics-footer {
  display: none !important;
}

/*# sourceMappingURL=footer.css.map */
