@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap);
@font-face {
  font-family: "Yonit-Light";
  src: url(/static/abb2113c690cb8e81b13.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Regular";
  src: url(/static/0948156dbc5b27dce975.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Medium";
  src: url(/static/82ba15b6c899292d7970.ttf);
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Yonit-Bold";
  src: url(/static/770bf2e138c03da7b3ed.ttf);
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 62.5%;
  scroll-behavior: auto;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-variant-ligatures: none;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  padding: 0;
  margin: 0;
  font-family: "almoni-bold", sans-serif;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  body {
    min-height: inherit;
  }
}
body[class^=no-scroll-] {
  overflow: hidden;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: none;
  -webkit-text-fill-color: var(--ria-input-color);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

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

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

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

button {
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  box-shadow: none;
  cursor: pointer;
  text-align: center;
  color: inherit;
}
/* stylelint-disable */

/* stylelint-enable */
.analytics--WFXj6 {
  position: absolute;
}
.person-modal--yP9wl {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.person-modal--yP9wl.hidden--v2nMQ {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.person-modal--yP9wl .bg--zpCia {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 22, 42, 0.9);
  opacity: 0.9;
  z-index: 1;
}
.person-modal--yP9wl .modal-content--OwqEL {
  width: 663px;
  min-height: 300px;
  position: relative;
  z-index: 2;
  background-color: rgb(12, 43, 75);
  border-radius: 6px;
  padding: 42px 30px 42px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .person-modal--yP9wl .modal-content--OwqEL {
    position: relative;
    width: 78%;
    padding: 42px 11px 42px;
  }
}
.person-modal--yP9wl .modal-content--OwqEL .photo--cht3Z {
  width: 194px;
  height: 194px;
  border-radius: 3px;
  margin-bottom: 16px;
  overflow: hidden;
}
.person-modal--yP9wl .modal-content--OwqEL .photo--cht3Z img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 25%;
     object-position: 0 25%;
}
.person-modal--yP9wl .modal-content--OwqEL .title--wktZA {
  font-family: "Yonit-Bold", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .person-modal--yP9wl .modal-content--OwqEL .title--wktZA {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 1px;
  }
}
.person-modal--yP9wl .modal-content--OwqEL .additional-info--SYPzT {
  padding-bottom: 10px;
  font-family: "Yonit-Regular", sans-serif;
  color: #fff;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .person-modal--yP9wl .modal-content--OwqEL .additional-info--SYPzT {
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 22px;
    letter-spacing: 0.5px;
  }
}
.person-modal--yP9wl .modal-content--OwqEL .subtitle--yLjHw {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  opacity: 0.9;
  font-size: 16px;
  line-height: 21px;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .person-modal--yP9wl .modal-content--OwqEL .subtitle--yLjHw {
    font-size: 16px;
    line-height: 22px;
    height: auto;
    max-height: 252px;
    overflow: auto;
  }
}
.person-modal--yP9wl .modal-content--OwqEL .close-btn--ZSrnQ {
  position: absolute;
  top: 9px;
  right: 9px;
  width: 18px;
  height: 18px;
  display: block;
}
.person-modal--yP9wl .modal-content--OwqEL .close-btn--ZSrnQ:hover span {
  opacity: 0.8;
}
.person-modal--yP9wl .modal-content--OwqEL .close-btn--ZSrnQ span {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
  transition: all ease 0.3s;
}
.person-modal--yP9wl .modal-content--OwqEL .close-btn--ZSrnQ span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.person-modal--yP9wl .modal-content--OwqEL .video--rgjAr {
  width: 412px;
  height: 232px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .person-modal--yP9wl .modal-content--OwqEL .video--rgjAr {
    width: 100%;
    max-width: 272px;
    height: 161px;
    margin-bottom: 16px;
  }
}
.person-modal--yP9wl .modal-content--OwqEL .video--rgjAr iframe {
  width: 100%;
  height: 100%;
  overflow: hidden !important;
}
.person-modal--yP9wl .modal-content--OwqEL .link-button--tVXlw {
  width: 262px;
  padding: 5px 0;
  margin-top: 37px;
  font-size: 22px;
  line-height: 22px;
  font-family: "Yonit-Bold", sans-serif;
  color: #fff;
  text-align: center;
  background-color: rgb(0, 22, 42);
  border-bottom: 1px solid rgb(228, 35, 35);
  border-radius: 2px;
  transition: all ease 0.3s;
}
@media only screen and (max-width: 767px) {
  .person-modal--yP9wl .modal-content--OwqEL .link-button--tVXlw {
    margin-top: 32px;
  }
}
.person-modal--yP9wl .modal-content--OwqEL .link-button--tVXlw:hover {
  border-bottom: 1px solid transparent;
}
.skeleton--5hHBB {
  position: relative;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: min-content 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  padding-bottom: 27px;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 12px;
    padding: 0 12px 12px;
  }
}
.skeleton--5hHBB .item--_0Hau {
  position: relative;
  width: 100%;
  padding: 15px 15px 62px 15px;
  border-radius: 2px;
  transition: all ease 0.1s;
  border: solid 1px transparent;
  background-position: -500px 0;
  background-image: linear-gradient(135deg, rgba(76, 128, 238, 0.1) 0%, rgba(76, 128, 238, 0.1) 20%, rgba(76, 128, 238, 0.2) 40%, rgba(76, 128, 238, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  animation: skeletonShine--snZIK 0.5s linear 0s infinite normal forwards;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .skeleton--5hHBB .item--_0Hau {
    padding: 10px 10px 62px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau {
    padding: 8px 8px 65px 8px;
  }
}
.skeleton--5hHBB .item--_0Hau .photo--comrb {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
  overflow: hidden;
  transition: all ease 0.1s;
  opacity: 0;
}
.skeleton--5hHBB .item--_0Hau .photo--comrb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.skeleton--5hHBB .item--_0Hau .infoWrap--cntjK {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .infoWrap--cntjK {
    padding-bottom: 18px;
  }
}
.skeleton--5hHBB .item--_0Hau .top--ryocb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.skeleton--5hHBB .item--_0Hau .info--beDQ2 {
  position: relative;
  padding-top: 9px;
  padding-bottom: 20px;
  flex-grow: 1;
  transition: all ease 0.1s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .info--beDQ2 {
    padding-bottom: 0;
  }
}
.skeleton--5hHBB .item--_0Hau .info--beDQ2 .texts--reuHE {
  padding-left: 50px;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .info--beDQ2 .texts--reuHE {
    padding-left: 0;
    padding-right: 6px;
  }
}
.skeleton--5hHBB .item--_0Hau .info--beDQ2 .name--XR74o {
  font-size: 35px;
  line-height: 1;
  letter-spacing: 0.5px;
  text-align: right;
  padding-bottom: 4px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .skeleton--5hHBB .item--_0Hau .info--beDQ2 .name--XR74o {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .info--beDQ2 .name--XR74o {
    font-size: 23px;
    line-height: 22px;
  }
}
.skeleton--5hHBB .item--_0Hau .info--beDQ2 .sub-name--gx6kV {
  padding-bottom: 4px;
  font-family: "almoni-demibold", sans-serif;
  font-size: 21px;
  line-height: 22px;
  color: #bfbfc0;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .info--beDQ2 .sub-name--gx6kV {
    font-size: 18px;
    line-height: 20px;
  }
}
.skeleton--5hHBB .item--_0Hau .info--beDQ2 .description--RjI3B {
  font-family: "Open Sans";
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: rgba(255, 255, 255, 0.7);
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .info--beDQ2 .description--RjI3B {
    font-size: 15px;
    line-height: 17px;
  }
}
.skeleton--5hHBB .item--_0Hau .icon--xvo6h {
  position: absolute;
  top: 21px;
  left: 6px;
  width: 43px;
  transition: all ease 0.1s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .icon--xvo6h {
    width: 25px;
    top: auto;
    bottom: 55px;
    right: 14px;
  }
}
.skeleton--5hHBB .item--_0Hau .icon--xvo6h img {
  display: block;
  width: 100%;
}
.skeleton--5hHBB .item--_0Hau .button--g5AUa {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0 13px;
  font-family: "almoni-bold", sans-serif;
  font-size: 22px;
  line-height: 22px;
  border: 1px solid #de0000;
  border-radius: 2px;
  transition: 0.3s;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .skeleton--5hHBB .item--_0Hau .button--g5AUa {
    font-size: 16px;
    left: 8px;
    right: 8px;
    bottom: 8px;
    padding: 7px 0 7px;
  }
  .skeleton--5hHBB .item--_0Hau .button--g5AUa img {
    margin-right: -7px;
    margin-left: 9px;
    margin-top: -3px;
  }
}
.skeleton--5hHBB .item--_0Hau .button--g5AUa span {
  margin-right: 7px;
}
.skeleton--5hHBB .item--_0Hau .button--g5AUa:hover {
  background-color: #de0000;
}
@keyframes skeletonShine--snZIK {
  to {
    background-position: 0 0;
  }
}
.grid-item--rJBK1 {
  position: relative;
  width: 100%;
  padding: 15px 15px 62px 15px;
  border-radius: 2px;
  background-color: rgba(30, 58, 93, 0.15);
  transition: all ease 0.1s;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-item--rJBK1 {
    padding: 10px 10px 62px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 {
    padding: 8px 8px 51px 8px;
  }
}
.grid-item--rJBK1.is-earlier-kidnepped--B9n5b .info--UmQ2w {
  padding-top: 26px;
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1.is-earlier-kidnepped--B9n5b .info--UmQ2w {
    padding-top: 9px;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1.is-earlier-kidnepped--B9n5b .info--UmQ2w .texts--tNHmB {
    padding-right: 0;
  }
}
.grid-item--rJBK1.is-earlier-kidnepped--B9n5b .info--UmQ2w .age-and-city--cWIy0 {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1.is-earlier-kidnepped--B9n5b .info--UmQ2w .age-and-city--cWIy0 {
    font-size: 16px;
    line-height: 1.5;
  }
}
.grid-item--rJBK1.animation--z57B7 {
  border: solid 1px transparent;
  background-position: -500px 0;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 20%, rgba(255, 255, 255, 0.2) 40%, rgba(255, 255, 255, 0.1) 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  animation: skeletonShine--VYAzP 0.5s linear 0s infinite normal forwards;
}
.grid-item--rJBK1.animation--z57B7 .photo--rS3Dc {
  opacity: 0;
}
.grid-item--rJBK1.animation--z57B7 .info--UmQ2w {
  opacity: 0;
}
.grid-item--rJBK1.animation--z57B7 .icon--fFX9I {
  opacity: 0;
}
.grid-item--rJBK1.animation--z57B7 .button--MYuXk {
  opacity: 0;
}
.grid-item--rJBK1 .photo--rS3Dc {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 2px;
  overflow: hidden;
  transition: all ease 0.1s;
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 .photo--rS3Dc {
    width: calc(100% - 4px);
    margin: 0 auto;
  }
}
.grid-item--rJBK1 .photo--rS3Dc img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 10%;
     object-position: 50% 10%;
}
.grid-item--rJBK1 .infoWrap--phsUf {
  position: relative;
}
.grid-item--rJBK1 .top--pDF4f {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grid-item--rJBK1 .info--UmQ2w {
  position: relative;
  padding-top: 13px;
  padding-bottom: 17px;
  flex-grow: 1;
  transition: all ease 0.1s;
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 .info--UmQ2w {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 .info--UmQ2w .texts--tNHmB {
    padding-left: 0;
    padding-right: 6px;
  }
}
.grid-item--rJBK1 .info--UmQ2w .name--QRAI9 {
  font-family: "Yonit-Bold", sans-serif;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 0.5px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .grid-item--rJBK1 .info--UmQ2w .name--QRAI9 {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 .info--UmQ2w .name--QRAI9 {
    font-size: 20px;
    line-height: 22px;
  }
}
.grid-item--rJBK1 .info--UmQ2w .description--yzkZR {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
  overflow: hidden;
  max-height: 60px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 .info--UmQ2w .description--yzkZR {
    font-size: 15px;
    line-height: 17px;
    max-height: 51px;
  }
}
.grid-item--rJBK1 .button--MYuXk {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 11px 0;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 22px;
  line-height: 22px;
  border: none;
  background-color: #961010;
  border-radius: 2px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .grid-item--rJBK1 .button--MYuXk {
    font-size: 16px;
    left: 9px;
    right: 10px;
    bottom: 8px;
    padding: 6px 0 7px;
  }
}
.grid-item--rJBK1 .button--MYuXk:hover {
  background-color: #5c0b0b;
}

@keyframes skeletonShine--VYAzP {
  to {
    background-position: 0 0;
  }
}
.socials--CYute {
  position: relative;
  height: 100%;
  padding-top: 6px;
}
.socials--CYute.open--AIrs7 .toggle-btn--YaLc3 {
  border-radius: 2px 2px 0 0;
}
.socials--CYute.open--AIrs7 .toggle-btn--YaLc3:after {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 5px;
  right: 5px;
  width: auto;
  height: 1px;
  background-color: #fff;
}
.socials--CYute.open--AIrs7 .btns--xIVlB {
  opacity: 1;
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .socials--CYute {
    width: 41px;
    position: absolute;
    left: 20px;
    top: 10px;
    height: auto;
  }
}
.socials--CYute .toggle-btn--YaLc3 {
  display: none;
  background-color: inherit;
}
@media only screen and (max-width: 767px) {
  .socials--CYute .toggle-btn--YaLc3 {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 12px 10px;
    border-radius: 2px;
    background-color: #053550;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.socials--CYute .toggle-btn--YaLc3 img {
  display: block;
}
.socials--CYute .btns--xIVlB {
  display: flex;
  align-items: center;
  gap: 23px;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .socials--CYute .btns--xIVlB {
    position: absolute;
    z-index: 1;
    flex-direction: column;
    gap: 8px;
    top: 100%;
    left: 0;
    width: 100%;
    height: auto;
    padding: 0 5px 5px;
    opacity: 0;
    background-color: #053550;
    border-radius: 0 0 2px 2px;
    transform: translateY(-100%);
    transition: transform;
  }
}
.socials--CYute .btns--xIVlB button {
  display: block;
  transition: opacity;
  padding: 10px;
  border-radius: 2px;
  background-color: #0c2b4b;
  transition-duration: 0.35s;
}
@media only screen and (max-width: 767px) {
  .socials--CYute .btns--xIVlB button {
    position: relative;
    padding: 6px 4px;
    background-color: #053550;
  }
  .socials--CYute .btns--xIVlB button:after {
    content: "";
    position: absolute;
    top: -4px;
    width: 100%;
    left: 0;
    height: 1px;
    background-color: #fff;
  }
}
.socials--CYute .btns--xIVlB button img {
  display: block;
}
.socials--CYute .btns--xIVlB button:hover {
  opacity: 0.7;
}
.instagram-modal--wDJUy {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  background-color: #09182f;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.instagram-modal--wDJUy.hidden--BEm68 {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.instagram-modal--wDJUy .close-btn--EUQbU {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  display: block;
}
.instagram-modal--wDJUy .close-btn--EUQbU:hover span {
  opacity: 0.8;
}
.instagram-modal--wDJUy .close-btn--EUQbU span {
  position: absolute;
  width: 20px;
  height: 2px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: white;
}
.instagram-modal--wDJUy .close-btn--EUQbU span:first-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.instagram-modal--wDJUy .top-text--fwJty {
  display: block;
  position: absolute;
  top: 11px;
  left: 50%;
  transform: translate(-50%, 0%);
  text-align: center;
  font-family: "almoni-regular", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0;
  white-space: nowrap;
}
.instagram-modal--wDJUy .content--GguAv {
  width: 255px;
}
.instagram-modal--wDJUy .content--GguAv .logo-wrapper--GbonQ {
  width: 150px;
  margin: 0 auto 14px;
}
.instagram-modal--wDJUy .content--GguAv .logo-wrapper--GbonQ img {
  display: block;
  width: 100%;
}
.instagram-modal--wDJUy .content--GguAv .photo--hQ5iT {
  width: 212px;
  height: 212px;
  border-radius: 3px;
  margin: 0 auto 16px;
  overflow: hidden;
}
.instagram-modal--wDJUy .content--GguAv .photo--hQ5iT img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 0 25%;
     object-position: 0 25%;
}
.instagram-modal--wDJUy .content--GguAv .title--OegZW {
  font-family: "almoni-bold", sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-bottom: 3px;
  text-align: center;
}
.instagram-modal--wDJUy .content--GguAv .subtitle--czYvs {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 21px;
  padding-bottom: 15px;
  text-align: center;
  max-width: 310px;
}
.instagram-modal--wDJUy .content--GguAv .count-info--ZNDhV {
  font-family: "almoni-regular", sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.5px;
  padding-bottom: 16px;
  text-align: center;
}
.instagram-modal--wDJUy .content--GguAv .mako-logo--EF5Yu {
  width: 66px;
  margin: 0 auto;
}
.instagram-modal--wDJUy .content--GguAv .mako-logo--EF5Yu img {
  display: block;
  width: 100%;
}
footer {
  padding: 4px 0 43px;
  background-color: #08203A;
}
@media only screen and (max-width: 767px) {
  footer {
    padding: 35px 0 30px;
  }
}
footer .footer-wrapper--R4ofL {
  width: 100%;
  max-width: 1345px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper--R4ofL {
    padding: 0 17px;
  }
}
footer .footer-wrapper--R4ofL .text--MRym0 {
  font-size: 21px;
  line-height: 28px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper--R4ofL .text--MRym0 {
    font-size: 20px;
    line-height: 34px;
  }
}
footer .footer-wrapper--R4ofL .logo-wrapper--_e0XK {
  width: 162px;
  padding-top: 39px;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrapper--R4ofL .logo-wrapper--_e0XK {
    width: 110px;
    padding-top: 0;
  }
}
footer .footer-wrapper--R4ofL .logo-wrapper--_e0XK img {
  display: block;
  width: 100%;
}
@charset "UTF-8";
.total-wrapper--_sAcr.full-height--Qrhce {
  height: 100vh;
  overflow: hidden;
}

.main-page--ANocW {
  text-align: center;
}

.page-wrapper--LWyxq {
  margin: 0 auto;
  padding-top: 118px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .page-wrapper--LWyxq {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-wrapper--LWyxq {
    width: 100%;
    padding-top: 97px;
  }
}

.fixedBg--DG620 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.header--f2FR7 {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 11px 22px 11px 28px;
  border-bottom: 3px solid transparent;
  z-index: 1;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header--f2FR7 {
    justify-content: flex-start;
    padding: 24px 17px 16px 20px;
    border-bottom: 2px solid transparent;
  }
}
.header--f2FR7.sticky--pf_LQ {
  padding: 21px 24px 27px 23px;
  background-color: #09182f;
  border-color: #0c2b4b;
}
@media only screen and (max-width: 767px) {
  .header--f2FR7.sticky--pf_LQ {
    background-color: #041023;
    border-color: #0c2b4b;
    padding: 27px 20px 18px 20px;
  }
}
.header--f2FR7.sticky--pf_LQ .title--BEKoe {
  opacity: 1;
  visibility: visible;
}
@media only screen and (max-width: 767px) {
  .header--f2FR7.sticky--pf_LQ .n12-link--Bq0HS {
    width: 36px;
  }
}
.header--f2FR7 .title--BEKoe {
  font-family: "Yonit-Medium", sans-serif;
  font-size: 54px;
  line-height: 0.95;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  cursor: pointer;
  padding-right: 58px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header--f2FR7 .title--BEKoe {
    position: relative;
    font-size: 26px;
    padding-right: 21px;
  }
  .header--f2FR7 .title--BEKoe::before {
    content: "";
    position: absolute;
    top: -1px;
    right: 10px;
    width: 1.5px;
    height: 21px;
    background-color: #fff;
  }
}
.header--f2FR7 .n12-link--Bq0HS {
  width: 113px;
  padding-top: 12px;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .header--f2FR7 .n12-link--Bq0HS {
    width: 49px;
    padding-top: 0;
  }
}
.header--f2FR7 .n12-link--Bq0HS img {
  width: 100%;
}

.top-section--pWvpe {
  position: relative;
  max-width: 990px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .top-section--pWvpe {
    padding: 0 22px;
  }
}
.top-section--pWvpe .title--BEKoe {
  display: inline-block;
  padding: 10px 11px 1px;
  font-family: "Yonit-Bold", sans-serif;
  font-size: 128px;
  line-height: 90px;
  color: #f0f0f0;
  margin: 0;
  background-color: #961010;
}
@media only screen and (max-width: 767px) {
  .top-section--pWvpe .title--BEKoe {
    padding: 5px 9px 0px;
    font-size: 60px;
    line-height: 44px;
  }
}
.top-section--pWvpe .subTitle--S0MDL {
  font-family: "Yonit-Regular", sans-serif;
  font-size: 47px;
  line-height: 58px;
  margin: 13px 0 24px;
}
@media only screen and (max-width: 767px) {
  .top-section--pWvpe .subTitle--S0MDL {
    font-size: 21px;
    line-height: 21px;
    letter-spacing: 0.4px;
    margin: 13px 0 16px;
  }
}
.top-section--pWvpe .text--srcbM {
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: -0.2px;
  font-weight: 400;
  margin: 0 0 25px;
}
@media only screen and (max-width: 767px) {
  .top-section--pWvpe .text--srcbM {
    font-size: 18px;
    line-height: 24px;
    margin: 6px 0px 15px;
  }
}
.top-section--pWvpe .buttons--fmZpn {
  display: flex;
  justify-content: center;
  gap: 25px;
}
@media only screen and (max-width: 767px) {
  .top-section--pWvpe .buttons--fmZpn {
    flex-direction: column;
    align-items: center;
  }
}
.top-section--pWvpe .scroll-to-button--GxsG5 {
  width: 389px;
  padding: 9px 0;
  font-family: "Open Sans", sans-serif;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  background-color: #053550;
  transition: 0.3s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .top-section--pWvpe .scroll-to-button--GxsG5 {
    width: 263px;
    font-size: 18px;
    line-height: 24px;
  }
}
.top-section--pWvpe .scroll-to-button--GxsG5:hover {
  opacity: 0.8;
}

.search-container--t9WSV {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 575px;
  padding: 65px 0 89px;
}
@media only screen and (max-width: 767px) {
  .search-container--t9WSV {
    padding: 35px 22px 54px;
  }
}
.search-container--t9WSV .search-wrapper--nDE0Z {
  display: flex;
  align-items: center;
  width: 575px;
  height: 51px;
  overflow: hidden;
}
.search-container--t9WSV .search-wrapper--nDE0Z.isFocused--bvO_e input {
  border: solid 1px #8199a7;
  border-left-width: 0;
}
@media only screen and (max-width: 767px) {
  .search-container--t9WSV .search-wrapper--nDE0Z {
    flex-grow: 1;
  }
}
.search-container--t9WSV .input-wrapper--UbsQE {
  position: relative;
  flex-grow: 1;
  /* clears the ‘X’ from Chrome */
}
.search-container--t9WSV .input-wrapper--UbsQE input {
  display: block;
  width: 100%;
  height: 49px;
  line-height: 40px;
  padding: 0 12px 0 31px;
  outline: none;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #000;
  border: 1px solid #8199a7;
  border-left-width: 0;
  -webkit-appearance: none;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  background-color: #fff;
}
.search-container--t9WSV .input-wrapper--UbsQE input::-moz-placeholder {
  color: #7d8d96;
}
.search-container--t9WSV .input-wrapper--UbsQE input::placeholder {
  color: #7d8d96;
}
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-decoration,
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-cancel-button,
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-results-button,
.search-container--t9WSV .input-wrapper--UbsQE input[type=search]::-webkit-search-results-decoration {
  display: none;
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:before, .search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:after {
  content: "";
  position: absolute;
  width: 18px;
  height: 1px;
  top: 50%;
  left: 50%;
  background-color: #7d8d96;
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.search-container--t9WSV .input-wrapper--UbsQE .clear-btn--hb32d:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.search-container--t9WSV .search-btn--JL7Sl {
  position: relative;
  width: 48px;
  height: 49px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 1px solid #8199a7;
  border-right-width: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}
.search-container--t9WSV .search-btn--JL7Sl:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 31px;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background-color: #0c2b4b;
}
.search-container--t9WSV .search-btn--JL7Sl:hover {
  border-color: transparent;
  background-color: #053550;
}
.search-container--t9WSV .search-btn--JL7Sl:hover .search-icon--lLzj9 path {
  fill: white;
}
.search-container--t9WSV .search-btn--JL7Sl.disabled--GfuWC {
  cursor: inherit;
  pointer-events: none;
}
.search-container--t9WSV .search-btn--JL7Sl .search-icon--lLzj9 {
  transition: 0.3s;
}
.search-container--t9WSV .advanced-search-btn--d1eWD {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 51px;
  border: solid 1px transparent;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .search-container--t9WSV .advanced-search-btn--d1eWD {
    flex-shrink: 0;
  }
}
.search-container--t9WSV .advanced-search-btn--d1eWD:after {
  content: "";
  position: absolute;
  left: 11.5px;
  top: 14px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: rgb(222, 0, 0);
  opacity: 0;
}
.search-container--t9WSV .advanced-search-btn--d1eWD.active--TgL8l {
  border: solid 1px rgb(222, 0, 0);
}
.search-container--t9WSV .advanced-search-btn--d1eWD.active--TgL8l:after {
  opacity: 1;
}
.search-container--t9WSV .advanced-search-btn--d1eWD .img--yCLxO {
  display: block;
  width: 18px;
}

.sorting--_AZRc {
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .sorting--_AZRc {
    padding: 0px 13px 13px;
  }
}
.sorting--_AZRc .sort-btn--Wi9xN {
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  border: 1px solid #fff;
  background-color: #2b2c2d;
  padding: 12px 11px 12px 13px;
  transition: 0.3s;
}
.sorting--_AZRc .sort-btn--Wi9xN:hover {
  background-color: rgba(222, 0, 0, 0.2);
  border: 1px solid #fff;
}
.sorting--_AZRc .sort-btn--Wi9xN.active--TgL8l {
  background-color: #de0000;
  border: 1px solid #de0000;
}
.sorting--_AZRc .sort-btn--Wi9xN.AZSorting--uoyGC {
  border-right: 0;
  border-radius: 2px 0px 0px 2px;
}
.sorting--_AZRc .sort-btn--Wi9xN.reverseSorting--IEbBs {
  border-left: 0;
  border-radius: 0px 2px 2px 0px;
}

.full-width--VCYx0 {
  border-top: 4px solid #fff;
  background-color: #08203a;
  scroll-margin-top: 102px;
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .full-width--VCYx0 {
    scroll-margin-top: 72px;
    padding-bottom: 18px;
  }
}
.full-width--VCYx0.is-search-result--pA7pt {
  border-top: 0;
  background-color: transparent;
}
.full-width--VCYx0.is-search-result--pA7pt .grid-title--ssIN7 {
  margin-top: 0;
}
.full-width--VCYx0.is-earlier-kidnepped--FgcI_ {
  background-color: transparent;
}
.full-width--VCYx0.is-earlier-kidnepped--FgcI_ .grid-title--ssIN7 {
  margin: 101px auto 33px;
  padding-right: 3px;
}
@media only screen and (max-width: 767px) {
  .full-width--VCYx0.is-earlier-kidnepped--FgcI_ .grid-title--ssIN7 {
    max-width: 245px;
    margin: 33px auto 42px;
    padding-right: 0;
  }
}
.full-width--VCYx0.is-earlier-kidnepped--FgcI_ .items-grid--c6reG {
  padding-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .full-width--VCYx0.is-earlier-kidnepped--FgcI_ .items-grid--c6reG {
    padding-bottom: 60px;
  }
}
.full-width--VCYx0 .grid-title--ssIN7 {
  font-family: "Yonit-Bold", sans-serif;
  font-size: 50px;
  line-height: 55px;
  margin: 67px auto 39px;
  width: 77vw;
}
@media only screen and (max-width: 767px) {
  .full-width--VCYx0 .grid-title--ssIN7 {
    width: 100%;
    font-size: 30px;
    line-height: 33px;
    text-align: center;
    margin: 56px auto 31px;
  }
}
.full-width--VCYx0 .items-grid--c6reG {
  padding-bottom: 46px;
}

.items-grid--c6reG {
  position: relative;
  width: 77vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: min-content 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 25px;
  padding-bottom: 130px;
}
@media only screen and (max-width: 767px) {
  .items-grid--c6reG {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 16px;
    padding: 0 12px 102px;
  }
}

.btns--UOZvS {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.btns--UOZvS .prev-btn--njOUz,
.btns--UOZvS .next-btn--z0zFY {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  cursor: pointer;
}
.btns--UOZvS .prev-btn--njOUz.disabled--GfuWC,
.btns--UOZvS .next-btn--z0zFY.disabled--GfuWC {
  display: none;
}
.btns--UOZvS .prev-btn--njOUz {
  position: relative;
}
.btns--UOZvS .divider--kAO1E {
  width: 1px;
  height: 27px;
  margin: 0 20px;
  background-color: #d9d9d9;
}
.btns--UOZvS .divider--kAO1E.disabled--GfuWC {
  display: none;
}

.contact--cfDXF {
  font-family: "Open Sans";
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  padding-top: 15px;
  padding-left: 5px;
  padding-bottom: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .contact--cfDXF {
    font-size: 16px;
    line-height: 22px;
    text-align: right;
    padding: 14px 8px 20px;
  }
}
.contact--cfDXF:hover {
  opacity: 0.8;
}
.contact--cfDXF .whatsapp-link--MSeij {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contact--cfDXF .whatsapp-link--MSeij {
    max-width: 282px;
    margin: 0 auto;
  }
}
.contact--cfDXF .whatsapp-link--MSeij img {
  width: 28px;
  height: 28px;
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .contact--cfDXF .whatsapp-link--MSeij img {
    width: 24px;
    height: 24px;
  }
}

.no-search-results--HpU7q {
  position: relative;
  margin-bottom: 35px;
  padding: 32px 0;
  font-size: 40px;
  line-height: 20px;
  color: #fff;
  font-family: "Yonit-Bold", sans-serif;
  text-align: center;
}

.credits--YJ26F {
  color: rgba(255, 255, 255, 0.7019607843);
  font-family: "Open Sans", sans-serif;
  text-align: center;
  padding-bottom: 30px;
  background-color: #08203A;
}
@media only screen and (max-width: 767px) {
  .credits--YJ26F {
    text-align: center;
  }
}
.credits--YJ26F .rabbiLink--hHXW8 {
  text-decoration: underline;
}

.scroll-top-button--zIFUb {
  position: fixed;
  right: calc((11.5vw - 80px) / 2);
  bottom: 36px;
  width: 80px;
  height: 80px;
  padding: 0;
}
.scroll-top-button--zIFUb:hover {
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .scroll-top-button--zIFUb {
    right: 13px;
    bottom: 35px;
    width: 40px;
    height: 40px;
  }
}
.scroll-top-button--zIFUb svg {
  height: inherit;
  width: inherit;
}

@keyframes skeletonShine--ybuQE {
  to {
    background-position: 0 0;
  }
}

/*# sourceMappingURL=main.style.eebd05206223d408865f.css.map*/