@-moz-keyframes bounce {

  0%, 20%, 50%, 80%, 100% {

    -moz-transform: translateY(0);

    transform: translateY(0);

  }

  40% {

    -moz-transform: translateY(-2rem);

    transform: translateY(-2rem);

  }

  60% {

    -moz-transform: translateY(-1rem);

    transform: translateY(-1rem);

  }

}

@-webkit-keyframes bounce {

  0%, 20%, 50%, 80%, 100% {

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  40% {

    -webkit-transform: translateY(-2rem);

    transform: translateY(-2rem);

  }

  60% {

    -webkit-transform: translateY(-1rem);

    transform: translateY(-1rem);

  }

}

@keyframes bounce {

  0%, 20%, 50%, 80%, 100% {

    -moz-transform: translateY(0);

    -ms-transform: translateY(0);

    -webkit-transform: translateY(0);

    transform: translateY(0);

  }

  40% {

    -moz-transform: translateY(-2rem);

    -ms-transform: translateY(-2rem);

    -webkit-transform: translateY(-2rem);

    transform: translateY(-2rem);

  }

  60% {

    -moz-transform: translateY(-1rem);

    -ms-transform: translateY(-1rem);

    -webkit-transform: translateY(-1rem);

    transform: translateY(-1rem);

  }

}











body {

  background: #f2f2f2;

}



section {

  min-height: 0;

}



header {

  padding-top: 0;

}



.firstSlide {

  padding-top: 6rem;

  height: auto;

}



.fsBody {

  background: -webkit-linear-gradient(top, rgba(23,22,31,0.70), rgba(23,22,31,0.70)), url(../images/land-bg.webp) no-repeat center fixed;

  background-size: cover;

  color: white;

  position: relative;

  text-align: center;

}



.fsTitle {

  font-size: 3.5rem;

  padding-bottom: 3rem;

}



.fsButton {

  height: 3rem;

  padding: 0 2rem;

  background: #F2F6FF;

  border-radius: 1rem;

  border: none;

  margin: 0 auto;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  text-decoration: none;

  color: #24243A;

  transition: all 0.2s ease-in-out;

  text-transform: uppercase;

  font-size: 1rem;

  width: fit-content;

  cursor: pointer;

  font-weight: 600;

}



.fsButton:hover {

  cursor: pointer;

  background-color: #e9eefa;

}



.fsArrow {

  position: absolute;

  bottom: 1rem;

  left: 50%;

}



.fsArrow img {

  width: 2rem;

  height: 2rem;

  transition: all 0.2s ease-in-out;

  -moz-animation: bounce 2s infinite;

  -webkit-animation: bounce 2s infinite;

  animation: bounce 2s infinite;

}



.ssContent {

  text-align: center;

  margin-left: 0;

  width: 100%;

  justify-content: center;

  align-items: center;

}



.ssTitle {

  font-size: 2.5rem;

  padding-top: 3rem;

}



.ssWrapper {

  display: flex;

  flex-wrap: wrap;

  align-items: flex-start;

  justify-content: center;

}



.ssBlock {

  padding: 2rem;

  width: 16rem;

}



.ssBlockTitle {

  font-size: 1.25rem;

  font-weight: 500;

}



.ssBlockImage img {

  width: 10rem;

  height: 10rem;

}



.tsSlider {

  margin-bottom: 1rem;

  position: relative;

}



.tsSlide {

  width: 65rem;

  margin: 0 auto;

  text-align: center;

}



.tsSliderImage {

  max-height: 80%;

  width: 60rem;

  margin: 0 auto;

}



.slick-arrow {

  box-sizing: border-box;

  position: absolute;

  z-index: 3;

  top: 50%;

  transform: translateY(-50%);

  font-size: 0;

  border: 1px solid black;

  border-radius: 50%;

  height: 2rem;

  width: 2rem;

  cursor: pointer;

  transition: all 0.2s ease-in-out;

}



.slick-prev {

  left: 10%;

}



.slick-prev::after {

  position: absolute;

  z-index: 5;

  color: black;

  content:"‹";

  width: 100%;

  height: 100%;

  font-size: 2rem;

  left: 0;

  top: -2px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.slick-next {

  right: 10%;

}



.slick-next::after {

  position: absolute;

  z-index: 5;

  color: black;

  content:"›";

  width: 100%;

  height: 100%;

  font-size: 2rem;

  right: -1px;

  top: -2px;

  display: flex;

  align-items: center;

  justify-content: center;

}



.fosContent {

  text-align: center;



}



.fosTitle {

  font-weight: 700;

  font-size: 2.5rem;

  padding: 4rem 0;

}



.fosWrapper {

  display: flex;

  flex-wrap: wrap;

  justify-content: center;

  margin-bottom: 2rem;

}



.fosBlock {

  background: #fff;

  padding: 2rem;

  box-shadow: rgb(0 0 0 / 10%) 0px 0px 10px 0px;

  display: flex;

  align-items:center;

  justify-content: flex-start;

  width: 30rem;

  height: 8rem;

  margin: 0 3rem 2rem;

  border-radius: 1rem;

}



.fosBlockImage img {

  width: 5rem;

  height: 5rem;

  margin-right: 2rem;

}



.fosBlockTitle {

  text-align: left;

  font-size: 1.25rem;

}



.fifContent {

  text-align: center;

}



.fifBlock {

  position: relative;

  width: 60%;

  height: 36rem;

  margin: 0 auto 5rem;

}



.fifBlockTitle {

  position: absolute;

  left: 0;

  top: 0;

  text-align: left;

  font-size: 2.5rem;

}



.fifBlockImage {

  position: absolute;

  bottom: 0;

  right: 0;

}



.fifBlockImage img {

  height: 100%;

  width: 100%;

}



.fifBlockInfo {

  position: absolute;

  background: url(../images/icons/empty_block.svg);

  background-repeat: no-repeat;

  background-size: cover;

  height: 11rem;

  width: 13rem;

  padding: 2.3rem 0;

}



.fifBlockInfoFirst {

  right: 65%;

  bottom: 10%;

}



.fifBlockInfoSecond {

  right: 40%;

  bottom: 50%;

}



.fifBlockInfoThird {

  right: 0;

  bottom: 75%;

}



.fifSecondBlockInfoFirst {

  right: 70%;

  bottom: 40%;

}



.fifSecondBlockInfoSecond {

  right: 35%;

  bottom: 25%;

}



.fifSecondBlockInfoThird {

  right: 10%;

  bottom: 65%;

}



.fifBlockInfoTitle {

  font-weight: 700;

}



.sxContent {

  text-align: center;

}



.sxTitle {

  font-weight: 700;

  font-size: 2.5rem;

  padding: 4rem 0;

}



.sxForm {

  display: flex;

  flex-direction: column;

  align-items:center;

  justify-content: center;

}



.sxInput {

  margin: 0 auto 2rem;

  padding: 1rem;

  width: 60rem;

  font-size: 1rem;

  border: none;

  border-radius: 0.5rem;

}



.sxInput:focus {

  outline: none;

}



.sxButton, .eiBlockButton {

  height: 3rem;

  padding: 0 2rem;

  background: linear-gradient(180deg, #2D3A6E 0%, #131C54 100%);

  border-radius: 1rem;

  display: flex;

  flex-direction: row;

  align-items: center;

  justify-content: center;

  color: #fff;

  text-decoration: none;

  transition: all 0.2s ease-in-out;

  font-size: 1rem;

  margin-bottom: 1rem;

  width: fit-content;

  font-weight: 700;

  border: none;

}



.sxButton:hover, .eiBlockButton:hover {

  cursor: pointer;

  filter: brightness(1.3);

}



.sxSubtitle {

  font-weight: 300;

  margin-bottom: 2rem;

}



.svContent {

  text-align: center;

}



.svTitle {

  font-size: 2.5rem;

  margin-bottom: 4rem;

}

.svBlock:first-child {
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}

.svBlock:last-child {
  border-bottom-left-radius: 0.75rem;
  border-bottom-right-radius: 0.75rem;
}

.svBlock {

  background: #fff;

  padding: 1rem 2rem;

  width: 80%;

  margin: 0 auto;

  margin-bottom: 0.1rem;

  cursor: pointer;

}



.svBlockHeader {

  display: flex;

  align-items: center;

}



.svBlockText {

  margin-right: auto;

  text-align: left;

  font-size: 1.5rem;

  font-weight: 500;

}



.svBlockBody {

  height: 0;

  opacity: 0;

  text-align: left;

  font-size: 1.2rem;

}



.svBlockBodyVisible {

  transition: all 0.2s ease;

  height: auto;

  opacity: 1;

  padding-top: 1rem;

}



.svBlockBody a {

  text-decoration: none;

  color: #ff8562;

}



.svBlockButton {

  transition: all 0.2s ease;

  border-radius: 50%;

  height: 3rem;

  width: 3rem;

  display: flex;

  justify-content: center;

  align-items: center;

  padding: 0.5rem;

}



.svBlockHeader:hover .svBlockButton {

  background-color: #ed9c28;

}



.rotate45 {

  transition: all 0.2s ease-in-out;

  transform: rotate(45deg);

}



.eiContent {

  text-align: center;

  padding-bottom: 4rem;

}

.eiTitle {

  font-size: 2.5rem;

  padding: 2rem 0;

}

.eiBlock {

  background: white;

  width: 25rem ;

  margin: 0 auto;

  height: 40rem;

  text-align: left;

  padding-bottom: 1.5rem;

  display: flex !important;

  flex-direction: column;

  border-radius: 1rem;

  transition: all 0.2s ease;

}

.slick-active .eiBlock {
  margin: 0;
  margin-left: calc(100% - 25rem);
}

.slick-active + .slick-active .eiBlock {
  margin: 0;
  margin-left: calc(50% - 12.5rem);
  margin-right: calc(50% - 12.5rem);
}


.slick-active + .slick-active + .slick-active .eiBlock {
  margin: 0;
  margin-right: calc(100% - 25rem);
}


.eiBlockImage {

  width: 100%;

  margin-bottom: 1.5rem;

}



.eiBlockImage img {

  width: 100%;

  border-top-right-radius: 1rem;

  border-top-left-radius: 1rem;

}



.eiBlockLink {

  padding-left: 2rem;

  color: #3AB73A;

  font-size: 0.8rem;

  margin-bottom: 1rem;

  letter-spacing: 0.1rem;

  text-decoration: none;

}



.eiBlockTitle {

  font-size: 1.25rem;

  color: black;

  padding: 0 2rem;

  margin-bottom: 1rem;

}



.eiBlockText {

  font-size: 1rem;

  color: black;

  padding: 0 2rem;

  margin-bottom: 1rem;

  font-weight: 300;

  

}



.eiBlockButton {

  margin: auto 2rem 0;

}



.eiSlider .slick-prev {

  left: 2%;

}



.eiSlider .slick-next {

  right: 2%;

}





@media screen and (max-width: 900px) {

  .tsSliderImage {

    width: 40rem;

  }

  .eiSlider .slick-prev {

    left: 1%;

  }

  .eiSlider .slick-next {

    right: 1%;

  }

}



@media screen and (max-width: 650px) {

  .tsSliderImage {

    width: 25rem;

  }

  .fosBlock  {

    width: 20rem;

  }

  .fosBlockImage img {

    width: 3rem;

    height: 3rem;

  }

  .fifBlockInfo {

    height: 7rem;

    width: 9rem;

    padding: 1rem 0;

  }

  .fifBlockInfoFirst {

    right: 57%;

    bottom: 5%;

  }

  .fifBlockInfoSecond {

    right: 27%;

    bottom: 58%;

  }

  .fifBlockInfoThird {

  right: -20%;

  bottom: 72%;

  }

  .fifSecondBlockInfoFirst {

    right: 44%;

    z-index: 3;

    bottom: 16%;

  }

  .fifSecondBlockInfoSecond {

    right: 32%;

    bottom: 68%;

  }

  .fifSecondBlockInfoThird {

  right: -19%;

  bottom: 64%;

  }

  .sxInput {

    width: 25rem;

  }

}



@media screen and (max-width: 450px) {

  .tsSliderImage {

    width: 15rem;

  }

}