.elementor-887797 .elementor-element.elementor-element-55def19{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-887797 .elementor-element.elementor-element-55def19{--content-width:100%;}}/* Start custom CSS for container, class: .elementor-element-55def19 */.varyagi {
  margin: 0;
  padding: 5.1vw 0 0;
  box-sizing: border-box;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

@media (min-width: 980px) {
  .container {
    padding: 50px 0 0;
  }
}

.preheader {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.57vw;
}

@media (min-width: 980px) {
  .preheader {
    gap: 35px;
  }
}

.preheader__container {
  position: relative;
  width: 98vw;
  height: 38.36vw;
  overflow: hidden;
  border-radius: 3.06vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 980px) {
  .preheader__container {
    width: 960px;
    height: 376px;
    border-radius: 30px;
  }
}

.preheader__container::after {
  content: '';
  position: absolute;
  inset: 0;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: radial-gradient(86.19% 86.19% at 50% 50%, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.praheader__image {
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  opacity: 0.5;
}

.preheader__container h3 {
  font-family: Georgia;
  font-weight: 400;
  font-size: 3.06vw;
  line-height: 4.47vw;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
  z-index: 2;
  user-select: none;
}



@media (min-width: 980px) {
  .preheader__container h3 {
    font-weight: 400;
    font-size: 30px;
    line-height: 34.09px;
    letter-spacing: 0%;
  }
}

.bigger {
    margin: 0;
    padding: 0;
  font-size: 4vw;
  font-weight: 700;
  line-height: normal;
} 


@media (min-width: 980px) {
  .bigger {
    font-size: 60px;
  }
}

.preheader__text {
  padding: 25px 15px;
  border-radius: 3.06vw;
  width: 98vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #0471ff;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .preheader__text {
    width: 960px;
    border-radius: 30px;
  }
}

.preheader__text {
  font-family: Georgia;
  font-weight: 400;
  font-size: 2.24vw;
  line-height: 2.55vw;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

@media (min-width: 980px) {
  .preheader__text {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
  }
}

.checkbox-container {
  display: flex;
  margin: 3.57vw 0;
  width: 98vw;
  height: 244px;
  gap: 2.04vw;
  justify-content: flex-start;
  overflow: hidden;
  overflow-x: scroll;
  flex-wrap: nowrap;
}

@media (min-width: 980px) {
  .checkbox-container {
    margin: 35px 0;
    padding-bottom: 30px;
    width: 960px;
    gap: 20px;
  }
}

@media (max-width: 768px) {
  /* .checkbox-container {
    padding: 0;
  } */

  .checkbox-container::-webkit-scrollbar {
    width: 0;
  }
}

.checkbox-button {
  position: relative;
  margin: 0;
  padding: 15px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 140px;
  height: 194px;
  background-color: #ffffff99;
  border-radius: 15px;
  cursor: pointer;
  user-select: none;
  overflow: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  user-select: none;
  -webkit-user-select: none;
}

.checkbox-button::after {
  content: '';
  position: absolute;
  display: block;
  inset: 0;
  background-color: #0471ff;
  opacity: 0.5;
  z-index: 2;
  user-select: none;
  -webkit-user-select: none;
}

.overlay {
  position: absolute;
  inset: 0;
  background-color: #d2d2d2;
  z-index: 4;
  transform: translateX(0);
  opacity: 100;
  transition: 0.3s transform ease-in, 0.3s opacity ease-in;
  user-select: none;
  -webkit-user-select: none;
}

.checkbox-button:hover .overlay {
  transform: translateX(100%);
  opacity: 0;
}

@media (min-width: 980px) {
  .checkbox-button {
    width: 140px;
    height: 194px;
    border-radius: 15px;
  }
}

@media (max-width: 980px) {
  .checkbox-button {
    flex-shrink: 0;
  }
}

.checkbox__image {
  margin: 0;
  padding: 0;
  position: absolute;
  width: 100%;
  height: 100% !important;
  inset: 0;
  object-fit: cover;
  object-position: center;
}

.checkbox-button span {
  font-family: Georgia;
  font-weight: 700;
  font-size: 14px;
  line-height: 18.18px;
  letter-spacing: 0%;
  z-index: 5;
  text-align: center;
  color: #000;
  transition: 0.2s color ease-in;
}

.checkbox-button:hover span {
  color: #fff;
}

.checkbox-button input {
  display: none;
}

.text-white {
  color: #fff !important;
}

.blocks-container {
  width: 98vw;
  display: flex;
  flex-direction: column;
}

@media (min-width: 980px) {
  .blocks-container {
    width: 960px;
  }
}

.block {
  width: 100%;
  display: none;
  flex-direction: column;
  gap: 3.57vw;
}

@media (min-width: 980px) {
  .block {
    gap: 35px;
  }
}

.text-box {
  padding: 2.55vw;
  background-color: #d2d2d2;
  border-radius: 3.06vw;
  display: flex;
  flex-direction: column;
  gap: 2.04vw;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .text-box {
    padding: 25px;
    border-radius: 30px;
  }
}

.text-box h3 {
    margin: 0;
    padding: 0;
  font-family: Georgia;
  font-weight: 700;
  font-size: 3.06vw;
  line-height: 3.47vw;
  letter-spacing: 0%;
}

@media (min-width: 980px) {
  .text-box h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34.09px;
    letter-spacing: 0%;
  }
}

.text-box p {
    margin: 0;
    padding: 0;
  font-family: Georgia;
  font-weight: 400;
  font-size: 2.24vw;
  line-height: 2.55vw;
  letter-spacing: 0%;
}

@media (min-width: 980px) {
  .text-box p {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
  }
}

.image-box {
  margin: 0;
  padding: 0;
  position: relative;
  width: 98vw;
  height: 61.22vw;
  border-radius: 3.06vw;
  overflow: hidden;
}

@media (min-width: 980px) {
  .image-box {
    width: 960px;
    height: 600px;
  }
}

.image {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.anchor {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 3.57vw;
}

@media (min-width: 980px) {
  .anchor {
    padding-bottom: 35px;
  }
}

.link {
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 1.8vw;
  font-weight: 600;
  color: #000;
  background-color: #fff;
  border-radius: 50%;
  width: 5.08vw;
  height: 5.08vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 980px) {
  .link {
    width: 70px;
    height: 70px;
    font-size: 24px;
  }
}

.quote {
  background-color: #262323;
}

.quote h3 {
  color: #fff;
}

.quote p {
  color: #fff;
  font-style: italic;
}

.layer {
  padding: 40px 0;
  width: 100vw;
  background-color: #000000;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3.57vw;
  width: 98vw;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .content {
    width: 960px;
    gap: 35px;
  }
}

.content__title {
    margin: 0;
    padding: 0;
  font-family: Georgia;
  font-weight: 700;
  font-size: 3.5vw !important;
  text-align: center;
  color: #ffffff;
}

@media (min-width: 670px) {
  .content__title {
    font-size: 24px;
  }
}

.second {
  padding: 25px 15px;
  overflow: hidden;
  border-radius: 3.06vw;
  width: 98vw;
  background: #0471ff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .second {
    width: 960px;
    border-radius: 30px;
  }
}

.second h3 {
    margin: 0;
    padding: 0;
  font-family: Georgia;
  font-weight: 700;
  font-size: 3.06vw;
  line-height: 3.47vw;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

@media (min-width: 980px) {
  .second h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 34.09px;
    letter-spacing: 0%;
  }
}

.second p {
    margin: 0;
    padding: 0;
  font-family: Georgia;
  color: #fff;
  font-weight: 400;
  font-size: 2.24vw;
  line-height: 2.55vw;
  letter-spacing: 0%;
}

@media (min-width: 980px) {
  .second p {
    font-weight: 400;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
  }
}

.second__image {
  top: -24.48vw;
  left: 0;
  right: 0;
  object-fit: contain;
  width: 100%;
}

@media (min-width: 980px) {
  .second__image {
    top: -240px;
  }
}

.title {
    margin: 0;
    padding: 0;
  text-align: center;
  font-family: Georgia;
  font-weight: 700;
  font-size: 3.06vw;
  line-height: 3.47vw;
  letter-spacing: 0%;
  color: #fff;
}

@media (min-width: 980px) {
  .title {
    font-weight: 700;
    font-size: 30px;
    line-height: 34.09px;
    letter-spacing: 0%;
  }
}

.team {
  background-color: #0471ff;
  color: #fff;
  width: 98vw;
  box-sizing: border-box;
}

@media (min-width: 980px) {
  .team {
    width: 960px;
  }
}

.italic {
  font-style: italic;
}

.white {
  background: #fff;
}/* End custom CSS */