<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: Lato-Medium;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Medium.woff2") format("woff2"),
    url("../fonts/Lato-Medium.woff") format("woff");
}
@font-face {
  font-family: Lato-Regular;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Regular.woff2") format("woff2"),
    url("../fonts/Lato-Regular.woff") format("woff");
}
@font-face {
  font-family: Lato-SemiBold;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-SemiBold.woff2") format("woff2"),
    url("../fonts/Lato-SemiBold.woff") format("woff");
}
@font-face {
  font-family: Lato-Light;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Light.woff2") format("woff2"),
    url("../fonts/Lato-Light.woff") format("woff");
}
@font-face {
  font-family: Lato-Bold;
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/Lato-Bold.woff2") format("woff2"),
    url("../fonts/Lato-Bold.woff") format("woff");
}
.tpl a,
.tpl address,
.tpl article,
.tpl aside,
.tpl b,
.tpl body,
.tpl canvas,
.tpl center,
.tpl code,
.tpl div,
.tpl dl,
.tpl dt,
.tpl em,
.tpl fieldset,
.tpl footer,
.tpl form,
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl header,
.tpl html,
.tpl i,
.tpl iframe,
.tpl img,
.tpl label,
.tpl li,
.tpl menu,
.tpl nav,
.tpl object,
.tpl ol,
.tpl p,
.tpl q,
.tpl s,
.tpl section,
.tpl small,
.tpl span,
.tpl strong,
.tpl summary,
.tpl th,
.tpl time,
.tpl tr,
.tpl tt,
.tpl u,
.tpl ul,
.tpl var {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
.tpl article,
.tpl aside,
.tpl footer,
.tpl header,
.tpl menu,
.tpl nav,
.tpl section {
  display: block;
}
.tpl body {
  line-height: 1;
}
.tpl ol,
.tpl ul {
  list-style: none;
}
.tpl q {
  quotes: none;
}
.tpl q:after,
.tpl q:before {
  content: "";
  content: none;
}
.tpl h1,
.tpl h2,
.tpl h3,
.tpl h4,
.tpl li,
.tpl ul {
  margin: 0;
  padding: 0;
}
.tpl .tpl-container {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0 3.25rem;
}
@media only screen and (max-width: 1400px) {
  .tpl .tpl-container {
    padding: 0 15px;
  }
}
.tpl .tpl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl .tpl-row-nowrap {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tpl .tpl-row-gutters {
  margin: 0 -12px;
}
.tpl .tpl-col-gutters {
  padding: 0 12px;
}
.tpl .tpl-align-horisontal-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: center;
}
.tpl .tpl-align-horisontal-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.tpl .tpl-align-vertical-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.tpl .tpl-align-vertical-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tpl .tpl-col-2 {
  width: 50%;
}
.tpl .tpl-col-3 {
  width: 33.3333333333%;
}
html {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px !important;
  overflow-x: hidden;
}
html.tpl__is-fixed {
  overflow: hidden;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after,
:before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
.tpl {
  font: 1rem/1.6 Lato-Regular, sans-serif;
  min-width: 320px;
  max-height: 100%;
  opacity: 1;
  position: relative;
  color: #050f2c;
  overflow-x: hidden;
}
.tpl input,
.tpl textarea {
  outline: 0;
  background: rgba(0, 0, 0, 0);
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tpl input:focus,
.tpl textarea:focus {
  outline: 0;
}
.tpl textarea {
  resize: vertical;
  width: 100%;
}
.tpl select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  cursor: pointer;
}
.tpl select:focus {
  outline: 0;
}
.tpl a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
.tpl a:hover {
  text-decoration: none;
}
.tpl button {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: 0;
  cursor: pointer;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  background: rgba(0, 0, 0, 0);
}
.tpl button:focus {
  outline: 0;
}
.tpl img {
  display: block;
  width: 100%;
  height: auto;
}
.tpl .tpl {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.tpl .tpl-gutter-bottom {
  padding-top: 1rem;
  padding-bottom: 8.75rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-gutter-bottom {
    padding-bottom: 4rem;
  }
}
.tpl .tpl-sect-text {
  font-size: 2rem;
  font-family: Lato-Bold, sans-serif;
  line-height: 1.4;
  margin-bottom: 2.5rem;
}
.tpl .tpl-sect-text * {
  margin-bottom: 1rem;
}
.tpl .tpl-sect-text :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .tpl .tpl-sect-text {
    font-size: 1.5rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 374px) {
  .tpl .tpl-sect-text {
    font-size: 1.375rem;
  }
}
.tpl .tpl-text-left {
  text-align: left;
}
.tpl .tpl-text-right {
  text-align: right;
}
.tpl .tpl-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
.tpl .tpl-visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  z-index: -999;
  opacity: 0;
  visibility: hidden;
}
.tpl .tpl-content {
  font-family: Lato-Light, sans-serif;
}
.tpl .tpl-content :last-child {
  margin-bottom: 0;
}
.tpl .tpl-content h2,
.tpl .tpl-content h3,
.tpl .tpl-content h4 {
  line-height: 1;
}
.tpl .tpl-content h2,
.tpl .tpl-content h3 {
  font-size: 1.75rem;
  font-family: Lato-SemiBold, sans-serif;
  margin-bottom: 1.5rem;
}
.tpl .tpl-content h1 {
  font: 1.75rem/1.3 Lato-Regular, sans-serif;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-content h1 {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-gutter-bottom {
    padding-bottom: 3.25rem;
  }
  .tpl .tpl-content h1 {
    font-size: 1.125rem;
  }
}
.tpl .tpl-content b,
.tpl .tpl-content strong {
  font-weight: 700;
}
.tpl .tpl-content p {
  margin-bottom: 1rem;
}
.tpl .tpl-content ol li,
.tpl .tpl-content ul li {
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.tpl .tpl-content ol li:last-child,
.tpl .tpl-content ul li:last-child {
  margin-bottom: 0;
}
.tpl .tpl-content ul li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 4px;
  vertical-align: middle;
  background-color: currentColor;
}
.tpl .tpl-content ol {
  counter-reset: list;
}
.tpl .tpl-content ol li:before {
  counter-increment: list;
  content: counter(list) ". ";
  display: inline-block;
  margin-right: 4px;
}
.tpl .tpl-ads:not(:empty) {
  height: 100%;
  margin: 0 auto;
  min-height: 100px;
}
.tpl .tpl-ads:not(:empty) div {
  margin: 0 auto;
}
.tpl .tpl-rating {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 20px;
  border-radius: 30px;
  border: 1px solid rgba(141, 174, 246, 0.35);
  font: 14px Lato-SemiBold, sans-serif;
  gap: 4px;
  padding-right: 6px;
  padding-left: 8px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  color: #050f2c;
}
.tpl .tpl-rating svg {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  display: block;
  width: 16px;
  height: 16px;
  fill: #ff8a00;
}
.tpl .tpl-rating-safety {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  color: rgba(5, 15, 44, 0.6);
  font-family: Lato-Medium, sans-serif;
  gap: 6px;
}
.tpl .tpl-rating-safety svg {
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 1.25rem;
  aspect-ratio: 1/1;
  fill: #1349be;
}
@-webkit-keyframes flying {
  0%,
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes flying {
  0%,
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  50% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.tpl .tpl-sect__online .tpl-btn-wrapper {
  margin: 3rem auto 0;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-rating-safety {
    font-size: 0.875rem;
  }
  .tpl .tpl-sect__online .tpl-btn-wrapper {
    margin-top: 1.5rem;
  }
}
.tpl .tpl-requests {
  margin-bottom: -0.5rem;
}
.tpl .tpl-requests__col {
  margin-bottom: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .tpl .tpl-requests__col {
    width: 100%;
  }
}
.tpl .tpl-request {
  border-radius: 12px;
  background: #51515140;
  border: 1.13px solid #fff;
  
  color: #fff;
  padding: 1rem 0.75rem;
  margin-bottom: 1rem;
  -webkit-box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  font: 1rem Lato-Medium, sans-serif;
}
.tpl .tpl-request:last-child {
  margin-bottom: 0;
}
.tpl .tpl-request span {
  font: 0.875rem Lato-Regular, sans-serif;
  color: #ffffff99;
}
.tpl .tpl-request-info {
  margin-bottom: 1rem;
  gap: 6px;
}
.tpl .tpl-request-info__col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl .tpl-request-info__col:nth-child(2) {
  width: 28px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.tpl .tpl-request-info__name {
  font: 1.125rem Lato-SemiBold, sans-serif;
}
.tpl .tpl-request-info__price {
  font: 1.125rem Lato-Medium, sans-serif;
}

.tpl .tpl-request-progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
}
.tpl .tpl-request-progress span {
  height: 4px;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 20px;
  background-color: rgba(19, 73, 190, 0.4);
}
.tpl .tpl-request-loader {
  width: 28px;
  height: 28px;
  margin: 0 auto;
}
.tpl .tpl-request-loader svg {
  display: block;
  fill: #1349be;
  width: 100%;
  height: 100%;
}
.tpl .tpl-request.tpl__step-1 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-2 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-2 .tpl-request-progress span:nth-child(2),
.tpl .tpl-request.tpl__step-3 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-3 .tpl-request-progress span:nth-child(2),
.tpl .tpl-request.tpl__step-3 .tpl-request-progress span:nth-child(3) {
  background-color: #1349be;
}
.tpl .tpl-request.tpl__step-4 .tpl-request-progress span:first-child,
.tpl .tpl-request.tpl__step-4 .tpl-request-progress span:nth-child(2),
.tpl .tpl-request.tpl__step-4 .tpl-request-progress span:nth-child(3),
.tpl .tpl-request.tpl__step-4 .tpl-request-progress span:nth-child(4) {
  background-color: #0abf11 !important;
  border: none;
}
.tpl .tpl-request.tpl__step-4 .tpl-request-loader {
  background: url("../images/success-request.svg") 50% / contain no-repeat;
}
.tpl .tpl-btn {
  display: inline-block;
  padding: 14.5px 15px;
  font: 1.125rem/1.3 Lato-Medium, sans-serif;
  text-align: center;
  color: #fff;
  background: #1349be;
  background: linear-gradient(278deg, #1655de 0, #1349be 51.26%);
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  border-radius: 12px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.tpl .tpl-btn:hover {
  opacity: 0.9;
}
.tpl .tpl-btn-wrapper {
  width: 100%;
  max-width: 416px;
}
@media only screen and (max-width: 992px) {
  .tpl .tpl-btn-wrapper {
    margin: 0 auto;
  }
}
.tpl .tpl-btn-wide {
  max-width: 100%;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.tpl .tpl-btn-hamburger {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 24px;
  height: 24px;
  position: relative;
  margin-right: 1rem;
}
.tpl .tpl-btn-hamburger span {
  width: 100%;
  height: 2px;
  background-color: #1349be;
  display: block;
  position: absolute;
  left: 0;
  border-radius: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.tpl .tpl-btn-hamburger span:first-child {
  top: 4px;
}
.tpl .tpl-btn-hamburger span:nth-child(2) {
  width: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tpl .tpl-btn-hamburger span:nth-child(3) {
  width: 75%;
  bottom: 4px;
}
.tpl .tpl-btn-hamburger.tpl__is-active span:first-child {
  -webkit-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
  width: 100%;
}
.tpl .tpl-btn-hamburger.tpl__is-active span:nth-child(2) {
  opacity: 0;
}
.tpl .tpl-btn-hamburger.tpl__is-active span:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
  width: 100%;
}
.tpl .tpl-logo img {
  display: block;
  width: auto;
  height: auto;
  max-width: 105px;
  max-height: 36px;
}
.tpl .tpl-nav {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0 3.5rem;
}
.tpl .tpl-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tpl .tpl-nav li {
  margin-right: 28px;
}
.tpl .tpl-nav li:last-child {
  margin-right: 0;
}
.tpl .tpl-nav li a {
  color: rgba(5, 15, 44, 0.5);
  font: 1rem Lato-Medium, sans-serif;
}
.tpl .tpl-nav li a:hover {
  color: #050f2c;
}
.tpl .tpl-nav li a.tpl-nav-link {
  color: rgba(5, 15, 44, 0.7);
  font-family: Lato-Bold, sans-serif;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 4px;
}
.tpl .tpl-nav li a.tpl-nav-link:hover {
  color: #050f2c;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-btn-wrapper {
    max-width: 100%;
  }
  .tpl .tpl-nav li a.tpl-nav-link {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.tpl .tpl-nav a .tpl-rating {
  margin-top: 1px;
}
.tpl .tpl-nav .tpl-btn-wrapper {
  max-width: 100%;
  display: none;
}
@media only screen and (max-width: 1400px) {
  .tpl .tpl-nav {
    margin: 0 1.5rem;
  }
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-btn-hamburger {
    display: inline-block;
  }
  .tpl .tpl-nav li a {
    font-size: 1.375rem;
    color: #050f2c;
  }
  .tpl .tpl-nav li a.tpl-nav-link {
    color: #1349be;
  }
  .tpl .tpl-nav a .tpl-rating {
    font-size: 1rem;
    height: 26px;
  }
  .tpl .tpl-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    overflow-y: auto;
    background-color: #fafcff;
    z-index: -1;
    margin: 0;
    padding: 108px 15px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: 0.17s ease-in-out;
    transition: 0.17s ease-in-out;
  }
  .tpl .tpl-nav.tpl__is-active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  .tpl .tpl-nav .tpl-btn-wrapper {
    display: block;
    width: 100%;
  }
  .tpl .tpl-nav ul {
    display: block;
  }
  .tpl .tpl-nav li {
    margin-right: 0;
    margin-bottom: 1rem;
    width: 100%;
  }
  .tpl .tpl-nav li:last-child {
    margin-bottom: 0;
  }
}
.tpl input[type="search"] {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.tpl input[type="search"]::-webkit-search-cancel-button,
.tpl input[type="search"]::-webkit-search-decoration,
.tpl input[type="search"]::-webkit-search-results-button,
.tpl input[type="search"]::-webkit-search-results-decoration {
  appearance: none;
  -webkit-appearance: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.tpl .tpl-safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font: 0.875rem Lato-Medium, sans-serif;
  position: relative;
  text-align: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.5rem auto 0;
  color: rgba(5, 15, 44, 0.8);
}
.tpl .tpl-safety svg {
  width: 20px;
  height: 20px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 6px;
  fill: #ee3f58;
  margin-top: -1px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-nav {
    padding-top: 105px;
  }
  .tpl .tpl-safety {
    margin-top: 12px;
  }
}
.tpl .tpl-form .tpl-row {
  gap: 12px;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 575px) {
  .tpl .tpl-form .tpl-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tpl .tpl-form .tpl-row .tpl-form-group {
    width: 100%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
}
.tpl .tpl-form-input {
  display: block;
  width: 100%;
  padding: 12px 14px;
  text-align: left;
  background-color: #e7ecf8;
  border: 2px solid transparent;
  font: 1rem Lato-Medium, sans-serif;
  color: #050f2c;
  border-radius: 8px;
}
.tpl .tpl-form-input:focus {
  border-color: #8daef6;
}
.tpl .tpl-form-input:hover::-webkit-input-placeholder {
  color: rgba(5, 15, 44, 0.8);
}
.tpl .tpl-form-input:hover::-moz-placeholder {
  color: rgba(5, 15, 44, 0.8);
}
.tpl .tpl-form-input:hover:-moz-placeholder {
  color: rgba(5, 15, 44, 0.8);
}
.tpl .tpl-form-input:hover:-ms-input-placeholder {
  color: rgba(5, 15, 44, 0.8);
}
.tpl .tpl-form-input::-webkit-input-placeholder {
  font: 1em Lato-Medium, sans-serif;
  color: rgba(5, 15, 44, 0.6);
  -webkit-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input::-moz-placeholder {
  font: 1em Lato-Regular, sans-serif;
  color: rgba(5, 15, 44, 0.6);
  -webkit-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input:-moz-placeholder {
  font: 1em Lato-Regular, sans-serif;
  color: rgba(5, 15, 44, 0.6);
  -webkit-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input:-ms-input-placeholder {
  font: 1em Lato-Regular, sans-serif;
  color: rgba(5, 15, 44, 0.6);
  -webkit-transition: color 0.23s ease-in-out;
  transition: color 0.23s ease-in-out;
}
.tpl .tpl-form-input__error {
  color: #ff3d00;
  font: 11px/1.6 Lato-Medium, sans-serif;
  margin-top: 5px;
  margin-bottom: 5px;
  display: none;
}
.tpl .tpl-form .form-group {
  position: relative;
}
.tpl .tpl-form .form-group:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 12px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  display: none;
}
.tpl .tpl-form .field-fullName.has-error:before,
.tpl .tpl-form .field-indexform-phonenumber.has-error:before {
  display: block;
  background-image: url("../images/error.svg");
}
.tpl .tpl-form .form-group.has-error .tpl-form-input__error {
  display: block;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input {
  border-color: #ff3d00;
  background-color: #fff;
  padding-right: 40px;
}
.tpl
  .tpl-form
  .form-group.has-error
  .tpl-form-input::-webkit-input-placeholder {
  color: #050f2c;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input::-moz-placeholder {
  color: #050f2c;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input:-moz-placeholder {
  color: #050f2c;
}
.tpl .tpl-form .form-group.has-error .tpl-form-input:-ms-input-placeholder {
  color: #050f2c;
}
.tpl .tpl-form .field-fullName.has-success:before,
.tpl .tpl-form .field-indexform-phonenumber.has-success:before {
  display: block;
  background-image: url("../images/success.svg");
}
.tpl .tpl-form .form-group.has-success .tpl-form-input {
  padding-right: 40px;
}
.tpl .tpl-form-group {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl .tpl-form-group:last-child {
  margin-bottom: 0;
}
.tpl .tpl-form-group__range {
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .tpl .tpl-form-group__range {
    margin-bottom: 12px;
  }
}
.tpl .tpl-form-group__radios {
  margin-bottom: 2.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 575px) {
  .tpl .tpl-form-group__radios {
    margin-bottom: 1.25rem;
  }
}
.tpl .tpl-form-group__inputs {
  padding: 1rem 1rem 1.75rem;
  background-color: #fff;
  border-radius: 12px;
  -webkit-box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
}
.tpl .tpl-form-group__checkboxes {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.tpl .tpl-form-group__checkboxes .tpl-form-input__error {
  position: relative;
  line-height: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.tpl .tpl-form-checkbox {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  font: 14px/1.4 Lato-Regular, sans-serif;
  color: rgba(5, 15, 44, 0.5);
}
.tpl .tpl-form-checkbox a {
  color: inherit;
  border-bottom: 1px solid;
}
.tpl .tpl-form-radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  position: relative;
  padding: 0.5rem 12px;
  font: 1rem/1 Lato-Regular, sans-serif;
  color: #fff;
  border-radius: 4px 20px 20px;
  background: #1349be;
  background: linear-gradient(278deg, #1655de 0, #1349be 51.26%);
  cursor: pointer;
}
.tpl .tpl-form-radio svg {
  display: none;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  width: 16px;
  height: 16px;
  fill: #1349be;
  margin-left: 8px;
}
.tpl .tpl-form-radio:hover {
  background: #fff;
  color: #1349be;
}
.tpl .tpl-form-radio:hover svg {
  display: block;
}
.tpl .tpl-form-radio__label {
  display: inline-block;
}
.tpl .tpl-form-radio__label input {
  display: none;
}
.tpl .tpl-form-radio__label input:checked + span {
  background: #fff;
  color: #1349be;
}
.tpl .tpl-form-radio__label input:checked + span svg {
  display: block;
}
.tpl html.tpl__is-fixed {
  overflow: hidden;
}
.tpl .tpl-popup-form-uniq__btn-submit {
  display: block;
  width: 100%;
  padding: 20px 10px !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center;
  color: #fff !important;
  background-color: #1c70ef !important;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
  border-radius: 10px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  border: none !important;
}
.tpl .tpl-popup-form-uniq__btn-submit:hover {
  background-color: #0e57c5 !important;
}
.tpl .tpl-popup-form-uniq__btn-close {
  width: 24px;
  height: 24px;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: 0 !important;
  background: rgba(0, 0, 0, 0) !important;
  border: none !important;
  padding: 0 !important;
}
.tpl .tpl-popup-form-uniq__btn-close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 11px;
  height: 11px;
  fill: rgba(0, 0, 0, 0.25);
}
.tpl .tpl-popup-form-uniq {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
.tpl .tpl-popup-form-uniq * {
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.tpl .tpl-popup-form-uniq__overflow {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: 100%;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  z-index: 105;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  white-space: nowrap;
}
.tpl .tpl-popup-form-uniq__overflow:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.tpl .tpl-popup-form-uniq__body {
  width: 100%;
  max-width: 440px;
  background-color: #fff;
  padding: 32px 24px !important;
  border-radius: 10px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: normal;
  text-align: left;
}
.tpl .tpl-popup-form-uniq__title {
  text-align: center;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #000 !important;
}
.tpl .tpl-popup-form-uniq .tpl-popup-form-uniq__btn-close {
  position: absolute;
  top: 8px;
  right: 8px;
}
.tpl .tpl-form-popup-group {
  margin-bottom: 12px !important;
  border: none !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.tpl .tpl-form-popup-group:last-child {
  margin-bottom: 0;
}
.tpl .tpl-form-popup-label {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
.tpl .tpl-form-popup-label__text {
  font-weight: 500 !important;
  font-size: 14px !important;
  display: block !important;
  color: #000 !important;
  margin-bottom: 2px !important;
}
.tpl .tpl-form-popup-input {
  padding: 10px 14px !important;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.25) !important;
  display: block !important;
  width: 100% !important;
  font-size: 16px !important;
  outline: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.tpl .tpl-form-popup-input:focus,
.tpl .tpl-form-popup-input:hover {
  outline: 0 !important;
  border-color: #1c70ef;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.tpl .tpl-form-popup-textarea {
  min-height: 100px;
}
.tpl .tpl-form-popup-notice {
  font-size: 12px !important;
  margin-bottom: 16px !important;
  margin-top: 0 !important;
  opacity: 0.5;
  color: #000 !important;
}
.tpl .tpl-form-popup-error {
  font-weight: 600;
  color: red;
  font-size: 12px !important;
  margin-top: 0 !important;
  display: none;
}
.tpl .tpl-form-popup-label__checkbox {
  font-size: 12px !important;
  position: relative;
  padding-left: 24px !important;
}
.tpl .tpl-form-popup-label__checkbox span.tpl-form-popup-error {
  color: red !important;
  margin-top: 4px !important;
}
.tpl .tpl-form-popup-label__checkbox span {
  color: rgba(0, 0, 0, 0.5) !important;
}
.tpl .tpl-form-popup-label__checkbox span a {
  color: inherit !important;
  text-decoration: underline !important;
}
.tpl .tpl-form-popup-label__checkbox span a:hover {
  text-decoration: none !important;
}
.tpl .tpl-form-popup-label__checkbox input[type="checkbox"] {
  display: none;
}
.tpl
  .tpl-form-popup-label__checkbox
  input[type="checkbox"]:checked
  + span
  .tpl-form-popup-checkbox__ic {
  border-color: #000;
  background-color: #000;
}
.tpl
  .tpl-form-popup-label__checkbox
  input[type="checkbox"]:checked
  + span
  .tpl-form-popup-checkbox__ic
  svg {
  display: block;
}
.tpl .tpl-form-popup-checkbox__ic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
.tpl .tpl-form-popup-checkbox__ic svg {
  display: block;
  width: 12px;
  height: 12px;
  fill: none;
  stroke: #fff !important;
  stroke-width: 2px;
  stroke-linecap: round;
}
.tpl .tpl-header {
  position: relative;
  z-index: 3;
}
.tpl .tpl-header__logo {
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.tpl .tpl-header-content {
  background-color: transparent;
  margin-bottom: 2rem;
  padding: 2rem 0;
  -webkit-transition: 0.17s ease-in-out;
  transition: 0.17s ease-in-out;
}
.tpl .tpl-header.tpl__is-active .tpl-header-content {
  -webkit-box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
  box-shadow: 0 2px 20px 0 rgba(7, 40, 135, 0.08);
}
.tpl .tpl-timer {
  display: inline-block;
  padding: 6px 8px;
  text-align: center;
  width: 64px;
  font: 1.125rem/1.2 Lato-Bold, sans-serif;
  color: #0a42ff;
  background: #1349be;
  background: linear-gradient(278deg, #1655de 0, #1349be 51.26%);
  border-radius: 8px;
}
.tpl .tpl-timer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 12px;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-timer {
    width: 64px;
    font-size: 1.125rem;
  }
  .tpl .tpl-timer__wrapper {
    gap: 8px;
  }
}
.tpl .tpl-timer__label {
  font: 1rem/1 Lato-Regular, sans-serif;
  color: #1349be;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-timer__label {
    font-size: 14px;
  }
}
@media only screen and (max-width: 374px) {
  .tpl .tpl-logo img {
    max-width: 90px;
  }
  .tpl .tpl-timer__label {
    font-size: 12px;
  }
}
.tpl .tpl-signal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ff3d00;
  position: relative;
  margin-top: 2px;
}
.tpl .tpl-signal:before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ff3d00;
  -webkit-animation: 3s linear infinite pulse;
  animation: 3s linear infinite pulse;
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-signal {
    width: 24px;
    height: 24px;
  }
  .tpl .tpl-signal:before {
    width: 16px;
    height: 16px;
  }
}
@-webkit-keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pulse {
  0%,
  100% {
    -webkit-transform: scale(0.4, 0.4);
    transform: scale(0.4, 0.4);
  }
  50% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.tpl .tpl-sect__text {
  padding: 3.5rem 0;
  background-color: #fff;
}
.tpl .tpl-sect__text .tpl-content {
  font-size: 1rem;
}
@media only screen and (max-width: 575px) {
  .tpl .tpl-sect__text {
    padding-top: 2.5rem 0;
  }
}
body,
html {
  height: auto !important;
}
.tpl .tpl-checkbox__label input:checked ~ .tpl-checkbox__sign {
  background-color: rgba(5, 15, 44, 0.5) !important;
  border-color: rgba(5, 15, 44, 0.5) !important;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.tpl .tpl-checkbox:checked ~ .tpl-checkbox__sign::after {
  display: none !important;
}
.tpl .tpl-checkbox__label .tpl-checkbox__sign {
  position: relative !important;
  width: 18px !important;
  height: 18px !important;
  border-radius: 5px !important;
  transition: 0.23s ease-in-out !important;
  border-color: #ff3d00;
  background-color: #fff;
  flex: none !important;
  margin-right: 12px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: 12px !important;
  min-width: 18px !important;
  min-height: 18px !important;
}
.tpl .tpl-form-group__checkboxes &gt; div {
  margin-bottom: 12px;
}
@media only screen and (max-width: 1400px) {
  .tpl .tpl-nav li {
    margin-right: 1rem;
  }
  .tpl .tpl-nav {
    margin-left: 1rem;
  }
}
@media only screen and (max-width: 1100px) {
  .tpl .tpl-nav {
    margin-left: 0;
  }
}
.tpl .tpl-header__logo {
  flex: none;
}
</pre></body></html>