@import url("https://fonts.googleapis.com/css2?family=Nokora:wght@100..900&family=Sora:wght@100..800&display=swap");

*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  cursor: pointer;
  padding: 0;
}

a {
  text-decoration: none;
  font-family: inherit;
}

html {
  height: 100%;
}

body {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-family: "Sora", sans-serif;
  color: #0b0e38;
  background-color: #ffffff;
  overflow-x: hidden;
  font-size: 16px;
  line-height: 19px;
}

main {
  flex: 1 0 auto;
}

.container {
  padding: 0 14px;
}

.btn{
    display: flex;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
    text-transform: uppercase;
    border: none;
    transition: all .3s;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    font-family: Sora;
    white-space: nowrap;
}

.btn-light:focus-visible{
  background-color: #0983D1;
  color: #FFF;
}

.btn-dark{
    background: #0B0E38;
    padding: 17px 29px;
    min-width: 216px;
}

.btn-dark:hover {
  background-color: #0071da;
  color: #ffffff;
}

.btn-dark:active {
   background-color: #0983D1;
   color: #FFF;
}

.btn-light{
  background: #10AEAE;
  min-height: 61px;
  padding: 20px 29px !important;
  min-width: 212px;
  --bs-btn-active-color: #FFF;
  --bs-btn-active-bg: #0983D1;
  --bs-btn-active-border-color: none;
}

.btn-light:hover {
  background: #0b8c8c;
}

.btn-light:active {
    background-color: #0983D1;
   color: #FFF;
}

.btn__text {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  color: #ffffff;
  text-decoration: none;
}

.header--btn {
  line-height: 25px;
  font-family: "Nokora", sans-serif;
  border-radius: 18px;
  padding: 18px 30px;
  line-height: normal;
  background-color: #0b0e38;
  min-width: 227px;
  max-height: 50px;
}

.header--btn__text {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  color: #ffffff;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.btn-try-now {
    min-height: 60px;
    background: #2A9275;
    border: 1px solid #2A9275;
    align-items: center;
    line-height: normal;
    text-decoration: none;
    box-shadow: 0 0 0 0 rgba(57, 213, 156, 0.4);
    -moz-animation: pulse 2s infinite;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    padding-left: 46px;
    padding-right: 46px;
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(57, 213, 156, 1);
    }
    70% {
        box-shadow: 0 0 0 10px rgba(57, 213, 156, 0);
    }
    100% {
        box-shadow: 0 0 0 50px rgba(57, 213, 156, 0);
    }
}

.btn-try-now:hover {
    animation: none;
    color: #ffffff;
    background: #2A9275;
}

.best__input{
    border-radius: 12px;
    background-color: #ffffff;
    padding: 19px 20px 19px 47px;
    border: none;
    background-image: url("../images/home/zip.svg");
    background-repeat: no-repeat;
    background-position: left 20px center;
    background-size: 22px 22px;
    color: #01132e;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    border: 1px solid transparent;
    transition: all 250ms ease-out;
}

.best__input:focus{
    outline: none;
    border: 1px solid #10AEAE;
}

.best__input::placeholder{
    color: #56647B;
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
}

.header--btn:hover {
  background-color: #0071da;
  color: #ffffff;
}
.header--btn:active {
  background-color: #0091da !important;
  color: #ffffff !important;
}

.main__title{
    font-size: 56px;
    font-weight: 600;
    line-height: 109%;
    letter-spacing: 1.12px;
    text-align: left;
}

.text{
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.32px;
}

.text__bold{
    font-size: 16px;
    font-weight: 600;
    line-height: 144%;
    letter-spacing: 0.32px;
    color: #041D40;
}

.title{
    font-size: 46px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.92px;
}

.subtitle{
    font-size: 32px;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.64px;
}

.text__light{
    color: #56647B;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.32px;
}

.text__bold__light{
    color: #56647B;
    font-size: 16px;
    font-weight: 600;
    line-height: 160%;
    letter-spacing: 0.32px;
}

