@keyframes toLeftFromRight {
  49% {
    transform: translateX(100%);
  }
  50% {
    opacity: 0;
    transform: translateX(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translateX(-100%);
  }
  50% {
    opacity: 0;
    transform: translateX(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toBottomFromTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes flash-promo {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.3;
  }
}
::-moz-selection {
  color: #ffffff;
  background: #e6007e;
}

::selection {
  color: #ffffff;
  background: #e6007e;
}

.clearfix {
  clear: both;
}

.no-margin {
  margin: 0;
}

.no-padding {
  padding: 0;
}

.pure-g {
  margin-right: auto;
  margin-left: auto;
}

.block-test {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  background-color: #e6007e;
}
.block-test.first {
  background-color: #cd0070;
}
.block-test.second {
  background-color: #b30062;
}

section {
  box-sizing: border-box;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pure-g {
    width: 90%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pure-g {
    width: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .pure-g {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pure-g {
    width: 960px;
  }
}
@media (min-width: 1280px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .pure-g {
    width: 960px;
  }
}
.w-100 {
  width: 100%;
}

@media screen and (min-width: 0) {
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-1-2,
  .pure-u-sm-1-3,
  .pure-u-sm-2-3,
  .pure-u-sm-1-4,
  .pure-u-sm-3-4,
  .pure-u-sm-1-5,
  .pure-u-sm-2-5,
  .pure-u-sm-3-5,
  .pure-u-sm-4-5,
  .pure-u-sm-5-5,
  .pure-u-sm-1-6,
  .pure-u-sm-5-6,
  .pure-u-sm-1-8,
  .pure-u-sm-3-8,
  .pure-u-sm-5-8,
  .pure-u-sm-7-8,
  .pure-u-sm-1-12,
  .pure-u-sm-5-12,
  .pure-u-sm-7-12,
  .pure-u-sm-11-12,
  .pure-u-sm-1-24,
  .pure-u-sm-2-24,
  .pure-u-sm-3-24,
  .pure-u-sm-4-24,
  .pure-u-sm-5-24,
  .pure-u-sm-6-24,
  .pure-u-sm-7-24,
  .pure-u-sm-8-24,
  .pure-u-sm-9-24,
  .pure-u-sm-10-24,
  .pure-u-sm-11-24,
  .pure-u-sm-12-24,
  .pure-u-sm-13-24,
  .pure-u-sm-14-24,
  .pure-u-sm-15-24,
  .pure-u-sm-16-24,
  .pure-u-sm-17-24,
  .pure-u-sm-18-24,
  .pure-u-sm-19-24,
  .pure-u-sm-20-24,
  .pure-u-sm-21-24,
  .pure-u-sm-22-24,
  .pure-u-sm-23-24,
  .pure-u-sm-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
  }
  .pure-u-sm-1-12,
  .pure-u-sm-2-24 {
    width: 8.3333%;
  }
  .pure-u-sm-1-8,
  .pure-u-sm-3-24 {
    width: 12.5%;
  }
  .pure-u-sm-1-6,
  .pure-u-sm-4-24 {
    width: 16.6667%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
  }
  .pure-u-sm-1-4,
  .pure-u-sm-6-24 {
    width: 25%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
  }
  .pure-u-sm-1-3,
  .pure-u-sm-8-24 {
    width: 33.3333%;
  }
  .pure-u-sm-3-8,
  .pure-u-sm-9-24 {
    width: 37.5%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
  }
  .pure-u-sm-5-12,
  .pure-u-sm-10-24 {
    width: 41.6667%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
  }
  .pure-u-sm-1-2,
  .pure-u-sm-12-24 {
    width: 50%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
  }
  .pure-u-sm-7-12,
  .pure-u-sm-14-24 {
    width: 58.3333%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
  }
  .pure-u-sm-5-8,
  .pure-u-sm-15-24 {
    width: 62.5%;
  }
  .pure-u-sm-2-3,
  .pure-u-sm-16-24 {
    width: 66.6667%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
  }
  .pure-u-sm-3-4,
  .pure-u-sm-18-24 {
    width: 75%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
  }
  .pure-u-sm-5-6,
  .pure-u-sm-20-24 {
    width: 83.3333%;
  }
  .pure-u-sm-7-8,
  .pure-u-sm-21-24 {
    width: 87.5%;
  }
  .pure-u-sm-11-12,
  .pure-u-sm-22-24 {
    width: 91.6667%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
  }
  .pure-u-sm-1,
  .pure-u-sm-1-1,
  .pure-u-sm-5-5,
  .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 568px) {
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-1-2,
  .pure-u-md-1-3,
  .pure-u-md-2-3,
  .pure-u-md-1-4,
  .pure-u-md-3-4,
  .pure-u-md-1-5,
  .pure-u-md-2-5,
  .pure-u-md-3-5,
  .pure-u-md-4-5,
  .pure-u-md-5-5,
  .pure-u-md-1-6,
  .pure-u-md-5-6,
  .pure-u-md-1-8,
  .pure-u-md-3-8,
  .pure-u-md-5-8,
  .pure-u-md-7-8,
  .pure-u-md-1-12,
  .pure-u-md-5-12,
  .pure-u-md-7-12,
  .pure-u-md-11-12,
  .pure-u-md-1-24,
  .pure-u-md-2-24,
  .pure-u-md-3-24,
  .pure-u-md-4-24,
  .pure-u-md-5-24,
  .pure-u-md-6-24,
  .pure-u-md-7-24,
  .pure-u-md-8-24,
  .pure-u-md-9-24,
  .pure-u-md-10-24,
  .pure-u-md-11-24,
  .pure-u-md-12-24,
  .pure-u-md-13-24,
  .pure-u-md-14-24,
  .pure-u-md-15-24,
  .pure-u-md-16-24,
  .pure-u-md-17-24,
  .pure-u-md-18-24,
  .pure-u-md-19-24,
  .pure-u-md-20-24,
  .pure-u-md-21-24,
  .pure-u-md-22-24,
  .pure-u-md-23-24,
  .pure-u-md-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
  }
  .pure-u-md-1-12,
  .pure-u-md-2-24 {
    width: 8.3333%;
  }
  .pure-u-md-1-8,
  .pure-u-md-3-24 {
    width: 12.5%;
  }
  .pure-u-md-1-6,
  .pure-u-md-4-24 {
    width: 16.6667%;
  }
  .pure-u-md-1-5 {
    width: 20%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
  }
  .pure-u-md-1-4,
  .pure-u-md-6-24 {
    width: 25%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
  }
  .pure-u-md-1-3,
  .pure-u-md-8-24 {
    width: 33.3333%;
  }
  .pure-u-md-3-8,
  .pure-u-md-9-24 {
    width: 37.5%;
  }
  .pure-u-md-2-5 {
    width: 40%;
  }
  .pure-u-md-5-12,
  .pure-u-md-10-24 {
    width: 41.6667%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
  }
  .pure-u-md-1-2,
  .pure-u-md-12-24 {
    width: 50%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
  }
  .pure-u-md-7-12,
  .pure-u-md-14-24 {
    width: 58.3333%;
  }
  .pure-u-md-3-5 {
    width: 60%;
  }
  .pure-u-md-5-8,
  .pure-u-md-15-24 {
    width: 62.5%;
  }
  .pure-u-md-2-3,
  .pure-u-md-16-24 {
    width: 66.6667%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
  }
  .pure-u-md-3-4,
  .pure-u-md-18-24 {
    width: 75%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
  }
  .pure-u-md-4-5 {
    width: 80%;
  }
  .pure-u-md-5-6,
  .pure-u-md-20-24 {
    width: 83.3333%;
  }
  .pure-u-md-7-8,
  .pure-u-md-21-24 {
    width: 87.5%;
  }
  .pure-u-md-11-12,
  .pure-u-md-22-24 {
    width: 91.6667%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
  }
  .pure-u-md-1,
  .pure-u-md-1-1,
  .pure-u-md-5-5,
  .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-1-2,
  .pure-u-lg-1-3,
  .pure-u-lg-2-3,
  .pure-u-lg-1-4,
  .pure-u-lg-3-4,
  .pure-u-lg-1-5,
  .pure-u-lg-2-5,
  .pure-u-lg-3-5,
  .pure-u-lg-4-5,
  .pure-u-lg-5-5,
  .pure-u-lg-1-6,
  .pure-u-lg-5-6,
  .pure-u-lg-1-8,
  .pure-u-lg-3-8,
  .pure-u-lg-5-8,
  .pure-u-lg-7-8,
  .pure-u-lg-1-12,
  .pure-u-lg-5-12,
  .pure-u-lg-7-12,
  .pure-u-lg-11-12,
  .pure-u-lg-1-24,
  .pure-u-lg-2-24,
  .pure-u-lg-3-24,
  .pure-u-lg-4-24,
  .pure-u-lg-5-24,
  .pure-u-lg-6-24,
  .pure-u-lg-7-24,
  .pure-u-lg-8-24,
  .pure-u-lg-9-24,
  .pure-u-lg-10-24,
  .pure-u-lg-11-24,
  .pure-u-lg-12-24,
  .pure-u-lg-13-24,
  .pure-u-lg-14-24,
  .pure-u-lg-15-24,
  .pure-u-lg-16-24,
  .pure-u-lg-17-24,
  .pure-u-lg-18-24,
  .pure-u-lg-19-24,
  .pure-u-lg-20-24,
  .pure-u-lg-21-24,
  .pure-u-lg-22-24,
  .pure-u-lg-23-24,
  .pure-u-lg-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
  }
  .pure-u-lg-1-12,
  .pure-u-lg-2-24 {
    width: 8.3333%;
  }
  .pure-u-lg-1-8,
  .pure-u-lg-3-24 {
    width: 12.5%;
  }
  .pure-u-lg-1-6,
  .pure-u-lg-4-24 {
    width: 16.6667%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
  }
  .pure-u-lg-1-4,
  .pure-u-lg-6-24 {
    width: 25%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
  }
  .pure-u-lg-1-3,
  .pure-u-lg-8-24 {
    width: 33.3333%;
  }
  .pure-u-lg-3-8,
  .pure-u-lg-9-24 {
    width: 37.5%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
  }
  .pure-u-lg-5-12,
  .pure-u-lg-10-24 {
    width: 41.6667%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
  }
  .pure-u-lg-1-2,
  .pure-u-lg-12-24 {
    width: 50%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
  }
  .pure-u-lg-7-12,
  .pure-u-lg-14-24 {
    width: 58.3333%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
  }
  .pure-u-lg-5-8,
  .pure-u-lg-15-24 {
    width: 62.5%;
  }
  .pure-u-lg-2-3,
  .pure-u-lg-16-24 {
    width: 66.6667%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
  }
  .pure-u-lg-3-4,
  .pure-u-lg-18-24 {
    width: 75%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
  }
  .pure-u-lg-5-6,
  .pure-u-lg-20-24 {
    width: 83.3333%;
  }
  .pure-u-lg-7-8,
  .pure-u-lg-21-24 {
    width: 87.5%;
  }
  .pure-u-lg-11-12,
  .pure-u-lg-22-24 {
    width: 91.6667%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
  }
  .pure-u-lg-1,
  .pure-u-lg-1-1,
  .pure-u-lg-5-5,
  .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-1-2,
  .pure-u-xl-1-3,
  .pure-u-xl-2-3,
  .pure-u-xl-1-4,
  .pure-u-xl-3-4,
  .pure-u-xl-1-5,
  .pure-u-xl-2-5,
  .pure-u-xl-3-5,
  .pure-u-xl-4-5,
  .pure-u-xl-5-5,
  .pure-u-xl-1-6,
  .pure-u-xl-5-6,
  .pure-u-xl-1-8,
  .pure-u-xl-3-8,
  .pure-u-xl-5-8,
  .pure-u-xl-7-8,
  .pure-u-xl-1-12,
  .pure-u-xl-5-12,
  .pure-u-xl-7-12,
  .pure-u-xl-11-12,
  .pure-u-xl-1-24,
  .pure-u-xl-2-24,
  .pure-u-xl-3-24,
  .pure-u-xl-4-24,
  .pure-u-xl-5-24,
  .pure-u-xl-6-24,
  .pure-u-xl-7-24,
  .pure-u-xl-8-24,
  .pure-u-xl-9-24,
  .pure-u-xl-10-24,
  .pure-u-xl-11-24,
  .pure-u-xl-12-24,
  .pure-u-xl-13-24,
  .pure-u-xl-14-24,
  .pure-u-xl-15-24,
  .pure-u-xl-16-24,
  .pure-u-xl-17-24,
  .pure-u-xl-18-24,
  .pure-u-xl-19-24,
  .pure-u-xl-20-24,
  .pure-u-xl-21-24,
  .pure-u-xl-22-24,
  .pure-u-xl-23-24,
  .pure-u-xl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xl-1-12,
  .pure-u-xl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xl-1-8,
  .pure-u-xl-3-24 {
    width: 12.5%;
  }
  .pure-u-xl-1-6,
  .pure-u-xl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xl-1-4,
  .pure-u-xl-6-24 {
    width: 25%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xl-1-3,
  .pure-u-xl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xl-3-8,
  .pure-u-xl-9-24 {
    width: 37.5%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
  }
  .pure-u-xl-5-12,
  .pure-u-xl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xl-1-2,
  .pure-u-xl-12-24 {
    width: 50%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xl-7-12,
  .pure-u-xl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
  }
  .pure-u-xl-5-8,
  .pure-u-xl-15-24 {
    width: 62.5%;
  }
  .pure-u-xl-2-3,
  .pure-u-xl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xl-3-4,
  .pure-u-xl-18-24 {
    width: 75%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
  }
  .pure-u-xl-5-6,
  .pure-u-xl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xl-7-8,
  .pure-u-xl-21-24 {
    width: 87.5%;
  }
  .pure-u-xl-11-12,
  .pure-u-xl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xl-1,
  .pure-u-xl-1-1,
  .pure-u-xl-5-5,
  .pure-u-xl-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 1280px) {
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-1-2,
  .pure-u-xxl-1-3,
  .pure-u-xxl-2-3,
  .pure-u-xxl-1-4,
  .pure-u-xxl-3-4,
  .pure-u-xxl-1-5,
  .pure-u-xxl-2-5,
  .pure-u-xxl-3-5,
  .pure-u-xxl-4-5,
  .pure-u-xxl-5-5,
  .pure-u-xxl-1-6,
  .pure-u-xxl-5-6,
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-8,
  .pure-u-xxl-5-8,
  .pure-u-xxl-7-8,
  .pure-u-xxl-1-12,
  .pure-u-xxl-5-12,
  .pure-u-xxl-7-12,
  .pure-u-xxl-11-12,
  .pure-u-xxl-1-24,
  .pure-u-xxl-2-24,
  .pure-u-xxl-3-24,
  .pure-u-xxl-4-24,
  .pure-u-xxl-5-24,
  .pure-u-xxl-6-24,
  .pure-u-xxl-7-24,
  .pure-u-xxl-8-24,
  .pure-u-xxl-9-24,
  .pure-u-xxl-10-24,
  .pure-u-xxl-11-24,
  .pure-u-xxl-12-24,
  .pure-u-xxl-13-24,
  .pure-u-xxl-14-24,
  .pure-u-xxl-15-24,
  .pure-u-xxl-16-24,
  .pure-u-xxl-17-24,
  .pure-u-xxl-18-24,
  .pure-u-xxl-19-24,
  .pure-u-xxl-20-24,
  .pure-u-xxl-21-24,
  .pure-u-xxl-22-24,
  .pure-u-xxl-23-24,
  .pure-u-xxl-24-24 {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xxl-1-24 {
    width: 4.1667%;
  }
  .pure-u-xxl-1-12,
  .pure-u-xxl-2-24 {
    width: 8.3333%;
  }
  .pure-u-xxl-1-8,
  .pure-u-xxl-3-24 {
    width: 12.5%;
  }
  .pure-u-xxl-1-6,
  .pure-u-xxl-4-24 {
    width: 16.6667%;
  }
  .pure-u-xxl-1-5 {
    width: 20%;
  }
  .pure-u-xxl-5-24 {
    width: 20.8333%;
  }
  .pure-u-xxl-1-4,
  .pure-u-xxl-6-24 {
    width: 25%;
  }
  .pure-u-xxl-7-24 {
    width: 29.1667%;
  }
  .pure-u-xxl-1-3,
  .pure-u-xxl-8-24 {
    width: 33.3333%;
  }
  .pure-u-xxl-3-8,
  .pure-u-xxl-9-24 {
    width: 37.5%;
  }
  .pure-u-xxl-2-5 {
    width: 40%;
  }
  .pure-u-xxl-5-12,
  .pure-u-xxl-10-24 {
    width: 41.6667%;
  }
  .pure-u-xxl-11-24 {
    width: 45.8333%;
  }
  .pure-u-xxl-1-2,
  .pure-u-xxl-12-24 {
    width: 50%;
  }
  .pure-u-xxl-13-24 {
    width: 54.1667%;
  }
  .pure-u-xxl-7-12,
  .pure-u-xxl-14-24 {
    width: 58.3333%;
  }
  .pure-u-xxl-3-5 {
    width: 60%;
  }
  .pure-u-xxl-5-8,
  .pure-u-xxl-15-24 {
    width: 62.5%;
  }
  .pure-u-xxl-2-3,
  .pure-u-xxl-16-24 {
    width: 66.6667%;
  }
  .pure-u-xxl-17-24 {
    width: 70.8333%;
  }
  .pure-u-xxl-3-4,
  .pure-u-xxl-18-24 {
    width: 75%;
  }
  .pure-u-xxl-19-24 {
    width: 79.1667%;
  }
  .pure-u-xxl-4-5 {
    width: 80%;
  }
  .pure-u-xxl-5-6,
  .pure-u-xxl-20-24 {
    width: 83.3333%;
  }
  .pure-u-xxl-7-8,
  .pure-u-xxl-21-24 {
    width: 87.5%;
  }
  .pure-u-xxl-11-12,
  .pure-u-xxl-22-24 {
    width: 91.6667%;
  }
  .pure-u-xxl-23-24 {
    width: 95.8333%;
  }
  .pure-u-xxl-1,
  .pure-u-xxl-1-1,
  .pure-u-xxl-5-5,
  .pure-u-xxl-24-24 {
    width: 100%;
  }
}
.pure-form label {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 70%;
  color: #ffb3dd;
  line-height: 100%;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
  height: 46px;
  background: white;
  border: 1px solid #e6007e;
  box-shadow: none;
  border-radius: 5px;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 87.5%;
  color: #780145;
  line-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.pure-form input[type=text]::placeholder,
.pure-form input[type=password]::placeholder,
.pure-form input[type=email]::placeholder,
.pure-form input[type=url]::placeholder,
.pure-form input[type=date]::placeholder,
.pure-form input[type=month]::placeholder,
.pure-form input[type=time]::placeholder,
.pure-form input[type=datetime]::placeholder,
.pure-form input[type=datetime-local]::placeholder,
.pure-form input[type=week]::placeholder,
.pure-form input[type=number]::placeholder,
.pure-form input[type=search]::placeholder,
.pure-form input[type=tel]::placeholder,
.pure-form input[type=color]::placeholder,
.pure-form select::placeholder,
.pure-form textarea::placeholder {
  color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
  background: #ffffff;
  border-color: #e6007e;
}
.pure-form input[type=text]:focus:invalid,
.pure-form input[type=password]:focus:invalid,
.pure-form input[type=email]:focus:invalid,
.pure-form input[type=url]:focus:invalid,
.pure-form input[type=date]:focus:invalid,
.pure-form input[type=month]:focus:invalid,
.pure-form input[type=time]:focus:invalid,
.pure-form input[type=datetime]:focus:invalid,
.pure-form input[type=datetime-local]:focus:invalid,
.pure-form input[type=week]:focus:invalid,
.pure-form input[type=number]:focus:invalid,
.pure-form input[type=search]:focus:invalid,
.pure-form input[type=tel]:focus:invalid,
.pure-form input[type=color]:focus:invalid,
.pure-form select:focus:invalid,
.pure-form textarea:focus:invalid {
  color: #b94a48;
  border-color: #e9322d;
}
.pure-form input[type=text]:focus:valid,
.pure-form input[type=password]:focus:valid,
.pure-form input[type=email]:focus:valid,
.pure-form input[type=url]:focus:valid,
.pure-form input[type=date]:focus:valid,
.pure-form input[type=month]:focus:valid,
.pure-form input[type=time]:focus:valid,
.pure-form input[type=datetime]:focus:valid,
.pure-form input[type=datetime-local]:focus:valid,
.pure-form input[type=week]:focus:valid,
.pure-form input[type=number]:focus:valid,
.pure-form input[type=search]:focus:valid,
.pure-form input[type=tel]:focus:valid,
.pure-form input[type=color]:focus:valid,
.pure-form select:focus:valid,
.pure-form textarea:focus:valid {
  color: #e6007e;
  border-color: #e6007e;
}
.pure-form input[type=text]:hover,
.pure-form input[type=password]:hover,
.pure-form input[type=email]:hover,
.pure-form input[type=url]:hover,
.pure-form input[type=date]:hover,
.pure-form input[type=month]:hover,
.pure-form input[type=time]:hover,
.pure-form input[type=datetime]:hover,
.pure-form input[type=datetime-local]:hover,
.pure-form input[type=week]:hover,
.pure-form input[type=number]:hover,
.pure-form input[type=search]:hover,
.pure-form input[type=tel]:hover,
.pure-form input[type=color]:hover,
.pure-form select:hover,
.pure-form textarea:hover {
  background: #fff0f8;
  border-color: #ffb3dd;
  box-shadow: 0 0 5px 2px rgba(230, 0, 126, 0.25);
}
.pure-form input:not([type]) {
  padding: 15px 20px;
  background: white;
  border: 1px solid #e6007e;
  box-shadow: none;
  border-radius: 0;
  vertical-align: middle;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 87.5%;
  color: #000000;
  line-height: 100%;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.pure-form input:not([type])::placeholder {
  color: #999999;
  opacity: 1;
  filter: alpha(opacity=100);
}
.pure-form input:not([type]):focus {
  background: #ffffff;
  border-color: #ffffff;
}
.pure-form input:not([type]):hover {
  background: white;
}
.pure-form .pure-u-content {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .pure-form label {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
  }
  .pure-form input[type=text],
  .pure-form input[type=password],
  .pure-form input[type=email],
  .pure-form input[type=url],
  .pure-form input[type=date],
  .pure-form input[type=month],
  .pure-form input[type=time],
  .pure-form input[type=datetime],
  .pure-form input[type=datetime-local],
  .pure-form input[type=week],
  .pure-form input[type=number],
  .pure-form input[type=search],
  .pure-form input[type=tel],
  .pure-form input[type=color],
  .pure-form select,
  .pure-form textarea {
    height: 36px;
    font-size: 81.25%;
    line-height: 100%;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .pure-form label {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.1em;
  }
  .pure-form input[type=text],
  .pure-form input[type=password],
  .pure-form input[type=email],
  .pure-form input[type=url],
  .pure-form input[type=date],
  .pure-form input[type=month],
  .pure-form input[type=time],
  .pure-form input[type=datetime],
  .pure-form input[type=datetime-local],
  .pure-form input[type=week],
  .pure-form input[type=number],
  .pure-form input[type=search],
  .pure-form input[type=tel],
  .pure-form input[type=color],
  .pure-form select,
  .pure-form textarea {
    height: 36px;
    font-size: 81.25%;
    line-height: 100%;
  }
}
.pure-button {
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  box-shadow: 0 15px 35px -5px rgba(0, 0, 0, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  font-size: 16px;
  padding: 15px 35px;
}
.pure-button:hover {
  box-shadow: 0 25px 20px -15px rgba(0, 0, 0, 0.15);
  transform: translateY(-0.125em);
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .pure-button {
    padding: 10px 15px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 1023px) {
  .pure-button {
    font-size: 15px;
    padding: 10px 25px;
  }
}
.btn-primary.pure-button {
  background-color: #e6007e;
  color: #ffffff;
  border-radius: 5px;
}
.btn-primary.pure-button:hover, .btn-primary.pure-button:focus, .btn-primary.pure-button.focus, .btn-primary.pure-button:active, .open > .btn-primary.pure-button.dropdown-toggle {
  background-image: none;
  background-color: #b30062;
}

.btn-outline-primary.pure-button {
  color: #e6007e;
  background-color: transparent;
  border-color: #e6007e;
  border-width: 2px;
  border-style: solid;
  border-radius: 5;
}
.btn-outline-primary.pure-button:hover {
  background-image: none;
  color: #ffffff;
  background-color: #e6007e;
  border-color: #e6007e;
  box-shadow: none;
}

.btn-secondary.pure-button {
  background-color: #780145;
  color: #ffffff;
  border-radius: 5px;
}
.btn-secondary.pure-button:hover, .btn-secondary.pure-button:focus, .btn-secondary.pure-button.focus, .btn-secondary.pure-button:active, .open > .btn-secondary.pure-button.dropdown-toggle {
  background-image: none;
  background-color: #450128;
}

.btn-outline-secondary.pure-button {
  color: #780145;
  background-color: transparent;
  border-color: #780145;
  border-width: 2px;
  border-style: solid;
  border-radius: 5;
}
.btn-outline-secondary.pure-button:hover {
  background-image: none;
  color: #ffffff;
  background-color: #780145;
  border-color: #780145;
  box-shadow: none;
}

.header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 80px;
  z-index: 1000;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  box-shadow: 0 10px 35px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
}
.header.show {
  background-color: #ffffff;
}
.header .pure-g {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .pure-g .logo-atout-box {
  width: 220px;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .header {
    height: 60px;
  }
  .header .pure-g .logo-atout-box {
    width: 140px;
    height: auto;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .header {
    height: 60px;
  }
  .header .pure-g .logo-atout-box {
    width: 160px;
    height: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .header .pure-g .logo-atout-box {
    width: 180px;
    height: auto;
  }
}
.hero {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
  height: 900px;
  padding-top: calc(80px + 60px);
}
.hero .pure-g {
  position: relative;
  height: 100%;
  z-index: 10;
}
.hero .pure-g .content {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 20px;
  width: 100%;
  height: 100%;
}
.hero .pure-g .content .content-title {
  grid-area: 1/1/2/6;
  padding-right: 100px;
}
.hero .pure-g .content .content-title .title {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.hero .pure-g .content .content-title .title span {
  background-color: #e6007e;
}
.hero .pure-g .content .content-promotion {
  grid-area: 2/1/3/4;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-right: 60px;
}
.hero .pure-g .content .content-promotion .subtitle {
  position: relative;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 140%;
  text-rendering: optimizeLegibility;
  margin: 0 0 30px 0;
}
.hero .pure-g .content .content-promotion .subtitle strong {
  font-weight: 700;
}
.hero .pure-g .content .content-promotion .block-best-company {
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  background-color: #ffffff;
  border: 2px solid #1f87cb;
  border-radius: 5px;
  padding: 5px 10px;
  gap: 10px;
  margin-top: 10px;
}
.hero .pure-g .content .content-promotion .block-best-company .picto-best {
  width: 70px;
  height: 60px;
}
.hero .pure-g .content .content-promotion .block-best-company .content-information {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.hero .pure-g .content .content-promotion .block-best-company .content-information .content-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 5px;
}
.hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph-background {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  background-color: #1f87cb;
  margin: 0;
  padding: 2px;
}
.hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph-background span {
  color: #000000;
}
.hero .pure-g .content .content-promotion .block-best-company .content-information .button-best {
  box-shadow: none;
  padding: 5px 10px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  border-radius: 5px;
}
.hero .pure-g .content .content-form {
  margin-top: 40px;
  grid-area: 2/4/3/6;
}
.hero .image-hero {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
.hero .image-hero::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 95, 0.8);
  content: "";
}
.hero .image-hero:after {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
  background-color: #ffffff;
  content: "";
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .hero {
    height: inherit;
    padding-top: calc(60px + 40px);
  }
  .hero .pure-g .content {
    display: block;
  }
  .hero .pure-g .content .content-title {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hero .pure-g .content .content-title .title {
    font-size: 28px;
    text-align: center;
  }
  .hero .pure-g .content .content-promotion {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .hero .pure-g .content .content-promotion .subtitle {
    position: relative;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .hero .pure-g .content .content-promotion .block-best-company {
    padding: 5px 10px;
    gap: 10px;
    margin-top: 10px;
    width: 300px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .picto-best {
    width: 60px;
    height: auto;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .content-text {
    gap: 3px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph {
    font-size: 12px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph-background {
    font-size: 12px;
    padding: 2px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .button-best {
    padding: 5px;
  }
  .hero .pure-g .content .content-form {
    width: 300px;
    margin: auto;
  }
  .hero .image-hero:after {
    height: 80px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .hero {
    height: inherit;
    padding-top: calc(60px + 40px);
  }
  .hero .pure-g .content {
    display: block;
  }
  .hero .pure-g .content .content-title {
    padding-right: 0;
    margin-bottom: 20px;
  }
  .hero .pure-g .content .content-title .title {
    font-size: 28px;
    text-align: center;
  }
  .hero .pure-g .content .content-promotion {
    margin-bottom: 20px;
    padding-right: 0;
  }
  .hero .pure-g .content .content-promotion .subtitle {
    position: relative;
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .hero .pure-g .content .content-promotion .block-best-company {
    width: 480px;
    margin-top: 20px;
  }
  .hero .pure-g .content .content-form {
    width: 480px;
    margin: auto;
  }
  .hero .image-hero:after {
    height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .hero {
    height: inherit;
    padding-top: calc(80px + 40px);
  }
  .hero .pure-g .content {
    grid-template-rows: repeat(2, auto);
  }
  .hero .pure-g .content .content-title {
    padding-right: 0;
  }
  .hero .pure-g .content .content-title .title {
    font-size: 38px;
  }
  .hero .pure-g .content .content-promotion {
    padding-right: 20px;
    align-items: flex-start;
  }
  .hero .pure-g .content .content-promotion .subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 20px 0;
  }
  .hero .pure-g .content .content-promotion .block-best-company {
    padding: 5px 10px;
    gap: 10px;
    margin-top: 10px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .picto-best {
    width: 90px;
    height: auto;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information {
    flex-direction: column;
    align-items: flex-start;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .content-text {
    gap: 3px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph {
    font-size: 13px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .content-text .paragraph-background {
    font-size: 15px;
    padding: 2px;
  }
  .hero .pure-g .content .content-promotion .block-best-company .content-information .button-best {
    padding: 5px;
  }
  .hero .pure-g .content .content-form {
    margin-top: 50px;
    grid-area: 2/4/3/6;
  }
  .hero .image-hero:after {
    height: 65px;
  }
}
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 80px;
  background-color: #00365f;
}
.footer .pure-g {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .pure-g .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .pure-g .content .copyright {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 75%;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.11em;
  text-align: center;
  margin-bottom: 0;
}

.block-form {
  position: relative;
  display: block;
  width: 100%;
}
.block-form .block-content {
  width: 100%;
  box-sizing: border-box;
  background-color: #780145;
  border: 1px solid #e6007e;
  border-radius: 10px;
  margin: auto;
  padding: 30px;
}
.block-form .block-content .form {
  width: 100%;
  display: block;
}
.block-form .block-content .form .title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 134%;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 10px 0;
}
.block-form .block-content .form .paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 90%;
  color: #ffffff;
  line-height: 18px;
  text-rendering: optimizeLegibility;
  margin: 0 0 15px 0;
}
.block-form .block-content .form .pure-form .text-required {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  line-height: 14px;
  text-rendering: optimizeLegibility;
  margin: 15px 0 0 0;
}
.block-form .block-content .form .pure-form .pure-u-content-submit {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 15px;
}
.block-form .block-content .form .pure-form .pure-u-content-submit .pure-button {
  width: 100%;
}
.block-form .block-content .loader {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}
.block-form .block-content .loader .content-loader {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
}
.block-form .block-content .loader .content-loader svg {
  width: 200px;
  height: 75px;
  margin: 20px;
  display: inline-block;
}
.block-form .block-content .loader .content-loader svg .circle-loader {
  fill: #ffffff;
}
.block-form .block-content .loader .content-loader .message-load {
  display: block;
  position: relative;
  margin: auto;
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 75%;
  color: #ffffff;
  line-height: 100%;
  text-rendering: optimizeLegibility;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  text-align: center;
  top: -25px;
}
.block-form .block-content .message {
  width: 100%;
  display: none;
  position: relative;
  height: 100%;
}
.block-form .block-content .message .content-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 100%;
  margin: auto;
}
.block-form .block-content .message .content-block .check-message {
  width: 140px;
  height: 140px;
  margin-bottom: 30px;
}
.block-form .block-content .message .content-block .title {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 210%;
  color: #ffffff;
  line-height: 100%;
  text-rendering: optimizeLegibility;
  text-align: center;
  margin-bottom: 40px;
  padding: 0 10%;
}
.block-form .block-content .message .content-block .paragraph {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 115%;
  color: #ffffff;
  line-height: 125%;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
  text-align: center;
}
.block-form .block-content .message .content-block .paragraph strong {
  font-weight: 700;
}
.block-form .block-content .message .content-block .paragraph span {
  font-weight: 700;
  color: #780145;
}
.block-form.show-form .block-content .form {
  display: block;
}
.block-form.show-form .block-content .loader {
  display: none;
}
.block-form.show-form .block-content .message {
  display: none;
}
.block-form.show-loader .block-content {
  height: 610px;
}
.block-form.show-loader .block-content .form {
  display: none;
}
.block-form.show-loader .block-content .loader {
  display: flex;
}
.block-form.show-loader .block-content .message {
  display: none;
}
.block-form.show-message .block-content {
  height: 610px;
}
.block-form.show-message .block-content .form {
  display: none;
}
.block-form.show-message .block-content .loader {
  display: none;
}
.block-form.show-message .block-content .message {
  display: flex;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .block-form .block-content {
    border-radius: 5px;
    padding: 15px;
  }
  .block-form .block-content .form .title {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .block-form .block-content .form .paragraph {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
  .block-form .block-content .form .pure-form .text-required {
    margin: 5px 0 0 0;
  }
  .block-form .block-content .form .pure-form .pure-u-content-submit {
    margin-top: 0;
  }
  .block-form .block-content .loader {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-form .block-content .loader .content-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-form .block-content .loader .content-loader svg {
    width: 200px;
    height: 75px;
    margin: 20px;
    display: inline-block;
  }
  .block-form .block-content .loader .content-loader svg .circle-loader {
    fill: #ffffff;
  }
  .block-form .block-content .loader .content-loader .message-load {
    display: block;
    position: relative;
    margin: auto;
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 75%;
    color: #ffffff;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    top: -25px;
  }
  .block-form .block-content .message {
    width: 100%;
    display: none;
    position: relative;
    height: 100%;
  }
  .block-form .block-content .message .content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .block-form .block-content .message .content-block .check-message {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
  }
  .block-form .block-content .message .content-block .title {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 210%;
    color: #ffffff;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10%;
  }
  .block-form .block-content .message .content-block .paragraph {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 115%;
    color: #ffffff;
    line-height: 125%;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
    text-align: center;
  }
  .block-form .block-content .message .content-block .paragraph strong {
    font-weight: 700;
  }
  .block-form .block-content .message .content-block .paragraph span {
    font-weight: 700;
    color: #780145;
  }
  .block-form.show-form .block-content .form {
    display: block;
  }
  .block-form.show-form .block-content .loader {
    display: none;
  }
  .block-form.show-form .block-content .message {
    display: none;
  }
  .block-form.show-loader .block-content {
    height: 610px;
  }
  .block-form.show-loader .block-content .form {
    display: none;
  }
  .block-form.show-loader .block-content .loader {
    display: flex;
  }
  .block-form.show-loader .block-content .message {
    display: none;
  }
  .block-form.show-message .block-content {
    height: 610px;
  }
  .block-form.show-message .block-content .form {
    display: none;
  }
  .block-form.show-message .block-content .loader {
    display: none;
  }
  .block-form.show-message .block-content .message {
    display: flex;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .block-form .block-content {
    border-radius: 5px;
    padding: 15px;
  }
  .block-form .block-content .form .title {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .block-form .block-content .form .paragraph {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
  .block-form .block-content .form .pure-form .text-required {
    margin: 5px 0 0 0;
  }
  .block-form .block-content .form .pure-form .pure-u-content-submit {
    margin-top: 0;
  }
  .block-form .block-content .loader {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-form .block-content .loader .content-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-form .block-content .loader .content-loader svg {
    width: 200px;
    height: 75px;
    margin: 20px;
    display: inline-block;
  }
  .block-form .block-content .loader .content-loader svg .circle-loader {
    fill: #ffffff;
  }
  .block-form .block-content .loader .content-loader .message-load {
    display: block;
    position: relative;
    margin: auto;
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 75%;
    color: #ffffff;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    top: -25px;
  }
  .block-form .block-content .message {
    width: 100%;
    display: none;
    position: relative;
    height: 100%;
  }
  .block-form .block-content .message .content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .block-form .block-content .message .content-block .check-message {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
  }
  .block-form .block-content .message .content-block .title {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 210%;
    color: #ffffff;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10%;
  }
  .block-form .block-content .message .content-block .paragraph {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 115%;
    color: #ffffff;
    line-height: 125%;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
    text-align: center;
  }
  .block-form .block-content .message .content-block .paragraph strong {
    font-weight: 700;
  }
  .block-form .block-content .message .content-block .paragraph span {
    font-weight: 700;
    color: #780145;
  }
  .block-form.show-form .block-content .form {
    display: block;
  }
  .block-form.show-form .block-content .loader {
    display: none;
  }
  .block-form.show-form .block-content .message {
    display: none;
  }
  .block-form.show-loader .block-content {
    height: 610px;
  }
  .block-form.show-loader .block-content .form {
    display: none;
  }
  .block-form.show-loader .block-content .loader {
    display: flex;
  }
  .block-form.show-loader .block-content .message {
    display: none;
  }
  .block-form.show-message .block-content {
    height: 610px;
  }
  .block-form.show-message .block-content .form {
    display: none;
  }
  .block-form.show-message .block-content .loader {
    display: none;
  }
  .block-form.show-message .block-content .message {
    display: flex;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .block-form .block-content {
    border-radius: 5px;
    padding: 15px;
  }
  .block-form .block-content .form .title {
    font-size: 20px;
    margin: 0 0 5px 0;
  }
  .block-form .block-content .form .paragraph {
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 10px 0;
  }
  .block-form .block-content .form .pure-form .text-required {
    margin: 5px 0 0 0;
  }
  .block-form .block-content .form .pure-form .pure-u-content-submit {
    margin-top: 0;
  }
  .block-form .block-content .loader {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-form .block-content .loader .content-loader {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
    position: relative;
    width: 100%;
    height: 100%;
  }
  .block-form .block-content .loader .content-loader svg {
    width: 200px;
    height: 75px;
    margin: 20px;
    display: inline-block;
  }
  .block-form .block-content .loader .content-loader svg .circle-loader {
    fill: #ffffff;
  }
  .block-form .block-content .loader .content-loader .message-load {
    display: block;
    position: relative;
    margin: auto;
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 75%;
    color: #ffffff;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    text-align: center;
    top: -25px;
  }
  .block-form .block-content .message {
    width: 100%;
    display: none;
    position: relative;
    height: 100%;
  }
  .block-form .block-content .message .content-block {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .block-form .block-content .message .content-block .check-message {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
  }
  .block-form .block-content .message .content-block .title {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 210%;
    color: #ffffff;
    line-height: 100%;
    text-rendering: optimizeLegibility;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 10%;
  }
  .block-form .block-content .message .content-block .paragraph {
    margin: 0px;
    padding: 0px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 115%;
    color: #ffffff;
    line-height: 125%;
    text-rendering: optimizeLegibility;
    margin-bottom: 0;
    text-align: center;
  }
  .block-form .block-content .message .content-block .paragraph strong {
    font-weight: 700;
  }
  .block-form .block-content .message .content-block .paragraph span {
    font-weight: 700;
    color: #780145;
  }
  .block-form.show-form .block-content .form {
    display: block;
  }
  .block-form.show-form .block-content .loader {
    display: none;
  }
  .block-form.show-form .block-content .message {
    display: none;
  }
  .block-form.show-loader .block-content {
    height: 610px;
  }
  .block-form.show-loader .block-content .form {
    display: none;
  }
  .block-form.show-loader .block-content .loader {
    display: flex;
  }
  .block-form.show-loader .block-content .message {
    display: none;
  }
  .block-form.show-message .block-content {
    height: 610px;
  }
  .block-form.show-message .block-content .form {
    display: none;
  }
  .block-form.show-message .block-content .loader {
    display: none;
  }
  .block-form.show-message .block-content .message {
    display: flex;
  }
}
.choice-city-other {
  width: 100%;
}
.choice-city-other .title-choice {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #ffe000;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 10px;
}
.choice-city-other .items-choice-city {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr) !important;
  margin-bottom: 10px;
}
.choice-city-other .items-choice-city .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d2ddf6;
  border: 2px solid #204aa9;
  border-radius: 4px;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.choice-city-other .items-choice-city .item:hover {
  background-color: #a7bdee;
}
.choice-city-other .items-choice-city .item:hover .fake-radio .dot {
  background-color: #d2ddf6;
}
.choice-city-other .items-choice-city .item:last-of-type {
  margin-right: 0;
}
.choice-city-other .items-choice-city .item .infos {
  width: calc(100% - 20px);
}
.choice-city-other .items-choice-city .item .infos .title-item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 90%;
  color: #204aa9;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 3px 0;
}
.choice-city-other .items-choice-city .item .infos .subtitle-item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 70%;
  color: #204aa9;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0;
}
.choice-city-other .items-choice-city .item .fake-radio {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  background-color: #ffffff;
  border: 1px solid #204aa9;
  border-radius: 50%;
}
.choice-city-other .items-choice-city .item .fake-radio .dot {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.choice-city-other .items-choice-city .item.active {
  background-color: #204aa9;
  border-color: #d2ddf6;
}
.choice-city-other .items-choice-city .item.active .infos .title-item,
.choice-city-other .items-choice-city .item.active .infos .subtitle-item {
  color: #d2ddf6;
}
.choice-city-other .items-choice-city .item.active .fake-radio .dot {
  background-color: #204aa9;
}
.choice-city-other .items-choice-city .item.active:hover {
  background-color: #204aa9;
}
.choice-city-other .block-promo .img-promo {
  display: none;
  width: 100%;
  height: 286px;
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 10px;
}
.choice-city-other .block-promo .img-promo.active {
  display: block;
}
.choice-city-other .block-promo .img-promo .illustration-promo {
  width: 100%;
  height: auto;
  position: relative;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .choice-city-other {
    width: 300px;
  }
  .choice-city-other .title-choice {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .choice-city-other .items-choice-city {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .choice-city-other .block-promo .img-promo {
    display: none;
    width: 100%;
    height: 168px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .choice-city-other {
    width: 480px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 10px;
  }
  .choice-city-other .title-choice {
    font-size: 14px;
    margin-bottom: 0;
    grid-area: 1/1/2/5;
  }
  .choice-city-other .items-choice-city {
    gap: 5px;
    grid-template-columns: repeat(1, 1fr) !important;
    grid-area: 2/1/3/2;
  }
  .choice-city-other .block-promo {
    grid-area: 2/2/3/5;
  }
  .choice-city-other .block-promo .img-promo {
    display: none;
    width: 100%;
    height: 200px;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .choice-city-other {
    width: 385px;
  }
  .choice-city-other .items-choice-city {
    gap: 5px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .choice-city-other .block-promo .img-promo {
    display: none;
    width: 100%;
    height: 215px;
    border-radius: 5px;
    background-size: inherit !important;
  }
}
.map {
  width: 100%;
}
.map .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
.map .content .title-map {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 50px;
  text-align: center;
}
.map .content .content-map {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-gap: 0;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 28px 40px rgba(14, 31, 53, 0.2);
  width: 100%;
}
.map .content .content-map .block-listing {
  grid-area: 1/1/2/2;
}
.map .content .content-map .block-listing .items-agency {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  width: calc(100% - 20px);
  margin: 10px;
}
.map .content .content-map .block-listing .items-agency .item {
  margin-bottom: 10px;
  width: 100%;
}
.map .content .content-map .block-listing .items-agency .item:last-of-type {
  margin-bottom: 0;
}
.map .content .content-map .block-listing .items-agency .item .block-agency {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #fffafd;
  border-radius: 5px;
  border: 1px solid #ffb3dd;
  min-height: 80px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  cursor: pointer;
}
.map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency {
  width: calc(100% - 60px);
}
.map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .title {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #780145;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 5px;
}
.map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .address-1,
.map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .address-2 {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #780145;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .promo {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 10px 6px 10px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #ffe000;
  line-height: 1;
  text-rendering: optimizeLegibility;
  background-color: #e6007e;
  border-radius: 3px;
  animation: flash-promo 2s alternate infinite ease-in;
}
.map .content .content-map .block-listing .items-agency .item .block-agency .num-agency {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border: 1px solid #ffb3dd;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #780145;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.map .content .content-map .block-listing .items-agency .item .block-agency:hover {
  background-color: #ffe6f4;
}
.map .content .content-map .block-map {
  grid-area: 1/2/2/4;
}
.map .content .content-map .block-map .marker-map-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Lato";
  font-weight: bold;
  font-size: 15px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  border-radius: 50%;
  background-color: #e6007e;
  border: 2px solid #ffffff;
  width: 22px;
  height: 22px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
.map .content .content-map .block-map .marker-map-text.active-over {
  transform: scale(1.4);
  background-color: #00365f;
  z-index: 1000;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .map .content .title-map {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map .content .content-map {
    display: block;
    border-radius: 5px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency {
    padding: 5px;
    min-height: 70px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency {
    width: calc(100% - 40px);
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .address-1,
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .address-2 {
    font-size: 12px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .promo {
    margin-top: 5px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .num-agency {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
  }
  .map .content .content-map .block-map {
    width: calc(100% - 20px);
    height: 320px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #6579b7;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .map .content .title-map {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .map .content .content-map {
    display: block;
    border-radius: 5px;
  }
  .map .content .content-map .block-listing .items-agency {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .map .content .content-map .block-listing .items-agency .item {
    margin-bottom: 0;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency {
    padding: 5px;
    min-height: 70px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency {
    width: calc(100% - 40px);
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .title {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .address-1,
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .address-2 {
    font-size: 12px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .infos-agency .promo {
    margin-top: 5px;
  }
  .map .content .content-map .block-listing .items-agency .item .block-agency .num-agency {
    width: 30px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
  }
  .map .content .content-map .block-map {
    width: calc(100% - 20px);
    height: 320px;
    margin-left: 10px;
    margin-bottom: 10px;
    border: 1px solid #6579b7;
    border-radius: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .map .content .content-map {
    grid-template-columns: repeat(5, 1fr);
  }
  .map .content .content-map .block-listing {
    grid-area: 1/1/2/3;
  }
  .map .content .content-map .block-map {
    grid-area: 1/3/2/6;
  }
}
.how-it-works {
  width: 100%;
  background-color: #f0f2f8;
}
.how-it-works .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.how-it-works .content .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 50px;
  text-align: center;
}
.how-it-works .content .subtitle strong {
  color: #e6007e;
  font-weight: 900;
}
.how-it-works .content .items-step {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr) !important;
}
.how-it-works .content .items-step .item-step {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.how-it-works .content .items-step .item-step .content-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
}
.how-it-works .content .items-step .item-step .content-number:before {
  position: absolute;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 120px;
  color: #cdd4e8;
  line-height: 1;
  text-rendering: optimizeLegibility;
  z-index: 1;
}
.how-it-works .content .items-step .item-step .content-number .number {
  position: relative;
  z-index: 2;
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 20px;
  color: #e6007e;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.how-it-works .content .items-step .item-step .description-step {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00365f;
  line-height: 22px;
  text-rendering: optimizeLegibility;
  text-align: center;
}
.how-it-works .content .items-step .item-step .description-step strong {
  color: #e6007e;
  font-weight: 700;
}
.how-it-works .content .items-step .item-step:nth-child(1) .content-number:before {
  content: "01";
}
.how-it-works .content .items-step .item-step:nth-child(2) .content-number:before {
  content: "02";
}
.how-it-works .content .items-step .item-step:nth-child(3) .content-number:before {
  content: "03";
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .how-it-works .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .how-it-works .content .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .how-it-works .content .items-step {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .how-it-works .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .how-it-works .content .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .how-it-works .content .items-step {
    gap: 20px;
    grid-template-columns: repeat(3, auto) !important;
  }
  .how-it-works .content .items-step .item-step .content-number {
    height: 100px;
  }
  .how-it-works .content .items-step .item-step .content-number:before {
    font-size: 100px;
  }
  .how-it-works .content .items-step .item-step .content-number .number {
    font-size: 18px;
  }
  .how-it-works .content .items-step .item-step .description-step {
    font-size: 14px;
    line-height: 20px;
  }
}
.thank-you {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
.thank-you .pure-g {
  position: relative;
  z-index: 10;
}
.thank-you .pure-g .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  margin: auto;
}
.thank-you .pure-g .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px 0;
  text-align: center;
}
.thank-you .pure-g .content .paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px 0;
  text-align: center;
}
.thank-you .pure-g .content .paragraph span {
  color: #ffe000;
}
.thank-you .pure-g .content .paragraph.announcement {
  font-weight: 700;
  font-style: italic;
  font-size: 36px;
  margin-bottom: 60px;
}
.thank-you .pure-g .content .logo-best-taught {
  margin: auto;
  width: 100%;
  height: auto;
}
.thank-you .background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
.thank-you .background::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 95, 0.8);
  content: "";
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .thank-you .pure-g .content {
    width: 100%;
  }
  .thank-you .pure-g .content .title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .thank-you .pure-g .content .paragraph {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .thank-you .pure-g .content .paragraph.announcement {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .thank-you .pure-g .content {
    width: 100%;
  }
  .thank-you .pure-g .content .title {
    font-size: 20px;
    margin: 0 0 20px 0;
  }
  .thank-you .pure-g .content .paragraph {
    font-size: 18px;
    margin: 0 0 20px 0;
  }
  .thank-you .pure-g .content .paragraph.announcement {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .thank-you .pure-g .content {
    width: 90%;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.overlay-video {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
}
.overlay-video.open {
  position: fixed;
  z-index: 1001;
  opacity: 1;
}
.overlay-video .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  text-decoration: none;
  cursor: pointer;
}
.overlay-video .video-overlay-close i {
  font-size: 20px;
  color: #ffffff;
  transition: all 200ms;
}
.overlay-video .video-overlay-close:hover i {
  transform: scale(1.5);
}

.content-player-video {
  position: fixed;
  z-index: -1;
  opacity: 0;
  transition: all ease 500ms;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 532px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}
.content-player-video.open {
  position: fixed;
  z-index: 1002;
  opacity: 1;
}
.content-player-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 532px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.video-box {
  width: 100%;
  background-color: #f0f2f8;
}
.video-box .content {
  width: 100%;
}
.video-box .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.video-box .content .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 50px;
  text-align: center;
}
.video-box .content .subtitle strong {
  color: #e6007e;
  font-weight: 900;
}
.video-box .content .items-video {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr) !important;
  margin-bottom: 50px;
}
.video-box .content .items-video .item-video {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #6579b7;
  padding: 20px;
  border-radius: 5px;
}
.video-box .content .items-video .item-video .title-box {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.video-box .content .items-video .item-video .title-box strong {
  font-weight: 700;
  color: #e6007e;
}
.video-box .content .items-video .item-video .block-video {
  width: 80%;
  height: 180px;
  background-color: #780145;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background: url("../../common/structures/video-box/img/background-video.jpg");
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.video-box .content .items-video .item-video .block-video .play-video {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
.video-box .content .items-video .item-video .block-video .play-video i {
  font-size: 16px;
  color: #ffffff;
  z-index: 2;
  padding-left: 4px;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
.video-box .content .items-video .item-video .block-video .play-video:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #e6007e;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-box .content .items-video .item-video .block-video .play-video:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #e6007e;
  border-radius: 50%;
  transition: all 200ms;
}
.video-box .content .items-video .item-video .block-video:hover {
  cursor: pointer;
}
.video-box .content .items-video .item-video .block-video:hover .play-video i {
  transform: scale(1.6);
}
.video-box .content .items-video .item-video .description-box {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 0;
  text-align: center;
}
.video-box .content .items-video .item-video .description-box strong {
  font-weight: 700;
  color: #e6007e;
}
.video-box .content .other-box {
  display: block;
  width: 100%;
  margin: auto;
}
.video-box .content .other-box .paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-align: center;
}
.video-box .content .other-box .paragraph strong {
  font-weight: 700;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .content-player-video {
    height: 480px;
  }
  .content-player-video video {
    height: 480px;
  }
  .video-box .content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .video-box .content .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .video-box .content .items-video {
    gap: 30px;
    grid-template-columns: repeat(1, 1fr) !important;
    margin-bottom: 30px;
  }
  .video-box .content .items-video .item-video {
    padding: 10px;
    border-radius: 5px;
  }
  .video-box .content .items-video .item-video .title-box {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .video-box .content .items-video .item-video .block-video {
    width: 90%;
    height: 180px;
    margin-bottom: 5px;
  }
  .video-box .content .items-video .item-video .description-box {
    font-size: 14px;
    margin-top: 5px;
  }
  .video-box .content .other-box .paragraph {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .content-player-video {
    height: 480px;
  }
  .content-player-video video {
    height: 480px;
  }
  .video-box .content .title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .video-box .content .subtitle {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .video-box .content .items-video {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 30px;
  }
  .video-box .content .items-video .item-video {
    padding: 10px;
    border-radius: 5px;
  }
  .video-box .content .items-video .item-video .title-box {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .video-box .content .items-video .item-video .block-video {
    width: 80%;
    height: 120px;
    margin-bottom: 5px;
  }
  .video-box .content .items-video .item-video .description-box {
    font-size: 14px;
    margin-top: 5px;
  }
  .video-box .content .other-box .paragraph {
    font-size: 16px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .content-player-video {
    height: 480px;
  }
  .content-player-video video {
    height: 480px;
  }
  .video-box .content .title {
    margin-bottom: 20px;
  }
  .video-box .content .subtitle {
    margin-bottom: 30px;
  }
  .video-box .content .items-video {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr) !important;
    margin-bottom: 30px;
  }
  .video-box .content .items-video .item-video .block-video {
    width: 80%;
    height: 150px;
    margin-bottom: 0;
  }
}
.access-box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 10;
  width: 100%;
}
.access-box .pure-g {
  position: relative;
  z-index: 10;
}
.access-box .pure-g .content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  margin: auto;
}
.access-box .pure-g .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 10px 0;
  text-align: center;
}
.access-box .pure-g .content .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 50px 0;
  text-align: center;
}
.access-box .pure-g .content .paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 50px 0;
  text-align: center;
}
.access-box .background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
}
.access-box .background::before {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 54, 95, 0.8);
  content: "";
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .access-box .pure-g .content .title {
    font-size: 20px;
  }
  .access-box .pure-g .content .subtitle {
    font-size: 16px;
  }
  .access-box .pure-g .content .paragraph {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .access-box .pure-g .content .title {
    font-size: 20px;
  }
  .access-box .pure-g .content .subtitle {
    font-size: 16px;
  }
  .access-box .pure-g .content .paragraph {
    font-size: 26px;
    margin: 0 0 30px 0;
  }
}
.services-benefits {
  width: 100%;
  background-color: #ffffff;
}
.services-benefits .content {
  width: 100%;
}
.services-benefits .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.services-benefits .content .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 50px;
  text-align: center;
}
.services-benefits .content .subtitle strong {
  color: #e6007e;
  font-weight: 400;
}
.services-benefits .content .items-services {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(2, 1fr) !important;
  margin-bottom: 50px;
}
.services-benefits .content .items-services .item-service {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f0f2f8;
  border: 1px solid #6579b7;
  padding: 40px;
  border-radius: 5px;
  gap: 40px;
}
.services-benefits .content .items-services .item-service .picto-service {
  width: 60px;
  height: 60px;
}
.services-benefits .content .items-services .item-service .block-informations {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.services-benefits .content .items-services .item-service .block-informations .title-service {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0 0 5px 0;
  text-align: left;
}
.services-benefits .content .items-services .item-service .block-informations .description-service {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-align: left;
}
.services-benefits .content .items-services .item-service.item-button {
  background-color: initial;
  border: none;
}
.services-benefits .content .other-box {
  display: block;
  width: 100%;
  margin: auto;
}
.services-benefits .content .other-box .paragraph {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  text-align: center;
}
.services-benefits .content .other-box .paragraph strong {
  font-weight: 700;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .services-benefits .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .services-benefits .content .subtitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .services-benefits .content .items-services {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(1, auto) !important;
    margin-bottom: 20px;
  }
  .services-benefits .content .items-services .item-service {
    padding: 15px;
    border-radius: 5px;
    gap: 15px;
  }
  .services-benefits .content .items-services .item-service .picto-service {
    width: 40px;
    height: 40px;
  }
  .services-benefits .content .items-services .item-service .block-informations .title-service {
    font-size: 16px;
  }
  .services-benefits .content .items-services .item-service .block-informations .description-service {
    font-size: 14px;
    line-height: 16px;
  }
  .services-benefits .content .other-box {
    display: block;
    width: 100%;
    margin: auto;
  }
  .services-benefits .content .other-box .paragraph {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #00365f;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-align: center;
  }
  .services-benefits .content .other-box .paragraph strong {
    font-weight: 700;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .services-benefits .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .services-benefits .content .subtitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .services-benefits .content .items-services {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, auto) !important;
    margin-bottom: 20px;
  }
  .services-benefits .content .items-services .item-service {
    padding: 15px;
    border-radius: 5px;
    gap: 15px;
    align-items: flex-start;
  }
  .services-benefits .content .items-services .item-service .picto-service {
    width: 40px;
    height: 40px;
  }
  .services-benefits .content .items-services .item-service .block-informations .title-service {
    font-size: 16px;
  }
  .services-benefits .content .items-services .item-service .block-informations .description-service {
    font-size: 14px;
    line-height: 16px;
  }
  .services-benefits .content .other-box {
    display: block;
    width: 100%;
    margin: auto;
  }
  .services-benefits .content .other-box .paragraph {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #00365f;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-align: center;
  }
  .services-benefits .content .other-box .paragraph strong {
    font-weight: 700;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .services-benefits .content .items-services {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, auto) !important;
    margin-bottom: 20px;
  }
  .services-benefits .content .items-services .item-service {
    padding: 15px;
    border-radius: 5px;
    gap: 15px;
  }
  .services-benefits .content .items-services .item-service .picto-service {
    width: 40px;
    height: 40px;
  }
  .services-benefits .content .items-services .item-service .block-informations .title-service {
    font-size: 16px;
  }
  .services-benefits .content .items-services .item-service .block-informations .description-service {
    font-size: 14px;
    line-height: 16px;
  }
  .services-benefits .content .other-box {
    display: block;
    width: 100%;
    margin: auto;
  }
  .services-benefits .content .other-box .paragraph {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: #00365f;
    line-height: 1;
    text-rendering: optimizeLegibility;
    text-align: center;
  }
  .services-benefits .content .other-box .paragraph strong {
    font-weight: 700;
  }
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-presentation {
  width: 100%;
  background-color: #f0f2f8;
}
.video-presentation .content {
  width: 100%;
}
.video-presentation .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.video-presentation .content .content-video {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0 auto;
}
.video-presentation .content .content-video .video-player {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .video-presentation .content {
    width: 100%;
  }
  .video-presentation .content .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .video-presentation .content {
    width: 100%;
  }
  .video-presentation .content .title {
    font-size: 20px;
  }
}
.testimonials {
  width: 100%;
  background-color: #ffffff;
}
.testimonials .content {
  width: 100%;
}
.testimonials .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.testimonials .content .subtitle {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 50px;
  text-align: center;
}
.testimonials .content .subtitle strong {
  color: #e6007e;
  font-weight: 400;
}
.testimonials .content .items-testimonials {
  width: 100%;
}
.testimonials .content .items-testimonials .item .block-testimonial {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: column;
  padding: 20px;
  background-color: #f0f2f8;
  border: 1px solid #6579b7;
  border-radius: 5px;
  height: 240px;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-top .star-content {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-top .star-content i {
  font-size: 14px;
  color: #e6007e;
  margin-right: 3px;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-top .comment {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00365f;
  line-height: 18px;
  text-rendering: optimizeLegibility;
  margin-bottom: 10px;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-bottom .username {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00365f;
  line-height: 12px;
  text-rendering: optimizeLegibility;
  margin-bottom: 10px;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-bottom .origin {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-bottom .origin i {
  font-size: 16px;
  color: #00365f;
  margin-right: 5px;
}
.testimonials .content .items-testimonials .item .block-testimonial .content-bottom .origin .title {
  margin: 0px;
  padding: 0px;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
}
.testimonials .content .content-nav-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
.testimonials .content .content-nav-slider .nav-slider {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f0f2f8;
  border: 1px solid #6579b7;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}
.testimonials .content .content-nav-slider .nav-slider i {
  font-size: 20px;
  color: #00365f;
}
.testimonials .content .content-nav-slider .nav-slider:hover i {
  animation: toRightFromLeft 0.3s forwards;
}
.testimonials .content .content-nav-slider .nav-slider.next {
  margin-left: 10px;
}
.testimonials .content .content-nav-slider .nav-slider.next:hover i {
  animation: toLeftFromRight 0.3s forwards;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .testimonials .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .testimonials .content .subtitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .testimonials .content .items-testimonials .item .block-testimonial {
    padding: 10px;
    height: 240px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .testimonials .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .testimonials .content .subtitle {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .testimonials .content .items-testimonials .item .block-testimonial {
    padding: 10px;
    height: 240px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .testimonials .content .items-testimonials .item .block-testimonial {
    padding: 10px;
    height: 290px;
  }
}
.need-to-move {
  width: 100%;
  background-color: #f0f2f8;
}
.need-to-move .content {
  width: 100%;
}
.need-to-move .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.need-to-move .content .items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr) !important;
}
.need-to-move .content .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #6579b7;
  padding: 15px;
  border-radius: 5px;
  gap: 10px;
}
.need-to-move .content .items .item .title-item {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-align: center;
}
.need-to-move .content .items .item .title-item strong {
  font-weight: 700;
}
.need-to-move .content .items .item .description-item {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-align: center;
}
.need-to-move .content .items .item .description-item strong {
  font-weight: 400;
  color: #e6007e;
}
.need-to-move .content .items .item .image-item {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .need-to-move .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .need-to-move .content .items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .need-to-move .content .items .item .title-item {
    font-size: 16px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .need-to-move .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .need-to-move .content .items {
    gap: 20px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .need-to-move .content .items .item .title-item {
    font-size: 16px;
  }
  .need-to-move .content .items .item .image-item {
    width: 50%;
    height: auto;
  }
}
.advantages {
  width: 100%;
  background-color: #00365f;
}
.advantages .content {
  width: 100%;
}
.advantages .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.advantages .content .title span {
  background: #e6007e;
}
.advantages .content .items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr) !important;
}
.advantages .content .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 15px;
  gap: 20px;
}
.advantages .content .items .item .title-item {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
  line-height: 18px;
  text-rendering: optimizeLegibility;
  margin: 0;
  text-align: center;
}
.advantages .content .items .item .title-item strong {
  font-weight: 700;
}
.advantages .content .items .item .image-item {
  width: 60px;
  height: 60px;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .advantages .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .advantages .content .items {
    gap: 20px;
    grid-template-columns: repeat(2, auto) !important;
  }
  .advantages .content .items .item {
    gap: 20px;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .advantages .content .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .advantages .content .items {
    gap: 20px;
    grid-template-columns: repeat(2, auto) !important;
  }
  .advantages .content .items .item {
    gap: 20px;
  }
}
.talk-about-us {
  width: 100%;
  background-color: #ffffff;
}
.talk-about-us .content {
  width: 100%;
}
.talk-about-us .content .title {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
  text-align: center;
}
.talk-about-us .content .items {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr) !important;
}
.talk-about-us .content .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 40px 15px;
  background-color: #f0f2f8;
  border: 1px solid #6579b7;
  border-radius: 5px;
}
.talk-about-us .content .items .item .image-item {
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .talk-about-us .content .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .talk-about-us .content .items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .talk-about-us .content .title {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
  }
  .talk-about-us .content .items {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
.about-atout-box {
  width: 100%;
  background-color: #f0f2f8;
}
.about-atout-box .content {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.about-atout-box .content .logo-atout-box {
  width: 90%;
  height: auto;
}
.about-atout-box .content .title-section {
  font-family: "Lato", sans-serif;
  font-weight: 900;
  font-size: 30px;
  color: #00365f;
  line-height: 1;
  text-rendering: optimizeLegibility;
  margin-bottom: 20px;
}
.about-atout-box .content .description-section {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #00365f;
  line-height: 20px;
  text-rendering: optimizeLegibility;
  margin: 0 0 20px 0;
}
.about-atout-box .content .description-section strong {
  font-weight: 400;
  color: #e6007e;
}

@media only screen and (min-width: 0) and (max-width: 567px) {
  .about-atout-box .content {
    flex-direction: column;
    gap: 20px;
  }
  .about-atout-box .content .logo-atout-box {
    width: 40%;
    height: auto;
  }
  .about-atout-box .content .title-section {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .about-atout-box .content .description-section {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .about-atout-box .content .pure-button {
    display: block;
  }
}
@media only screen and (min-width: 568px) and (max-width: 767px) {
  .about-atout-box .content {
    flex-direction: column;
    gap: 20px;
  }
  .about-atout-box .content .logo-atout-box {
    width: 40%;
    height: auto;
  }
  .about-atout-box .content .title-section {
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
  }
  .about-atout-box .content .description-section {
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    margin: 0 0 20px 0;
  }
  .about-atout-box .content .pure-button {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .about-atout-box .content {
    gap: 50px;
  }
  .about-atout-box .content .logo-atout-box {
    width: 40%;
    height: auto;
  }
  .about-atout-box .content .title-section {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-atout-box .content .description-section {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 20px 0;
  }
}

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