body, html {
  margin: 0px;
  padding: 0px;
}

body * {
  box-sizing: border-box;
  font-family: "Oswald", sans-serif;
}

footer {
  background-color: rgb(85, 85, 85);
  height: auto;
  padding: 20px 0px;
  text-align: center;
}
footer .outer__footer ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  margin-top: 15px;
  align-items: center;
  justify-content: center;
}
footer .outer__footer ul > li {
  margin-right: 15px;
}
footer .outer__footer ul > li > a {
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  transition: 0.4s ease all;
}
footer .outer__footer ul > li > a:hover {
  opacity: 0.7;
}
footer .outer__footer ul > li:last-child {
  margin-right: 0px;
}
footer .outer__footer > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
}
footer .outer__footer > p {
  margin: 0px;
  text-align: center;
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
footer .container {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.cta__wrapper {
  background-color: rgb(236, 254, 255);
  padding: 50px 0px;
}
.cta__wrapper .outer__cta {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.cta__wrapper .outer__cta .bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.cta__wrapper .outer__cta .bottom > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  min-height: 80px;
  min-width: 353px;
  padding: 15px;
  border: 2px solid #32FB02;
  background: #29D600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  transition: 0.4s ease all;
}
.cta__wrapper .outer__cta .bottom > a:hover {
  background: #22B000;
  color: #FFFFFF;
}
.cta__wrapper .outer__cta .bottom > span {
  display: block;
  text-align: center;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
  font-style: italic;
}
.cta__wrapper .outer__cta > p {
  margin: 0px;
  color: #5c6175;
  font-size: 19px;
  line-height: 26px;
  text-align: center;
}
.cta__wrapper .outer__cta > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  line-height: 48px;
}

.top__part {
  background-color: #ED822D;
  padding: 12px 0px;
}
.top__part .container {
  max-width: 970px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.top__part .outer__top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top__part .outer__top > a {
  color: #fff;
  font-size: 1.4861rem;
  font-family: Oswald;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-shadow: 0px 0px 5px black;
  border-radius: 0;
}
.top__part .outer__top span {
  display: inline-flex;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.top__part .outer__top span img {
  max-width: 90px;
}

.main__box .container {
  max-width: 1070px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.main__box .logos {
  background-color: rgb(211, 211, 211);
}
.main__box .logos .outer__logos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 23px;
  padding-bottom: 23px;
  padding-right: 450px;
}
.main__box .logos .outer__logos > p {
  margin: 0px;
  font-size: 18px;
  font-weight: 900;
  margin-right: 25px;
  white-space: nowrap;
}
.main__box .logos .outer__logos .logos__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.main__box .logos .outer__logos .logos__box > img {
  max-width: 27%;
  margin-right: 35px;
}
.main__box .logos .outer__logos .logos__box > img:last-child {
  margin-right: 0px;
}
.main__box .top__main {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  padding-top: 65px;
}
.main__box .top__main .info__main .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.main__box .top__main .info__main .list .column ul {
  margin: 10px 0px;
}
.main__box .top__main .info__main .list .column ul > li {
  font-size: 21px;
  line-height: 37px;
  font-weight: 400;
}
.main__box .top__main .info__main .list .column p {
  font-size: 26px;
}
.main__box .top__main .info__main .list .column img {
  display: block;
  margin-left: 15px;
}
.main__box .top__main .info__main > h3 {
  margin: 0px;
  font-family: "Oswald", sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 38px;
}
.main__box .top__main .info__main > h3 span {
  text-decoration: underline;
  font-weight: 700;
}
.main__box .top__main .info__main > h2 {
  margin-top: 0px;
  color: #ff0000;
  line-height: 6rem;
  font-size: 4.9536rem;
  margin-bottom: 15px;
  font-weight: bold;
}
.main__box .top__main:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgb(255, 255, 255);
}
.main__box .top__main .outer {
  padding-right: 450px;
  position: relative;
}
.main__box .top__main .outer .form__wrapper {
  position: absolute;
  right: 0px;
  top: 0px;
  min-width: 425px;
  max-width: 425px;
  border: 0.1875rem solid #FFDB00;
  border-radius: 0.3125rem 0.3125rem 0.3125rem 0.3125rem;
  background: rgb(255, 255, 255);
  opacity: 1;
}
.main__box .top__main .outer .form__wrapper .head {
  text-align: center;
  padding: 10px 15px;
  background-color: rgb(255, 219, 0);
}
.main__box .top__main .outer .form__wrapper .head > p {
  margin: 0px;
  font-size: 1.14rem;
  line-height: 1.3rem;
  color: #000000;
}
.main__box .top__main .outer .form__wrapper .head > p span {
  text-decoration: underline;
}
.main__box .top__main .outer .form__wrapper .head > h6 {
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #000;
  font-weight: bold;
}
.main__box .top__main .outer .form__wrapper .content {
  padding-top: 15px;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 45px;
}
.main__box .top__main .outer .form__wrapper .content form .bottom__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button {
  background: #29D600;
  color: #FFFFFF;
  font-size: 1.6099rem;
  font-weight: 700;
  font-style: normal;
  height: 4.6875rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
  width: 100%;
  border: 0px;
  transition: 0.4s ease all;
}
.main__box .top__main .outer .form__wrapper .content form .group__submit button:hover {
  background: #23B020;
  color: #FFFFFF;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input {
  width: 100%;
  margin-bottom: 15px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input.error > p {
  color: #e85f54;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input.error > select {
  border-color: #e85f54;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input .radios {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio {
  font-family: "Open Sans", sans-serif;
  font-size: 25px;
  color: #000;
  font-weight: 400;
  margin-right: 80px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio:last-child {
  margin-right: 0px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > input {
  border-radius: 2px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  height: 43px;
  background-color: #ECF8FD;
  border: 1px solid #A3BAC6;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > p {
  margin-top: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 25px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 6px;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > textarea {
  border-radius: 2px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding-left: 12px;
  padding-right: 12px;
  width: 100%;
  padding-top: 12px;
  resize: none;
  height: 100px;
  background-color: #ECF8FD;
  border: 1px solid #A3BAC6;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > select {
  border-radius: 2px;
  font-size: 15px;
  font-family: "Open Sans", sans-serif;
  padding-left: 12px;
  padding-right: 30px;
  width: 100%;
  height: 43px;
  background: url("../images/select-arrow-drop-down.webp");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: calc(100% - 10px) center;
  background-color: #ECF8FD;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  border: 1px solid #A3BAC6;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input > select * {
  font-family: "Open Sans", sans-serif;
}
.main__box .top__main .outer .form__wrapper .content form > .group__input:last-child {
  margin-bottom: 0px;
}
.main__box .top__main .outer .form__wrapper .content .after {
  display: flex;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.main__box .top__main .outer .form__wrapper .content .after > span {
  display: block;
  font-size: 0.8rem;
  line-height: 0.9rem;
  color: #000000;
  font-weight: 400;
}
.main__box .top__main .outer > span {
  display: block;
  color: #000000;
  font-size: 1.3rem;
  line-height: 2.2rem;
}
.main__box .top__main .outer > span span {
  text-decoration: underline;
}
.main__box .top__main .outer .limited {
  margin-top: 40px;
}
.main__box .top__main .outer .limited > p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 1.36rem;
  line-height: 1.9rem;
  font-weight: bold;
  color: #000;
}
.main__box .top__main .outer > p {
  margin-top: 0px;
  font-size: 1.7rem;
  line-height: 2.8rem;
}
.main__box .top__main .outer > p span {
  font-weight: bold;
  text-decoration: underline;
}
.main__box .top__main .outer > h2 {
  text-align: center;
  margin-top: 0px;
  color: #ff0000;
  font-size: 4rem;
  line-height: 4.475rem;
  margin-bottom: 10px;
}

.container__radio {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

/* Hide the browser's default radio button */
.container__radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: relative;
  min-width: 16px;
  max-width: 16px;
  min-height: 16px;
  max-height: 16px;
  border-radius: 250px;
  margin-right: 15px;
  border: 1px solid #8195a8;
  border-radius: 250px;
}

/* When the radio button is checked, add a blue background */
.container__radio input:checked ~ .checkmark {
  background-color: #308dfc;
  border-color: #308dfc;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container__radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container__radio .checkmark:after {
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.error__box {
  position: absolute;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #e85f54;
  padding: 0.4375rem 0.9375rem;
  max-width: 250px;
  min-width: 0px;
  word-wrap: break-word;
  margin: auto;
  left: -235px;
  top: 150px;
  z-index: 3;
}
.error__box p {
  margin: 0px;
  font-family: "Open Sans", sans-serif;
}
.error__box:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.375rem;
  height: 0.375rem;
  transform: rotate(45deg);
  background-color: #e85f54;
  top: -0.1875rem;
  left: auto;
  right: -3px;
  top: 14px;
}

.faq__wrapper {
  padding: 45px 0px;
}
.faq__wrapper .outer__faq .faq__list {
  width: 100%;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem {
  margin-top: 16px;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem:nth-child(1) {
  margin-top: 0px;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem .faq__content > p {
  margin: 0px;
  padding: 15px 13px 0px;
  padding-left: 23px;
  padding-right: 0px;
  margin-top: 10px;
  color: #444444 !important;
  font-size: 20px;
  line-height: 30px;
  text-align: justify;
  font-family: "poppins", Fallback, sans-serif !important;
  font-weight: 600;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1) !important;
  border-radius: 10px;
  cursor: pointer;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 37px;
  font-weight: bold;
  color: #F08646;
  line-height: 0px;
  position: relative;
  top: -1px;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head > span img {
  min-width: 20px;
  max-width: 20px;
}
.faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head > h6 {
  margin: 0px;
  margin-right: 12px;
  font-family: "poppins", Fallback, sans-serif !important;
  font-size: 20px;
  color: #000b1d !important;
  font-weight: bold;
}
.faq__wrapper .outer__faq > h2 {
  text-align: center;
  margin-top: 0px;
  font-size: 34px;
  line-height: 44px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
}
.faq__wrapper .container {
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.our__success {
  background-color: #F9FAFB;
  padding: 40px 0px;
}
.our__success .container {
  max-width: 1090px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.our__success .outer__success {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.our__success .outer__success > .desc {
  max-width: 500px;
  width: 100%;
  margin-right: 35px;
  min-width: 500px;
}
.our__success .outer__success > .desc .btn {
  margin-top: 35px;
}
.our__success .outer__success > .desc .btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  min-height: 80px;
  min-width: 353px;
  padding: 15px;
  border: 2px solid #32FB02;
  background: #29D600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  transition: 0.4s ease all;
}
.our__success .outer__success > .desc .btn > a:hover {
  background: #22B000;
  color: #FFFFFF;
}
.our__success .outer__success > .desc .list {
  margin-top: 25px;
}
.our__success .outer__success > .desc .list > .el {
  margin-bottom: 20px;
}
.our__success .outer__success > .desc .list > .el > p {
  margin: 0px;
  font-size: 15px;
  line-height: 22px;
}
.our__success .outer__success > .desc .list > .el > h6 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  line-height: 32px;
}
.our__success .outer__success > .desc .list > .el:last-child {
  margin-bottom: 0px;
}
.our__success .outer__success > .desc > p {
  margin: 0px;
  font-size: 15px;
  line-height: 22px;
  color: #5c6175;
  font-family: "Oswald", sans-serif;
}
.our__success .outer__success > .desc > h2 {
  margin-top: 0px;
  font-size: 37px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 10px;
}
.our__success .outer__success .media {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 540px;
  width: 100%;
}
.our__success .outer__success .media > img {
  object-fit: cover;
  width: 100%;
  max-width: 540px;
}

.important {
  padding: 40px 0px;
}
.important .container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.important .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
.important .grid > .elem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 35px 20px;
  text-align: center;
  box-shadow: rgba(93, 93, 93, 0.25) 2px 0 5px 1px;
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  background: rgb(255, 255, 255);
}
.important .grid > .elem > .desc > p {
  margin: 0px;
  margin-left: auto;
  margin-right: auto;
  color: #5c6175;
  font-size: 18px;
  line-height: 25px;
}
.important .grid > .elem > .desc > p span {
  font-weight: bold;
}
.important .grid > .elem > .media {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.important .outer__important > .head {
  text-align: center;
  margin-bottom: 30px;
}
.important .outer__important > .head > h2 {
  margin-top: 0px;
  font-size: 40px;
  line-height: 44px;
  font-family: "Oswald", sans-serif;
  font-weight: bold;
  color: #000000;
  margin-bottom: 15px;
}
.important .outer__important > .head > p {
  margin: 0px;
  font-size: 16px;
  line-height: 24px;
  color: #5c6175;
  font-weight: 400;
}

.why__compensation {
  background-color: #F9FAFB;
}
.why__compensation .outer__why {
  padding-top: 25px;
  padding-bottom: 135px;
  padding-right: 450px;
}
.why__compensation .outer__why > .box {
  width: 100%;
  border: 0.0625rem solid #A3BAC6;
  background: rgb(255, 255, 255);
  padding: 20px 25px;
  padding-bottom: 50px;
}
.why__compensation .outer__why > .box .btn {
  margin-top: 35px;
}
.why__compensation .outer__why > .box .btn > a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  min-height: 80px;
  min-width: 353px;
  padding: 15px;
  border: 2px solid #32FB02;
  background: #29D600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
  transition: 0.4s ease all;
}
.why__compensation .outer__why > .box .btn > a:hover {
  background: #22B000;
  color: #FFFFFF;
}
.why__compensation .outer__why > .box > p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
  max-width: 535px;
}
.why__compensation .outer__why > .box > span {
  display: block;
  font-size: 16px;
  line-height: 28px;
  font-weight: 4000;
}
.why__compensation .outer__why > .box .media {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 15px;
}
.why__compensation .outer__why > .box .media img {
  width: 100%;
  max-width: 450px;
}
.why__compensation .outer__why > .box > h6 {
  margin-top: 0px;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  margin-bottom: 12px;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid #FFCB03;
}

.main__box .top__main .outer .form__wrapper .content form > .group__input > p {
  font-size: 15px;
  line-height: 19px;
}

.main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio.green {
  color: #1ec625 !important;
  font-weight: bold;
}

.main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio.red {
  color: #d60f0d !important;
  font-weight: 400;
}

.mobile-only {
  display: none;
}

@media (max-width: 991px) {
  .main__box .top__main .info__main > h2 {
    font-size: 60px;
    text-align: center;
    line-height: 70px;
  }
  .why__compensation .outer__why > .box .btn > a {
    min-width: 0px;
    width: 100%;
  }
  .main__box .top__main .info__main > h3 {
    font-size: 24px;
    text-align: left;
    line-height: 32px;
    width: calc(100% - 150px);
    margin-left: auto;
  }
  .main__box .top__main .info__main .list .column img {
    width: 130px;
    height: auto;
    margin-top: -60px;
  }
  .main__box .top__main .info__main p {
    font-size: 20px;
  }
  .main__box .top__main .info__main .list {
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .main__box .top__main .info__main .list .column ul > li {
    text-align: left;
    font-size: 18px;
    line-height: 30px;
  }
  .why__compensation .outer__why {
    padding-bottom: 50px;
    padding-right: 0px;
  }
  .why__compensation .outer__why > .box {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .important .grid > .elem {
    padding-left: 15px;
    padding-right: 15px;
  }
  .important .grid > .elem > .desc > p br {
    display: none;
  }
  .important .outer__important > .head > h2 {
    font-size: 32px;
    line-height: 38px;
  }
  .our__success .outer__success > .desc > h2 {
    font-size: 30px;
  }
  .our__success .outer__success > .desc .list > .el > h6 {
    font-size: 21px;
    line-height: 28px;
  }
  .our__success .outer__success > .desc {
    min-width: 410px;
    margin-right: 25px;
    max-width: 410px;
  }
  .faq__wrapper .outer__faq > h2 {
    font-size: 27px;
    line-height: 34px;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head > h6 {
    font-size: 18px;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem .faq__content > p {
    font-size: 18px;
    line-height: 28px;
  }
  .error__box:before {
    left: 15px;
    right: auto;
    top: -4px;
  }
  .main__box .logos .outer__logos {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 0px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .main__box .logos .outer__logos > p {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  .main__box .logos .outer__logos .logos__box {
    justify-content: center;
  }
  .main__box .logos .outer__logos .logos__box > img {
    margin-right: 25px;
    max-height: 35px;
  }
  .main__box .logos .outer__logos .logos__box > img:last-child {
    margin-right: 0px;
  }
  .main__box .top__main .outer .form__wrapper {
    position: static;
    max-width: 480px;
    min-width: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .main__box .top__main .outer > p br {
    display: none;
  }
  .main__box .top__main .outer > span br {
    display: none;
  }
  .main__box .top__main .outer {
    padding-right: 0px;
  }
  .main__box .top__main .outer {
    max-width: 480px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input > p {
    text-align: left;
  }
  .main__box .top__main .outer > h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }
  .main__box .top__main .outer > p {
    font-size: 1.35rem;
    line-height: 1.8rem;
  }
  .main__box .top__main .outer > span {
    font-size: 1.1rem;
    line-height: 1.8rem;
  }
  .main__box .top__main .outer .limited {
    margin-top: 25px;
  }
  .main__box .top__main .outer .limited > p {
    font-size: 1.1rem;
    line-height: 1.4rem;
  }
  .main__box .top__main .outer .form__wrapper {
    margin-top: 35px;
  }
  .main__box .top__main {
    padding-bottom: 25px;
  }
  .main__box .top__main {
    padding-top: 10px;
  }
  .main__box .top__main .outer > h2 {
    font-size: 2.16rem;
    line-height: 2.4rem;
  }
  .main__box .top__main .outer > p {
    font-size: 1.05rem;
    line-height: 1.4rem;
  }
  .main__box .top__main .outer > p br {
    display: block;
  }
  .main__box .top__main .outer > span {
    font-size: 0.9rem;
    line-height: 1.3rem;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .main__box .top__main .outer .form__wrapper {
    margin-top: 15px;
  }
  .main__box .top__main .outer .limited > p {
    font-size: 0.86rem;
    line-height: 1.1rem;
    max-width: 312px;
    margin-left: auto;
    margin-right: auto;
  }
  .main__box .top__main .outer {
    max-width: 420px;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input {
    margin-bottom: 28px;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input > select {
    height: 56px;
    font-size: 1.25rem;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input > input {
    height: 56px;
    font-size: 1.25rem;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input > p {
    margin-bottom: 12px;
  }
  .error__box {
    min-width: 0px;
  }
  .desktop-only {
    display: none;
  }
  .mobile-only {
    display: block;
  }
}
.small__media {
  display: none;
}

.our__success .mobile__media {
  display: none;
}

@media (max-width: 767px) {
  .important .outer__important > .head > h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .important .outer__important > .head > p {
    font-size: 14px;
    line-height: 22px;
  }
  .important .outer__important > .head {
    margin-bottom: 20px;
  }
  .important {
    padding: 30px 0px;
  }
  .important .grid {
    grid-template-columns: 1fr;
    max-width: 440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .important .grid > .elem > .desc > p {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
  }
  .important .grid > .elem > .desc > p br {
    display: block;
  }
  .our__success {
    padding: 30px 0px;
  }
  .our__success .outer__success > .desc .btn {
    margin-top: 25px;
  }
  .our__success .outer__success > .desc .btn > a {
    width: 100%;
  }
  .our__success .mobile__media {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
  }
  .our__success .mobile__media > img {
    max-width: 100%;
  }
  .our__success .outer__success .media {
    display: none;
  }
  .our__success .outer__success > .desc {
    min-width: 0px;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .outer__footer {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .outer__faq {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head > h6 {
    font-size: 16px;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head {
    padding: 15px;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem .faq__content > p {
    padding: 10px 15px;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem .faq__content > p {
    font-size: 16px;
    line-height: 24px;
  }
  .cta__wrapper .outer__cta > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .cta__wrapper .outer__cta > p {
    font-size: 16px;
    line-height: 23px;
  }
  .cta__wrapper .outer__cta .bottom {
    margin-top: 25px;
  }
  .cta__wrapper .outer__cta .bottom > span {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  .cta__wrapper {
    padding: 35px 0px;
  }
}
@media (max-width: 480px) {
  .why__compensation .outer__why > .box {
    padding: 10px 15px;
  }
  .why__compensation .outer__why > .box > h6 {
    font-size: 22px;
    line-height: 28px;
  }
  .why__compensation .outer__why > .box .btn {
    margin-top: 20px;
  }
  .why__compensation .outer__why > .box .btn > a {
    font-size: 20px;
    min-width: 0px;
    min-height: 70px;
    width: 100%;
  }
  .main__box .top__main .info__main > h2 {
    font-size: 48px;
    line-height: 60px;
  }
  .main__box .top__main .info__main > h3 {
    font-size: 20px;
    line-height: 28px;
    width: calc(100% - 120px);
  }
  .main__box .top__main .info__main p {
    margin-top: 0;
  }
  .main__box .top__main .info__main .list .column img {
    margin-top: -40px;
    width: 100px;
  }
  .our__success .outer__success > .desc .btn > a {
    font-size: 20px;
    min-width: 290px;
    min-height: 70px;
    width: 100%;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem > .faq__head > h6 {
    font-size: 14px;
    line-height: 20px;
  }
  .faq__wrapper .outer__faq .faq__list > .faq__elem .faq__content > p {
    font-size: 14px;
    line-height: 20px;
  }
  .faq__wrapper .outer__faq > h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .main__box .top__main .outer .form__wrapper .content form .group__submit button {
    height: 55px;
    font-size: 1.3rem;
  }
  .main__box .top__main .outer .form__wrapper .content form .group__submit {
    margin-top: 20px;
  }
  .main__box .top__main .outer .form__wrapper .content {
    padding-bottom: 20px;
  }
  .main__box .top__main .outer .form__wrapper .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input > p {
    font-size: 16px;
    line-height: 23px;
  }
  .main__box .top__main .outer .form__wrapper .head > h6 {
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
  .main__box .top__main .outer .form__wrapper .head > p {
    font-size: 1rem;
    line-height: 1.1rem;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio {
    margin-right: 50px;
  }
  .main__box .top__main .outer .form__wrapper .content form > .group__input .radios .container__radio {
    font-size: 21px;
  }
  .top__part .outer__top > a {
    font-size: 1.2rem;
  }
  .top__part .outer__top span img {
    max-width: 75px;
  }
  .cta__wrapper .outer__cta .bottom {
    width: 100%;
  }
  .cta__wrapper .outer__cta .bottom > a {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
  .cta__wrapper .outer__cta > h2 br {
    display: none;
  }
  .cta__wrapper .outer__cta > p br {
    display: none;
  }
  .cta__wrapper .outer__cta .bottom > a {
    font-size: 16px;
    min-height: 45px;
  }
  .cta__wrapper .outer__cta .bottom > a {
    font-size: 20px;
    min-width: 290px;
    min-height: 70px;
  }
}
@media (max-width: 400px) {
  .important .grid > .elem > .desc > p br {
    display: none;
  }
  .top__part .outer__top > a {
    font-size: 1rem;
  }
  .top__part .outer__top span img {
    max-width: 60px;
  }
  .top__part .outer__top span {
    left: -10px;
  }
}
@media (max-width: 360px) {
  .main__box .top__main .outer > p {
    font-size: 0.94rem;
    line-height: 1.3rem;
  }
}
#loaderWrapper {
  display: none;
}

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