body {
   font-family: "Inter", serif;
   color: #000000;
   font-size: 16px;
   margin: 0;
   padding: 0;
}

body, html {
   height: 100%;
}

div, p, form, input, a, span, button, textarea, input {
   box-sizing: border-box;
}

ul, li {
   display: block;
   padding: 0;
   margin: 0;
}

p {
   margin: 0;
   font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
   margin: 0;
}

a, a:hover, a:active {
   text-decoration: none;
}

a, button, input {
   transition: all 0.5s ease;
}

input {
   font-family: inherit;
   border-radius: 0;
   -webkit-appearance: button;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
   outline: none;
}

main {
   flex: 1 1 auto;
}

.wrapper {
   min-height: 100%;
   display: flex;
   flex-direction: column;
}

.container {
   margin: 0 auto;
   max-width: 1280px;
   padding-left: 40px;
   padding-right: 40px;
}

.data-button-blue {
   margin-top: 50px;
   color: #fff;
   display: block;
   padding: 15px;
   border: 2.24px solid #163e77;
   background-color: #00325d;
   font-size: 16px;
   font-weight: 700;
   text-align: center;
   text-transform: uppercase;
   box-shadow: 1px 7px 10px rgba(0, 0, 0, .5);
   cursor: pointer;
}

.data-button-blue:hover {
   box-shadow: none;
}

.iti {
   width: 100%;
}

.error-message, .form-message {
   color: red;
}

.main-header {
   background-color: #ffffff;
   padding: 15px 0;
}

.main-header .data-wrapper {
   text-align: center;
}

.main-banner .data-heading {
   color: #fff;
   padding: 50px 0;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}

.main-banner .data-heading--small {
   padding: 30px 0;
}

.main-banner .data-heading .data-inner {
   max-width: 540px;
   margin: auto;
}

.main-banner .data-heading .data-title {
   font-size: 20px;
   text-transform: uppercase;
}

.main-banner .data-heading .data-title--small {
   font-size: 14px;
   padding-left: 20px;
   line-height: 22px;
}

.main-banner .data-main-body {
   padding-top: 22px;
   padding-bottom: 50px;
}

.main-banner .data-main-body .data-wrapper {
   max-width: 560px;
   margin: auto;
}

.main-banner .data-main-body .data-subtitle {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 15px;
   font-size: 12px;
   line-height: 1.3em;
   font-weight: 400;
   margin-bottom: 50px;
   position: relative;
   text-transform: uppercase;
}

.main-banner .data-main-body .data-subtitle:before {
   content: '';
   display: block;
   width: 4px;
   height: 42px;
   background: url('../img/line.png') no-repeat center center/contain;
}

.main-banner .data-main-body .data-title {
   font-size: 16px;
   font-weight: 700;
   text-align: center;
   line-height: 1.3em;
   margin-bottom: 50px;
   position: relative;
   text-transform: uppercase;
}

.main-banner .data-main-body .data-button-blue {
   margin-bottom: 40px;
}

.main-banner .data-support-label {
   font-size: 14px;
   font-weight: 600;
   line-height: 120%;
   letter-spacing: 0;
   text-transform: uppercase;
   margin: 0 auto 22px;
   text-align: center;
   border-bottom: 1px solid #0000007c;
   width: max-content;
}

.main-banner .data-support-image {
   text-align: center;
}

.main-banner .form .data-select-label,
.main-banner .form .data-form-title {
   text-align: center;
   color: #000;
   font-weight: 500;
   margin-bottom: 20px;
   font-size: 14px;
}

.main-banner .form .data-form-title {
   margin-bottom: 40px;
}

.main-banner .form .data-form-heading {
   padding-bottom: 30px;
   text-align: center;
   color: #002647;
   font-size: 16px;
   font-weight: 400;
   line-height: 110%;
   letter-spacing: 2%;
   border-bottom: 1px solid #00000026;
   margin-bottom: 40px;
}

.main-banner .form .data-form-select {
   border: 1px solid #767676;
   height: 43px;
   padding: 0 30px 0 10px;
   font-weight: 600;
   font-size: 16px;
   border-radius: 2px;
   width: 100%;
   appearance: none;
}

.main-banner .form .data-select-wrapper {
   position: relative;
}

.main-banner .form .data-select-wrapper:after {
   content: "▼";
   padding: 0 8px;
   font-size: 12px;
   position: absolute;
   right: 8px;
   top: 13px;
   z-index: 1;
   text-align: center;
   width: 10%;
   height: 100%;
   pointer-events: none;
   box-sizing: border-box;
}

.main-banner .form .data-select-group:not(:last-child) {
   margin-bottom: 30px;
}

.main-banner .form .data-form-selects {
   margin-bottom: 30px;
}

.main-banner .form .data-input-group:not(:last-child) {
   margin-bottom: 20px;
}

.main-banner .form .data-input-label {
   font-size: 14px;
   margin-bottom: 10px;
   display: block;
}

.main-banner .form .data-form-input {
   width: 100%;
   padding: 15px;
   font-size: 16px;
   color: #000000;
   border: 1px solid rgb(118, 118, 118);
}

.main-banner .form .data-button {
   width: 100%;
   font-size: 32px;
}

.main-footer {
   padding: 10px 0;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   color: #ffffff;
   min-height: 112px;
   display: flex;
   align-items: center;
}

.main-footer .data-wrapper {
   max-width: 560px;
   margin: auto;
}

.main-footer .data-text {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 15px;
   position: relative;
   text-transform: uppercase;
   color: #fff;
   font-size: 14px;
   margin-bottom: 30px;
   line-height: 20px;
}

.main-footer .data-text:before {
   content: '';
   display: block;
   min-width: 7px;
   height: 77px;
   background: url('../img/line.png') no-repeat center center/contain;
}

.main-footer .data-link {
   display: block;
   color: #fff;
   text-align: center;
   font-size: 16px;
}

.main-footer .data-link:hover {
   text-decoration: underline;
}

.thanks-section {
   padding: 100px 0;
   text-align: center;
}

.thanks-section .data-title {
   margin-bottom: 30px;
}

@media only screen and (max-width: 768px) {
   .container {
      padding-left: 20px;
      padding-right: 20px;
   }

   .main-banner .form .data-button {
      font-size: 18px;
   }
}









.data-logotype {
   display: inline-block;
   max-width: 100px;
}
img {
   width: 100%;
   height: auto;
}
.main-banner .data-support-image img {
   max-width: 270px;
}