.text__accent{
    color: #10AEAE;
    font-size: 16px;
    font-weight: 700;
    line-height: 160%;
    letter-spacing: 0.32px;
}

.error-message{
    color: red; 
    display: none; 
    margin-top: 10px;
}

.help-block {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
}

.title.light {
  color: #ffffff;
}

.title--xl {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
}

.text__center{
  text-align: center;
}

              /* =========================================HEADER====================================== */

.header {
  position: relative;
  padding: 14px 0;
}

.header__logo {
  max-width: 151px;
}

.header__logo img{
  width: 100%;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-height: 88px;
}

.header .nav_list {
  display: flex;
}

.nav_list__item {
  height: 100%;
}

.nav_list__item:last-child .nav_list__link {
  border-right: none;
}

.nav_list__link {
  display: inline-block;
  padding: 38px 15px 34px;
  font-family: "Nokora", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #0b0e38;
  border-right: 1px solid #c8d8ea;
  transition: all 250ms ease-out;
}
.nav_list__link.active {
  color: #1337bf;
  background-color: #e0efff;
}
.nav_list__link:hover {
  background-color: #e0efff;
}
.burger_btn {
  width: 44px;
  height: 44px;
}
.burger_btn .close {
  display: none;
}
.burger_btn[aria-expanded=true] .close {
  display: inline;
}
.burger_btn[aria-expanded=true] .open {
  display: none;
}
.mobile-menu {
  padding: 30px 12px 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  top: 100%;
  z-index: 1000;
  background-color: #ffffff;
}
.mobile-menu .nav_list {
  max-width: 210px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.mobile-menu .nav_list .nav_list__link {
  padding: 0;
  background-color: transparent;
  border: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 42px;
}

              /* ==========================================FOOTER========================================== */

.footer {
  padding: 20px 0;
  background-color: #e2e2e2;
}
.footer .footer__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
}
@media (min-width: 768px) {
  .footer .footer__wrap {
    justify-content: space-between;
    flex-direction: row;
    align-items: flex-start;
  }
}
.footer .footer__logo {
  max-width: 207px;
}
.footer .footer__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.footer .copyright {
  margin-top: 6px;
  color: #455b66;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}
.footer .footer__nav {
  display: flex;
  gap: 33px;
}
.footer .footer__nav a {
  color: #2d2d2d;
}
.footer .social {
  margin-top: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .footer .social {
    justify-content: flex-end;
  }
}
.footer .social li {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social li img {
  width: 24px;
  height: 24px;
}


.faq_page {
  height: 100%;
  padding: 50px 0;
  background-image: url("../images/insurance-page/bg.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.faq_page .article_head {
  padding: 100px 15px 25px 20px;
  border-radius: 20px;
  color: #ffffff;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 1200px) {
  .faq_page .article_head {
    padding: 100px 40px 20px 20px;
  }
}
.faq_page .article_head--life {
  background-image: url("../images/insurance-page/life.png");
}
.faq_page .article_head--auto {
  background-image: url("../images/insurance-page/auto.png");
}
.faq_page .article_head--home {
  background-image: url("../images/insurance-page/home.png");
}
.faq_page .article_head--mistakes {
  background-image: url("../images/insurance-page/mistakes.png");
}
.faq_page .article_head--quote {
  background-image: url("../images/insurance-page/quote.png");
}
.faq_page .article_head .article_head__date {
  font-size: 14px;
  line-height: 18px;
}
.faq_page .article_head .article_head__title {
  margin-top: 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
}
@media (min-width: 1200px) {
  .faq_page .article_head .article_head__title {
    font-size: 30px;
    line-height: 39px;
  }
}
.faq_page .article_head .article_head__descr {
  margin-top: 10px;
}
.faq_page .article_body {
  margin-top: 23px;
}
.faq_page .article_body .article_body__title {
  margin: 24px 0 0;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: -0.66px;
  color: #0161ac;
}
.faq_page .article_body .article_body__subtitle {
  margin: 24px 0 7px;
  color: #0b0e38;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}
.faq_page .article_body .article_list {
  margin-top: 7px;
  list-style-type: disc;
  padding-left: 25px;
}
.faq_page .article_body .article_list .article_list__item {
  margin-bottom: 10px;
}
.faq_page .article_body .article_list .article_list__item span {
  font-weight: 700;
}
.faq_page .article_body .article_body__final {
  margin: 43px 0 0;
  padding: 20px;
  border-radius: 20px;
  background-color: #def4ff;
}
.faq_page .article_body .article_body__final .article_body__title {
  margin-top: 0;
}
.faq_page .article_link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-decoration: underline;
  color: #1337bf;
}
.faq_page .comparison_table {
  margin-top: 43px;
  padding: 40px;
  border-radius: 30px;
  background-color: #0b0e38;
  overflow-x: auto;
}
.faq_page .comparison_table .article_body__title {
  margin: 0 0 10px;
  color: #ffffff;
  white-space: nowrap;
}
.faq_page .comparison_table .table {
  margin: 0;
  table-layout: fixed;
  border-spacing: 7px;
  border-collapse: separate;
  background-color: #0b0e38;
}
.faq_page .comparison_table .table th,
.faq_page .comparison_table .table td {
  padding: 10px;
  text-align: center;
  width: 269px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.528px;
  vertical-align: middle;
}
.faq_page .comparison_table .table th:first-child {
  background-color: #0f2b8a;
  font-weight: 700;
}
.faq_page .comparison_table .table th:nth-child(2) {
  background-color: rgba(77, 127, 255, 0.5);
}
.faq_page .comparison_table .table th:nth-child(3) {
  background-color: rgba(77, 187, 255, 0.5);
}
.faq_page .comparison_table .table th:nth-child(4) {
  background-color: rgba(77, 231, 255, 0.5);
}
.faq_page .comparison_table .table td:first-child {
  background-color: rgba(15, 43, 138, 0.5);
}
.faq_page .comparison_table .table td:nth-child(2) {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(77, 127, 255, 0.2) 0%, rgba(46, 76, 153, 0.2) 100%);
}
.faq_page .comparison_table .table td:nth-child(3) {
  background: linear-gradient(90deg, rgba(77, 187, 255, 0.2) 0%, rgba(46, 112, 153, 0.2) 100%);
}
.faq_page .comparison_table .table td:nth-child(4) {
  background: linear-gradient(90deg, rgba(77, 231, 255, 0.2) 0%, rgba(46, 139, 153, 0.2) 100%);
}
.faq_page .other_articles {
  overflow: auto;
  padding-right: 42px;
}
.faq_page .other_articles .simplebar-scrollbar::before {
  border-radius: 20px;
  background: #d6ddea;
  opacity: 1;
}
.faq_page .other_articles .simplebar-track.simplebar-vertical {
  width: 15px;
}
.faq_page .other_articles .other_articles__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.faq_page .other_articles .article_card {
  display: flex;
  gap: 11px;
}
.faq_page .other_articles .article_card__img {
  width: 107px;
  height: 95px;
  flex-shrink: 0;
}
.faq_page .other_articles .article_card__date {
  color: #0b0e38;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.faq_page .other_articles .article_card__title {
  margin-top: 4px;
  color: #0b0e38;
  font-family: "Nokora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.396px;
}



.comparison_table {
  margin-top: 43px;
  padding: 40px;
  border-radius: 30px;
  background-color: #0b0e38;
  overflow-x: auto;
}
.comparison_table .article_body__title {
  margin: 0 0 10px;
  color: #ffffff;
  white-space: nowrap;
}
.comparison_table .table {
  margin: 0;
  table-layout: fixed;
  border-spacing: 7px;
  border-collapse: separate;
  background-color: #0b0e38;
}
.comparison_table .table th,
.comparison_table .table td {
  padding: 10px;
  text-align: center;
  width: 269px;
  border: none;
  overflow: hidden;
  border-radius: 5px;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: -0.528px;
  vertical-align: middle;
}
.comparison_table .table th:first-child {
  background-color: #0f2b8a;
  font-weight: 700;
}
.comparison_table .table th:nth-child(2) {
  background-color: rgba(77, 127, 255, 0.5);
}
.comparison_table .table th:nth-child(3) {
  background-color: rgba(77, 187, 255, 0.5);
}
.comparison_table .table th:nth-child(4) {
  background-color: rgba(77, 231, 255, 0.5);
}
.comparison_table .table td:first-child {
  background-color: rgba(15, 43, 138, 0.5);
}
.comparison_table .table td:nth-child(2) {
  border-radius: 5px;
  background: linear-gradient(90deg, rgba(77, 127, 255, 0.2) 0%, rgba(46, 76, 153, 0.2) 100%);
}
.comparison_table .table td:nth-child(3) {
  background: linear-gradient(90deg, rgba(77, 187, 255, 0.2) 0%, rgba(46, 112, 153, 0.2) 100%);
}
.comparison_table .table td:nth-child(4) {
  background: linear-gradient(90deg, rgba(77, 231, 255, 0.2) 0%, rgba(46, 139, 153, 0.2) 100%);
}
.other_articles {
  overflow: auto;
  padding-right: 42px;
}
.other_articles .simplebar-scrollbar::before {
  border-radius: 20px;
  background: #d6ddea;
  opacity: 1;
}
.simplebar-track.simplebar-vertical {
  width: 15px;
}
.other_articles__box {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.other_articles .article_card {
  display: flex;
  gap: 11px;
}
.other_articles .article_card__img {
  width: 107px;
  height: 95px;
  flex-shrink: 0;
}
.other_articles .article_card__date {
  color: #0b0e38;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.other_articles .article_card__title {
  margin-top: 4px;
  color: #0b0e38;
  font-family: "Nokora", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: -0.396px;
}

.content_wrap {
  padding: 60px 25px;
  border-radius: 50px;
  background-color: #fff;
}

.personal_info {
  padding: 64px 0 73px;
  background-image: url("../images/do-not-sell/bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.personal_info__title {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  letter-spacing: 2%;
  text-transform: capitalize;
  color: #161616;
}

.personal_info__text {
  margin: 24px 0 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.manage_data {
  margin: 56px 0 0;
  padding: 30px 20px;
  border-radius: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5019607843);
  background-color: rgba(255, 255, 255, 0.3019607843);
}
.manage_data .link {
  color: #0b6add;
}

.manage_data__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2%;
  text-transform: capitalize;
}
.personal_info .contact_form {
  margin-top: 56px;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #91a4d5;
  background: #fff;
}

.personal_info .contact_form .contact_form__text {
  text-align: center;
}
.personal_info .contact_form .contact_form__item {
  margin-top: 18px;
}
.personal_info .contact_form .contact_form__label {
  margin-bottom: 4px;
  display: block;
  color: #0b0e38;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.personal_info .contact_form .contact_form__label span {
  color: #d63928;
}
.personal_info .contact_form .contact_form__input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  color: #0b0e38;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.personal_info .contact_form .error {
  margin: 4px 0 0;
  color: #d63928;
  font-size: 12px;
  line-height: 14px;
}
.personal_info .contact_form .contact_form__textarea {
  resize: none;
  width: 100%;
  height: 74px;
  padding: 4px 12px;
  border-radius: 6px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.personal_info .contact_form .btn-wrap {
  margin: 18px 0 0;
  text-align: center;
}

.personal_info .contact_form .select_request {
  width: 100%;
  padding: 8px 12px 8px 12px;
}
.personal_info .contact_form .select_request .ss-placeholder {
  padding: 0;
}
.personal_info .contact_form .select_request.ss-main .ss-values {
  overflow: hidden;
}
.personal_info .contact_form .select_request.ss-main .ss-values .ss-single {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.personal_info .contact_form .agreement {
  display: flex;
  font-family: "Nokora", sans-serif;
}
.personal_info .contact_form .agreement__checkbox {
  margin: 8px 16px 0 8px;
  width: 24px;
  height: 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("../images/do-not-sell/checkbox.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.personal_info .contact_form .agreement__checkbox:checked {
  background-image: url("../images/do-not-sell/checkbox-checked.svg");
}
.personal_info .success_message {
  margin-top: 56px;
  padding: 60px 20px 261px;
  border: 1px solid #91a4d5;
  background-color: #ffffff;
  border-radius: 16px;
  text-align: center;
}

.personal_info .success_message__icon {
  width: 85px;
  height: 85px;
  margin: 0 auto;
}
.personal_info .success_message__title {
  margin: 31px 0 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
}

.personal_info .success_message__text {
  max-width: 495px;
  margin: 0 auto;
}

.ss-content.select_request {
  padding: 8px 12px 8px 17px;
  margin-top: 4px !important;
  border: 1px solid #e2e2e2;
  background-color: #ffffff;
  border-radius: 6px !important;
}
.ss-content.select_request .ss-list .ss-option {
  padding: 2px 0;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option:hover {
  background-color: #ffffff !important;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option:last-child {
  margin-bottom: 0;
}
.ss-content.select_request .ss-list .ss-option::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url("../images/do-not-sell/radio.svg");
  background-position: center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.ss-content.select_request .ss-list .ss-option.ss-selected {
  background-color: #ffffff !important;
  color: #0b0e38;
}
.ss-content.select_request .ss-list .ss-option.ss-selected::before {
  background-image: url("../images/do-not-sell/radio-checked.svg");
}

.privacy-terms .container {
  max-width: 1368px;
  margin: 0 auto;
  padding: 50px 15px;
}

.privacy-terms h2 {
  color: #151D35;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0.84px;
  padding-bottom: 20px;
}

.privacy-terms h5 {
  padding-bottom: 20px;
}

.privacy-terms h4 {
  font-size: 25px;
  font-weight: 600;
  padding-bottom: 20px;
}

.privacy-terms p, .privacy-terms ul li {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 20px;
}

.privacy-terms p strong, .privacy-terms ul li strong {
  font-weight: 700;
}

.privacy-terms ul {
  padding-left: 30px;
}

.privacy-terms ul i {
  font-style: italic;
}



/* =========================================CONTACT-PAGE==================================== */


.contact_page {
    height: 100%;
    padding: 59px 0 131px;
    background-image: url(../images/insurance-page/bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.contact_page .contact_form {
    max-width: 907px;
    margin: 56px auto 0;
    padding: 30px 20px;
    border-radius: 20px;
    border: 1px solid #91a4d5;
    background: #fff;
}

.contact_page .title {
    text-align: center;
}

.form-group {
    margin-bottom: 18px;
}

.please__fill__fields {
    color: #0B0E38;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 17px;
}

.form-group label {
    display: block;
    color: #0B0E38;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 4px;
}

.contact_page .form-group input {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    padding: 4px 12px;
    height: 40px;
    width: 100%;
    color: #0B0E38;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    max-width: 865px;
}

.form-group textarea {
    border-radius: 6px;
    border: 1px solid var(--Light-Grayscale-90, #E2E2E2);
    background: var(--Light-Grayscale-100, #FFF);
    height: 74px;
    width: 100%;
    padding: 6px 12px;
    resize: none;
    max-width: 865px;
}

.contact_page .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 12px;
    border: none;
    transition: all 250ms ease-out;
    background: #0B0E38;
    width: 216px;
    max-height: 47px;
    text-decoration: none;
}

.accordion{
    display: flex;
    gap: 14px;
    flex-direction: column;
    max-width: 800px;
    min-width: 800px;
}

.accordion-item{
    border-top-left-radius: 14px;
    border-bottom-right-radius: 14px;
    border-radius: 14px;
    border: none;
}

.accordion-body{
    padding: 19px 24px;
    color: #56647B;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.32px;
    background-color: #FFF;
    border: none;
}

.accordion-item:last-of-type .accordion-button.collapsed, .accordion-item:first-of-type>.accordion-header .accordion-button, .accordion-item:last-of-type>.accordion-header .accordion-button.collapsed, .accordion-item:first-of-type .accordion-button{
    border-radius: 14px;
}

.accordion-button{
    background: #F1F4F8;
    border-radius: 14px;
    color: #01132E;
    font-family: Sora;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: 0.36px;
}

.accordion-button:not(.collapsed){
    color: #01132E;
    box-shadow: none;
    background: #F1F4F8;
}

.accordion-button:focus{
    border-color: #F1F4F8;
    box-shadow: none;
}

.accordion-button::after{
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../images/home/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../images/home/close.svg);
    transform: rotate(-180deg);
}

.accordion-body a{
    color: #10AEAE;
    font-family: Sora;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.32px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-underline-position: from-font;
}


/* =============================================MEDIA=============================================== */

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }

  .header .container {
    max-width: 1420px;
  }

  .header__logo {
    max-width: 238px;
  }

  .personal_info .container {
    max-width: 1420px;
  }
}


@media (min-width: 1200px) {
  .title--xl {
    font-size: 46px;
    line-height: 55px;
  }
}

@media (max-width: 1024px) {
  .privacy-terms h4 {
    font-size: 18px;
  }
}

@media(max-width: 900px){
  .accordion{
      min-width: 600px;
      max-width: 600px;
  }
}

@media (min-width: 992px) {
  .personal_info .contact_form {
    margin: 0;
    padding: 30px;
  }

  .manage_data {
    padding: 28px;
    margin-top: 32px;
  }

  .personal_info .success_message {
    margin: 0;
    padding: 102px 48px 210px;
  }

    .personal_info .success_message__title {
    font-size: 24px;
    line-height: 28px;
  }

    .personal_info {
    padding-bottom: 86px;
  }
}


@media (min-width: 834px) and (max-width: 991px) {
  .container {
    max-width: 800px;
  }
}

@media (max-width: 850px){
    header .header--btn{
    display: none;
  }

  .footer__nav {
        flex-direction: column;
        gap: 16px;
    }

    .social{
        display: none;
    }

    .social__logo{
        display: flex;
    }
}

@media (min-width: 850px) {
  .title--xxl {
    font-size: 56px;
    line-height: 67px;
  }
}

@media (min-width: 768px) {
  .personal_info__title {
    font-size: 38px;
    line-height: 38px;
  }

    .privacy-terms h2 {
    font-size: 32px;
  }
}

@media (max-width: 575px) {
  .contact_page .contact_form .btn {
    width: 100%;
  }

    .personal_info .contact_form .btn {
    width: 100%;
  }

  .main__title{
    font-size: 46px;
  }
}

@media(max-width: 650px){
  .accordion{
      min-width: 450px;
      max-width: 450px;
  }
  
  .accordion-button, .accordion-body{
      font-size: 14px;
  }
}

@media(max-width: 450px){
  .accordion{
        min-width: 343px;
        max-width: 343px;
    }
}

.btn--small {
    font-family: "Nokora", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    border-radius: 18px;
    padding: 18px 30px;
    line-height: normal;
    background-color: #0b0e38;
    min-width: 227px;
    max-height: 50px;
}
.btn__text {
    display: inline-block;
    line-height: 1;
    overflow: hidden;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

.btn--small:hover {
    background-color: #0071da;
    color: #ffffff;
}
.btn--small:active {
    background-color: #0091da !important;
    color: #ffffff !important;
}

@media (max-width: 834px) {
    .btn--small.quote{
        display: none;
    }
}
.btn--def {
    padding: 12px 20px;
    background-color: #41b4d4;
    color: #ffffff;
}
.btn--def:hover {
    background-color: #0984d1;
    color: #ffffff;
}
.btn--def:active {
    background-color: #035e96;
    color: #ffffff;
}
.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 10px;
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    text-transform: uppercase;
    border-radius: 12px;
    border: none;
    transition: all 250ms ease-out;
}