@charset "UTF-8";@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");@font-face {font-family: "Kangean";src: url("../fonts/Kangean-Regular.woff2") format("woff2"), url("../fonts/Kangean-Regular.woff") format("woff");font-weight: normal;font-style: normal;font-display: swap;}html[data-theme=dark] {--primary: #40024d;}html[data-theme=light] {--primary: #f1f7ff;}@font-face {font-family: "Kangean";src: url("../fonts/Kangean-Regular.woff2") format("woff2"), url("../fonts/Kangean-Regular.woff") format("woff");font-weight: normal;font-style: normal;font-display: swap;}* {margin: 0;padding: 0;box-sizing: border-box;}*::after, *::before {box-sizing: inherit;}ul, li {list-style-type: none;margin: 0;padding: 0;}p {margin: 0;padding: 0;}a {color: inherit;text-decoration: none;}a i {color: var(--text-color);}h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;font-family: "Kangean";}button {background: transparent;border: none;outline: none;font-family: inherit;color: var(--text-color);}button i {color: var(--text-light);}input, textarea {font-family: inherit;}textarea {resize: vertical;}label {font-size: 16px;font-weight: 400;line-height: 14px;letter-spacing: 0em;color: #4e4e4e;}input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type=number] {appearance: textfield;-moz-appearance: textfield;}select {background: none;padding-right: 30px;position: relative;width: 100%;-webkit-appearance: none;-moz-appearance: none;appearance: none;background: none;}.ct_select {position: relative;}.ct_select::after {position: absolute;content: "";background-image: url("../img/icons/chevron-down.svg");height: 18px;width: 18px;background-repeat: no-repeat;background-size: contain;background-position: center center;top: 50%;right: 15px;transform: translateY(-50%);pointer-events: none;color: #333;z-index: 11;}main {overflow-x: hidden;}body {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 400;line-height: 1.4;position: relative;color: #550266;}.max-sm {max-width: 320px;width: 100%;}.btn {display: inline-flex;align-items: center;justify-content: space-between;column-gap: 10px;border: none;outline: none;transition: 0.3s all ease-in-out;font-size: 16px;font-weight: 500;border-radius: 25px;}.btn:hover {color: #fff;}.sm_block {display: none;}.lg_none {display: block;}.btn_primary {background: linear-gradient(93.16deg, #ff784f 0%, #feaf48 99.58%);color: #fff;}.btn_primary:disabled {background: linear-gradient(88.52deg, rgba(0, 0, 0, 0.25) 1.26%, rgba(167, 167, 167, 0.3) 98.74%);color: #ffffff;}.btn_primary:disabled small i {color: #ffffff;}.btn_primary:active {transform: scale(0.9);color: #fff;}.btn_primary_outline {background: transparent;border: 1px solid #ff784f;color: #ff784f !important;}.btn_purple_outline {border: 1.5px solid #550266;color: #550266;}.btn_purple_outline:hover {background: #550266;color: #fff;}.text_warning {color: #ff0000 !important;}._pragraph {font-size: 18px;font-weight: 400;color: #550266;}._pragraph:not(:last-child) {padding-bottom: 20px;}._pragraph a {background: linear-gradient(90deg, #ff784f 67.59%, #feaf48 74.78%);-webkit-background-clip: text;background-clip: text;color: transparent;}.primaryHeader .btn_purple_outline:hover {background: #fff;color: #550266;}.nav-pills .nav-link.active, .nav-pills .show > .nav-link {color: #fff;background-color: #ff784f;}.nav-link {font-size: 18px;font-weight: 600;color: #550266;margin-bottom: 5px;}.nav-link:hover {color: #550266;}.back_to_top span {height: 45px;width: 45px;border-radius: 50%;background: #550266;color: #ff784f;display: flex;align-items: center;justify-content: center;margin: 0 auto;}.back_to_top strong {font-size: 14px;font-weight: 400;line-height: 18.23px;color: #ffffff;padding-top: 10px;text-align: center;display: block;}.ct_btn_gradient {display: inline-flex;align-items: center;column-gap: 10px;font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 500;background: linear-gradient(90deg, #ff784f 0%, #feaf48 100%);-webkit-background-clip: text;background-clip: text;color: transparent;}.ct_btn_gradient span {display: inline-block;position: relative;background: linear-gradient(90deg, #ff784f 0%, #feaf48 100%);-webkit-background-clip: text;background-clip: text;color: transparent;z-index: 1;}.ct_btn_gradient span::after {left: 0;right: 0;bottom: 0px;height: 1px;width: 100%;content: "";position: absolute;background: linear-gradient(90deg, #ff784f 0%, #feaf48 100%);z-index: -1;}.hero_padding {padding-top: 120px;}textarea.form_field {min-height: 250px;padding: 15px 20px;}.modal-footer, .modal-header {border: none;}.ctModal .modal-content {border-radius: 30px;padding: 14px 19px 19px 17px;text-align: center;max-width: 390px;}.ctModal .modal-body {padding: 0px;}.ctModal .modal-footer, .ctModal .modal-header {margin: 0 auto;}.ctModal .modal-footer .ctaBtn a span, .ctModal .modal-footer .ctaBtn a, .ctModal .modal-footer .ctaBtn, .ctModal .modal-footer {width: 100%;}.ctCheck input + label {display: block;margin: 0.2em;cursor: pointer;padding: 0.2em;user-select: none;}.ctCheck input {display: none;}.ctCheck input + label:before {content: "";border: 2px solid #ffe3db;border-radius: 0.2em;display: inline-block;width: 1em;height: 1em;padding-bottom: 0.3em;vertical-align: bottom;color: transparent;transition: 0.2s;background-color: #ffe3db;background-repeat: no-repeat;background-size: contain;background-position: center center;}.ctCheck input + label:active:before {transform: scale(0);}.ctCheck input:checked + label:before {background-color: #ffffff;border-color: #ffffff;color: #ff784f;background-image: url("../img/quote/quote-check.png");}.ctCheck input:disabled + label:before {transform: scale(1);}.ctCheck input:checked:disabled + label:before {transform: scale(1);background-color: #ffffff;border-color: #ffffff;background-image: url("../img/quote/quote-check.png");}.ctCheckTitle input + label {margin: 0.2em;cursor: pointer;padding: 0.2em;user-select: none;}.ctCheckTitle input {display: none;}.ctCheckTitle input + label:before {content: "";border: 2px solid #ffe3db;border-radius: 0.2em;display: inline-block;width: 1em;height: 1em;padding-bottom: 0.3em;vertical-align: bottom;color: transparent;transition: 0.2s;background-color: #ffe3db;background-repeat: no-repeat;background-size: contain;background-position: center center;}.ctCheckTitle input + label:active:before {transform: scale(0);}.ctCheckTitle input:checked + label:before {background-color: #ffffff;border-color: #ffffff;color: #ff784f;background-image: url("../img/quote/quote-check.png");}.ctCheckTitle input:disabled + label:before {transform: scale(1);}.ctCheckTitle input:checked:disabled + label:before {transform: scale(1);background-color: #ffffff;border-color: #ffffff;background-image: url("../img/quote/quote-check.png");}.ctCheckBody {display: none;padding: 10px 15px 15px 15px;}.ctCheckTitle {position: relative;padding: 6px 10px;cursor: pointer;display: grid;grid-template-columns: 30px 1fr;align-items: center;user-select: none;transition: 0.2s all ease-in-out;}.ctCheckTitle input + label::after {width: 100%;height: 100%;background: #ff784f;position: absolute;content: "";top: 0;left: 0;border-radius: 8px;opacity: 0;visibility: hidden;transition: 0.2s all ease-in-out;z-index: -1;}.ctCheckTitle input:checked + label::after {opacity: 1;visibility: visible;}.ctCheckTitle input:checked ~ .ctTitleText {color: #fff;}.ctTitleText {padding-left: 5px;margin-top: 2px;}.ctCheckFaq {border: 1px solid #ff784f;border-radius: 10px;}.ctCheckFaq:not(:last-child) {margin-bottom: 10px;}.ctDatePicker {display: flex;align-items: flex-start;column-gap: 40px;flex-direction: column;}.ctDatePicker input {opacity: 0;visibility: hidden;height: 0px;}.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {background: #b168ee;}.owl-theme .owl-dots .owl-dot span {background: rgba(177, 104, 238, 0.3019607843);}.owl-theme .owl-nav .owl-prev, .owl-theme .owl-nav .owl-next {height: 28px;width: 28px;border-radius: 50%;border: 1px solid #b168ee !important;background: transparent !important;color: #b168ee !important;}.owl-theme .owl-nav .owl-prev:hover, .owl-theme .owl-nav .owl-prev:focus, .owl-theme .owl-nav .owl-next:hover, .owl-theme .owl-nav .owl-next:focus {border: 1px solid #550266 !important;color: #550266 !important;}.owl-theme .owl-nav .owl-prev.disabled:hover, .owl-theme .owl-nav .owl-prev.disabled:focus, .owl-theme .owl-nav .owl-next.disabled:hover, .owl-theme .owl-nav .owl-next.disabled:focus {border-color: rgba(177, 104, 238, 0.3019607843) !important;color: rgba(177, 104, 238, 0.3019607843) !important;}.owl-theme .owl-nav {margin-top: 10px;position: absolute;display: flex;left: 0;column-gap: 75px;right: 0;margin: 0 auto;justify-content: center;width: 100%;bottom: 28px;}.owl-theme .owl-nav .owl-next, .owl-theme .owl-nav .owl-prev {transform: translateY(30px);}.claims .owl-theme .owl-nav .owl-next, .claims .owl-theme .owl-nav .owl-prev {transform: translateY(0px);}.owl-theme .owl-dots {padding-top: 25px;}.slider__wrapper {background: transparent;width: 100%;}._item_list {padding-top: 20px;padding-bottom: 10px;}._item_list li {font-weight: 300;color: #550266;display: block;padding-bottom: 3px;font-size: 18px;}._item_list li._miniTitle {font-weight: 600;font-size: 20px;padding-bottom: 10px;}._short_list {font-weight: 300;color: #550266;padding-top: 15px;}._short_list strong {font-weight: 600;}.radio-button {cursor: pointer;}.radio-button input[type=radio] {box-sizing: border-box;padding: 0;}.radio-button input {font-size: 1rem;line-height: 1.5;padding: 11px 23px;border: none;border-radius: 0;outline: 0;background-color: transparent;}.radio-button__input {opacity: 0;position: absolute;}.radio-button__control {position: relative;display: inline-block;width: 35px;height: 35px;margin-top: -3px;vertical-align: middle;background-color: inherit;border: none;border-radius: 24px;background-color: rgba(85, 2, 102, 0.2);}.radio-button__input:checked + .radio-button__control:after {content: "";display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 20px;height: 20px;background-color: #550266;border-radius: 12px;}.radio-button__control {transform: scale(0.75);}.radio-button__label {font-size: 18px;font-weight: 600;color: #550266;user-select: none;}.itWorks {padding: 80px 0;}.itWorks__box {position: relative;}.itWorks__wrapper {position: relative;}.itWorks__wrapper::after {position: absolute;left: 0;right: 0;bottom: 0;margin: 0 auto;width: 8px;height: 97%;background: linear-gradient(180deg, rgba(237, 227, 240, 0) 0%, #ede3f0 6.39%, #ede3f0 52%, #ede3f0 93%, rgba(237, 227, 240, 0) 100%);content: "";z-index: 1;}.itWorks__wrapper .animated_circle {position: fixed;left: 0;top: 50%;right: 0;height: 24px;width: 24px;margin: 0 auto;border-radius: 50%;background: #ff784f;box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.2509803922);content: "";transition: 0.3s all ease;opacity: 0;border: 6px solid rgba(255, 120, 79, 0.5019607843);outline: 6px solid rgba(255, 120, 79, 0.3019607843);z-index: 11;}.itWorks__item {display: flex;align-items: center;justify-content: space-between;column-gap: 100px;position: relative;}.itWorks__item:not(:last-child) {padding-bottom: 100px;}.itWorks__item.no_gap {padding-bottom: 0;}.itWorks__item:nth-child(even) ._illustration {margin-left: inherit;}.itWorks__item ._text {flex: 0 0 45%;}.itWorks__item ._text h4 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;letter-spacing: 0.15em;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);padding-bottom: 10px;-webkit-background-clip: text;background-clip: text;color: transparent;}.itWorks__item ._text h3 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;padding: 20px 0;color: #550266;}.itWorks__item ._text p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.itWorks__item ._text p:not(:last-child) {padding-bottom: 20px;}.itWorks__item ._text .ctaBtn {margin-top: 15px;}.itWorks__item ._illustration {flex: 0 0 45%;margin-left: auto;}.itWorks__item ._illustration img {height: 100%;width: 100%;object-fit: contain;}.itWorks__item ._checkList {flex: 0 0 45%;}.itWorks__item ._checkList ._check {color: #550266;padding-left: 20px;padding-right: 50px;background: #fff6ec;border-radius: 50px;margin-bottom: 10px;display: flex;align-items: center;justify-content: flex-end;height: 100%;padding-bottom: 10px;padding-top: 10px;}.itWorks__item ._checkList ._check:nth-child(even) {background: #f6effd;}.itWorks__item ._checkList ._check::after {left: inherit;right: 18px;top: 15px;}.itWorks .itFooter {padding-top: 80px;text-align: center;}.itWorks .itFooter h3 {font-size: 42px;color: #550266;padding-bottom: 10px;}.itWorks .itFooter p {max-width: 550px;margin: 0 auto;font-weight: 400;font-size: 18px;color: #550266;padding-bottom: 40px;}.customerSuport {padding: 80px 0;background: #faf6fd;}.customerSuport .cs_cards {display: grid;grid-template-columns: 1fr 1fr;column-gap: 160px;position: relative;}.customerSuport .cs_cards::after {position: absolute;left: 0;right: 0;margin: 0 auto;content: "";height: 100%;width: 2px;background: #550266;}.customerSuport .cs_cards ._card ._thumb {height: 50px;width: 50px;}.customerSuport .cs_cards ._card ._thumb img {height: 100%;width: 100%;object-fit: contain;}.customerSuport .cs_cards ._card ._text h3 {font-size: 32px;font-weight: 500;line-height: 41.66px;color: #550266;padding: 20px 0;font-family: "DM Sans", sans-serif;}.customerSuport .cs_cards ._card ._text p {font-size: 18px;font-weight: 300;line-height: 23.44px;}.customerSuport .cs_cards ._card ._text p:not(:last-child) {margin-bottom: 20px;}.cs_review {padding: 80px 0;}.cs_review ._wrapper {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px;}.business__needs {padding: 80px 0;background: #faf6fd;}.business__needs ._header {padding-bottom: 30px;}.business__needs ._header h3 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;padding-bottom: 20px;}.business__needs ._header p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.business__needs ._content ._check h4 {font-size: 22px;font-weight: 500;line-height: 28.64px;color: #550266;font-family: "DM Sans", sans-serif;padding-bottom: 10px;}.business__needs ._content ._check p {color: #550266;font-size: 18px;font-weight: 300;line-height: 23.44px;}.tutorial {padding: 80px 0;}.tutorial ._wrapper {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 40px;}.tutorial ._wrapper .right img, .tutorial ._wrapper .left img {height: 100%;width: 100%;}.devider {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px;}.devider_three {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 24px;}.next_prev ul {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;padding-top: 50px;}.quote_form {display: block;padding-top: 40px;}.form_control {margin-bottom: 30px;position: relative;}.form_control._w_icon ._input_icon {position: absolute;height: 45px;width: 45px;display: flex;align-items: center;justify-content: center;border-radius: 50%;background: transparent;bottom: 0;left: 5px;}.form_control._w_icon input {padding-left: 50px;}.form_control label {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;line-height: 23.44px;color: #550266;display: block;padding-bottom: 10px;}.form_control input {width: 100%;background: #f6effd;border-radius: 100px;padding: 12px 25px;outline: none;border: none;}.form_control select {width: 100%;background: #f6effd;border-radius: 100px;padding: 12px 20px;outline: none;border: none;position: relative;width: 100%;z-index: 1;padding-right: 35px;}.form_control textarea {width: 100%;background: #f6effd;border-radius: 14px;padding: 12px 20px;outline: none;border: none;position: relative;width: 100%;z-index: 1;resize: vertical;}.gradient_text {background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);-webkit-background-clip: text;background-clip: text;color: transparent;}.hero__title_rm span {display: none;}.btn__readMore {font-size: 16px;font-weight: 700;line-height: 20.83px;display: inline-block;text-align: center;color: #feaf48;text-decoration: underline;}.btn__readMore i {font-size: 14px;}.ctScroll {}.ctScroll::-webkit-scrollbar {width: 6px;}.ctScroll::-webkit-scrollbar-thumb {background-color: #efe1fc;border-radius: 12px;}.ctScroll::-webkit-scrollbar-track {background-color: #faf6fd;}@media screen and (max-width: 1200px) {._item_list li {font-size: 17px;}}@media screen and (max-width: 991px) {.sm_block {display: block;}.lg_none {display: none;}.devider_three {grid-template-columns: repeat(2, 1fr);}._pragraph {font-size: 17px;}.ct_btn_gradient {font-size: 14px;}}@media screen and (max-width: 767px) {.back_to_top {display: flex;align-items: center;flex-direction: row-reverse;column-gap: 15px;}.back_to_top strong {padding: 0;}._item_list li {font-size: 16px;}.devider_three {grid-template-columns: 1fr;}._pragraph {font-size: 16px;}}@media screen and (max-width: 576px) {.customerSuport .cs_cards ._card ._thumb {margin: 0 auto;}.ct_btn_gradient {font-size: 12px;}}.form__control label {font-family: "Kangean";font-size: 24px;font-weight: 400;line-height: 29.06px;color: #550266;display: block;padding-bottom: 15px;padding-left: 30px;}.form__control .form_field {width: 100%;border: none;outline: none;padding: 18px 30px;border-radius: 30px;background: #f6effd;color: #550266;font-size: 16px;font-family: inherit;position: relative;}.form__control .form_field::placeholder {font-size: 16px;font-weight: 300;line-height: 20.83px;color: #550266;}.form__control .attach_files {position: relative;display: flex;align-items: center;padding-bottom: 35px;}.form__control .attach_files .file_input {position: absolute;height: 100%;width: 100%;opacity: 0;top: 0;left: 0;z-index: 99;display: block;visibility: hidden;}.form__control .attach_files .file_input_text {font-size: 20px;font-weight: 500;text-align: center;cursor: pointer;border-radius: 35px;background: #f6effd;position: relative;z-index: 1;display: inline-flex;column-gap: 10px;align-items: center;padding: 10px 20px;max-width: 140px;}.form__control .attach_files .file_list {padding: 0 10px;max-height: 100px;position: absolute;left: 145px;top: 8px;line-height: 1.2;}.form__control .attach_files .file_list_item {font-size: 14px;width: 100%;word-break: break-all;background: #f6effd;border-radius: 25px;padding: 8px 20px;}.login_area {display: flex;padding: 70px 0;min-height: 100vh;align-items: center;background-color: #550266;background-image: url("../img/login-bg.svg");background-repeat: no-repeat;background-position: -79rem center;background-size: 4944px 1000px;position: relative;}@media (min-width: 991px) and (max-width: 1049px) {.login_area {background-position: -132.5em center;}}@media (min-width: 1000px) and (max-width: 1049px) {.login_area {background-position: -130.5em center;}}@media (min-width: 1050px) and (max-width: 1099px) {.login_area {background-position: -129.5em center;}}@media (min-width: 1100px) and (max-width: 1149px) {.login_area {background-position: -128.5em center;}}@media (min-width: 1150px) and (max-width: 1199px) {.login_area {background-position: -126.5em center;}}@media (min-width: 1200px) and (max-width: 1249px) {.login_area {background-position: -125.5em center;}}@media (min-width: 1250px) and (max-width: 1299px) {.login_area {background-position: -119.5em center;}}@media (min-width: 1300px) and (max-width: 1349px) {.login_area {background-position: -118.5em center;}}@media (min-width: 1350px) and (max-width: 1399px) {.login_area {background-position: -117em center;}}@media (min-width: 1400px) and (max-width: 1449px) {.login_area {background-position: -109em center;}}@media (min-width: 1450px) and (max-width: 1499px) {.login_area {background-position: -108em center;}}@media (min-width: 1500px) and (max-width: 1549px) {.login_area {background-position: -106em center;}}@media (min-width: 1550px) and (max-width: 1599px) {.login_area {background-position: -104em center;}}@media (min-width: 1600px) and (max-width: 1649px) {.login_area {background-position: -103em center;}}@media (min-width: 1650px) and (max-width: 1699px) {.login_area {background-position: -102em center;}}@media (min-width: 1700px) and (max-width: 1749px) {.login_area {background-position: -99.5em center;}}@media (min-width: 1750px) and (max-width: 1799px) {.login_area {background-position: -98.5em center;}}@media (min-width: 1800px) and (max-width: 1849px) {.login_area {background-position: -96.5em center;}}@media (min-width: 1850px) and (max-width: 1899px) {.login_area {background-position: -95.5em center;}}@media (min-width: 1900px) and (max-width: 1949px) {.login_area {background-position: -93.5em center;}}@media (min-width: 1950px) and (max-width: 1999px) {.login_area {background-position: -92.5em center;}}.login_area .container {position: relative;}.login_content {display: grid;grid-template-columns: 1.3fr 1fr;align-items: center;min-height: 680px;}@media (max-width: 1200px) {.login_content {min-height: 640px;}}.login_text {max-width: 680px;}.login_text h2 {font-size: 64px;line-height: 1.2;color: #ffffff;}@media (max-width: 1400px) {.login_text h2 {font-size: 52px;padding-bottom: 10px;}}.login_text h2 span {background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);color: transparent;-webkit-background-clip: text;background-clip: text;}.login_text p {color: #ffffff;}.login_form {background: #ffffff;border-radius: 30px;max-width: 430px;width: 100%;padding: 55px 40px;position: absolute;right: 45px;height: 580px;top: 38px;}@media (max-width: 1200px) {.login_form {max-width: 380px;right: 20px;top: 18px;}}.login_logo {max-height: 90px;max-width: 185px;display: flex;align-items: center;justify-content: center;margin: 0 auto;}.login_logo img {height: 100%;width: 100%;object-fit: contain;}.login_inputs {padding-top: 60px;}.login_input {margin-bottom: 24px;}.login_input label {color: 550266;display: block;padding-bottom: 10px;color: #550266;}.login_input_cover {width: 100%;position: relative;}.login_input_cover input {width: 100%;background: #f6effd;border-radius: 80px;padding: 15px;padding-left: 45px;border: none;outline: none;}.login_footer {padding-top: 26px;text-align: center;}.login_footer .ctaBtn {margin-bottom: 30px;}.login_footer .ctaBtn .btn {width: 100%;text-align: center;}.login_footer .ctaBtn .btn span {width: 90%;text-align: center;}.login_footer .btn_forgot {color: #550266;text-decoration: underline;font-weight: 600;}.login_footer .btn_forgot:hover {text-decoration: none;}.login_input_cover::before {position: absolute;height: 18px;width: 18px;content: "";left: 17px;top: 50%;transform: translateY(-50%);background-position: center;background-size: contain;}.login_input_lock::before {background-image: url("../img/fi-rr-lock.svg");}.login_input_user::before {background-image: url("../img/fi-rr-user.svg");}@media screen and (max-width: 991px) {.login_area {padding-bottom: 30px;overflow: hidden;}.login_content {display: flex;align-items: center;justify-content: center;position: relative;min-height: 610px;height: 100%;}.login_content::after, .login_content::before {height: 320px;width: 100%;content: "";border-radius: 30px;background: #661b75;position: absolute;left: 0;right: 0;}.login_content::before {top: -350px;}.login_content::after {bottom: -90px;height: 100px;border-radius: 30px 30px 0 0;}.login_text {display: none;}.login_area {background: #550266;}.login_form {position: inherit;left: inherit;right: inherit;padding: 45px 35px;top: -20px;max-width: 100%;}}@media (max-width: 500px) {.login_form {padding: 35px 25px;}}@font-face {font-family: "Kangean";src: url("../fonts/Kangean-Regular.woff2") format("woff2"), url("../fonts/Kangean-Regular.woff") format("woff");font-weight: normal;font-style: normal;font-display: swap;}.header {position: absolute;top: 32px;left: 0;right: 0;margin: 0 auto;z-index: 99;padding: 0 20px;width: 100%;}.header__wrapper {max-width: 1340px;margin-left: auto;margin-right: auto;background: #ffffff;transition: 0.3s ease;box-shadow: 0px 0px 20px 0px rgba(167, 167, 167, 0.3019607843);border-radius: 500px;padding: 12px 15px;padding-left: 25px;display: flex;align-items: center;justify-content: space-between;}.header .logo {max-width: 200px;width: 100%;height: 40px;}.header .logo img {height: 100%;width: 100%;object-fit: contain;}.header nav .parent_menu {display: flex;align-items: center;column-gap: 25px;}@media (max-width: 1440px) {.header nav .parent_menu {column-gap: 10px;}}.header nav .parent_menu .child_item {position: relative;z-index: 1;}.header nav .parent_menu .child_item a {display: inline-flex;align-items: center;column-gap: 10px;padding: 10px 25px;padding-right: 10px;font-size: 16px;color: #550266;}@media screen and (max-width: 1440px) and (min-width: 1200px) {.header nav .parent_menu .child_item a {font-size: 14px;}}.header nav .parent_menu .child_item a.active, .header nav .parent_menu .child_item a:hover {color: #550266;}.header nav .parent_menu .child_item a.menu_link {padding: 15px 5px;}.header nav .parent_menu .child_item:hover a {font-weight: 600;}.header nav .parent_menu .child_item:hover .mega_menu {opacity: 1;visibility: visible;top: 60px;}.header nav .mobile_nav_right {display: none !important;}@media (max-width: 1200px) {.header nav .mobile_nav_right {flex-direction: column;padding: 0px 20px;padding-bottom: 30px;max-width: 450px;width: 100%;margin: 0 auto;}.header nav .mobile_nav_right li:not(:last-child) {margin-bottom: 10px;}.header nav .mobile_nav_right .btn {width: 100%;text-align: center;justify-content: center;padding: 12px 30px;}.header nav .mobile_nav_right .btn.btn_purple_outline {border-color: #550266;color: #550266;}.header nav .mobile_nav_right .btn.btn_purple_outline:hover {background-color: #550266;color: #ffffff;}}.header .nav_right ul {display: flex;align-items: center;justify-content: flex-end;column-gap: 10px;}.header .nav_right ul li a {font-size: 16px;font-weight: 500;transition: 0.3s all ease-in-out;}.header .nav_right ul li a.btn {padding: 12px 30px;}@media screen and (max-width: 1300px) {.header .nav_right ul li a.btn {padding: 10px 25px;}}.mega_menu {border-radius: 14px;position: absolute;top: 60px;opacity: 0;visibility: hidden;transition: 0.3s all ease-in-out;box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1294117647);}.mega_menu.insurance_type_menu {width: 970px;left: 0;}.mega_menu.we_cover_menu {width: 1235px;left: -430px;}@media (max-width: 1440px) {.mega_menu.we_cover_menu {left: -415px;}}.mega_menu.we_cover_menu .mm_content_items {grid-template-columns: repeat(3, 1fr);column-gap: 10px;}.mega_menu.help_support_menu {width: 1230px;left: -590px;}@media (max-width: 1440px) {.mega_menu.help_support_menu {left: -540px;}}.mega_menu.help_support_menu .mm_content_items {grid-template-columns: repeat(3, 1fr);}.mega_menu.resources_menu {width: 970px;left: -575px;}.mega_menu .mm_content {display: grid;grid-template-columns: 1fr 300px;background: #ffffff;border-radius: 20px;}.mega_menu .mm_content_left {background: #ffffff;padding: 20px;border-top-left-radius: 20px;border-bottom-left-radius: 20px;}.mega_menu .mm_content_items {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 20px;}.mega_menu .mm_content_card {background: rgba(255, 239, 218, 0.5019607843);max-width: 302px;width: 100%;padding: 20px 30px;border-top-right-radius: 20px;border-bottom-right-radius: 20px;}.mega_menu .mm_content_card .card__img img {max-height: 150px;border-radius: 10px;height: 100%;width: 100%;object-fit: cover;}.mega_menu .mm_content_card .card__text {padding-top: 16px;}.mega_menu .mm_content_card .card__text h3 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 600;line-height: 20.83px;color: #550266;}.mega_menu .mm_content_card .card__text .global__list {padding-top: 20px;padding-bottom: 10px;display: flex;flex-direction: column !important;}.mega_menu .mm_content_card .card__text .global__list ._check {color: #550266;font-family: "DM Sans", sans-serif;font-size: 10px;font-weight: 300;line-height: 13.02px;padding-left: 20px;padding-bottom: 12px;}.mega_menu .mm_content_card .card__text .global__list ._check::after {height: 14px;width: 12px;top: 0px;}.mega_menu .mm_content_card .card__text .ctaBtn .btn_primary {font-family: "DM Sans", sans-serif;font-size: 12px;font-weight: 500;line-height: 15.62px;color: #ffffff;padding: 3px 3px 3px 20px;width: 100%;}.mega_menu .mm_content_card .card__text .ctaBtn .btn_primary span {text-align: center;width: 100%;}.mega_menu .mm_content_card .card__text .ctaBtn .btn_primary small {height: 26px;font-size: inherit;width: 26px;flex: 0 0 26px;}.mega_menu .menu_item {padding: 15px;border-radius: 10px;cursor: pointer;}.mega_menu .menu_item__head h4 {font-size: 16px;font-weight: 600;line-height: 20.83px;color: #550266;display: flex;align-items: center;column-gap: 8px;padding-right: 45px;position: relative;font-family: "DM Sans", sans-serif;}.mega_menu .menu_item__head h4 span {display: block;transform: translateY(-2px);}.mega_menu .menu_item__head h4 small {height: 25px;width: 25px;position: absolute;right: 0;top: 0;opacity: 0;visibility: hidden;}.mega_menu .menu_item__body h4 {font-family: "DM Sans", sans-serif;font-size: 14px;font-weight: 600;line-height: 18.23px;color: #550266;padding-top: 10px;}.mega_menu .menu_item__body p {font-family: "DM Sans", sans-serif;font-size: 12px;font-weight: 300;line-height: 18px;letter-spacing: -0.011em;color: #550266;padding-top: 10px;}.mega_menu .menu_item:hover {background: rgba(239, 225, 252, 0.5019607843);}.mega_menu .menu_item:hover .menu_item__head h4 small {opacity: 1;visibility: visible;}.claims .owl-theme .owl-nav {margin-top: 10px;position: absolute;display: flex;left: inherit;column-gap: 5px;margin: 1px;justify-content: flex-end;width: 100%;top: -98px;right: -5px;z-index: 11;}.claims .owl-carousel .owl-stage-outer {z-index: 99;}.openbtn {width: 50px;height: 50px;border-radius: 5px;cursor: pointer;position: relative;display: none;}.openbtn span {position: absolute;background: #FF784F;display: inline-block;border-radius: 3px;left: 14px;height: 3px;-webkit-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}.primaryHeader .openbtn span {position: absolute;background: #ffffff;}.openbtn span:nth-of-type(1) {top: 15px;width: 45%;}.openbtn span:nth-of-type(2) {top: 23px;width: 35%;}.openbtn span:nth-of-type(3) {top: 31px;width: 20%;}.openbtn.active span:nth-of-type(1) {width: 45%;top: 18px;left: 14px;-webkit-transform: translateY(6px) rotate(-135deg);-ms-transform: translateY(6px) rotate(-135deg);transform: translateY(6px) rotate(-135deg);}.openbtn.active span:nth-of-type(2) {opacity: 0;}.openbtn.active span:nth-of-type(3) {width: 45%;top: 30px;left: 14px;-webkit-transform: translateY(-6px) rotate(135deg);-ms-transform: translateY(-6px) rotate(135deg);transform: translateY(-6px) rotate(135deg);}.primaryHeader .header__wrapper {background: #550266;}.primaryHeader nav .parent_menu .child_item a.menu_link {color: #ffffff;}.primaryHeader .btn_purple_outline {color: #ffffff;border-color: #ffffff;}@media screen and (max-width: 1440px) {.mega_menu.insurance_type_menu {width: 845px;top: 80px;}.mega_menu.we_cover_menu {width: 1180px;}.mega_menu.help_support_menu {width: 950px;}}@media screen and (max-width: 1300px) {.mega_menu .mm_content_items {grid-gap: 10px;}.mega_menu.we_cover_menu {width: 940px;left: -230px;}.mega_menu.we_cover_menu .mm_content_items {grid-template-columns: repeat(2, 1fr);}.mega_menu.help_support_menu {width: 950px;left: -425px;}.mega_menu.help_support_menu .mm_content_items {grid-template-columns: repeat(2, 1fr);}.mega_menu.resources_menu {width: 1050px;left: -625px;}.header nav .parent_menu {column-gap: 0px;}}@media screen and (min-width: 1200px) {nav ul {display: flex !important;}.mega_menu {display: block !important;}}@media screen and (max-width: 1199.99px) {.header {top: 0px;padding: 25px 15px;}.header nav .parent_menu .child_item a.menu_link {padding: 10px 10px;font-weight: 600;}.header.mobileNav .header__wrapper {border-radius: 30px 30px 0px 0px;}.header.mobileNav .mobile_nav_right {display: flex !important;}.openbtn {display: block;}.nav_right {display: none;}nav {position: absolute;background: #fff;top: 95px;left: 0;right: 0;width: calc(100% - 30px);margin: 0 auto;border-radius: 0px 0px 30px 30px;}nav ul {flex-direction: column;}.mega_menu {position: inherit;max-width: 450px;width: 100%;top: 0px;display: none;}.mega_menu .mm_content {display: block;max-width: 450px;margin: 0 auto;}.mega_menu .mm_content_items {grid-gap: 10px;}.mega_menu.insurance_type_menu {width: 100%;left: inherit;}.mega_menu.insurance_type_menu .mm_content_items {grid-template-columns: 1fr;}.mega_menu.we_cover_menu {width: 100%;left: inherit;}.mega_menu.we_cover_menu .mm_content_items {grid-template-columns: 1fr;}.mega_menu.help_support_menu {width: 100%;left: 0;}.mega_menu.help_support_menu .mm_content_items {grid-template-columns: 1fr;}.mega_menu.resources_menu {width: 100%;left: inherit;}.mega_menu.resources_menu .mm_content_items {grid-template-columns: 1fr;}.mega_menu.insurance_type_menu {top: 0;left: 0;}.mega_menu.insurance_type_menu .mm_content_items {grid-template-columns: 1fr;}.mega_menu .mm_content_left {padding: 0px;}.header nav .parent_menu {max-width: 450px;margin: 0 auto;column-gap: 0px;padding: 20px;}.header nav .parent_menu li {width: 100%;}.header nav .parent_menu li a {width: 100%;justify-content: space-between;}.header nav .parent_menu {max-width: 450px;margin: 0 auto;column-gap: 0px;padding: 20px;display: none;}.header nav .parent_menu .child_item:hover .mega_menu {top: inherit;display: none;}.mega_menu {top: inherit;display: none;}.primaryHeader nav {box-shadow: 0 0 15px rgba(0, 0, 0, 0.2117647059);}.primaryHeader nav .parent_menu .child_item a.menu_link {color: #550266;}}@media screen and (max-width: 991px) {.claims .owl-theme .owl-nav {top: inherit;right: 0px;bottom: -65px;left: 0;margin: 0 auto;justify-content: center;display: none !important;}.claims__card strong {font-size: 46px;}.claims__card h3 {font-size: 18px;}.claims__card p {font-size: 15px;}}@media screen and (max-width: 767px) {.header .logo {max-width: 145px;height: 27px;}.header__wrapper {padding: 5px 20px;}nav {top: 85px;}}.footer {background: #40024d;padding-top: 80px;}.footer__content {display: grid;grid-template-columns: 100px 1fr 280px;column-gap: 30px;}.footer__brands {display: flex;flex-direction: column;justify-content: space-between;align-items: flex-start;}.footer-logo {height: 45px;width: 45px;object-fit: contain;}.footer__devider {display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px;}.footer__widget h3 {font-family: "DM Sans", sans-serif;font-size: 14px;font-weight: 600;line-height: 18.23px;letter-spacing: 0.15em;padding-bottom: 25px;color: #b168ee;}.footer__widget ul li {padding-bottom: 10px;}.footer__widget ul li a {font-size: 14px;font-weight: 400;line-height: 18.23px;color: #fff;display: inline-block;padding-bottom: 5px;}.footer__widget ul li a:hover {opacity: 0.7;}.footer__contact {background: #550266;border-radius: 15px;padding: 40px 30px;}.footer__contact .contact_list li {display: flex;align-items: center;column-gap: 10px;}.footer__contact .contact_list li:not(:last-child) {margin-bottom: 5px;}.footer__contact .contact_list li i {color: #ff784f;font-size: 18px;}.footer__contact .contact_list li span {color: #fff;font-size: 14px;font-weight: 400;line-height: 18.23px;}.footer .socail_itmes {padding-top: 20px;}.footer__socail ul {display: flex;align-items: center;column-gap: 25px;}.footer__socail ul li a {color: #ff784f;font-size: 24px;}.footer__apply {padding-top: 20px;}.footer__apply p {font-size: 14px;font-weight: 400;line-height: 18.23px;color: #fff;padding-bottom: 5px;}.footer__apply a {color: #ff784f;font-size: 16px;font-weight: 500;line-height: 20.83px;display: inline-block;padding: 5px 0;text-decoration: underline;}.footer__apply a:hover {opacity: 0.7;}.footer__cp {border-top: 1px solid #ffffff;display: flex;align-items: center;justify-content: space-between;column-gap: 20px;padding: 25px 0;padding-bottom: 40px;margin-top: 70px;}.footer__cp .btn_loyds {display: inline-block;}.footer__cp p {font-size: 14px;font-weight: 400;line-height: 18.23px;text-align: left;color: #fff;}.footer__cp ul {display: flex;align-items: center;justify-content: flex-end;column-gap: 10px;}.footer__cp ul li a {font-size: 14px;font-weight: 400;line-height: 18.23px;color: #fff;text-decoration: underline;padding: 5px 10px;}.footer__cp ul li a:hover {opacity: 0.7;}@media screen and (max-width: 1200px) {.footer {padding-top: 50px;}.footer__cp {flex-direction: column;row-gap: 25px;}.footer__cp ul {justify-content: center;column-gap: 0px;}.footer__content {grid-template-columns: 1fr;row-gap: 30px;}.footer__brands {flex-direction: row;align-items: center;padding-bottom: 20px;}}@media screen and (max-width: 767px) {.footer__devider {grid-template-columns: 1fr 1fr;}.cta__text {padding: 28px;}.footer__cp ul li a {font-size: 12px;}.footer__contact {padding: 30px;}.footer__socail ul li a {font-size: 18px;}.footer__cp {margin-top: 50px;}}.hero {padding-top: 200px;padding-bottom: 70px;background: #550266;position: relative;z-index: 1;}.hero::after {position: absolute;background-image: url("../img/hero/bg-1.png");background-repeat: no-repeat;background-size: cover;background-position: center;content: "";height: 100%;width: 100%;top: 0;left: 0;z-index: -2;}.hero::before {position: absolute;background: linear-gradient(89.96deg, #550266 34.18%, rgba(85, 2, 102, 0.991353) 37.53%, rgba(85, 2, 102, 0.96449) 40.88%, rgba(85, 2, 102, 0.91834) 44.23%, rgba(85, 2, 102, 0.852589) 47.58%, rgba(85, 2, 102, 0.768225) 50.93%, rgba(85, 2, 102, 0.668116) 54.28%, rgba(85, 2, 102, 0.557309) 57.62%, rgba(85, 2, 102, 0.442691) 60.97%, rgba(85, 2, 102, 0.331884) 64.32%, rgba(85, 2, 102, 0.231775) 67.67%, rgba(85, 2, 102, 0.147411) 71.02%, rgba(85, 2, 102, 0.0816599) 74.37%, rgba(85, 2, 102, 0.03551) 77.72%, rgba(85, 2, 102, 0.0086472) 81.07%, rgba(85, 2, 102, 0) 84.42%);content: "";height: 100%;width: 100%;top: 0;left: 0;z-index: -1;}.hero__text {max-width: 930px;width: 100%;}.hero__text h1 {font-size: 64px;font-weight: 400;line-height: 77.5px;letter-spacing: -0.011em;color: #fff;padding-bottom: 40px;}.hero__text .global__list {max-width: 645px;}.global__list li {font-size: 20px;font-weight: 300;line-height: 26.04px;}.global__list li._check {position: relative;padding-left: 30px;padding-bottom: 25px;color: #fff;}.global__list li._check::after {position: absolute;background-image: url("../img/icons/check.svg");content: "";background-repeat: no-repeat;background-position: center;background-size: contain;height: 15px;width: 20px;left: 0;top: 3px;}.ctaBtn .btn {padding-left: 30px;column-gap: 30px;padding-right: 7px;}.ctaBtn .btn small {height: 38px;width: 38px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;flex: 0 0 38px;}.ctaBtn .btn small i {color: #ff784f;}.ctaBtn .btn:disabled {background: linear-gradient(88.52deg, rgba(0, 0, 0, 0.25) 1.26%, rgba(167, 167, 167, 0.3) 98.74%);color: #ffffff;cursor: not-allowed;}.ctaBtn .btn:disabled small i {color: rgba(97, 97, 97, 0.3019607843);}.cta {padding: 80px 0;}.cta__wrapper {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);border-radius: 30px;display: grid;grid-template-columns: 1.8fr 1fr;align-items: center;}.cta__text {padding: 40px;}.cta__text h2 {font-size: 55px;font-weight: 400;line-height: 66.6px;letter-spacing: -0.011em;color: #550266;padding-bottom: 20px;}.cta__text p {font-size: 16px;font-weight: 300;line-height: 20.83px;color: #550266;padding-bottom: 30px;}.cta__illustration {height: calc(100% + 20px);}.cta__illustration img {transform: translateY(-10px);object-fit: contain;height: 100%;}.policy {padding: 80px 0;overflow-x: hidden !important;}.policy__header {padding-bottom: 50px;}.policy__header h2 {font-size: 40px;font-family: "Kangean";line-height: 52.08px;color: #550266;padding-bottom: 10px;}.policy__header p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.policy__card {max-width: 300px;background: linear-gradient(136.31deg, rgba(255, 201, 185, 0.5) 13.17%, rgba(255, 228, 220, 0.5) 78.49%);border-radius: 10px;padding: 40px 20px;min-height: 332px;display: flex;flex-direction: column;justify-content: space-between;}.policy__card .card__img {height: 60px;margin: 0 auto;text-align: center;width: 100px;}.policy__card .card__img img {height: 100%;width: 100%;object-fit: contain;}.policy__card .card__text {padding-top: 20px;text-align: center;}.policy__card .card__text h3 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 700;line-height: 30px;letter-spacing: -0.011em;color: #550266;padding-bottom: 15px;}.policy__card .card__text p {font-size: 14px;font-weight: 300;line-height: 18.23px;color: #550266;padding-bottom: 30px;}.policy__card .card_btn {color: #b168ee;display: inline-flex;align-items: center;column-gap: 10px;font-size: 16px;font-weight: 500;line-height: 24px;letter-spacing: -0.011em;}.policy__card .card_btn:hover {color: #550266;}.feedback {padding: 80px 0;background: rgba(246, 239, 253, 0.5019607843);}.feedback__wrapper {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 30px;}.feedback__card {background: linear-gradient(103.8deg, #550266 0%, #40024d 101.69%);border-radius: 30px;padding: 40px;position: relative;}.feedback__card.card_left::after {position: absolute;content: "";background-image: url("../img/card/card-left-shape.svg");background-repeat: no-repeat;background-size: cover;background-position: top right;height: 150px;width: 250px;top: 0;right: 0;}.feedback__card.card_right::after {position: absolute;content: "";background-image: url("../img/card/card-right-top-shape.svg");background-repeat: no-repeat;background-size: cover;background-position: top left;height: 100px;width: 250px;top: 0;left: 0;}.feedback__card.card_right::before {position: absolute;content: "";background-image: url("../img/card/card-right-bottom-shape.svg");background-repeat: no-repeat;background-size: cover;background-position: bottom center;height: 80px;width: 250px;bottom: 0;right: 0;}.feedback__card .card__head {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;}.feedback__card .card__head_text h2 {font-family: "Kangean";font-size: 36px;font-weight: 400;line-height: 43.6px;color: #fff;}.feedback__card .card__head_text p {font-size: 16px;font-weight: 700;line-height: 20.83px;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);background-clip: text;-webkit-background-clip: text;color: transparent;}.feedback__card .card__head_stars {display: flex;align-items: center;justify-content: flex-end;column-gap: 2px;}.feedback__card .card__head_stars li {color: #ff784f;}.feedback__card .card__body {padding-top: 20px;}.feedback__card .card__body p {color: #fff;font-size: 27px;font-weight: 500;line-height: 35.15px;}@media screen and (max-width: 1200px) {.cta__text h2 {font-size: 42px;line-height: 1.3;}.feedback__card .card__body p {font-size: 20px;line-height: 1.4;}.feedback__card .card__head_text h2 {font-size: 28px;}.feedback__card .card__head_text p {font-size: 14px;}.feedback__card .card__head_stars li {font-size: 14px;}.feedback__card.card_left::after {height: 110px;width: 215px;}.policy, .feedback {padding: 40px 0;}}@media screen and (max-width: 991px) {.cta__wrapper {grid-template-columns: 1fr;align-items: center;}.cta__illustration {height: 100%;text-align: right;padding-top: 20px;}.cta__illustration img {transform: translateY(0px);}.cta__text h2 {font-size: 32px;font-weight: 400;line-height: 38.75px;letter-spacing: -0.011em;max-width: 306px;}.feedback__wrapper {display: grid;grid-template-columns: 1fr;grid-gap: 30px;}.policy__header h2 {font-size: 32px;line-height: 1.3;}.policy__header p {font-size: 16px;line-height: 1.4;}.global__list li {font-size: 16px;}.global__list li._check {padding-bottom: 8px;}.cta {padding: 40px 0;}}@media screen and (max-width: 767px) {.feedback__card .card__body p {font-size: 16px;}.cta__illustration {max-height: 279px;margin-left: auto;}.cta__illustration img {height: 100%;width: 100%;}.policy__header h2 {font-size: 22px;}.cta__text {padding: 40px 30px;padding-bottom: 20px;}.cta__text p {padding-bottom: 0;}.cta__wrapper {position: relative;padding-bottom: 40px;}.cta__wrapper .ctaBtn {position: absolute;bottom: 40px;padding: 0 35px;width: 100%;margin: 0 auto;left: 0;right: 0;z-index: 99;}.cta__wrapper .ctaBtn a {width: 100%;}}@font-face {font-family: "Kangean";src: url("../fonts/Kangean-Regular.woff2") format("woff2"), url("../fonts/Kangean-Regular.woff") format("woff");font-weight: normal;font-style: normal;font-display: swap;}.coverdHero {background-image: url("../img/hero/cover-hero-bg.png");background-repeat: no-repeat;background-size: cover;background-position: center center;min-height: 629px;background-color: #550266;display: flex;align-items: center;justify-content: center;}.coverdHero__text {display: grid;grid-template-columns: 1.1fr 1fr;gap: 105px;padding-left: 80px;align-items: center;}.coverdHero__text h1 {background: linear-gradient(85.17deg, #ff784f 9.65%, #feaf48 88.49%);-webkit-background-clip: text;background-clip: text;color: transparent;font-size: 65px;font-weight: 400;line-height: 78.71px;letter-spacing: -0.011em;}.coverdHero__text .rightText {padding-left: 30px;}.coverdHero__text .rightText h4 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 600;line-height: 26.04px;color: #ffffff;padding-bottom: 15px;}.coverdHero__text .rightText p {font-size: 20px;font-weight: 300;line-height: 26.04px;color: #ffffff;}.coverdHero__text .rightText p small, .coverdHero__text .rightText p a {color: #feaf48;text-decoration: underline;font-family: inherit;font-size: inherit;}.coverdHero__text .rightText .ctaBtn {margin-top: 20px;}.coverd__cards {padding-top: 50px;}.coverd__cards_header {text-align: center;padding-bottom: 50px;}.coverd__items {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 50px;}.coverd__card {box-shadow: 0px 20px 30px 0px rgba(142, 142, 142, 0.1490196078);background: #ffffff;border: 1px solid #e3e3e3;border-radius: 10px;transition: 0.3s all ease;height: 100%;display: flex;flex-direction: column;justify-content: space-between;}.coverd__card:hover {box-shadow: none;}.coverd__card .thumbnail {height: 300px;width: 100%;}.coverd__card .thumbnail img {height: 100%;width: 100%;border-radius: 10px 10px 0 0;object-fit: cover;}.coverd__card .text {padding: 30px 15px;text-align: center;}.coverd__card .text.double_text_height {min-height: 118px;display: flex;align-items: center;justify-content: center;}.coverd__card .text h3 {font-size: 24px;font-weight: 400;line-height: 29.06px;color: #b168ee;}.coverd__card .text p {font-size: 16px;font-weight: 300;line-height: 20.83px;letter-spacing: 0.200000003px;text-align: center;color: #550266;}.coverd__card .coverd_view_btn {display: flex;align-items: center;justify-content: center;height: 100%;font-size: 24px;font-weight: 400;line-height: 29.06px;color: #b168ee;font-family: "Kangean";padding: 15px;}.coverd__card .coverd_view_btn strong {font-weight: 400;text-align: center;text-decoration: underline;}.coverd__card .coverd_view_btn span {font-weight: 700;}.coverd__card .coverd_view_btn:hover strong {text-decoration: underline;}.coverdCta {padding: 80px 0;}.coverdCta__wrapper {display: grid;align-items: center;grid-template-columns: 1.6fr 1fr;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);border-radius: 30px;position: relative;z-index: 1;}.coverdCta__wrapper::after {position: absolute;background-image: url("../img/cover/cover-cta-shape.svg");background-repeat: no-repeat;background-size: cover;background-position: center left;content: "";height: 100%;width: 40%;top: 0;right: 0;z-index: -1;border-radius: 0 30px 30px 0;}.coverdCta__text {padding: 50px 0 50px 75px;max-width: 680px;}.coverdCta__text h2 {font-size: 55px;font-weight: 400;line-height: 66.6px;letter-spacing: -0.011em;color: #ffffff;padding-bottom: 15px;}.coverdCta__text p {font-size: 16px;font-weight: 300;line-height: 20.83px;text-align: left;color: #ffffff;padding-bottom: 30px;}.coverdCta__text p a {color: #feaf48;text-decoration: underline;}.coverdCta .ctaBtn__secondary .btn {background: #ffffff;color: #550266;}.coverdCta .ctaBtn__secondary .btn small {background: linear-gradient(136.11deg, #550266 0%, #b168ee 102.01%);}.coverdCta .ctaBtn__secondary .btn small i {color: #ffffff;}.coverdCta .cta__illustration {text-align: right;height: calc(100% + 20px);}.coverdCta .cta__illustration img {transform: translate(20px, -10px);}.contact_notice {font-size: 20px;font-weight: 300;line-height: 26.04px;color: #550266;padding-bottom: 50px;}.contact_notice a {font-weight: 600;}.contactPage {padding: 70px 0;}.contactPage textarea.form_field {min-height: 250px;padding: 15px 20px;}.contactPage .form__control {margin-bottom: 30px;}.practiceRequest {padding: 70px 0;}.practiceRequest textarea.form_field {min-height: 250px;padding: 15px 20px;}.practiceRequest .form__control {margin-bottom: 30px;}.weCover {padding-top: 80px;}.weCover__header {padding-bottom: 50px;}.weCover__content ._title {font-size: 40px;font-weight: 400;line-height: 48.44px;color: #550266;padding-bottom: 40px;}.weCover__content .single_item {background: rgba(246, 239, 253, 0.5019607843);border-radius: 30px;padding: 35px 30px;}.weCover__content .single_item:not(:last-child) {margin-bottom: 30px;}.weCover__content .single_item h3 {font-size: 36px;font-weight: 600;line-height: 43.6px;color: #550266;padding-bottom: 15px;font-family: "DM Sans", sans-serif;}.weCover__content .single_item p {font-size: 20px;font-weight: 300;line-height: 26.04px;color: #550266;}.weCover__content .b_type_words {padding-top: 60px;}.weCover__content .b_type_words ._title {color: #feaf48;}.weCover__content .b_type_words .single_item {background: rgba(255, 239, 218, 0.5019607843);}.weCover__content .c_type_words {padding-top: 60px;}.weCover__content .c_type_words ._title {color: #ff784f;}.weCover__content .c_type_words .single_item {background: rgba(255, 228, 220, 0.5019607843);}.search_form {display: grid;align-items: center;grid-template-columns: 1fr 1.5fr 210px;column-gap: 20px;}.search_form .form__select {position: relative;background: #fff6ec;border-radius: 30px;width: 100%;min-height: 56px;padding-left: 40px;}.search_form .form__select select {width: 100%;padding: 16px 20px;border: none;outline: none;background: #fff6ec;border-radius: 30px;padding-right: 40px;}.search_icon {position: absolute;top: 6px;left: 6px;height: 44px;width: 44px;border-radius: 50%;z-index: 11;color: #fff;background: #550266;display: flex;align-items: center;justify-content: center;}.search_icon i {transform: rotate(90deg);}.form__search {position: relative;width: 100%;background: #faf6fd;border-radius: 30px;}.form__search input {width: 100%;padding: 16px 20px;padding-left: 60px;border: none;outline: none;background: #faf6fd;border-radius: 30px;}.weCover__hero .coverdHero__text {grid-template-columns: 1.3fr 1fr;gap: 0px;padding-left: 0px;}.weCover__hero .coverdHero__text h1 {font-size: 62px;line-height: 70.71px;}.weCover__hero .coverdHero__text .rightText p {font-size: 13px;padding-left: 35px;line-height: 1.4;}.weCover__hero .coverdHero__text .rightText p:not(:last-child) {padding-bottom: 20px;}@media screen and (max-width: 1440px) {.coverdHero__text {grid-template-columns: 1.2fr 1fr;gap: 0;padding-left: 60px;}.coverd__card .text h3 {font-size: 22px;}}@media screen and (max-width: 1200px) {.coverd__items {grid-gap: 25px;}.coverd__card {min-height: 300px;}.coverd__card .text {padding: 20px;}.coverd__card .text h3 {font-size: 22px;line-height: 27.06px;}.coverd__card .thumbnail {height: 245px;width: 100%;}.weCover__hero .coverdHero__text h1 {font-size: 46px;line-height: 1.3;}.coverdHero__text h1 {font-size: 46px;line-height: 1.3;}.coverdHero__text .rightText {padding-left: 0;}.coverdHero__text .rightText h4 {font-size: 16px;padding-bottom: 10px;}.coverdHero__text .rightText p {font-size: 16px;line-height: 1.4;}.coverdHero__text {grid-template-columns: 1fr;gap: 0;padding-left: 0;text-align: center;max-width: 450px;margin: 0 auto;}.weCover__hero .coverdHero__text .rightText p {font-size: 13px;padding-left: 0px;line-height: 1.4;}.weCover__hero .coverdHero__text {grid-template-columns: 1fr;row-gap: 20px;}.weCover__content ._title {font-size: 36px;line-height: 1.3;padding-bottom: 30px;}.weCover__content .single_item {padding: 30px 25px;}.weCover__content .single_item h3 {font-size: 32px;line-height: 1.2;}.weCover__content .single_item p {font-size: 18px;}.contact_notice {font-size: 18px;padding-bottom: 40px;}.form__control label {font-size: 20px;padding-bottom: 10px;}}@media screen and (max-width: 991px) {.coverdCta__wrapper {grid-template-columns: 1fr;}.coverdCta__wrapper .ctaBtn {position: absolute;bottom: 40px;left: 0;right: 0;margin: 0 auto;z-index: 11;text-align: center;}.coverdCta__wrapper::after {background-image: url("../img/cover/cover-cta-shape-mobile.svg");background-position: center center;content: "";height: 100%;width: 100%;border-radius: 30px;}.coverdCta__text {padding: 40px;padding-bottom: 0px;}.coverdCta .cta__illustration {height: 100%;width: 100%;padding-bottom: 40px;max-width: 320px;margin: 0 auto;}.coverdCta .cta__illustration img {transform: translate(0, 0);height: 100%;width: 100%;}.coverdCta__text h2 {font-size: 42px;line-height: 1.2;padding-bottom: 10px;}.weCover__content ._title {font-size: 28px;padding-bottom: 25px;}.weCover__content .single_item {padding: 30px 25px;}.weCover__content .single_item h3 {font-size: 24px;padding-bottom: 10px;}.weCover__content .single_item p {font-size: 16px;line-height: 1.6;}.weCover__hero .coverdHero__text h1 {font-size: 36px;}.contact_notice {font-size: 16px;text-align: center;}}@media screen and (max-width: 767px) {.coverd__items {grid-template-columns: repeat(2, 1fr);}.coverdCta__text h2 {font-size: 36px;}.coverdHero__text h1 {font-size: 36px;line-height: 1.3;}.search_form {grid-template-columns: 1fr 1fr;row-gap: 25px;}.weCover__content ._title {font-size: 24px;padding-bottom: 20px;}.weCover__content .single_item {padding: 25px;}.weCover__content .single_item h3 {font-size: 20px;}.weCover__content .single_item p {font-size: 15px;}.weCover__content .single_item:not(:last-child) {margin-bottom: 20px;}.weCover__hero .coverdHero__text h1 {font-size: 32px;max-width: 350px;margin: 0 auto;}.form__control label {font-size: 18px;padding-bottom: 10px;padding-left: 0;}.form__control .form_field {padding: 15px 25px;}.devider {grid-template-columns: 1fr;grid-gap: 0;}.coverdHero {min-height: 540px;}.contactPage .ctaBtn {text-align: center;}.coverdHero__wrapper {max-width: 350px;margin: 0 auto;}.coverd__cards {padding: 50px 0;}}@media screen and (max-width: 575px) {.coverd__items {grid-template-columns: 1fr;}.coverdHero {background-image: url("../img/hero/cover-hero-mobile-bg.png");}.business_we_cover {background-image: url("../img/hero/business-practices-we-cover-mobile-bg.png");}.coverdCta__text h2 {font-size: 32px;}.coverdHero__text h1 {font-size: 32px;max-width: 350px;margin: 0 auto;padding-bottom: 20px;}.search_form {grid-template-columns: 1fr;max-width: 450px;text-align: center;margin: 0 auto;}.search_form .ctaBtn .btn {max-width: 208px;margin: 0 auto;padding-left: 30px;column-gap: 30px;width: 100%;}.search_form .ctaBtn .btn span {text-align: center;width: 100%;}.practiceRequest {padding-top: 50px;}.practiceRequest .ctaBtn {text-align: center;}.weCover {padding-top: 50px;}.contactPage {padding-top: 50px;}}.complaints__hero {background-image: url("../img/hero/complaints.png");}.complaints__hero .coverdHero__text {display: block;padding: 0;margin: 0 auto;}.complaints__hero .coverdHero__text h1 {text-align: center;font-size: 100px;line-height: 1.3;}.help_support {padding: 80px 0;}.help_support__item ._pragraph strong {font-weight: 500;}.help_support__item p {color: #550266;font-size: 18px;}.help_support__item:not(:last-child) {padding-bottom: 40px;}.help_support__item ._title {font-size: 36px;font-weight: 400;line-height: 48.44px;color: #550266;padding-left: 40px;position: relative;}.help_support__item ._title::after {position: absolute;content: "";left: 0;top: 2px;height: 32px;width: 32px;background-image: url("../img/icons/hand-right.svg");background-repeat: no-repeat;background-size: contain;background-position: center left;}.help_support__item ._title.info_item {padding-left: 50px;}.help_support__item ._title.info_item::after {background-image: url("../img/icons/info-icon.svg");top: 4px;}.help_support__item ._pragraph {font-size: 18px;font-weight: 300;line-height: 26.04px;color: #550266;padding-top: 15px;}.help_support__item ._pragraph a {font-weight: 600;display: inline-block;text-decoration: underline;}.help_support__item ._checkList {padding-top: 30px;}.help_support__item ._checkList__item:not(:last-child) {padding-bottom: 30px;}.help_support__item ._checkList__item ._checkTitle {font-size: 24px;font-weight: 500;line-height: 41.66px;color: #550266;padding-left: 35px;position: relative;font-family: "DM Sans", sans-serif;}.help_support__item ._checkList__item ._checkTitle::after {position: absolute;content: "";left: 0;top: 5px;height: 25px;width: 25px;background-image: url("../img/icons/yellow-check.svg");background-repeat: no-repeat;background-size: contain;background-position: center left;}.help_support__item ._checkList__item p {padding-left: 40px;padding-top: 10px;color: #550266;font-size: 18px;}.help_support__item ._miniTitle {padding-top: 15px;font-weight: 600;color: #550266;font-size: 18px;}.help_support__item ._policySub {padding-top: 35px;}.help_support__item ._policySub ._subTitle {font-size: 32px;color: #550266;font-weight: 600;padding-bottom: 5px;font-family: "DM Sans", sans-serif;}.help_support__item ._list {font-size: 18px;color: #550266;font-weight: 300;padding: 20px 0;}.help_support__item ._list li {list-style-type: disc;margin-left: 20px;}.help_support__item ._list li:not(:last-child) {margin-bottom: 8px;}.help_support .importent_notice {margin: 0;}.faq_hero {background-image: url("../img/hero/faq.png");}.faq_hero .coverdHero__text {display: block;padding: 0;margin: 0;}.faq_hero .coverdHero__text h1 {text-align: center;font-size: 100px;line-height: 1.3;}.faq {padding: 80px 0;}.faq .search_form {display: block;max-width: 350px;margin-left: auto;}.faq .search_form input {padding-left: 20px;padding-right: 60px;}.faq .search_form .search_icon {left: inherit;right: 6px;}.faq__category {padding-top: 50px;}.faq__category ._category_title {display: flex;align-items: flex-start;column-gap: 15px;padding-bottom: 25px;}.faq__category ._category_title ._thumb {height: 60px;width: 60px;}.faq__category ._category_title ._thumb img {height: 100%;width: 100%;object-fit: contain;}.faq__category ._category_title ._text h4 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;letter-spacing: 0.15em;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);color: transparent;-webkit-background-clip: text;background-clip: text;padding-top: 8px;}.faq__category ._category_title ._text h3 {font-size: 32px;font-weight: 400;line-height: 43.6px;color: #550266;}._category_faq {background: rgba(239, 225, 252, 0.5019607843);padding: 10px 25px;border-radius: 20px;transition: 0.3s all ease;}._category_faq:not(:last-child) {margin-bottom: 20px;}._category_faq ._faq_title {display: flex;align-items: flex-start;justify-content: space-between;color: #550266;column-gap: 10px;transition: 0.3s all ease;padding: 20px 0;cursor: pointer;}._category_faq ._faq_title h4 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 600;line-height: 26.04px;color: #550266;font-weight: 400;}._category_faq ._faq_title ._faq_arrow {color: #550266;font-size: 18px;transition: 0.3s all ease;}._category_faq ._faq_body {display: none;color: #550266;font-size: 18px;font-weight: 300;}._category_faq.active {padding-bottom: 30px;}._category_faq.active ._faq_title h4 {font-weight: 500;}._category_faq.active ._faq_title ._faq_arrow {transform: rotate(-180deg);}.faq__subCategory {padding-top: 40px;}.faq__subCategory ._subTitle {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;letter-spacing: 0.15em;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);color: transparent;-webkit-background-clip: text;background-clip: text;padding-bottom: 30px;}.qr_hero {background-image: url("../img/hero/qualification-requirements.png");}.qr_hero .coverdHero__text {padding-left: 0;display: block;}.qr_hero .coverdHero__text h1 {text-align: center;}.importent_notice {margin: 50px 0;padding: 50px 60px;border-radius: 30px;background: #f6effd;}.importent_notice ._title {text-align: center;font-size: 40px;font-weight: 400;line-height: 48.44px;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);color: transparent;-webkit-background-clip: text;background-clip: text;padding-bottom: 30px;}.importent_notice ._list {list-style: none;counter-reset: item;}.importent_notice ._list li {list-style: none;position: relative;padding-left: 20px;color: #550266;font-weight: 300;}.importent_notice ._list li:not(:last-child) {margin-bottom: 20px;}.importent_notice ._list li::before {content: counter(item) ". ";counter-increment: item;position: absolute;left: 0;top: 0;}.importent_notice .notice_checkouts {display: flex;align-items: center;justify-content: center;column-gap: 30px;padding-top: 40px;}.cs_weCover {padding-bottom: 40px;}.cs_weCover ._header h3 {font-family: "DM Sans", sans-serif;font-size: 36px;font-weight: 600;line-height: 52.08px;color: #550266;padding-bottom: 30px;}.guides {padding: 80px 0;}.guides ._header h3 {font-family: "DM Sans", sans-serif;font-size: 36px;font-weight: 600;line-height: 52.08px;color: #550266;padding-bottom: 30px;}.guides_card_list .ctaBtn {margin-top: 30px;}.guides_card_list .bg_soft_1 .thumbnail {background: linear-gradient(136.31deg, #f6effd 13.17%, #ddcce0 78.49%);}.guides_card_list .bg_soft_2 .thumbnail {background: linear-gradient(136.31deg, #ffc9b9 13.17%, #ffe4dc 78.49%);}.guides_card_list .bg_soft_3 .thumbnail {background: linear-gradient(136.31deg, #ffdfb6 13.17%, #fff9f0 78.49%);}.guides_card_list .thumbnail {display: flex;align-items: center;justify-content: center;max-height: 260px;border-radius: 10px 10px 0 0;}.guides_card_list .thumbnail ._image {height: 120px;width: 120px;margin: 0 auto;display: flex;align-items: center;justify-content: center;}.guides_card_list .thumbnail ._image img {height: 100%;width: 100%;object-fit: contain;}.howWork_hero {margin: 0 auto;min-height: 810px;background-color: #550266;background-image: url("../img/login-bg.svg");background-repeat: no-repeat;position: relative;z-index: 1;overflow: hidden;}@media (max-width: 1200px) {.howWork_hero {min-height: 660px;}}.howWork_hero::after {position: absolute;background-image: url("../img/hero/how-it-works-shape.png");background-repeat: no-repeat;background-size: contain;background-position: center right;content: "";z-index: -1;bottom: -150px;left: -10px;width: 703px;height: 400px;}.howWork_hero ._illustration {max-height: 550px;height: 100%;width: 100%;position: relative;z-index: 1;}.howWork_hero ._illustration img {height: 100%;width: 100%;object-fit: contain;}.howWork_hero__wrapper {display: grid;grid-template-columns: 1.3fr 1fr;align-items: flex-start;}.howWork_hero ._text h1 {font-size: 62px;font-weight: 400;line-height: 1.2;color: #efe1fc;}.howWork_hero ._text h1 span {background: linear-gradient(91.05deg, #ff784f 31.51%, #feaf48 75.39%);color: transparent;-webkit-background-clip: text;background-clip: text;}.howWork_hero ._text p {font-size: 20px;font-weight: 400;color: #ffffff;padding-bottom: 50px;padding-top: 10px;}.howWork_hero ._text ._hero_list {display: flex;align-items: center;column-gap: 30px;padding-top: 60px;position: relative;z-index: 1;}.howWork_hero ._text ._hero_list li h4 {font-size: 20px;font-weight: 400;color: #efe1fc;}.howWork_hero ._mini_text {display: none;}._howItWork_title {text-align: center;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);color: transparent;-webkit-background-clip: text;background-clip: text;font-size: 65px;font-weight: 400;padding-bottom: 60px;position: relative;z-index: 99;}.manageg_policy {display: flex;justify-content: space-between;align-items: flex-start;column-gap: 80px;row-gap: 40px;padding-top: 76px;}.manageg_policy ._illustration {max-width: 499px;width: 100%;}.manageg_policy ._illustration img {height: 100%;width: 100%;}.manageg_policy ._text {max-width: 468px;width: 100%;}.manageg_policy ._text h4 {background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);color: transparent;-webkit-background-clip: text;background-clip: text;font-size: 16px;font-weight: 700;padding-bottom: 20px;font-family: "DM Sans", sans-serif;}.manageg_policy ._text h3 {font-size: 44px;font-weight: 400;padding-bottom: 15px;color: #550266;}@media screen and (max-width: 1440px) {.howWork_hero::after {bottom: -130px;width: 560px;height: 320px;}.howWork_hero ._text h1 {font-size: 48px;}}@media screen and (max-width: 1200px) {.help_support {padding: 60px 0;}.help_support__item ._title {font-size: 32px;line-height: 1.3;}.help_support__item ._pragraph {font-size: 17px;}.help_support__item ._checkList__item ._checkTitle {font-size: 22px;line-height: 1.3;}.faq_hero .coverdHero__text, .complaints__hero .coverdHero__text {max-width: 100%;}.faq_hero .coverdHero__text h1, .complaints__hero .coverdHero__text h1 {font-size: 82px;}.faq {padding: 70px 0;}.faq .faq__category ._category_title ._thumb {height: 50px;width: 50px;flex: 0 0 50px;}.faq .faq__category ._category_title ._text h4 {font-size: 15px;line-height: 1.3;padding-top: 5px;}.faq .faq__category ._category_title ._text h3 {font-size: 30px;}.importent_notice {margin: 30px 0;padding: 40px;border-radius: 25px;}.importent_notice ._title {font-size: 36px;line-height: 1.3;}.itWorks {padding: 60px 0;}.itWorks__wrapper::after {width: 6px;}.itWorks__wrapper .global__list li {font-size: 18px;}.itWorks__item {column-gap: 80px;}.itWorks__item:not(:last-child) {padding-bottom: 100px;}.itWorks__item.no_gap {padding-bottom: 20px;}.itWorks__item::before {height: 20px;width: 20px;}.itWorks__item ._text h3 {font-size: 40px;line-height: 1.3;padding: 10px 0;}.itWorks__item ._text p {font-size: 17px;}.customerSuport {padding: 60px 0;}.customerSuport .cs_cards ._card ._text h3 {font-size: 30px;}.business__needs {padding: 60px 0;}.business__needs ._header h3 {font-size: 36px;}.cs_weCover ._header h3 {font-size: 32px;line-height: 1.3;}.customerSuport .cs_cards {column-gap: 120px;}.itWorks .itFooter h3 {font-size: 36px;}.itWorks .itFooter p {font-size: 17px;padding-bottom: 30px;}.help_support__item p, .help_support__item ._checkList__item p {font-size: 17px;}.howWork_hero ._text ._hero_list li h4 {font-size: 16px;}._howItWork_title, .howWork_hero ._text h1 {font-size: 45px;}.howWork_hero ._text p {font-size: 16px;}.manageg_policy ._text h3 {font-size: 36px;}.howWork_hero::after {bottom: -132px;left: -10px;width: 466px;height: 305px;}}@media screen and (max-width: 991px) {.howWork_hero::before {display: none;}.howWork_hero::after {display: none;}.howWork_hero .howWork_hero__wrapper ._illustration {max-width: 450px;margin: 0 auto;}.help_support__item ._title {font-size: 30px;}.help_support__item ._checkList__item ._checkTitle {font-size: 20px;}.faq_hero .coverdHero__text h1, .complaints__hero .coverdHero__text h1 {font-size: 65px;}.faq {padding: 60px 0;}.faq .faq__category ._category_title ._thumb {height: 45px;width: 45px;flex: 0 0 45px;}.faq .faq__category ._category_title ._text h3 {font-size: 28px;line-height: 1.2;}.faq .faq__subCategory ._subTitle {font-size: 15px;line-height: 1.2;}.importent_notice {margin-top: 0;padding: 40px 30px;border-radius: 20px;}.importent_notice ._title {font-size: 32px;}.itWorks__item:not(:last-child) {padding-bottom: 50px;}.itWorks__item.no_gap {padding-bottom: 20px;}.itWorks__item {flex-direction: column;row-gap: 40px;}.itWorks__item:nth-child(odd) {flex-direction: column-reverse;}.itWorks__item::before {display: none;}.itWorks__wrapper::after {display: none;}.itWorks__item ._illustration {flex: 0 0 100%;height: 350px;width: 100%;}.itWorks__item ._checkList {flex: 0 0 100%;width: 100%;}.customerSuport .cs_cards {grid-template-columns: 1fr;row-gap: 60px;}.customerSuport .cs_cards::after {display: none;}.itWorks {padding: 50px 0;}.itWorks__item ._text h3 {font-size: 36px;}.business__needs .global__list li._check {padding-bottom: 20px;}.business__needs .global__list li._check h4 {font-size: 20px;}.business__needs .global__list li._check p {font-size: 16px;}.business__needs ._header h3 {font-size: 32px;line-height: 1.3;}.business__needs ._header p {font-size: 16px;}.guides ._header h3, .cs_weCover ._header h3 {font-size: 32px;}._howItWork_title {display: none;}.howWork_hero {background-image: url("../img/hero/complaints-mobile.png");min-height: 480px;display: flex;align-items: center;justify-content: center;text-align: center;padding-top: 0;padding-top: 10px;}.howWork_hero__wrapper {display: block;}.howWork_hero ._text {display: none;}.howWork_hero ._illustration {display: none;}.howWork_hero ._mini_text {display: block;}.howWork_hero ._mini_text h1 {font-size: 40px;text-align: center;background: linear-gradient(90.37deg, #ff784f -6.3%, #feaf48 79.25%);color: transparent;-webkit-background-clip: text;background-clip: text;}.manageg_policy {padding-top: 70px;flex-direction: column-reverse;}.manageg_policy ._text h4 {font-size: 15px;padding-bottom: 15px;}.manageg_policy ._text h3 {font-size: 30px;}}@media screen and (max-width: 768px) {.help_support {padding: 50px 0;}.help_support__item ._title {font-size: 28px;}.help_support__item ._title::after {height: 26px;width: 26px;}.help_support__item ._pragraph {font-size: 16px;}.help_support__item ._checkList__item p {padding-left: 30px;}.help_support__item ._checkList__item ._checkTitle {font-size: 20px;padding-left: 32px;}.help_support__item ._checkList__item ._checkTitle::after {top: 8px;height: 22px;width: 22px;}.faq_hero .coverdHero__text h1, .complaints__hero .coverdHero__text h1 {font-size: 52px;}.faq {padding: 50px 0;}.faq .faq__category ._category_title ._text h4 {font-size: 14px;}.faq .faq__category ._category_title ._text h3 {font-size: 26px;}.faq .faq__category ._faq_title h4 {font-size: 18px;line-height: 1.3;}.faq .faq__category ._faq_body p {font-size: 16px;line-height: 1.4;}.faq .faq__subCategory ._subTitle {font-size: 14px;}.importent_notice ._title {font-size: 28px;}.cs_review {padding: 60px 0;}.cs_review ._wrapper {grid-template-columns: 1fr;}.tutorial {padding: 60px 0;}.tutorial ._wrapper {grid-template-columns: 1fr;}.itWorks__item ._text h3 {font-size: 28px;}.business__needs {padding: 50px 0;}.business__needs ._header h3 {font-size: 28px;line-height: 1.3;}.business__needs .global__list li._check h4 {font-size: 18px;padding-bottom: 5px;}.guides ._header h3, .cs_weCover ._header h3 {font-size: 28px;}.itWorks .itFooter h3 {font-size: 32px;}.itWorks .itFooter p {font-size: 16px;padding-bottom: 30px;}.guides {padding: 50px 0;}.help_support__item ._checkList__item p {padding-left: 30px;padding-top: 10px;color: #550266;font-size: 18px;}.manageg_policy ._text h4 {font-size: 14px;}.manageg_policy ._text h3 {font-size: 28px;}}@media screen and (max-width: 575px) {.help_support__item ._title.info_item {font-size: 24px;padding-left: 35px;}.help_support__item ._title.info_item::after {height: 24px;width: 24px;top: 0;}.qr_hero, .faq_hero, .complaints__hero {background-image: url("../img/hero/complaints-mobile.png");min-height: 480px;}.qr_hero .coverdHero__text h1, .faq_hero .coverdHero__text h1, .complaints__hero .coverdHero__text h1 {font-size: 40px;padding: 0;}.faq_hero {background-image: url("../img/hero/faq-mobile.png");}.faq {padding: 40px 0;}.faq .search_form {max-width: 100%;}.faq .faq__category ._category_title ._thumb {height: 40px;width: 40px;flex: 0 0 40px;}.faq .faq__category ._category_title ._text h3 {font-size: 24px;}.importent_notice {padding: 30px 20px;border-radius: 20px;}.importent_notice ._title {font-size: 24px;}.importent_notice ._list li {font-size: 14px;}.importent_notice .notice_checkouts {justify-content: space-around;}.itWorks {padding: 40px 0;}.itWorks__item ._text h3 {font-size: 24px;padding: 5px 0;padding-bottom: 15px;}.itWorks__item ._text h4 {font-size: 14px;line-height: 20.83px;padding-bottom: 0px;}.itWorks__item ._text p {font-size: 16px;}.itWorks__item ._text p:not(:last-child) {padding-bottom: 15px;}.itWorks__item ._text .ctaBtn {text-align: center;}.itWorks .itWorks__wrapper .global__list li {font-size: 17px;}.itWorks .itWorks__wrapper .global__list li::after {top: 17px;}.customerSuport .cs_cards ._card ._text h3 {font-size: 22px;padding: 10px 0;}.customerSuport .cs_cards ._card ._text p {font-size: 16px;}.customerSuport .cs_cards ._card ._text p:not(:last-child) {margin-bottom: 15px;}.business__needs ._header h3 {font-size: 24px;line-height: 29px;}.guides ._header h3, .cs_weCover ._header h3 {font-size: 24px;}.itWorks .itFooter h3 {font-size: 28px;}.help_support__item p, .help_support__item ._checkList__item p {font-size: 16px;}.manageg_policy ._text h3 {font-size: 24px;}}@media screen and (min-width: 1380px) and (max-width: 1400px) {.howWork_hero {background-position: -87rem 0px;}}.quoteHero {padding-top: 200px;}.quoteHero_box {display: flex;align-items: center;column-gap: 30px;}.quoteHero_box ._avater {height: 110px;width: 110px;border-radius: 50%;flex: 0 0 110px;}.quoteHero_box ._avater img {height: 100%;width: 100%;object-fit: cover;border-radius: 50%;}.quoteHero_box ._text h1 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;text-align: left;color: #550266;}.quoteHero_box ._text h1 span {background: linear-gradient(90.47deg, #ff784f 43.13%, #feaf48 51.59%);-webkit-background-clip: text;background-clip: text;color: transparent;}.quoteHero_interface {margin-top: -100px;position: relative;z-index: -1;}.quoteHero_interface img {height: 100%;width: 100%;object-fit: contain;}.quoteHero.quote_loading .quoteHero_interface {margin-top: 0px;padding-top: 100px;}.quote__area {padding-bottom: 80px;padding-top: 40px;}.quote__area .quoteHero_box {padding: 80px 0;}.quote__area .quoteHero_box.less_padding {padding-top: 10px;padding-bottom: 30px;}.quote__steps {padding-bottom: 50px;display: flex;align-items: center;justify-content: space-between;position: relative;}.quote__steps::before {position: absolute;bottom: 0px;left: -10px;right: 0;height: 30px;width: 100%;background: #f6effd;border-radius: 100px;content: "";}.quote__steps::after {position: absolute;bottom: 7px;left: 0;right: 0;height: 16px;width: 0%;background: linear-gradient(90deg, #ff784f 0%, #feaf48 100%);border-radius: 100px;content: "";}.quote__steps.active_step_1::after {width: 25%;}.quote__steps.active_step_1_5::after {width: 35%;}.quote__steps.active_step_2::after {width: 50%;}.quote__steps.active_step_2_5::after {width: 60%;}.quote__steps.active_step_3::after {width: 75%;}.quote__steps.active_step_3_5::after {width: 85%;}.quote__steps.active_step_4::after {width: calc(100% - 20px);}.quote__item {cursor: pointer;padding: 10px;position: relative;width: 100%;text-align: center;}.quote__item ._count {display: flex;align-items: center;justify-content: center;height: 35px;width: 35px;border-radius: 50%;border: 1px solid #550266;color: #550266;margin: 0 auto;position: relative;}.quote__item small {font-family: "DM Sans", sans-serif;font-size: 14px;font-weight: 300;line-height: 20.83px;color: #550266;padding-top: 10px;display: block;user-select: none;}.quote__item.pending ._count {color: #ffffff;background: #550266;}.quote__item.pending small {font-weight: 600;}.quote__item.active ._count {background: #ff784f;color: #ff784f;border-color: #ff784f;}.quote__item.active ._count::after {position: absolute;content: "✔";width: 100%;height: 100%;color: #fff;display: flex;left: 0;top: 0;bottom: 0;right: 0;margin: 0 auto;align-items: center;justify-content: center;background-color: transparent;}.quote__important_note {padding-top: 30px;}.quote__important_note ._title {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 600;line-height: 31.25px;color: #550266;padding-bottom: 20px;}.quote__important_note ._list_note {padding-bottom: 30px;}.quote__important_note ._list_note h4 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;line-height: 23.44px;color: #550266;padding-bottom: 15px;}.quote__important_note ._list_note p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.quote__important_note p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.quote_based {padding-top: 50px;padding-bottom: 10px;}.quote_based ._title {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;color: #550266;}.quote_based_table {padding-top: 40px;}.quote_based_item {display: flex;align-items: flex-start;justify-content: space-between;column-gap: 30px;font-family: "DM Sans", sans-serif;font-size: 18px;color: #550266;}.quote_based_item:not(:last-child) {padding-bottom: 20px;}.quote_based_item h4 {font-weight: 500;font-family: "DM Sans", sans-serif;font-size: 18px;}.quote_based_item p {font-weight: 400;padding-top: 10px;font-size: 16px;}.quote_based_item ._left {flex: 0 0 calc(65% - 15px);}.quote_based_item ._left ._list {margin-left: 30px;padding-top: 5px;}.quote_based_item ._left ._list li {list-style-type: disc;font-size: 16px;}.quote_based_item ._right {flex: 0 0 calc(35% - 15px);}.quote_with_menu {padding-top: 170px;}.next_prev ul li .btn {padding: 12px 40px;}.contact__details {padding-top: 40px;}.contact__details ._title {font-family: "DM Sans", sans-serif;font-size: 32px;font-weight: 500;line-height: 41.66px;color: #550266;}.contact__details .title_devider {display: grid;grid-template-columns: 100px 1fr;grid-gap: 25px;}.contact__details .devider {grid-gap: 25px;}.contact__details .quote_form_submit {display: flex;align-items: center;justify-content: flex-end;padding-top: 15px;}.contact__details .quote_form_submit .btn {padding: 12px 40px;}.quote_form_title {font-family: "DM Sans", sans-serif;font-size: 32px;font-weight: 500;line-height: 41.66px;color: #550266;}.busines_type {padding-top: 30px;padding-bottom: 60px;}.busines__items {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 24px;padding-top: 40px;}.busines__items ._card {border: 1px solid #ff784f;border-radius: 20px;padding: 30px;display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;transition: 0.3s all ease;position: relative;cursor: pointer;}.busines__items ._card .ctCheck input {display: block !important;position: absolute;height: 100%;width: 100%;opacity: 0;cursor: pointer;left: 0;right: 0;top: 0;}.busines__items ._card ._thumb {max-width: 80px;max-height: 80px;}.busines__items ._card ._thumb img {width: 100%;height: 100%;object-fit: contain;}.busines__items ._card ._thumb img.thumb_active {display: none;}.busines__items ._card.active ._thumb img.thumb_active_desable {display: none;}.busines__items ._card.active ._thumb img.thumb_active {display: block;}.busines__items ._card ._text {padding-top: 24px;}.busines__items ._card ._text h4 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 700;line-height: 30px;letter-spacing: -0.011em;color: #550266;padding-bottom: 15px;min-height: 59px;}.busines__items ._card.active {background: #ff784f;}.busines__items ._card.active ._text h4 {color: #ffffff;}.busines_addres ._map {padding-top: 40px;}.busines_addres ._map img {height: 100%;width: 100%;object-fit: cover;}.busines_addres .btn_extend {color: #b168ee;font-weight: 500;text-decoration: underline;}.busines_addres_additional {display: none;padding-top: 30px;}.payment__details {display: grid;grid-template-columns: 40% 60%;grid-gap: 40px;}.payment__details ._left {max-width: 440px;}.payment__details ._left ._logo {max-width: 320px;height: 60px;display: block;}.payment__details ._left ._logo img {height: 100%;width: 100%;object-fit: contain;}.payment__details ._right {border: 1px solid #ff784f;border-radius: 30px;padding: 40px 30px;}.payment__details .company_info {padding-top: 30px;}.payment__details .company_info h4 {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;line-height: 31.25px;color: #550266;padding-bottom: 20px;}.payment__details .company_info p {font-size: 18px;font-weight: 400;line-height: 23.44px;color: #550266;}.payment__details .to_pay {padding-top: 30px;}.payment__details .to_pay h4 {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;line-height: 31.25px;color: #550266;}.payment__details .to_pay h3 {font-family: "DM Sans", sans-serif;font-size: 42px;font-weight: 600;line-height: 54.68px;background: linear-gradient(90deg, #ff784f 0%, #feaf48 35.04%);-webkit-background-clip: text;background-clip: text;color: transparent;}.payment__card_info ._title {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;line-height: 31.25px;color: #550266;padding-bottom: 20px;}.payment__card_info .quote_form {padding-top: 10px;}.payment__card_info .quote_form .form_control {margin-bottom: 25px;}.payment__card_info .next_prev ul {padding-top: 20px;}.payment_options ul {display: flex;flex-direction: column;}.payment_options ul li {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;border-bottom: 1px solid #ff784f;cursor: pointer;padding: 15px 0;}.payment_options ul li ._logo_text {display: flex;align-items: center;column-gap: 10px;}.payment_options ul li ._logo_text ._logo_box {flex: 0 0 75px;text-align: center;}.payment_options ul li ._logo_text ._logo_box img {max-height: 65px;max-width: 70px;object-fit: contain;}.payment_options ul li ._logo_text p {flex: 0 0 150px;user-select: none;font-size: 18px;font-weight: 400;color: #550266;}.payment_options ul li ._icon {color: #550266;}.payment__cards_box {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 40px;padding-top: 40px;padding-bottom: 30px;}.payment_card {border: 1px solid #ff784f;border-radius: 30px;}.payment_card ._card_header {background: #ff784f;padding: 15px 10px;text-align: center;border-radius: 28px 28px 0 0;}.payment_card ._card_header strong {color: #ffffff;font-family: "DM Sans", sans-serif;font-size: 28px;font-weight: 600;}.payment_card ._card_body {padding: 50px 20px;text-align: center;color: #550266;}.payment_card .payment_info ._title {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 600;line-height: 1.3;padding-bottom: 10px;}.payment_card .payment_info p {font-size: 18px;font-weight: 400;padding: 5px 0;}.payment_card .payment_info ._total_payble {padding-top: 10px;font-family: "DM Sans", sans-serif;font-size: 32px;font-weight: 500;}.payment_card .payment_info ._total_payble span {background: linear-gradient(90.47deg, #ff784f 43.13%, #feaf48 51.59%);-webkit-background-clip: text;background-clip: text;color: transparent;}.payment_card .payment_info .mini_box {padding-top: 30px;}.payment_card .payment_info .mini_box h5 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 500;color: #550266;}.payment_card .payment_info .mini_box h5:not(:last-child) {padding-bottom: 15px;}.payment_card .payment_info ul {padding-top: 30px;}.payment_card .payment_info ul li {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 400;padding: 2px 0;}.payment_card .payment_info ul li strong {font-weight: 500;font-size: 22px;}.payment_card .ctaBtn {margin-top: 40px;}.payment_quote_btns {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;padding: 15px 0;padding-bottom: 30px;}.payment_quote_btns .btn_purple_outline {padding: 12px 40px;font-weight: 500;}.date_of_devider {max-width: 620px;}.date_of_devider label {font-size: 18px;font-weight: 600;color: #550266;display: block;padding-bottom: 15px;}.date_of_devider_inputs {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 24px;}._single_form {padding-top: 20px;}._single_form .title_devider {padding-bottom: 30px;}._single_form .title_devider .form_control {padding-top: 30px;}._single_input {padding-top: 20px;}._single_input {max-width: 420px;}.equal_devider {padding-top: 20px;}.equal_devider .devider {padding-top: 30px;max-width: 520px;}._radio_devider {padding: 30px 0;display: flex;align-items: center;column-gap: 30px;}.quote_form_details ._title {font-family: "DM Sans", sans-serif;font-size: 32px;font-weight: 500;color: #550266;padding-bottom: 15px;}.quote_search_form .form__search {margin-bottom: 20px;}.quote_search_form .form__select {position: relative;margin-bottom: 30px;}.quote_search_form .form__select select {width: 100%;padding: 16px 20px;padding-left: 55px;border-radius: 25px;border: transparent;background: #f6effd;outline: none;}.quote_search_form .form_label {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;color: #550266;padding-bottom: 20px;padding-top: 20px;}.quote_search_form_devider {display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 50px;row-gap: 40px;}.quote_search_form ._keywords ._subTitle {padding: 15px 0;font-family: "DM Sans", sans-serif;font-size: 22px;}.quote_search_form ._keywords ._box ul li:not(:last-child) {margin-bottom: 10px;}.quote_search_form ._keywords .ctCheck label {border: 1px solid #ff784f;padding: 12px 20px;border-radius: 10px;color: #550266;transition: 0.3s all ease;display: flex;align-items: center;}.quote_search_form ._keywords .ctCheck label span {display: block;padding-left: 10px;}.quote_search_form ._keywords .ctCheck input[type=checkbox]:checked + label {background: #ff784f;color: #ffffff;}.selection:not(:last-child) {margin-bottom: 25px;}.selection_area {padding-top: 40px;}.selection_container {margin-top: 10px;border: 1px solid #ff784f;border-radius: 30px;padding: 30px;padding-right: 15px;}.selection_box {padding-right: 15px;max-height: 525px;overflow-y: auto;}.selection_box::-webkit-scrollbar {width: 6px;}.selection_box::-webkit-scrollbar-thumb {background-color: #efe1fc;border-radius: 12px;}.selection_box::-webkit-scrollbar-track {background-color: #faf6fd;}.selection ._head {display: flex;align-items: center;column-gap: 20px;padding-bottom: 20px;}.selection ._head h4 {font-family: "DM Sans", sans-serif;font-size: 24px;color: 500;font-weight: 600;}.selection ._head .btn_danger_trns {background: #ffdcdc;color: #ff0000;font-size: 12px;font-weight: 400;display: inline-flex;align-items: center;column-gap: 5px;padding: 5px 15px;border-radius: 18px;transition: 0.3s all ease;}.selection ._head .btn_danger_trns i {font-size: 10px;}.selection ._head .btn_danger_trns:hover {background: #ff0000;color: #ffffff;}.selection_list ._single {padding-top: 50px;}.selection_list ._single ._devider {display: flex;align-items: center;column-gap: 20px;}.quote_faqs {padding-top: 60px;}.quote_faq {border: 1px solid #ff784f;border-radius: 30px;padding: 20px 25px;}.quote_faq:not(:last-child) {margin-bottom: 20px;}.quote_faq ._head {display: flex;justify-content: space-between;column-gap: 15px;cursor: pointer;user-select: none;}.quote_faq ._head ._arrow i {transition: 0.3s all ease;}.quote_faq ._head.active ._arrow i {transform: rotate(180deg);}.quote_faq ._head ._image_wrap {flex: 0 0 55px;max-width: 55px;max-height: 55px;}.quote_faq ._head ._image_wrap img {height: 100%;width: 100%;object-fit: contain;}.quote_faq ._head ._thumb_text {display: flex;align-items: flex-start;column-gap: 15px;}.quote_faq ._head h4 {font-family: "DM Sans", sans-serif;font-size: 22px;font-weight: 500;color: #550266;padding-bottom: 5px;}.quote_faq ._head ._smallTitle {background: linear-gradient(90deg, #ff784f 0%, #feaf48 100%);-webkit-background-clip: text;background-clip: text;color: transparent;font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;font-style: italic;}.quote_faq ._body {padding-top: 30px;display: none;}.quote_faq ._body .ct_btn_gradient span {font-weight: 600;}.quote_faq ._body .document_list {padding-top: 20px;padding-bottom: 15px;}.quote_faq ._body .document_list li:not(:last-child) {margin-bottom: 20px;}.quote_faq ._body .document_list_check ._list {display: grid;grid-template-columns: 1fr 0.8fr;grid-gap: 20px;align-items: center;}.quote_faq ._body .document_list_check ._list ._pragraph {padding-bottom: 0;}.quote_faq ._body .document_list_check ._list .form_control {margin-bottom: 0;}.quote_faq ._body ._time_period h4 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;line-height: 23.44px;color: #550266;padding-bottom: 15px;}.quote_faq ._body ._time_period ._pragraph {font-weight: 300;padding-bottom: 15px;font-size: 16px;}.quote_faq ._body ._time_period table {width: 100%;}.quote_faq ._body ._time_period table tr td {padding: 5px 0;font-weight: 500;color: #550266;}.quote_faq ._body .quote_form {padding-top: 0px;}.quote_faq ._body .ctCover_from__note {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;line-height: 23.44px;color: #550266;padding-bottom: 30px;padding-top: 10px;}.quote_faq ._body .dateTitle {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;line-height: 23.44px;color: #550266;padding-bottom: 10px;padding-top: 20px;}.quote_faq ._body .date_devider {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 20px;}.quote_faq ._body .person_btns {display: flex;align-items: center;column-gap: 20px;padding: 25px 0;}.quote_faq ._body .person_btns .btn {padding: 10px 30px;}.quote_faq ._body .ctCover_from {padding-top: 30px;}.quote_faq ._body .ctCoverFaq {border: 1px solid #ff784f;border-radius: 30px;padding: 20px;margin-bottom: 25px;padding-right: 10px;}.quote_faq ._body .ctCoverFaq_box {max-height: 350px;overflow-y: auto;padding-right: 10px;}.quote_faq ._body .ctCoverFaq h4 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;padding-bottom: 12px;color: #550266;}.quote_faq ._body .ctCoverFaq ._pragraph {font-size: 16px;}.quote_faq ._body .ctCoverFaq ._pragraph:not(:last-child) {padding-bottom: 10px;}.quote_faq ._body .ctCoverFaq .person_btns {padding-bottom: 0;padding-top: 20px;}.quote_faq ._body .portable_business_equp {display: grid;padding-top: 20px;grid-template-columns: 1fr 165px;}.quote_faq ._body .portable_business_equp.equp_extra {grid-template-columns: 1fr 220px;grid-gap: 20px;}.quote_faq ._body .portable_business_equp.equp_extra .form_control input {padding: 10px 20px;text-align: center;}.quote_faq ._body .add_policy_btns {display: flex;align-items: center;justify-content: flex-end;column-gap: 20px;}.quote_faq ._body .radio-button__control {width: 28px;height: 28px;}.quote_faq ._body ._more_emloys_conditions {display: none;}.quote_faq ._body .ctaClaimBtn {display: none;}.quote_faq ._body .ctaClaimBtn.active {display: block;padding-top: 20px;}.quote_faq ._body ._required_level {display: none;}.quote_faq ._body ._required_level .ct_btn_gradient span {cursor: pointer;}.quote_faq ._body ._required_level ._pragraph {padding-bottom: 0;}.quote_faq ._body ._required_level ._list {display: grid;grid-template-columns: 1.3fr 1fr;column-gap: 20px;padding-top: 30px;align-items: center;padding-bottom: 30px;}.quote_faq ._body ._required_level .form_control {margin-bottom: 0px;}.quote_faq ._body ._required_level .form_control select {width: 100%;padding: 12px 20px;border-radius: 100px;border: none;outline: none;background: #f6effd;cursor: pointer;}.quote_faq ._body ._required_level .add_policy_btns .form_control {display: grid;grid-template-columns: 1fr 30px 1.5fr;align-items: center;}.quote_faq ._body ._required_level .add_policy_btns .form_control .slash {text-align: center;}.quote_faq ._body ._required_level .name_devider {display: grid;grid-template-columns: 1fr 1.3fr;grid-gap: 20px;align-items: center;padding-bottom: 20px;}.quote_faq ._body #professional_indFooter {padding-top: 15px;display: none;}.quote_faq.pcAccident_item .ctCover_from {padding-top: 0;}.quote_faq.pcAccident_item .ctCover_from {display: none;}.quote_faq.cyberData_item .ctCoverFaq {display: none;}.quote_soa_single {padding-bottom: 20px;}.quote_soa_title {display: flex;column-gap: 15px;padding-bottom: 25px;align-items: center;}.quote_soa_title ._thumb {height: 60px;width: 60px;}.quote_soa_title ._thumb img {height: 100%;width: 100%;object-fit: contain;}.quote_soa_title ._text h3 {text-transform: uppercase;font-size: 36px;font-weight: 400;color: #550266;}.quote_soa .important_note {max-width: 940px;font-size: 18px;padding-bottom: 20px;}.quote_soa .important_note p {font-weight: 400;}.quote_soa .important_note strong {font-weight: 600;}.quote_soa_checks {background: rgba(239, 225, 252, 0.5019607843);border-radius: 20px;display: grid;grid-template-columns: 1fr 200px;column-gap: 30px;align-items: center;padding: 20px 20px;}.quote_soa_checks:not(:last-child) {margin-bottom: 18px;}.quote_soa_faqArea {padding-top: 50px;}.quote_soa_faqs {background: rgba(239, 225, 252, 0.5019607843);border-radius: 20px;padding: 25px;}.quote_soa_faqs:not(:last-child) {margin-bottom: 25px;}.quote_soa_faqs ._title {display: flex;align-items: center;justify-content: space-between;cursor: pointer;padding: 10px 0;margin-bottom: 5px;}.quote_soa_faqs ._title.active span i {transform: rotate(180deg);}.quote_soa_faqs ._title h4 {font-size: 20px;font-weight: 700;color: #550266;font-family: "DM Sans", sans-serif;}.quote_soa_faqs ._title span i {transform: rotate(0deg);transition: 0.3s all ease;}.quote_soa_faqs ._body {padding-top: 10px;display: none;}.quote_soa_faqs ._body:not(:last-child) {margin-bottom: 25px;}.quote_soa_faqs ._body ._pragraph strong {display: block;}.quote_soa_faqs ._body ._pragraph a {color: #550266;}#insuredVisibility {display: none;max-width: 660px;width: 100%;}#insuredVisibility ._title {padding-bottom: 10px;}#insuredVisibility textarea {min-height: 156px;margin-top: 10px;}@media screen and (max-width: 1200px) {.quoteHero {padding-top: 170px;}.quote__important_note p, .quote__important_note ._list_note p {font-size: 17px;line-height: 1.5;}.quote__important_note ._title {font-size: 22px;line-height: 1.3;color: #550266;padding-bottom: 20px;}.quote__important_note ._list_note h4 {font-size: 17px;}.radio-button__label {font-size: 17px;}.quote_form_details ._title {font-size: 30px;}.quote_faq ._head ._image_wrap {flex: 0 0 45px;}.quote_faq ._head h4 {font-size: 20px;}.quote_soa_title ._text h3 {font-size: 32px;}}@media screen and (max-width: 991px) {.quote__item {position: relative;}.quote__item small {position: absolute;width: 100%;top: 40px;left: 0;right: 0;margin: 0 auto;text-align: center;font-size: 12px;line-height: 1.2;opacity: 0;}.quote__item.pending small {opacity: 1;}.quote__item.active small {opacity: 0;}.quote__steps::after {bottom: 6px;height: 14px;}.quote__steps::before {height: 26px;}.quote__area {padding-bottom: 50px;}.quote__area .quoteHero_box {padding: 50px 0;}.quoteHero_box ._text h1 {font-size: 32px;line-height: 1.3;}.quote__area .quoteHero_box.less_padding {padding-top: 0px;padding-bottom: 15px;}.quoteHero_box ._avater {height: 90px;width: 90px;flex: 0 0 90px;}.quoteHero_box {column-gap: 15px;}.quote_form_title, .contact__details ._title {font-size: 28px;line-height: 1.3;}.busines_type {padding-top: 15px;padding-bottom: 50px;}.busines__items {grid-template-columns: repeat(2, 1fr);}.busines__items ._card ._text {padding-top: 20px;}.busines__items ._card ._text h4 {font-size: 18px;line-height: 1.4;}.busines_addres ._map {padding-top: 30px;}.busines_addres_additional {display: none;padding-top: 20px;}.quoteHero {padding-top: 150px;}.quoteHero_interface {margin-top: -60px;padding-top: 30px;}.payment__details {padding-top: 0px;grid-template-columns: 1fr;}.payment__details ._left ._logo {max-width: 260px;height: 50px;}.payment__details .company_info h4 {font-size: 22px;line-height: 1.3;padding-bottom: 15px;}.payment__details .company_info p {font-size: 17px;line-height: 1.4;}.payment__details .to_pay h4 {font-size: 22px;line-height: 1.4;}.payment__details .to_pay h3 {font-size: 38px;}.payment__details ._right {padding: 35px 20px;}.payment__card_info ._title {font-size: 22px;padding-bottom: 15px;}.payment__card_info .quote_form .form_control {margin-bottom: 20px;}.payment__card_info .quote_form .form_control label {font-size: 14px;padding-bottom: 6px;}.payment__cards_box {grid-template-columns: 1fr;grid-gap: 40px;}.payment_card ._card_header strong {font-size: 24px;}.quote_faqs {padding-top: 20px;}.quote_search_form_devider {grid-template-columns: 1fr;}.quote_form_details ._title {font-size: 28px;}.selection ._head {padding-bottom: 10px;}.selection ._head h4 {font-size: 22px;}.quote_soa_checks {grid-template-columns: 1fr;row-gap: 20px;}.quote_soa_checks .checks_list .devider {max-width: 200px;display: flex;column-gap: 20px;}.quote_soa_title ._text h3 {font-size: 28px;}.quote_soa .important_note {font-size: 16px;}}@media screen and (max-width: 767px) {.quoteHero_box ._text h1 {font-size: 28px;line-height: 1.3;}.contact__details .title_devider {display: block;}.contact__details .title_devider .form_control:nth-child(1) {max-width: 100px;}.contact__details .devider {grid-gap: 0px;}.quote_form_title, .contact__details ._title {font-size: 24px;}.contact__details, .quote_form {padding-top: 15px;}.quote_form .form_control label {font-size: 16px;padding-bottom: 10px;}.quote_form .form_control {margin-bottom: 20px;}.busines__items {grid-gap: 20px;padding-top: 30px;}.busines__items ._card {padding: 30px 20px;}.busines__items ._card ._text {padding-top: 20px;}.busines__items ._card ._text h4 {font-size: 16px;}.busines_addres ._map {padding-top: 20px;}.busines_addres_additional {display: none;padding-top: 20px;}.next_prev ul li .btn {padding: 10px 30px;}.quote__important_note p, .quote__important_note ._list_note p {font-size: 16px;}.quote__important_note ._title {font-size: 18px;}.quote__important_note ._list_note h4 {font-size: 16px;padding-bottom: 10px;}.radio-button__label {font-size: 15px;}.quote__steps {padding-bottom: 64px;}.payment_options ul li ._logo_text ._logo_box {flex: 0 0 60px;}.payment_options ul li ._logo_text ._logo_box img {max-height: 50px;max-width: 60px;}.payment_options ul li ._logo_text p {font-size: 16px;}.payment_quote_btns {flex-direction: column;row-gap: 20px;}.quote_based_item {flex-direction: column;row-gap: 15px;}.quote_based_item:not(:last-child) {padding-bottom: 30px;}.quote__steps:before {left: 0;}.quote__steps::after {left: 10px;}.payment_card ._card_header strong {font-size: 22px;}.date_of_devider_inputs {grid-template-columns: 1fr;}.quote_form_details ._title {font-size: 24px;}.quote_faq {padding: 15px 20px;border-radius: 20px;}.quote_faq ._head ._image_wrap {flex: 0 0 40px;}.quote_faq ._head h4 {font-size: 18px;}.quote_faq ._head ._smallTitle {font-size: 16px;}.quote_faq ._body ._required_level, .quote_faq ._body {padding-top: 20px;display: none;}.quote_soa_title ._text h3 {font-size: 24px;}.quote_soa_faqs {background: rgba(239, 225, 252, 0.5019607843);border-radius: 20px;padding: 20px;}.quote_with_menu {padding-top: 130px;}}@media screen and (max-width: 576px) {.quoteHero_box ._avater {height: 70px;width: 70px;flex: 0 0 70px;}.quoteHero_box ._text h1 {font-size: 24px;}.quoteHero {padding-top: 120px;}.quoteHero_interface {margin-top: -40px;}.payment__details .company_info h4 {font-size: 20px;}.payment__details .company_info p {font-size: 16px;}.payment__details .to_pay h4 {font-size: 20px;}.payment__details .to_pay h3 {font-size: 36px;}.payment__card_info ._title {font-size: 20px;}.payment_card ._card_header strong {font-size: 20px;}.payment_card ._card_body {padding: 40px 20px;}.payment_card .payment_info ._title {font-size: 20px;}.payment_card .payment_info ._total_payble {padding-top: 10px;font-family: "DM Sans", sans-serif;font-size: 26px;font-weight: 500;}.payment_card .payment_info ul li {font-size: 16px;}.payment_card .payment_info p {font-size: 16px;}.quote_based_item h4 {font-size: 16px;}.quote_form_details ._title {font-size: 22px;}.quote_faq ._body .document_list li:not(:last-child) {margin-bottom: 10px;}.quote_faq ._body ._time_period table tr td {font-size: 14px;}.quote_search_form ._keywords .ctCheck label {padding: 12px 15px;}.quote_search_form ._keywords .ctCheck label span {font-size: 14px;}.quote_search_form .form_label {font-size: 20px;}.quote_search_form ._keywords ._subTitle {font-size: 20px;}.selection ._head {column-gap: 10px;}.selection ._head h4 {font-size: 20px;}.quote_soa_title ._text h3 {font-size: 22px;}.quote_soa_title ._thumb {height: 45px;width: 45px;}}.customer ._wrapper {padding: 60px 0;}.customer ._header {max-width: 100%;margin-left: auto;margin-right: auto;background: #faf6fd;border-radius: 100px;padding: 5px;}.customer ._header ._tabs {display: flex;align-items: center;justify-content: space-between;}.customer ._header ._tabs .btn {padding: 10px 30px;font-size: 16px;font-weight: 300;color: #550266;display: block;transition: 0.3s all ease;}.customer ._header ._tabs .btn:hover {font-weight: 600;}.customer ._header ._tabs .btn.active {background: linear-gradient(90deg, #ff784f 0%, #feaf48 100%);color: #ffffff;font-weight: 600;}.customer ._header ._tabs_mobile {display: none;}.customer ._body {padding-top: 60px;}.customer ._body ._bottom {text-align: center;padding: 20px 0;}.customer ._body .btn_purple_outline {padding: 12px 40px;}.customer .ct_devider {display: flex;grid-gap: 20px;}.customer .ct_devider ._ct_box {flex: 1;box-sizing: border-box;}.customer ._ct_box {margin-bottom: 20px;border: 1px solid #ff784f;border-radius: 32px;}@media (max-width: 767px) {.customer ._ct_box {border-radius: 15px;}}.customer ._ct_box ._head {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;background: #ff784f;border-radius: 30px 30px 0 0;padding: 20px 30px;}@media (max-width: 767px) {.customer ._ct_box ._head {border-radius: 15px 15px 0px 0px;}}.customer ._ct_box ._head h4 {font-family: "DM Sans", sans-serif;font-size: 28px;font-weight: 600;color: #ffffff;}.customer ._ct_box ._head .btn_edit {display: inline-flex;column-gap: 10px;color: #ffffff;font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 300;transition: 0.3s all ease;cursor: inherit;}.customer ._ct_box ._head .btn_edit.active {cursor: pointer;}.customer ._ct_box ._head .btn_edit.active:hover {text-decoration: underline;}.customer ._ct_box ._body {border-top: 0;padding: 40px 30px;border-radius: 0 0 30px 30px;}.customer ._ct_box ._body ._list {width: 100%;}.customer ._ct_box ._body ._list table {width: 100%;}.customer ._ct_box ._body ._list table tr:not(:last-child) {border-bottom: 0.5px solid #ff784f;}.customer ._ct_box ._body ._list table tr:first-child td {padding-top: 0;}.customer ._ct_box ._body ._list table tr:last-child td {padding-bottom: 0;}.customer ._ct_box ._body ._list table tr td {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 300;color: #550266;padding: 20px 15px;vertical-align: top;}.customer ._ct_box ._body ._list table tr td:first-child {max-width: 350px;font-size: 18px;font-weight: 600;}.customer ._ct_box ._body ._list table tr td:last-child {height: 100%;vertical-align: middle;text-align: right;}.customer ._ct_box ._body ._list table tr td:last-child .btn_edit {color: #ff784f;display: inline-flex;align-items: center;column-gap: 10px;padding-right: 0;}.customer ._ct_box ._body ._list table tr td:last-child .btn_edit:hover {text-decoration: underline;opacity: 0.7;}.customer ._ct_box ._body ._quotes_head {display: flex;align-items: center;grid-gap: 20px;justify-content: space-between;flex-wrap: wrap;}.customer ._ct_box ._body ._quotes_head h4 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;color: #550266;}.customer .terms_table ._list {text-align: left;}.customer .terms_table ._list li {list-style-type: disc;margin-left: 15px;font-size: 16px;}.customer .terms_table tbody tr td:last-child {padding: 5px;}.customer .terms_table .btn_edit {padding: 10px;}.customer .form_list, .customer ._list_title {padding-left: 30px;font-size: 16px;font-weight: 300;color: #550266;}.customer .form__control:first-child {padding-top: 15px;}.customer .form__control:last-child {padding-bottom: 15px;}.customer .form__control:not(:last-child) {margin-bottom: 25px;}.customer .form_list {padding-top: 10px;padding-bottom: 30px;}.customer .form_list li {list-style-type: disc;margin-left: 20px;}.customer .devider {margin-bottom: 30px;}.customer ._ct_box._ct_box_small ._head {justify-content: center;}.customer ._ct_box._ct_box_small ._body h4 {display: flex;align-items: center;column-gap: 10px;justify-content: center;font-family: "DM Sans", sans-serif;font-size: 32px;font-weight: 600;color: #550266;}.customer ._ct_box._ct_box_small ._body h4 span {background: linear-gradient(90deg, #ff784f 66.95%, #feaf48 98.29%);-webkit-background-clip: text;background-clip: text;color: transparent;}.customer ._ct_box ._body .graph_chart {margin-top: 20px;height: 100%;width: 100%;}.customer ._ct_box ._body .graph_chart img {height: 100%;width: 100%;object-fit: contain;}.customer ._wrapper .ct_devider {grid-gap: 30px;}.customer .ctaCard {border-radius: 30px;display: grid;grid-template-columns: 1fr 0.4fr;height: 100%;align-items: center;overflow: hidden;margin-bottom: 30px;position: relative;z-index: 1;}.customer .ctaCard::after {position: absolute;content: "";background-repeat: no-repeat;background-position: center;background-size: contain;height: 100%;bottom: 0;right: 0;z-index: -1;}.customer .ctaCard img {height: 10%;width: 100%;object-fit: contain;}.customer .ctaCard ._text {padding: 50px;padding-right: 20px;}.customer .ctaCard ._text h3 {font-size: 42px;font-weight: 400;line-height: 1.2;color: #550266;padding-bottom: 20px;}.customer .ctaCard ._text p {font-size: 18px;font-weight: 300;color: #550266;padding-bottom: 20px;}.customer .ctaCard.ctaCard_mail_templates, .customer .ctaCard.ctaCard_certificate {background: linear-gradient(112.5deg, #efe1fc 0%, rgba(221, 204, 224, 0.5) 100.19%);}.customer .ctaCard.ctaCard_slide_templates, .customer .ctaCard.ctaCard_banner {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);}.customer .ctaCard.ctaCard_certificate::after {background-image: url("../img/cta/certificate.png");width: 335px;bottom: -18px;}.customer .ctaCard.ctaCard_banner {overflow: inherit;}.customer .ctaCard.ctaCard_banner::after {background-image: url("../img/cta/banner.png");width: 335px;bottom: 0px;height: calc(100% + 10px);}.customer .ctaCard.ctaCard_mail_templates::after {background-image: url("../img/cta/email-templates.png");width: 235px;bottom: 0px;height: 210px;}.customer .ctaCard.ctaCard_slide_templates::after {background-image: url("../img/cta/slide-templates.png");width: 255px;bottom: 0px;height: 195px;}._quotes_table_xl_block {display: block;}._quotes_table_xl_none {display: none;}@media screen and (max-width: 1200px) {.customer ._wrapper .ct_devider {grid-gap: 0;flex-direction: column;}.customer ._ct_box._ct_box_small ._head h4 {font-size: 22px;}.customer ._ct_box._ct_box_small ._body h4 {font-size: 28px;}.customer .ctaCard.ctaCard_certificate::after {background-image: url("../img/cta/certificate.png");width: 271px;bottom: -18px;height: 77%;}.customer_quotes ._quotes_table_xl_none {display: block;}.customer_quotes ._quotes_table_xl_none .terms_table table thead tr th:last-child {color: #ffffff;}.customer_quotes ._quotes_table_xl_none .terms_table table tbody tr td {padding: 15px;}.customer_quotes ._quotes_table_xl_none .terms_table table tbody tr td ._list {padding-left: 20px;}.customer_quotes ._quotes_table_xl_none .terms_table table tbody tr td ._list li:not(:last-child) {padding-bottom: 5px;}.customer_quotes ._quotes_table_xl_block {display: none;}.customer_quotes ._ct_box {border: transparent;}.customer_quotes ._ct_box ._head {background: transparent;padding: 0;}.customer_quotes ._ct_box ._head h4 {color: #550266;}.customer_quotes ._ct_box ._body {border-top: 0;padding: 0;padding-top: 25px;border-radius: 0;}.customer_quotes ._ct_box ._body ._quotes_head {flex-direction: column;align-items: start;row-gap: 30px;}}@media screen and (max-width: 991px) {.customer .ctaCard ._text h3 {font-size: 38px;}.customer .ct_devider {display: block;}.customer .ctaCard.ctaCard_certificate::after {background-image: url("../img/cta/certificate.png");width: 245px;bottom: -18px;height: 54%;}.customer .ctaCard.ctaCard_banner::after {background-image: url("../img/cta/banner.png");width: 239px;bottom: 0px;height: 67%;}.customer ._header ._tabs {display: none;}.customer ._header ._tabs_mobile {display: block;}.customer ._header ._tabs_mobile select {padding: 12px 20px;border-radius: 20px;border: none;outline: none;text-align: center;font-size: 16px;font-weight: 300;color: #550266;background: #faf6fd;}}@media screen and (max-width: 767px) {.customer ._body {padding-top: 40px;}.customer ._wrapper {padding-top: 20px;}.customer .ctaCard {grid-template-columns: 1fr;padding-bottom: 280px;}.customer .ctaCard ._text h3 {font-size: 36px;}.customer .ctaCard.ctaCard_banner::after {width: 293px;margin: 0 auto;height: 300px;left: 0;right: 0;}.customer .ctaCard.ctaCard_certificate {padding-bottom: 240px;}.customer .ctaCard.ctaCard_certificate::after {width: 320px;height: 246px;left: 0;right: 0;margin: 0 auto;}.customer .ctaCard.ctaCard_mail_templates {padding-bottom: 240px;}.customer .ctaCard.ctaCard_mail_templates::after {background-image: url("../img/cta/email-templates-mobile.png");width: 320px;height: 265px;bottom: -10px;margin: 0 auto;left: 0;right: 0;}.customer .ctaCard.ctaCard_slide_templates::after {background-image: url("../img/cta/slide-templates-mobile.png");width: 100%;bottom: 0px;height: 350px;margin: 0 auto;left: 0;right: 0;}.customer ._ct_box ._head {padding: 15px 20px;}.customer ._ct_box ._head h4 {font-size: 20px;}.customer ._ct_box ._body {padding: 30px 20px;}.customer ._ct_box ._body ._list table tr td {padding: 10px;}.customer ._ct_box ._body ._list table tr td:first-child {font-size: 16px;max-width: 100%;}.customer ._ct_box ._body ._list table tr td:last-child {font-size: 16px;max-width: 100%;text-align: left;}.customer ._ct_box._ct_box_small ._head h4 {font-size: 20px;}.customer ._ct_box._ct_box_small ._body h4 {font-size: 26px;}.customer ._ct_box_large ._head {padding: 15px 20px;}.customer ._ct_box_large ._head h4 {font-size: 20px;}.customer ._ct_box_large ._body {padding: 20px;}.customer ._ct_box_large ._body ._list table tr {display: flex;flex-wrap: wrap;}.customer ._ct_box_large ._body ._list table tr td:first-child {flex: 1 0 100%;max-width: 100%;order: 0;width: 100%;font-size: 16px;vertical-align: top;padding: 10px;padding-bottom: 0;}.customer ._ct_box_large ._body ._list table tr td:nth-child(2), .customer ._ct_box_large ._body ._list table tr td:nth-child(3) {vertical-align: bottom;padding: 10px;}.customer ._ct_box_large ._body ._list table tr td:nth-child(2) {width: 70%;}.customer ._ct_box_large ._body ._list table tr td:nth-child(3) {width: 30%;}.customer .customers_quotes_wrapper {padding-bottom: 0px;}.customer_quotes ._ct_box ._head {padding: 0;}.customer_quotes ._ct_box ._body {padding: 30px 0;}}@media screen and (max-width: 567px) {.customer .ctaCard ._text h3 {font-size: 32px;padding-bottom: 5px;}}.customer .policy_notice_ct_box {margin-bottom: 35px;}.customer .policy_notice_ct_box ._body ._title {font-size: 24px;color: #550266;padding-bottom: 25px;font-family: "DM Sans", sans-serif;}@media (max-width: 1200px) {.customer .policy_notice_ct_box ._body ._title {font-size: 20px;padding-bottom: 20px;}}.customer .policy_notice_ct_box ._body ._list table tr:last-child {border-bottom: 0.5px solid #ff784f;}.customer .policy_notice_ct_box ._body ._list table tr:last-child td {padding-bottom: 20px;}.customer .policy_notice_ct_box .policy_notice_information_box {padding-top: 30px;display: none;}.customer .policy_notice_ct_box .policy_notice_title {padding-top: 40px;font-family: "DM Sans", sans-serif;font-weight: 600;font-size: 20px;color: #ff784f;cursor: pointer;}.customer .policy_notice_ct_box .policy_notice_title:hover {opacity: 0.8;}@media (max-width: 1200px) {.customer .policy_notice_ct_box .policy_notice_title {font-size: 18px;padding-top: 30px;}}.customer .policy_notice_ct_box .policy_notice .miniTitle {font-size: 18px;font-family: "DM Sans", sans-serif;font-weight: 600;padding-bottom: 10px;}@media (max-width: 1200px) {.customer .policy_notice_ct_box .policy_notice .miniTitle {font-size: 16px;}}.customer .policy_notice_ct_box .policy_notice .indecator {padding-bottom: 10px;}.customer .policy_notice_ct_box .policy_notice .btn_redirect {max-width: 180px;margin-bottom: 20px;}.customer .policy_notice_ct_box .policy_notice .btn_redirect img {height: 100%;width: 100%;object-fit: contain;}.customer .policy_notice_ct_box .policy_notice_source {padding-top: 20px;}.customer .policy_notice_ct_box .policy_notice_source textarea {width: 100%;border: 1px solid #550266;border-radius: 8px;padding: 15px;height: 100px;margin-bottom: 15px;}.customer .policy_notice_ct_box .policy_notice_information {border-bottom: 2px solid #ff784f;padding-bottom: 20px;}.customer .policy_notice_ct_box .policy_notice_box {padding-top: 30px;color: red;}.customer .policy_notice_ct_box .policy_notice_box .notice_title {font-size: 24px;font-family: "DM Sans", sans-serif;font-weight: 600;padding-bottom: 10px;}@media (max-width: 1200px) {.customer .policy_notice_ct_box .policy_notice_box .notice_title {font-size: 20px;}}.customer .policy_notice_ct_box .policy_notice_box ._pragraph {color: red;}.customer .customer_chanePass ._body {display: grid;align-items: center;grid-template-columns: 1fr 1fr;column-gap: 100px;position: relative;}.customer .customer_chanePass ._body::after {position: absolute;content: "";height: 80%;width: 1px;background: #ff784f;top: 40px;bottom: 0;left: 50%;}@media (max-width: 991px) {.customer .customer_chanePass ._body {grid-template-columns: 1fr;}.customer .customer_chanePass ._body::after {display: none;}}.customer .customer_chanePass .changePass_information h5 {font-size: 28px;font-family: "DM Sans", sans-serif;padding-bottom: 10px;}@media (max-width: 991px) {.customer .customer_chanePass .changePass_information h5 {font-size: 20px;padding-top: 20px;}}.customer .customer_chanePass .changePass_information ul li {margin-left: 20px;list-style-type: circle;}.customer .customer_chanePass .changePass_information ul li:not(:last-child) {padding-bottom: 10px;}.customer .customer_chanePass .form_control {margin-bottom: 20px;}@media (max-width: 767px) {.customer .customer_chanePass .form_control label {font-size: 16px;padding-bottom: 8px;}.customer .customer_chanePass .form_control input {border-radius: 8px;padding-left: 15px;}}.customer .customer_chanePass .btn_primary {padding: 12px 40px;}.customer .payment_details_single:not(:last-child) {margin-bottom: 30px;}.customer .payment_details_single h5 {font-family: "DM Sans", sans-serif;padding-bottom: 15px;font-weight: 600;font-size: 20px;}@media (max-width: 1200px) {.customer .payment_details_single h5 {font-size: 18px;}}@media (max-width: 576px) {.customer .payment_details_single h5 {font-size: 16px;padding-bottom: 10px;}}.customer .payment_details_single ul li {padding-bottom: 5px;border-bottom: 1px solid #ff784f;}.passInput {position: relative;z-index: 1;}.passInput input {padding-right: 60px;}@media (max-width: 767px) {.passInput input {padding-right: 50px;}}.passInput .passHider {position: absolute;right: 0;background: transparent;height: 100%;width: 60px;display: flex;align-items: center;justify-content: center;top: 0;border-radius: 0px 25px 25px 0px;opacity: 0.7;}.passInput .passHider:hover {opacity: 1;}@media (max-width: 767px) {.passInput .passHider {width: 50px;}}.partners ._header {max-width: 509px;}.inc {padding: 90px 0;}.inc_header {padding-bottom: 50px;}.inc_header ._pragraph {font-weight: 500;padding-top: 10px;}.inc_table {background: #e0c3f8;border-radius: 30px;}.inc_table table {width: 100%;border-collapse: collapse;}.inc_table table tr:nth-child(1) th:first-child, .inc_table table tr:nth-child(1) td:first-child {min-width: 160px;}.inc_table table thead tr th {background-color: #e0c3f8;padding: 20px;font-weight: 600;}.inc_table table thead tr th:first-child {border-top-left-radius: 30px;}.inc_table table thead tr th:last-child {border-top-right-radius: 30px;text-align: center;}.inc_table table tbody tr td {vertical-align: top;padding: 20px;}.inc_table table tbody tr td:not(:first-child) {background: #f6effd;border-bottom: 2px solid #e0c3f8;}.inc_table table tbody tr td p._pragraph {font-size: 16px;}.inc_table table tbody tr td:first-child {font-size: 16px;}.inc_table table tbody tr:first-child {font-weight: 400;background: #e0c3f8;}.inc_table table tbody tr:first-child td:last-child {border-top-left-radius: 30px;}.inc_table table tbody tr:last-child td {border-bottom: 0;}.inc_table table tbody tr:last-child td:last-child {border-bottom-right-radius: 30px;}.inc_paginations {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;padding-top: 60px;}.inc_paginations button {font-family: "Kangean";text-decoration: underline;}.inc_paginations button:disabled {opacity: 0.6;}.inc_paginations .item_list {display: flex;align-items: center;justify-content: center;column-gap: 10px;}.inc_paginations .item_list button {height: 25px;width: 25px;font-family: "DM Sans", sans-serif;border-radius: 50%;text-decoration: none;background-color: transparent;display: flex;align-items: center;justify-content: center;color: rgba(177, 104, 238, 0.5019607843);transition: 0.3s all;font-size: 14px;line-height: 18px;}.inc_paginations .item_list button:hover, .inc_paginations .item_list button.active {background-color: #f6effd;color: #b168ee;}.sl_blog_hero {padding-top: 190px;padding-bottom: 80px;background-color: #550266;position: relative;z-index: 1;}.sl_blog_hero ._wrapper {display: grid;grid-template-columns: 1fr 1fr;align-items: center;column-gap: 100px;}.sl_blog_hero ._wrapper ._text {max-width: 531px;width: 100%;}.sl_blog_hero ._wrapper ._text .subTitle {display: inline-flex;align-items: center;justify-content: center;background-color: #b168ee;border-radius: 25px;color: #ffffff;padding: 4px 10px;font-size: 14px;margin-bottom: 20px;}.sl_blog_hero ._wrapper ._text .mini_logo {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;}.sl_blog_hero ._wrapper ._text .mini_logo img {height: 30px;width: 30px;object-fit: contain;}.sl_blog_hero ._wrapper ._text .mini_logo p {font-size: 15px;}.sl_blog_hero ._wrapper ._text .mini_logo_left {display: flex;align-items: center;column-gap: 10px;}.sl_blog_hero ._wrapper ._text h1 {font-size: 64px;font-weight: 400;line-height: 77.5px;letter-spacing: -0.011em;padding-bottom: 20px;}.sl_blog_hero ._wrapper ._text p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #ffffff;}.sl_blog_hero ._wrapper ._text p a {font-weight: 600;}.sl_blog_hero ._wrapper ._text p a:hover {text-decoration: underline;}.sl_blog_hero ._wrapper ._text .ctaBtn {margin-top: 30px;}.sl_blog_hero ._wrapper ._right {max-height: 350px;height: 100%;width: 100%;border-radius: 10px;}.sl_blog_hero ._wrapper ._right img {height: 100%;width: 100%;object-fit: cover;border-radius: 10px;}.sl_blog_hero::before {position: absolute;left: 0;top: 0;width: 100%;content: "";height: 100%;z-index: -1;background: linear-gradient(270.5deg, #40024d 47.38%, rgba(64, 2, 77, 0.991353) 58.15%, rgba(64, 2, 77, 0.96449) 68.92%, rgba(64, 2, 77, 0.91834) 79.69%, rgba(64, 2, 77, 0.852589) 90.46%, rgba(64, 2, 77, 0.768225) 101.23%, rgba(64, 2, 77, 0.668116) 112%, rgba(64, 2, 77, 0.557309) 122.76%, rgba(64, 2, 77, 0.442691) 133.53%, rgba(64, 2, 77, 0.331884) 144.3%, rgba(64, 2, 77, 0.231775) 155.07%, rgba(64, 2, 77, 0.147411) 165.84%, rgba(64, 2, 77, 0.0816599) 176.61%, rgba(64, 2, 77, 0.03551) 187.38%, rgba(64, 2, 77, 0.0086472) 198.15%, rgba(64, 2, 77, 0) 208.91%);}.sl_blog_hero::after {position: absolute;content: "";left: 0;right: 0;top: 0;height: 100%;width: 60vw;background-image: url("../img/blog/blog-hero-shapes.png");background-repeat: no-repeat;background-position: center right;background-size: cover;z-index: -2;}.blog_hero {padding-top: 180px;}.blog_hero ._wrapper {background: #faf6fd;border-radius: 20px;display: grid;grid-template-columns: 1fr 1.1fr;align-items: center;}.blog_hero ._wrapper ._text {padding: 50px 30px;}.blog_hero ._wrapper ._text h1 {font-size: 55px;font-weight: 400;line-height: 66.6px;color: #550266;padding-bottom: 20px;}.blog_hero ._wrapper ._text .subTitle {display: inline-flex;align-items: center;justify-content: center;background-color: #b168ee;border-radius: 25px;color: #ffffff;padding: 4px 10px;font-size: 14px;margin-bottom: 20px;}.blog_hero ._wrapper ._text .mini_logo {display: flex;align-items: center;column-gap: 10px;}.blog_hero ._wrapper ._text .mini_logo img {height: 30px;width: 30px;object-fit: contain;}.blog_hero ._wrapper ._text .mini_logo a:hover {text-decoration: underline;}.blog_hero ._wrapper ._text .btn {margin-top: 30px;padding: 12px 40px;}.blog_hero ._wrapper ._right {background-image: url("../img/blog/blog-banner.png");background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;width: 100%;border-radius: 10px;min-height: 350px;}.blog__wrapper {padding: 80px 0;}.blog_header {display: flex;align-items: center;column-gap: 20px;justify-content: space-between;padding-bottom: 40px;}.blog_header h2 {font-size: 40px;font-weight: 400;line-height: 48.44px;color: #550266;}.blog_header_search {position: relative;display: flex;justify-content: flex-end;max-width: 390px;width: 100%;}.blog_header_search .form_control {width: 100%;margin-bottom: 0;}.blog_header_search input {width: 100%;padding-left: 60px;height: 57px;}.blogs__carts {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 25px;row-gap: 35px;}.blogs__carts .news_card .news_card {max-height: 266px;}.blogs__carts .news_card .news_card img {height: 100%;width: 100%;object-fit: cover;}.blogs__carts .news_card_text h3 {font-size: 24px;padding-top: 20px;}.insurance_cart {background-color: #550266;border-radius: 20px;padding: 60px 40px;position: relative;z-index: 1;display: flex;align-items: center;justify-content: center;flex-direction: column;text-align: center;}.insurance_cart::before {position: absolute;content: "";background-image: url("../img/card_shape-bg.png");background-repeat: no-repeat;background-position: center;background-size: cover;height: 100%;width: 100%;top: 0;left: 0;z-index: -1;}.insurance_cart .cart_text {padding-top: 40px;}.insurance_cart .cart_text h3 {font-size: 28px;font-weight: 400;}.blog_cta {padding-top: 40px;}.sl_blog_hero_second ._wrapper ._text h1 {font-size: 55px;font-weight: 400;line-height: 66.6px;}.news_blog {padding: 80px 0;}.news_blog .news_blog_title {font-size: 40px;font-weight: 400;line-height: 48.44px;color: #550266;padding-bottom: 40px;}.news_blog_devider {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 25px;}.sl_blogs {padding-top: 80px;}.sl_blogs_wrapper {display: grid;grid-template-columns: 140px 1fr;grid-gap: 30px;}.sl_blogs_wrapper .sm_none {display: block;}.sl_blogs_wrapper .sm_block {display: none;}.sl_sidebar h4 {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;line-height: 31.25px;color: #550266;padding-bottom: 30px;}.sl_socail li a {display: flex;align-items: center;column-gap: 5px;font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 400;color: #550266;}.sl_socail li a span {height: 35px;width: 35px;display: flex;align-items: center;justify-content: center;background: #ffefda;border-radius: 5px;color: #ff784f;font-size: 18px;}.sl_socail li:not(:last-child) {margin-bottom: 15px;}.sl_content {display: grid;grid-template-columns: 1fr 350px;grid-gap: 40px;}.sl_content_left_top {padding-bottom: 50px;}.sl_single_blog h3 {font-size: 40px;font-weight: 400;line-height: 1.2;color: #550266;padding-bottom: 30px;}.sl_single_blog:not(:last-child) {margin-bottom: 60px;}.sl_feedback {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);border-radius: 20px;padding: 35px;margin-top: 30px;}.sl_feedback_comment {font-family: "DM Sans", sans-serif;font-size: 26px;font-style: italic;font-weight: 500;line-height: 1.3;color: #550266;padding-bottom: 30px;}.sl_feedback_profile h4 {font-size: 24px;font-weight: 400;line-height: 1.2;color: #550266;padding-bottom: 5px;}.sl_feedback_profile p {font-family: "DM Sans", sans-serif;font-size: 12px;font-weight: 700;line-height: 1.4;}.sl_content_right .insurance_cart {margin-bottom: 40px;}.sl_content_right .recommend_title {font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;color: #550266;padding-bottom: 25px;}.single_rm_blog {display: grid;grid-template-columns: 160px auto;grid-gap: 15px;align-items: center;}.single_rm_blog .rm_blog_thumb {height: 100%;width: 100%;object-fit: contain;max-height: 105px;}.single_rm_blog .rm_blog_thumb img {height: 100%;width: 100%;object-fit: cover;}.single_rm_blog .rm_blog_text h4 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 500;line-height: 1.4;color: #550266;}.single_rm_blog:not(:last-child) {margin-bottom: 15px;}.single_rm_blog:hover h4 {text-decoration: underline;}.blog_illustration {height: 100%;width: 100%;}.blog_illustration img {max-height: 430px;height: 100%;width: 100%;object-fit: cover;}.blog_about {position: relative;z-index: 1;padding: 80px 0;background: rgba(239, 225, 252, 0.2509803922);}.blog_about::after, .blog_about::before {position: absolute;content: "";background-repeat: no-repeat;background-size: contain;background-position: center;z-index: -1;}.blog_about::before {background-image: url("../img/about-shape-top.svg");height: 228px;width: 370px;top: 0;right: 0;}.blog_about::after {background-image: url("../img/about-shape-bottom.svg");height: 250px;width: 417px;bottom: 0;left: 0;}.blog_about_title {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 1.2;padding-bottom: 50px;}.blog_about_content {display: grid;grid-template-columns: 1fr 1.3fr 1fr;grid-gap: 40px;}.blog_about_content ._title h3 {font-size: 26px;font-weight: 400;line-height: 1.4;color: #550266;}.blogs_about_thumb {max-height: 496px;height: 100%;width: 100%;}.blogs_about_thumb img {height: 100%;width: 100%;object-fit: cover;border-radius: 20px;}.mission_vision {padding: 80px 0;background: rgba(239, 225, 252, 0.2509803922);}.mission_vision ._wrapper {display: grid;grid-template-columns: 1fr 0.8fr 0.8fr;grid-gap: 40px;}.mission_vision ._wrapper ._cart_title {font-size: 26px;font-weight: 400;color: #550266;line-height: 1.3;padding-bottom: 20px;}.mission_vision ._illustration {max-width: 480px;max-height: 415px;padding-right: 20px;height: 100%;width: 100%;}.mission_vision ._illustration img {height: 100%;width: 100%;}.about_list {padding: 80px 0;}.about_list .about_cart {padding: 40px 30px;border-radius: 20px;}.about_list .about_cart h3 {font-size: 32px;font-weight: 400;line-height: 1.3;padding-bottom: 20px;}.about_list .about_cart p {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 300;line-height: 1.4;color: #550266;}.about_list_top {margin-bottom: 25px;display: grid;grid-template-columns: 330px auto;grid-gap: 25px;}.about_list_top_left.insurance_cart {padding: 40px 35px;display: block;}.about_list_top_left .about_cart {position: relative;z-index: 1;padding: 0px;text-align: left;}.about_list_top_left .about_cart p {color: #ffffff;}.about_list_top_right {display: flex;flex-direction: column;row-gap: 25px;justify-content: space-between;height: 100%;}.about_list_top_right_top {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 25px;height: 100%;}.about_list_top_right_top_left {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);border-radius: 20px;}.about_list_top_right_top_right {background: linear-gradient(112.5deg, #efe1fc 0%, rgba(221, 204, 224, 0.5) 100.19%);border-radius: 20px;position: relative;z-index: 1;padding-bottom: 100px;}.about_list_top_right_top_right::after {position: absolute;right: 0;bottom: 0;left: 0;margin: 0 auto;height: 150px;width: 100%;content: "";background-image: url("../img/blog/cart-shape-2.png");background-size: contain;background-position: center;background-repeat: no-repeat;z-index: -1;}.about_list_top_right_bottom {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);border-radius: 20px;width: 100%;height: 100%;position: relative;z-index: 1;padding-right: 100px;overflow: hidden;}.about_list_top_right_bottom::after {position: absolute;right: 0;top: 0;right: -12px;height: 100%;width: 260px;content: "";background-image: url("../img/blog/cart-shape-3.png");background-size: contain;background-position: center;background-repeat: no-repeat;z-index: -1;}.about_list_bottom {background: linear-gradient(112.5deg, #efe1fc 0%, rgba(221, 204, 224, 0.5) 100.19%);border-radius: 20px;}.customer_stories {padding-top: 80px;padding-bottom: 30px;}.customer_stories .single_customer {display: grid;grid-template-columns: 2fr 1fr;grid-gap: 30px;position: relative;}.customer_stories .single_customer:not(:last-child) {margin-bottom: 30px;}.customer_stories .single_customer .customer_details {background-repeat: no-repeat;background-size: cover;background-position: center;border-radius: 30px;padding: 35px;min-height: 500px;display: flex;flex-direction: column;justify-content: flex-end;position: relative;}.customer_stories .single_customer .customer_details .customer_details_boottom {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;}.customer_stories .single_customer .customer_info h3 {font-size: 36px;font-weight: 400;line-height: 1.3;color: #ffffff;padding-bottom: 5px;}.customer_stories .single_customer .customer_info p {font-size: 16px;font-weight: 700;line-height: 1.4;}.customer_stories .single_customer .btn_play {position: absolute;height: 100px;width: 100px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: rgba(255, 228, 220, 0.5019607843);transition: 0.3s all ease;transform: translate(-50%, -50%);top: 50%;left: 50%;}.customer_stories .single_customer .btn_play:hover {background: #fff;}.customer_stories .single_customer .btn__readMore {font-family: "Kangean";font-size: 28px;font-weight: 400;line-height: 1.4;color: #ffffff;text-decoration: underline;}.customer_stories .single_customer .customer_feedback_cart {background: linear-gradient(112.5deg, #550266 0%, #773585 100.19%);border-radius: 30px;padding: 80px 40px 30px 40px;display: flex;flex-direction: column;justify-content: space-between;position: relative;overflow: hidden;z-index: 1;}.customer_stories .single_customer .customer_feedback_cart::after {position: absolute;left: 0;right: 0;width: 100%;height: 100px;content: "";background-image: url("../img/blog/feedback-shape-1.png");background-repeat: no-repeat;background-position: top center;background-size: cover;top: 10px;z-index: -1;}.customer_stories .single_customer .customer_feedback_cart p {font-family: "DM Sans", sans-serif;font-size: 28px;font-weight: 500;line-height: 1.4;color: #ffffff;padding-bottom: 50px;}.customer_stories .single_customer .customer_feedback_cart small {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 300;line-height: 1.4;color: #ffffff;}.customer_stories .single_customer.cf_primary_cart {grid-template-columns: 1fr 2fr;}.customer_stories .single_customer.cf_primary_cart .customer_feedback_cart {background: linear-gradient(103.8deg, #ff784f 0%, #feaf48 101.69%);}.customer_stories .single_customer.cf_primary_cart .customer_feedback_cart::after {background-image: url("../img/blog/feedback-shape-2.png");left: inherit;height: 180px;width: 300px;top: 0;}@media screen and (max-width: 1200px) {.inc {padding: 70px 0;}.inc_header {padding-bottom: 40px;}.sl_blog_hero ._wrapper ._text h1 {font-size: 52px;line-height: 1.2;padding-bottom: 10px;}.blog_hero ._wrapper ._text h1 {font-size: 56px;line-height: 1.3;}.about_list_top {grid-template-columns: 1fr;}.news_blog .news_blog_title {font-size: 36px;}.blog_about_title {padding-bottom: 40px;}}@media screen and (max-width: 991px) {.inc {padding: 60px 0;}.inc_header {padding-bottom: 30px;}.sl_blog_hero {padding-top: 155px;}.sl_blog_hero ._wrapper {grid-template-columns: 1fr;row-gap: 40px;}.sl_blog_hero ._wrapper ._text h1 {font-size: 42px;line-height: 1.2;padding-bottom: 10px;}.sl_blog_hero ._wrapper ._text h1 br {display: none;}.sl_blog_hero::after {display: none;}.customer_stories {padding-top: 60px;}.customer_stories .single_customer {grid-template-columns: 1fr;}.customer_stories .single_customer.cf_primary_cart {grid-template-columns: 1fr;}.customer_stories .single_customer .customer_feedback_cart {order: 1;}.customer_stories .single_customer .customer_details {order: 2;}.customer_stories .single_customer .customer_details .customer_info h3 {font-size: 24px;}.customer_stories .single_customer .customer_details .customer_info p {font-size: 14px;}.customer_stories .single_customer .customer_details .customer_details_boottom {justify-content: space-between;align-items: start;flex-direction: column;row-gap: 20px;align-items: flex-start;}.customer_stories .single_customer .btn__readMore {font-size: 20px;}.customer_stories .single_customer .customer_feedback_cart p {font-size: 24px;}.blog_hero {padding-top: 155px;}.blog_hero ._wrapper {grid-template-columns: 1fr;align-items: start;}.blog_hero ._wrapper ._text {order: 2;}.blog_hero ._wrapper ._text h1 {font-size: 42px;}.blog_hero ._wrapper ._right {order: 1;}.blog_header {flex-direction: column;align-items: start;row-gap: 20px;}.blog_header h2 {font-size: 32px;}.blogs__carts {grid-template-columns: 1fr;}.blogs__carts .insurance_cart, .blogs__carts .news_card {max-width: 450px;width: 100%;margin: 0 auto;}.blog_about_content {grid-template-columns: 1fr;}.about_list_top_right_top {grid-template-columns: 1fr;}.mission_vision ._wrapper {grid-template-columns: 1fr;}.mission_vision ._wrapper ._cart_title {font-size: 24px;padding-bottom: 10px;}.about_list .about_cart h3 {font-size: 28px;padding-bottom: 10px;}.sl_content, .sl_blogs_wrapper {grid-template-columns: 1fr;row-gap: 40px;}.news_blog_devider {grid-template-columns: 1fr;row-gap: 30px;}.news_blog_devider .news_card {max-width: 450px;width: 100%;margin: 0 auto;}.sl_single_blog h3 {font-size: 36px;}.sl_blogs {padding-top: 60px;}.sl_blogs .sm_none {display: none;}.sl_blogs .sm_block {padding-bottom: 40px;display: block;}.sl_blogs .sm_block.sl_sidebar .sl_socail {display: grid;grid-template-columns: 1fr 1fr;column-gap: 30px;row-gap: 15px;}.sl_blogs .sm_block.sl_sidebar .sl_socail li {margin: 0;}.news_blog {padding-top: 60px;}.news_blog .news_blog_title {font-size: 32px;padding-bottom: 20px;}.blog_about_title {padding-bottom: 30px;}.mission_vision, .about_list, .blog_about {padding: 60px 0;}.blog_about::after, .blog_about::before {display: none;}}@media screen and (max-width: 767px) {.inc_table table tr:nth-child(1) th:first-child, .inc_table table tr:nth-child(1) td:first-child {min-width: 90px;}.inc_table table tbody tr td {padding: 15px;}.inc_table table thead tr th, .inc_table table tbody tr td {font-size: 14px !important;}.sl_blog_hero ._wrapper ._text h1 {font-size: 36px;}.customer_stories {padding-top: 50px;padding-bottom: 20px;}.blog_hero {padding-top: 140px;}.blog_hero ._wrapper ._text h1 {font-size: 36px;}.blog_header h2 {font-size: 28px;}.about_list .about_cart h3 {font-size: 24px;}.about_list .about_cart h3 br {display: none;}.about_list_top_right_top_right {padding-bottom: 30px;}.about_list_top_right_top_right::after {display: none;}.about_list_top_right_bottom {padding-right: 30px;}.about_list_top_right_bottom::after {display: none;}.sl_feedback_profile h4 {font-size: 22px;}.sl_feedback_comment {font-size: 24px;}.sl_single_blog h3 {font-size: 32px;}.blog_about_title {padding-bottom: 20px;}.blog_about_content {grid-gap: 30px;}}@media screen and (max-width: 576px) {.sl_blog_hero {padding-top: 135px;}.sl_blog_hero ._wrapper ._text h1 {font-size: 32px;max-width: 350px;}.blog_hero {padding-top: 135px;}.blog_hero ._wrapper ._text h1 {font-size: 32px;}.blog_header {row-gap: 10px;}.blog_header h2 {font-size: 24px;}.sl_feedback_profile h4 {font-size: 20px;}.sl_feedback_comment {font-size: 22px;}.sl_single_blog h3 {font-size: 28px;}.news_blog .news_blog_title {font-size: 28px;}.sl_blog_hero ._wrapper ._text .mini_logo p {font-size: 14px;}}.protects {padding-top: 80px;padding-bottom: 55px;background: rgba(246, 239, 253, 0.5019607843);}.protects__header {display: grid;grid-template-columns: 440px 1fr;column-gap: 100px;padding-bottom: 50px;}.protects__header h2 {font-size: 44px;font-weight: 400;letter-spacing: -0.011em;color: #550266;margin-top: -10px;}.protects__header p {font-size: 16px;font-weight: 300;line-height: 20.83px;color: #550266;}.protects__header p strong {font-weight: 600;}.protects__list {display: grid;grid-template-columns: repeat(3, 1fr);column-gap: 30px;}.protects__list li._check {padding-bottom: 40px;color: #550266;}.protects__list li._check strong {font-weight: 600;}.protects__tabs ._content {border: 1px solid #ff784f;border-radius: 20px;padding: 30px;display: grid;padding-right: 15px;grid-template-columns: 1fr 2.8fr;column-gap: 30px;}.protects__tabs ._content .nav button {padding: 17px 20px !important;border-radius: 20px;}.protects__tabs ._content .tab-content {height: 410px;overflow-y: auto;padding-right: 15px;}.protects__tabs .pils__text h3 {font-size: 20px;font-weight: 600;line-height: 26.04px;color: #550266;padding-bottom: 20px;font-family: "DM Sans", sans-serif;}.protects__tabs .pils__text p {font-size: 17px;font-weight: 300;line-height: 23.44px;color: #550266;}.protects__tabs .pils__text p:not(:last-child) {padding-bottom: 20px;}.protects__area {padding: 80px 0;}.protects__area .ctaBtn {text-align: center;padding-top: 50px;}.protects_wrapper {display: grid;grid-template-columns: 1fr 320px;grid-gap: 20px;}.claims {padding: 80px 0;background: rgba(246, 239, 253, 0.5019607843);overflow-x: hidden !important;}.claims .owl-item:nth-child(odd) .claims__card {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);transition: 0.3s all ease;}.claims .owl-item:nth-child(even) .claims__card {background: linear-gradient(103.8deg, #efe1fc 0%, rgba(239, 225, 252, 0.5) 101.69%);}.claims__header {padding-bottom: 50px;}.claims__header h2 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;position: relative;}.claims__card {transition: 0.3s all ease;padding: 40px 30px;border-radius: 30px;position: relative;min-height: 415px;z-index: 1;padding-bottom: 15px;}.claims__card:nth-child(odd) {background: linear-gradient(103.8deg, #efe1fc 0%, rgba(239, 225, 252, 0.5) 101.69%);}.claims__card:nth-child(even) {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);}.claims__card strong {font-size: 64px;font-weight: 600;line-height: 1.2;color: #ff784f;padding-bottom: 10px;display: inline-block;}.claims__card h3 {font-size: 22px;font-weight: 500;line-height: 28.25px;color: #550266;font-family: "DM Sans", sans-serif;}.claims__card p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;padding-top: 10px;}.claims__card_cover {background-color: #550266;padding: 20px 25px;border-radius: 30px;background-image: url("../img/card_shape-bg.png");background-repeat: no-repeat;background-size: cover;background-position: center center;text-align: center;transition: 0.3s all ease;height: 100%;min-height: 420px;max-height: 470px;display: flex;justify-content: center;flex-direction: column;}.claims__card_cover ._thumb {max-width: 70px;max-height: 80px;margin: 0 auto;width: 100%;height: 100%;}.claims__card_cover ._thumb img {height: 100%;width: 100%;object-fit: contain;}.claims__card_cover ._text {text-align: center;max-width: 240px !important;margin: 0 auto;}.claims__card_cover ._text h3 {background: linear-gradient(90.37deg, #ff784f -6.3%, #feaf48 79.25%);padding: 10px;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;font-family: "DM Sans", sans-serif;font-size: 24px;font-weight: 500;line-height: 31.25px;text-align: center;}.claims__card_cover ._text p {font-size: 16px;font-weight: 300;line-height: 20.83px;text-align: center;color: #ffffff;padding-bottom: 40px;}.westminster {padding: 80px 0;}.westminster__title {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;padding-bottom: 40px;}.westminster__content {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 40px;align-items: center;}.westminster__illustration {max-width: 450px;width: 100%;text-align: center;margin: 0 auto;}.westminster__illustration img {height: 100%;width: 100%;object-fit: contain;}.westminster__text li._check {color: #550266;}.westminster__text li._check h4 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 500;line-height: 26.04px;color: #550266;padding-bottom: 15px;}.westminster__text li._check p {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.westminster__items {display: grid;grid-template-columns: repeat(3, 1fr);text-align: center;column-gap: 50px;padding-top: 80px;}.westminster__items .single_card {max-width: 240px;margin: 0 auto;}.westminster__items .single_card img {max-width: 80px;width: 100%;max-height: 80px;width: 100%;object-fit: contain;}.westminster__items .single_card h3 {font-size: 24px;font-weight: 400;line-height: 29.06px;padding: 20px 0;color: #550266;}.westminster__items .single_card p {color: #550266;}.pot__faqs {display: none;}.pot__faqs ._pot_faq {border: 1px solid transparent;}.pot__faqs ._pot_faq {margin-bottom: 20px;border-radius: 15px;padding: 30px 20px;padding-top: 0;padding-bottom: 0;}.pot__faqs ._pot_faq ._pot_body {padding-bottom: 40px;text-align: center;color: #550266;font-size: 17px;font-weight: 300;}.pot__faqs ._pot_faq ._pot_title {position: relative;padding: 5px 0;text-align: center;transition: 0.3s all ease;padding-right: 30px;}.pot__faqs ._pot_faq ._pot_title h4 {font-family: "DM Sans", sans-serif;font-size: 22px;color: #550266;text-align: center;}.pot__faqs ._pot_faq ._pot_title span {position: absolute;right: 0px;top: 6px;color: #550266;transition: 0.3s all ease;}.pot__faqs ._pot_faq.active {border-color: #feaf48;}.pot__faqs ._pot_faq.active ._pot_title {padding: 25px 0;}.pot__faqs ._pot_faq.active ._pot_title span {top: 28px;}.policyHero {min-height: 629px;background-image: url("../img/hero/privacy-hero.png");background-repeat: no-repeat;background-size: cover;background-position: center left;background-color: #550266;}.policyHero__wrapper {display: flex;align-items: center;justify-content: space-between;padding-top: 200px;padding-bottom: 70px;}.policyHero__text {flex: 0 0 48%;max-width: 552px;}.policyHero__text h1 {background: linear-gradient(90.37deg, #ff784f -6.3%, #feaf48 79.25%);font-size: 62px;padding: 10px;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;padding-bottom: 15px;}.policyHero__text p {color: #ffffff;font-size: 18px;}.policyHero__text p:not(:last-child) {margin-bottom: 25px;}.policyHero ._illustration {flex: 0 0 48%;}.policyHero ._illustration img {height: 100%;width: 100%;object-fit: contain;}.terms_table {padding-top: 30px;padding-bottom: 10px;}.terms_table_md {display: none;}.terms_table table {background: #ffae95;width: 100%;border-collapse: collapse;border-radius: 30px;}.terms_table table tr:last-child td:last-child {border-bottom-right-radius: 30px;}.terms_table table tr th, .terms_table table tr td {padding: 20px;text-align: center;font-size: 18px;color: #550266;font-weight: 400;}.terms_table table thead tr th:nth-child(1) {text-align: left;padding-left: 30px;}.terms_table table tbody tr td {font-size: 16px;}.terms_table table tbody tr td:nth-child(1) {text-align: left;padding-left: 30px;font-size: 18px;}.terms_table table tbody tr td:not(:first-child) {background: #ffe4dc;border: 1px solid #ffae95;}.terms_table table tbody tr td:last-child {border-right: none;}.terms_table table tbody tr:first-child td:nth-child(2) {border-top-left-radius: 30px;}.terms_table table tbody tr:last-child td {border-bottom: none;}.guides_card_list {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 40px;}.guides_card_list .coverd__card .text h3 {padding-bottom: 15px;}.gradient_title {background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;letter-spacing: 0.15em;padding-bottom: 40px;padding-top: 20px;}.home_hero_area {padding-top: 190px;padding-bottom: 634px;background-image: url("../img/home-Illustration.png");background-repeat: no-repeat;background-position: bottom center;background-size: contain;}@media (min-width: 1920px) {.home_hero_area {padding-bottom: 620px;}}@media (max-width: 1920px) {.home_hero_area {padding-bottom: 620px;}}@media (max-width: 1800px) {.home_hero_area {padding-bottom: 600px;}}@media (max-width: 1700px) {.home_hero_area {padding-bottom: 550px;}}@media (max-width: 1600px) {.home_hero_area {padding-bottom: 520px;}}@media (max-width: 1500px) {.home_hero_area {padding-bottom: 500px;}}@media (max-width: 1440px) {.home_hero_area {padding-bottom: 480px;}}@media (max-width: 1300px) {.home_hero_area {padding-bottom: 450px;}}@media (max-width: 1200px) {.home_hero_area {padding-bottom: 420px;padding-top: 170px !important;}}@media (max-width: 1100px) {.home_hero_area {padding-bottom: 380px;}}@media (max-width: 1000px) {.home_hero_area {padding-bottom: 350px;}}@media (max-width: 991px) {.home_hero_area {padding-bottom: 320px;}}@media (max-width: 800px) {.home_hero_area {padding-bottom: 300px;}}@media (max-width: 767px) {.home_hero_area {padding-bottom: 280px;}}@media (max-width: 700px) {.home_hero_area {padding-bottom: 260px;}}@media (max-width: 650px) {.home_hero_area {padding-bottom: 240px;}}@media (max-width: 575px) {.home_hero_area {padding-bottom: 560px;background-image: url("../img/mobile-version-home-Illustration.png");margin-bottom: 40px;padding-top: 150px !important;}}@media (max-width: 500px) {.home_hero_area {padding-bottom: 480px;}}@media (max-width: 450px) {.home_hero_area {padding-bottom: 450px;padding-top: 140px !important;}}@media (max-width: 430px) {.home_hero_area {padding-bottom: 420px;}}@media (max-width: 390px) {.home_hero_area {padding-bottom: 400px;}}@media (max-width: 380px) {.home_hero_area {padding-bottom: 390px;}}.home_hero_area .hero_text {max-width: 850px;width: 100%;margin: 0 auto;}.primary_hero {position: relative;padding-top: 190px;z-index: 1;}.hero_text {text-align: center;}.hero_text .pragraph_1 {padding-top: 30px;padding-bottom: 60px;}.display-1 {font-size: 64px;font-weight: 400;line-height: 1.2;text-align: center;}.display-1 span {color: #ff784f;}.pragraph_1 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 300;line-height: 30px;letter-spacing: -0.011em;color: #550266;}.pragraph_1 strong {font-weight: 700;}.home_hero_screen {position: relative;z-index: -1;}.home_hero_screen img {height: 100%;width: 100%;object-fit: contain;}.home_hero_screen img.home-bg-lg {display: block;}@media screen and (max-width: 768px) {.home_hero_screen img.home-bg-lg {display: none;min-height: 400px;}}.home_hero_screen img.home-bg-rg {display: block;}@media screen and (min-width: 768px) {.home_hero_screen img.home-bg-rg {display: none;}}.sort_features {background: rgba(167, 167, 167, 0.3098039216);padding: 17px 0;}.sort_features_list {display: grid;grid-template-columns: 1fr 1.1fr 1.4fr 0.9fr;align-items: center;column-gap: 40px;max-width: 1440px;margin: 0 auto;}.sort_features_list .owl-item {border-right: 1px solid #40024d;}.sort_features_list .owl-item:nth-child(3) {border-right: none;}.sort_features_list .owl-item:last-child {border-right: none;border-left: 1px solid #40024d;}.sort_features_list ._single_item {display: flex;align-items: center;justify-content: center;column-gap: 14px;height: 100%;max-width: 330px;width: 100%;margin: 0 auto;position: relative;min-height: 60px;}@media screen and (min-width: 991px) {.sort_features_list ._single_item._single_item_authorised {justify-content: flex-start;padding-left: 7px;}}.sort_features_list ._single_item:first-child::before {display: none;}.sort_features_list ._single_item::before {content: "";left: -25px;top: 0;position: absolute;background: #550266;width: 1px;height: 100%;}.sort_features_list ._single_item ._icon {height: 25px;width: 20px;flex: 0 0 25px;}.sort_features_list ._single_item ._icon img {height: 100%;width: 100%;object-fit: contain;}.sort_features_list ._single_item ._text {display: flex;align-items: center;column-gap: 10px;}.sort_features_list ._single_item .coverHolder {height: 29px;width: 100%;object-fit: contain;}.sort_features_list ._single_item._fefoLogo img {height: 60px;width: 100%;object-fit: contain;}.we_coverd {padding: 70px 0;position: relative;overflow: hidden;}.we_coverd .display-2 {max-width: 1070px;text-align: center;margin: 0 auto;font-size: 60px;font-weight: 400;line-height: 1.2;letter-spacing: -0.011em;color: #550266;padding-bottom: 70px;}.we_coverd .display-2 span {color: #ff784f;}.we_coverd_slide {background: rgba(142, 142, 142, 0.0901960784);padding: 30px 0;}.we_coverd_slide_wrapper {max-width: 100%;margin: 0 auto;}.we_coverd_slide ._single_item {margin: 0px 15px;}.we_coverd_slide ._single_item h4 {font-family: "DM Sans", sans-serif;font-size: 28px;font-weight: 200;letter-spacing: -0.011em;color: #ff784f;text-align: center;}.we_coverd_cta {position: relative;max-width: 950px;margin: 0 auto;text-align: center;margin: 0 auto;padding-top: 70px;}.we_coverd_cta .pragraph {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 300;text-align: center;color: #550266;padding-bottom: 20px;}.we_coverd_cta .pragraph strong {font-weight: 600;}.we_coverd_cta .btns {display: flex;justify-content: center;column-gap: 20px;padding-top: 60px;}.we_coverd_cta .btns .btn_purple_outline {padding: 10px 30px;}.we_coverd::after, .we_coverd::before {position: absolute;content: "";height: 370px;width: 400px;background-repeat: no-repeat;background-size: contain;bottom: -5px;}.we_coverd::after {background-image: url("../img/side-line-shape.png");background-position: bottom right;right: 0;}.we_coverd::before {background-image: url("../img/sdie-line-shape-gradient.png");background-position: bottom left;left: 0;bottom: -30px;}.home_howWork {padding: 80px 0;min-height: 730px;background-position: -79rem center;background-size: 4944px 885px;}@media (max-width: 1399px) {.home_howWork {background-size: 4944px 780px;min-height: 690px;}}@media (max-width: 1399px) {.home_howWork ._illustration img {position: absolute;width: 600px;height: 580px;object-fit: contain;top: -5px;}}@media (max-width: 1199px) {.home_howWork ._illustration img {position: absolute;width: 590px;height: 570px;object-fit: contain;top: 10px;}}@media (max-width: 991px) {.home_howWork ._illustration img {position: relative;width: 100%;height: 100%;object-fit: contain;top: inherit;}}.home_howWork h1 {padding-bottom: 25px;}.home_howWork .howWork_hero__wrapper {grid-template-columns: 1fr 1.4fr;}.home_howWork_text {max-width: 403px;width: 100%;}.home_howWork_text p.pragraph {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 300;color: #ffffff;padding-bottom: 20px;padding-top: 0;}.home_howWork_text ._list {padding-left: 30px;padding-bottom: 15px;}.home_howWork_text ._list li {color: #ffffff;list-style-type: disc;font-size: 18px;font-weight: 600;}.home_howWork_text .btn_learMore {color: #ff784f;font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 500;letter-spacing: -0.011em;margin-top: 15px;display: inline-block;}.home_howWork_text .btn_learMore:hover {text-decoration: underline;}.extra_options {padding: 80px 0 65px 0;background: #ffffff;}.extra_options_header {display: grid;grid-template-columns: 1fr 2fr;grid-gap: 20px;}.extra_options_header h3 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;}.extra_options_header p {font-size: 18px;font-weight: 300;line-height: 26.04px;text-align: right;}.extra_options_body {padding-top: 85px;}.extra_options_body .owl-theme .owl-dots {padding-top: 35px;}.extra_options_footer {display: flex;align-items: center;justify-content: center;padding-top: 40px;}.extra_options_devider {display: flex;flex-wrap: wrap;justify-content: space-between;row-gap: 80px;column-gap: 75px;}.extra_options .extra_card {background: #550266;border-radius: 30px;padding: 25px;max-width: 320px;min-height: 294px;display: flex;flex-direction: column;row-gap: 10px;justify-content: flex-start;}.extra_options .extra_card_thumb {max-width: 114px;width: 100%;height: 120px;margin: 0 auto;text-align: center;margin-top: 25px;}.extra_options .extra_card_thumb img {height: 100%;width: 100%;object-fit: contain;}.extra_options .extra_card_text {padding-top: 20px;text-align: center;color: #ffffff;}.extra_options .extra_card_text h4 {font-family: "DM Sans", sans-serif;font-size: 20px;font-weight: 700;line-height: 1.2;letter-spacing: -0.011em;}.extra_options .extra_card_text p {font-size: 14px;font-weight: 300;line-height: 18.23px;padding-bottom: 15px;}.extra_options .extra_card_text a {color: #ff784f;font-size: 16px;font-weight: 500;line-height: 24px;letter-spacing: -0.011em;display: inline-flex;align-items: center;column-gap: 10px;}.extra_options .extra_card_text a:hover {text-decoration: underline;}.extra_options .extra_card_sp {text-align: center;position: relative;z-index: 1;display: block;}.extra_options .extra_card_sp .ctaBtn .btn {padding-left: 15px;column-gap: 5px;padding-right: 7px;}.extra_options .extra_card_sp .extra_card_thumb {margin-top: 0;}.extra_options .extra_card_sp::before {position: absolute;left: 0;right: 0;top: 0;background-image: url("../img/looking-card-shape.png");background-repeat: no-repeat;background-size: cover;height: 100%;width: 100%;content: "";z-index: -1;}.extra_options .extra_card_sp h3 {padding: 15px 0px;color: #fff;font-size: 24px;font-weight: 400;line-height: 29.06px;text-align: center;}.extra_options .extraCover_btn {text-align: center;padding-top: 80px;}.how_it_works {padding: 70px 0;background: rgba(142, 142, 142, 0.0901960784);position: relative;overflow: hidden;}.how_it_works .container {position: sticky;top: 0;z-index: 10;background: transparent;}.how_it_works_header {text-align: center;}.how_it_works_header h4 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;letter-spacing: 0.15em;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;padding-bottom: 20px;}.how_it_works_header h3 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;padding-bottom: 10px;}.how_it_works_header p {font-size: 18px;font-weight: 300;line-height: 23.44px;color: #550266;}.how_it_works_items {padding-top: 100px;}.how_it_works_items_devider {display: flex;justify-content: space-between;column-gap: 40px;padding-bottom: 40px;}.how_it_works_items .how_it_single {position: relative;z-index: 1;transition: opacity 0.5s ease-in-out;opacity: 0;text-align: center;max-width: 227px;text-align: center;opacity: 0.4;}.how_it_works_items .how_it_single::after {position: absolute;content: "";height: 100%;width: 520px;background: transparent;top: -44px;left: 0;right: 0;bottom: 0;z-index: -1;border-top: 3px dotted #ff784f;transition: 0.5s ease-in-out;}.how_it_works_items .how_it_single:nth-child(1)::after {left: 50%;}.how_it_works_items .how_it_single:nth-child(2)::after {left: 50%;}.how_it_works_items .how_it_single:nth-child(3)::after {display: none;}.how_it_works_items .how_it_single::before {position: absolute;margin: 0 auto;left: 0;right: 0;top: -55px;height: 25px;width: 25px;content: "";background: #b168ee;border-radius: 50%;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 18px;font-weight: 600;z-index: 11;}.how_it_works_items .how_it_single.active::before {content: "1";background: #ff784f;}.how_it_works_items .how_it_single.active:nth-child(2)::before {content: "2";}.how_it_works_items .how_it_single.active:nth-child(3)::before {content: "3";}.how_it_works_items .how_it_single ._thumb {max-width: 80px;width: 100%;max-height: 85px;height: 100%;margin: 0 auto;text-align: center;display: block;}.how_it_works_items .how_it_single ._thumb img {height: 100%;width: 100%;object-fit: contain;}.how_it_works_items .how_it_single ._text {text-align: center;padding-top: 20px;}.how_it_works_items .how_it_single ._text h4 {font-size: 20px;font-weight: 700;line-height: 20px;letter-spacing: -0.011em;color: #550266;}.how_it_works_items .how_it_single ._text p {font-size: 14px;font-weight: 300;line-height: 18.23px;color: #550266;padding-top: 15px;}.how_it_works_items .how_it_single.active {opacity: 1;}.how_it_works_btn {text-align: center;}.home_feedback {padding: 50px 0 116px;background: #ffffff;}.home_feedback.home_2_feedback {padding-bottom: 40px;}.home_feedback .feedbackCard {border-radius: 30px;padding: 30px 40px;background-repeat: no-repeat;background-size: cover;background-position: center;}.home_feedback .feedbackCard ._header {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;}.home_feedback .feedbackCard ._header ._left h3 {font-size: 32px;font-weight: 400;line-height: 1.2;color: #550266;}.home_feedback .feedbackCard ._header ._left h4 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;background: linear-gradient(90.22deg, #ff784f 2.84%, #feaf48 99.81%);-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-clip: text;color: transparent;}.home_feedback .feedbackCard ._header ._starts {display: flex;align-items: center;justify-content: flex-end;column-gap: 1px;}.home_feedback .feedbackCard ._header ._starts span {display: flex;align-items: center;justify-content: center;color: #550266;font-size: 20px;}.home_feedback .feedbackCard ._body {padding-top: 20px;}.home_feedback .feedbackCard ._body p {color: #550266;font-size: 18px;font-weight: 500;line-height: 27.34px;}.home_feedback_top {display: grid;grid-template-columns: 1.3fr 1fr;grid-gap: 29px;}.home_feedback_top .feedbackCard {background-image: url("../img/card-over/gray-shape-cover.png");}.home_feedback_top .feedbackCard ._header {padding-top: 20px;}.home_feedback_top .feedbackCard ._body p {font-size: 20px;line-height: 1.4;}.home_feedback_bottom {display: grid;grid-template-columns: 1.3fr 1fr;grid-gap: 29px;padding-top: 29px;}.home_feedback_bottom ._both_cards {display: grid;grid-template-columns: 1.5fr 1fr;grid-gap: 29px;}.home_feedback_bottom .feedbackCard {background-image: url("../img/card-over/soft-purple-cover.png");}.home_feedback_bottom .feedbackCard ._header {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;padding-top: 30px;}.home_feedback_bottom .feedbackCard ._header ._left h3 {font-size: 24px;}.home_feedback_bottom .feedbackCard ._header ._left h4 {font-size: 14px;}.home_feedback_bottom .feedbackCard ._body p {font-size: 18px;line-height: 1.4;}.home_feedback_illustration {max-height: 350px;height: 100%;width: 100%;}.home_feedback_illustration img {height: 100%;width: 100%;object-fit: cover;border-radius: 30px;}.home_feedback .feedback__seemore {background-color: #40024d;background-image: url("../img/card-over/see-what-bg.png");background-repeat: no-repeat;background-size: cover;background-position: center;border-radius: 30px;padding: 30px;display: flex;flex-direction: column;justify-content: flex-end;row-gap: 40px;}.home_feedback .feedback__seemore h3 {font-family: "DM Sans", sans-serif;font-size: 32px;font-weight: 500;color: #ffffff;}.section_cta {padding: 90px 0;background: rgba(142, 142, 142, 0.0901960784);}.section_cta_devider {display: grid;grid-template-columns: 1fr 1fr;column-gap: 40px;align-items: center;}.section_cta_text {max-width: 580px;width: 100%;}.section_cta_text h4 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 700;line-height: 20.83px;letter-spacing: 0.15em;padding-bottom: 20px;}.section_cta_text h2 {font-size: 42px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #40024d;padding-bottom: 30px;}.section_cta .section_illustration {height: 100%;width: 100%;}.section_cta .section_illustration img {height: 100%;width: 100%;object-fit: contain;}.clients__area {padding-top: 80px;padding-bottom: 40px;}.clients__wrapper {display: grid;grid-template-columns: 1.1fr 1fr;align-items: center;column-gap: 40px;}.clients__logos {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 40px;}.clients__logos .single_item {height: 100%;width: 100%;}.clients__logos .single_item img {max-height: 40px;height: 100%;max-width: 150px;width: 100%;object-fit: contain;}.clients__text {text-align: right;}.clients__text h4 {font-family: "DM Sans", sans-serif;font-size: 16px;text-transform: capitalize;font-weight: 700;padding-bottom: 15px;}.clients__text p {padding-bottom: 20px;font-size: 20px;color: #40024d;}.clients__text .btn {padding: 12px 40px;}.landing_hero::after {background-image: url(../img/hero/bg-2.png);}.landing_hero .hero__text .hero__title_rm {padding-bottom: 20px;}.landing_hero .hero__text ._pragraph {color: #ffffff;padding-bottom: 40px;}.landing_hero .hero__text .global__list {padding-top: 40px;}.landing_hero .hero__brands {padding-top: 20px;max-width: 520px;width: 100%;}.landing_hero .hero__brands ul {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;}.secondaryCta {padding: 58px 0 46px 0;background: rgba(142, 142, 142, 0.1019607843);}.secondaryCta ._wrapper {display: grid;grid-template-columns: 2.5fr 1fr;grid-gap: 40px;align-items: center;}.secondaryCta ._text {max-width: 780px;}.secondaryCta ._text h2 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;padding-bottom: 25px;}.home_westminster {position: relative;}.home_westminster .westminster__title {text-align: center;padding-bottom: 55px;}.home_westminster .westminster__items_full {grid-template-columns: 1fr 1fr;}.home_westminster .westminster__content {grid-template-columns: 1fr;max-width: 1145px;margin: 0 auto;position: relative;}.home_westminster .westminster__content::before {position: absolute;max-width: 570px;width: 100%;max-height: 500px;height: 100%;left: 0;right: 0;margin: 0 auto;content: "";background-image: url("../img/westmin/westmin.svg");background-repeat: no-repeat;background-position: center;background-size: contain;top: 40px;bottom: 0;}.home_westminster .westminster__content .westminster__items {padding-top: 0;}.home_westminster .westminster__content .westminster__items .single_card {margin: inherit;}.home_westminster .westminster__content .westminster__items .single_card:nth-child(2), .home_westminster .westminster__content .westminster__items .single_card:nth-child(4) {margin-left: auto;}.home_westminster .westminster__content .westminster__items .single_card:nth-child(1), .home_westminster .westminster__content .westminster__items .single_card:nth-child(2) {margin-bottom: 80px;}.westminster_mobile {display: none;}.feedback__area {padding: 80px 0;}.faq_area {padding-bottom: 40px;}.faq_area .faq_header {padding-bottom: 40px;text-align: center;font-size: 44px;color: #550266;font-weight: 700;}.faq_card {background: linear-gradient(103.8deg, #ffe4dc 0%, #ffefda 101.69%, rgba(255, 228, 220, 0) 101.69%);padding: 10px;border-radius: 20px;}.faq_card:not(:last-child) {margin-bottom: 15px;}.faq_card.active ._title ._title_icon {transform: rotate(180deg);}.faq_card ._title {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;position: relative;padding: 10px 15px;padding-left: 50px;user-select: none;cursor: pointer;}.faq_card ._title ._title_icon {transition: 0.3s all ease;transform: rotate(0);}.faq_card ._title::after {position: absolute;height: 28px;width: 28px;border-radius: 50%;content: "";background-image: url("../img/faq-icon.png");background-repeat: no-repeat;background-position: center;background-size: contain;left: 10px;top: 12px;}.faq_card ._title h3 {font-family: "DM Sans", sans-serif;font-size: 22px;font-weight: 500;line-height: 31.25px;color: #550266;}.faq_card ._body {padding: 10px 15px;display: none;}.news {padding-top: 40px;padding-bottom: 10px;}.news__header {padding-bottom: 40px;}.news__header h2 {font-family: "DM Sans", sans-serif;font-size: 40px;font-weight: 600;line-height: 52.08px;color: #550266;}.news__content .owl-theme .owl-dots {padding-top: 55px;}.news_thumb {height: 266px;width: 100%;background-position: center;background-size: cover;background-repeat: no-repeat;border-radius: 20px;}.news_thumb img {height: 100%;width: 100%;object-fit: contain;}.news_thumb.gray_thumb {background-color: #fff6ec;padding: 20px;}.news_thumb.model_thumb {background-image: url("../img/news/model-thumb.png");}.news_thumb.purple_thumb {background-color: #faf6fd;padding-top: 30px;}.news_card_text {padding-top: 20px;}.news_card_text h3 {font-size: 32px;font-weight: 400;line-height: 1.2;color: #550266;padding-top: 30px;padding-bottom: 10px;}.news_card_footer {display: flex;align-items: center;justify-content: space-between;column-gap: 20px;padding-top: 30px;}.news_card_footer ._branding {display: flex;align-items: center;column-gap: 10px;font-family: "DM Sans", sans-serif;font-size: 12px;font-weight: 300;line-height: 15.62px;color: #550266;}.news_card_footer ._branding img {height: 22px;width: 25px;object-fit: contain;}.news_card_footer ._branding:hover {text-decoration: underline;}.news_card_footer ._dateTime {color: #550266;font-family: "DM Sans", sans-serif;font-size: 12px;font-weight: 300;line-height: 15.62px;}.news_tags ul {display: flex;align-items: center;flex-wrap: wrap;grid-gap: 10px;}.news_tags ul li {padding: 4px 20px;border-radius: 25px;color: #fff;font-size: 16px;font-weight: 400;font-family: "DM Sans", sans-serif;}.news_tags ul li.tag_purple {background: #b168ee;}.news_tags ul li.tag_yellow {background: #feaf48;}.news_tags ul li.tag_orange {background: #ff784f;}.top_cta {padding: 80px 0;position: relative;z-index: 1;}.top_cta::after, .top_cta::before {content: "";position: absolute;top: 40%;z-index: -1;background-repeat: no-repeat;background-position: center;background-size: contain;}.top_cta::after {background-image: url("../img/scissor.png");height: 156px;width: 110px;left: 0;}.top_cta::before {background-image: url("../img/hand.png");height: 175px;width: 145px;right: 0;}.top_cta_wrapper {text-align: center;max-width: 1080px;margin: 0 auto;}.top_cta_wrapper h2 {font-size: 44px;font-weight: 400;line-height: 53.28px;letter-spacing: -0.011em;color: #550266;padding-bottom: 20px;}.top_cta_wrapper ._pragraph {text-align: center;}.top_cta_wrapper ._pragraph:last-child {max-width: 915px;margin: 0 auto;}.top_cta_wrapper .ctaBtn {margin-top: 30px;}.practices {padding-bottom: 80px;padding-top: 40px;}.practices_card {background-image: url("../img/line-text-shape.png");background-repeat: no-repeat;background-position: top center;background-size: cover;padding: 48px 20px;border-radius: 15px;background-color: #40024d;margin-top: 35px;}.practices_card h4 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 500;line-height: 1.3;color: #fff;padding-bottom: 15px;}.practices_text h3 {font-size: 36px;font-weight: 400;line-height: 1.2;color: #550266;padding-bottom: 30px;}.practices__wrapper {display: grid;grid-template-columns: 1fr 2.2fr;grid-gap: 40px;}.practices .practices_faqs {padding-right: 20px;}.practices .practices_faqs_wrapper {max-height: 650px;overflow: auto;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px;padding: 20px;padding-top: 0;}.practices .pra_faq {padding: 10px;border-radius: 10px;background: #fff6ec;}.practices .pra_faq:not(:last-child) {margin-bottom: 20px;}.practices .pra_faq_title {display: flex;align-items: center;justify-content: space-between;cursor: pointer;user-select: none;column-gap: 20px;}.practices .pra_faq_title h4 {font-family: "DM Sans", sans-serif;font-size: 22px;font-weight: 500;color: #550266;padding: 10px;}.practices .pra_faq_title ._title_icon {height: 25px;width: 25px;display: flex;align-items: center;justify-content: center;transition: 0.3s;}.practices .pra_faq.active ._title_icon {transform: rotate(180deg);}.practices .pra_faq_body {padding: 10px;display: none;}.practices .pra_faq_body p {font-family: "DM Sans", sans-serif;font-size: 14px;font-weight: 300;color: #550266;}.practices .pra_faq_body p:not(:last-child) {margin-bottom: 20px;}.large_screen, .lg_none {display: block;}.mobile_screen, .lg_block {display: none;}.extra_options_body.large_block {display: none;}.extra_options_body.large_none {display: block;}.marquee {width: 1440px;overflow: hidden;}.marquee .js-marquee {display: flex;align-items: center;justify-content: space-between;column-gap: 40px;}.up_coverd {padding-top: 80px;}.up_coverd_wrapper {display: grid;grid-template-columns: 40% 60%;padding-bottom: 110px;}.up_coverd ._illustration {height: 100%;width: 100%;}.up_coverd ._illustration img {height: 100%;width: 100%;object-fit: contain;}.up_coverd ._text {text-align: right;}.up_coverd ._text h2 {font-size: 60px;font-weight: 400;line-height: 1.2;color: #550266;padding-bottom: 50px;}.up_coverd ._text .btns {display: flex;align-items: center;justify-content: flex-end;column-gap: 20px;padding-top: 10px;}.up_coverd ._text .btns .btn_purple_outline {padding: 12px 30px;}.up_coverd ._text ._mobile_thumb {max-height: 400px;height: 100%;width: 100%;margin: 0 auto;display: none;}.up_coverd ._text ._mobile_thumb img {height: 100%;width: 100%;object-fit: contain;}.up_coverd .we_coverd_slide {background: #ff784f;padding: 20px 0;}.up_coverd .we_coverd_slide ._single_item h4 {color: #550266;}.thankyou_page {padding-top: 170px;padding-bottom: 60px;}@media screen and (max-width: 1200px) {.thankyou_page {padding-top: 150px;}}@media screen and (max-width: 768px) {.thankyou_page {padding-top: 120px;}}.thankyou_illustration {position: relative;z-index: -1;text-align: center;margin-top: -50px;}@media screen and (max-width: 768px) {.thankyou_illustration {margin-top: -10px;}}.thankyou_illustration img {max-width: 800px;width: 100%;height: 100%;}.thankyou_btns {display: flex;align-items: center;justify-content: flex-end;}.thankyou_btns button {padding: 10px 30px;}@media screen and (max-width: 768px) {.thankyou_btns {text-align: center;justify-content: center;}.thankyou_btns button {padding: 6px 20px;}}@media screen and (max-width: 1440px) {.up_coverd ._text h2 {font-size: 52px;padding-bottom: 35px;}.nav-link {font-size: 16px;margin-bottom: 0px;}.protects__tabs ._content .nav button {padding: 14px 20px !important;border-radius: 10px;}}@media screen and (max-width: 1440px) {.how_it_works_items .how_it_single::after {width: 430px;}}@media screen and (max-width: 1200px) {.protects__tabs ._content {padding: 20px;column-gap: 20px;}.protects__tabs ._content .nav button {padding: 17px 10px !important;font-size: 16px;}.protects__tabs .pils__text p {font-size: 16px;}.protects__tabs .pils__text h3 {padding-bottom: 10px;}.policyContent .help_support__item ._policySub ._subTitle {font-size: 28px;}.news_card_text h3 {font-size: 22px;}.news__header h2 {font-size: 32px;line-height: 38.75px;}.faq_area .faq_header {font-size: 32px;line-height: 38.75px;}.top_cta::after, .top_cta::before {top: 65%;}.top_cta {padding: 60px 0;}.top_cta_wrapper h2 {font-size: 36px;line-height: 1.2;}.practices__wrapper {grid-template-columns: 1fr;}.home_westminster .westminster__content::before {max-height: 369px;top: 90px;}.large_screen {display: none;}.mobile_screen {display: block;}.practices .mobile_screen {max-width: 390px;margin-top: 15px;}.we_coverd .display-2, .display-1 {font-size: 52px;line-height: 1.2;}.extra_options_header h3 {font-size: 42px;}.extra_options_header p br {display: none;}.extra_options {padding: 80px 0;}.extra_options_body {padding-top: 65px;}.extra_options .extra_card_sp {margin: 0 auto;}.extra_options .extra_card {margin: 0 auto;}.how_it_works {padding: 60px 0;}.section_cta_devider {grid-template-columns: 1fr;row-gap: 40px;}.home_howWork {padding: 70px 0;}.up_coverd ._text h2 {font-size: 42px;}.how_it_works_items .how_it_single::after {width: 340px;}.claims__card p {font-size: 16px;}}@media screen and (max-width: 991px) {.westminster {padding: 40px 0;padding-bottom: 0;}.westminster.home_westminster {display: none;}.westminster.westminster_mobile {display: block;}.protects_wrapper {grid-template-columns: 1fr;row-gap: 50px;}.westminster__content {display: flex;flex-direction: column;grid-gap: 40px;}.westminster__items {column-gap: 30px;padding-top: 0px;}.westminster__title {text-align: center;}.westminster__wrapper {display: flex;row-gap: 45px;flex-direction: column-reverse;padding-bottom: 30px;}.westminster__title {font-size: 32px;line-height: 35.28px;padding-bottom: 30px;line-height: 38.75px;}.westminster__items .single_card h3 {font-size: 20px;line-height: 1.3;padding-bottom: 15px;}.westminster__text li._check h4 {font-size: 18px;padding-bottom: 10px;}.westminster__text li._check p {font-size: 16px;}.global__list li._check::after {height: 13px;width: 16px;left: 0;top: 6px;}.claims__header h2 {font-size: 32px;line-height: 38.75px;}.protects__tabs ._content {grid-template-columns: 1fr 2fr;}.protects__tabs {padding-top: 50px;}.protects {padding-bottom: 50px;padding-top: 50px;}.protects__list {grid-template-columns: 1fr;row-gap: 6px;}.protects__list ._check small {display: none;}.protects__header {grid-template-columns: 1fr;row-gap: 15px;padding-bottom: 25px;}.protects__header h2 {font-size: 32px;max-width: 320px;line-height: 38.75px;}.hero__text h1 {font-size: 48px;line-height: 1.2;padding-bottom: 30px;}.claims {padding-top: 40px;padding-bottom: 40px;}.protects__area {padding-top: 10px;padding-bottom: 50px;}.hero__wrapper .ctaBtn {padding-top: 30px;}.hero {padding-top: 240px;}.hero::before {background: linear-gradient(-0.96deg, #550266 47.98%, rgba(85, 2, 102, 0.991353) 51.13%, rgba(85, 2, 102, 0.96449) 54.28%, rgba(85, 2, 102, 0.91834) 57.43%, rgba(85, 2, 102, 0.852589) 60.58%, rgba(85, 2, 102, 0.768225) 63.73%, rgba(85, 2, 102, 0.668116) 66.88%, rgba(85, 2, 102, 0.557309) 70.03%, rgba(85, 2, 102, 0.442691) 73.18%, rgba(85, 2, 102, 0.331884) 76.32%, rgba(85, 2, 102, 0.231775) 79.47%, rgba(85, 2, 102, 0.147411) 82.62%, rgba(85, 2, 102, 0.0816599) 85.77%, rgba(85, 2, 102, 0.03551) 88.92%, rgba(85, 2, 102, 0.0086472) 92.07%, rgba(85, 2, 102, 0) 95.22%);}.hero::after {min-width: 685px;width: 100%;height: 397px;background-position: top center;left: 0;right: 0;margin: 0 auto;}.policyHero ._illustration {display: none;}.policyHero {background-image: url("../img/hero/complaints-mobile.png");max-height: 485px;min-height: 485px;background-position: center;display: flex;align-items: center;justify-content: center;}.policyHero__wrapper {padding-top: 0px;padding-bottom: 0px;}.policyHero__text {flex: 0 0 100%;max-width: 100%;text-align: center;}.policyHero__text h1 {font-size: 46px;}.policyHero__text p {display: none;}.policyContent .help_support__item ._policySub ._subTitle {font-size: 24px;}.guides_card_list {grid-template-columns: repeat(2, 1fr);}.gradient_title {font-size: 15px;}.news__header h2 {font-size: 28px;}.faq_area {padding-top: 30px;}.faq_area .faq_header {font-size: 28px;}.landing_hero::after {background-image: url("../img/hero/bg-2-mobile.png");}.landing_hero::before {top: -30px;}.landing_hero .hero__text {padding-top: 60px;}.landing_hero .hero__text ._pragraph {color: #ffffff;padding-bottom: 0px;}.lg_none {display: none;}.lg_block {display: block;}.top_cta {background: linear-gradient(180deg, #ffffff 0%, #f3e8fd 40%, #f3e8fd 49.5%, #f4e9fd 61%, #ffffff 100%);}.secondaryCta ._wrapper {grid-template-columns: 1fr;}.secondaryCta ._text h2 {font-size: 36px;line-height: 1.2;}.section_cta_text h2, .how_it_works_header h3, .practices_text h3 {font-size: 32px;padding-bottom: 20px;line-height: 38.75px;}.claims__card_cover {min-height: 100%;padding: 20px 25px 60px 25px;}.we_coverd::after, .we_coverd::before {height: 270px;width: 205px;}.we_coverd .display-2, .display-1 {font-size: 42px;line-height: 1.2;}.home_howWork .howWork_hero__wrapper {grid-template-columns: 1fr;display: grid;row-gap: 40px;}.home_howWork .howWork_hero__wrapper ._text {display: block;text-align: left;}.home_howWork .howWork_hero__wrapper ._text h1 {font-size: 42px;}.home_howWork .howWork_hero__wrapper ._text p.pragraph {font-size: 18px;}.home_howWork .howWork_hero__wrapper ._illustration {display: block;}.extra_options_header {grid-template-columns: 1fr;}.extra_options_header h3 {font-size: 36px;}.extra_options_header p {text-align: left;}.extra_options {padding: 80px 0;}.extra_options .extra_card {margin: 0 auto;min-height: 325px;}.extra_options_header p {font-size: 16px;}.extra_options_body {padding-top: 35px;}.extra_options_body.large_block {display: block;}.extra_options_body.large_none {display: none;}.how_it_works_header h4 {font-size: 14px;padding-bottom: 15px;}.how_it_works_header p {font-size: 16px;}.how_it_works {padding: 50px 0;}.home_feedback_top {grid-template-columns: 1fr;grid-gap: 20px;}.home_feedback_bottom {grid-template-columns: 1fr;grid-gap: 20px;}.home_feedback {padding: 50px 0 30px 0;background: #ffffff;}.section_cta_text h4 {font-size: 14px;padding-bottom: 15px;}.section_cta {padding: 60px 0;}.clients__wrapper {display: flex;flex-direction: column-reverse;row-gap: 40px;}.clients__text {text-align: left;}.clients__area {padding-top: 60px;padding-bottom: 0px;}.clients__text p {font-size: 18px;}.we_coverd_cta {padding-top: 60px;}.home_howWork {padding: 60px 0;}.landing_page_hero {padding-top: 160px;}.howWork_hero ._illustration img {display: block;}.home_howWork {background-image: none;padding: 40px 0;position: relative;padding-bottom: 90px;}.home_howWork .howWork_hero__wrapper {row-gap: 10px;}.home_howWork .btn_learMore {position: absolute;height: 25px;width: 110px;bottom: 35px;left: 0;right: 0;margin: 0 auto;}.home_feedback.home_2_feedback {padding-bottom: 20px;}.up_coverd {padding-top: 60px;}.up_coverd_wrapper {grid-template-columns: 100%;padding-bottom: 80px;}.up_coverd_wrapper ._illustration {display: none;}.up_coverd_wrapper ._text {text-align: center;}.up_coverd_wrapper ._text ._pragraph br {display: none;}.up_coverd_wrapper ._text ._mobile_thumb {display: block;margin-bottom: 30px;}.up_coverd_wrapper ._text .btns {justify-content: center;}.protects__list li._check {padding-bottom: 30px;}.how_it_works_items .how_it_single::after {width: 223px;}}@media screen and (max-width: 767px) {.hero {min-height: 750px;}.hero__text h1 {font-size: 32px;padding-bottom: 30px;line-height: 38.75px;}.westminster__items {grid-template-columns: 1fr;row-gap: 40px;}.protects__tabs ._content {grid-template-columns: 1fr;row-gap: 30px;}.westminster__title, .claims__header h2, .protects__header h2 {font-size: 28px;}.claims__header {padding-bottom: 40px;}.protects__tabs {display: none;}.pot__faqs {display: block;padding-top: 40px;}.policyContent .help_support__item ._list {font-size: 16px;}.policyContent .help_support__item ._policySub ._subTitle {font-size: 22px;}.guides_card_list {column-gap: 20px;}.gradient_title {font-size: 14px;padding-bottom: 30px;padding-top: 10px;}.news__header h2 {font-size: 24px;}.faq_area .faq_header {font-size: 24px;}.faq_area .faq_card ._title {padding-left: 41px;}.faq_area .faq_card ._title h3 {font-size: 18px;line-height: 1.3;}.faq_area .faq_card ._title::after {height: 24px;width: 24px;top: 9px;}.top_cta::after, .top_cta::before {top: 70%;}.top_cta {padding: 50px 0;}.top_cta_wrapper h2 {font-size: 32px;line-height: 38.75px;}.practices .practices_faqs_wrapper {grid-template-columns: 1fr;}.secondaryCta ._text h2 {font-size: 32px;line-height: 38.75px;}.practices .pra_faq_title h4 {font-size: 20px;}.practices .practices_faqs {padding-right: 10px;}.practices {padding-bottom: 55px;}.sort_features_list .owl-item {border-right: none;}.sort_features_list .owl-item:nth-child(3) {border-right: none;}.sort_features_list .owl-item:last-child {border-right: none;border-left: none;}.we_coverd_slide ._single_item h4 {font-size: 24px;}.we_coverd::after, .we_coverd::before {bottom: -70px;z-index: -1;}.we_coverd .display-2, .display-1 {font-size: 36px;line-height: 1.2;}.home_howWork .howWork_hero__wrapper ._text h1 {font-size: 36px;}.home_howWork .howWork_hero__wrapper ._text p.pragraph {font-size: 16px;}.extra_options_header h3 {line-height: 38.75px;font-size: 32px;}.extra_options {padding: 50px 0;}.how_it_works_items_devider {flex-direction: column;row-gap: 134px;}.how_it_works_items .how_it_single {margin: 0 auto;}.how_it_works_items_devider::before {display: none;}.section_cta_text h2 {font-size: 32px;}.extra_options .extra_card {margin: 0 auto;min-height: 340px;}.clients__text p {font-size: 16px;}.we_coverd_cta .btns {column-gap: 15px;padding-top: 30px;}.we_coverd_cta .btns .btn_purple_outline {padding: 9px 20px;}.we_coverd_cta .ctaBtn .btn {padding-left: 25px;column-gap: 20px;}.we_coverd_cta .pragraph {font-size: 18px;}.we_coverd_cta {padding-top: 50px;}.section_cta {padding: 50px 0;}.landing_page_hero {padding-top: 140px;}.hero_text .pragraph_1 {padding-top: 16px;padding-bottom: 40px;max-width: 360px;font-size: 16px;margin: 0 auto;line-height: 1.4;width: 100%;}.extra_options .extra_card_thumb {max-width: 83px;max-height: 83px;}.up_coverd ._text h2 {font-size: 36px;}.up_coverd .we_coverd_slide {padding: 15px 0;}.protects__list li._check {padding-bottom: 20px;}.how_it_works_items .how_it_single::after {display: none;}}@media screen and (max-width: 576px) {.hero::after {min-width: 470px;width: 100%;height: 397px;background-position: top center;left: 0;right: 0;margin: 0 auto;}.policyHero__text h1 {font-size: 40px;}.guides_card_list {grid-template-columns: 1fr;}.guides_card_list .coverd__card {max-width: 360px;margin: 0 auto;}.terms_table_lg {display: none;}.terms_table_md {display: block;}.news__header h2 {font-size: 22px;}.landing_hero::after {background-image: url("../img/hero/bg-2-mobile.png");}.landing_hero::before {top: -10px;}.landing_hero .hero__text {padding-top: 10px;}.landing_hero .hero__text ._pragraph {padding-bottom: 0px;max-width: 350px;width: 100%;}.landing_hero .hero__brands ul {flex-wrap: wrap;row-gap: 20px;}.top_cta_wrapper h2 {font-size: 28px;max-width: 350px;margin: 0 auto;width: 100%;}.top_cta_wrapper ._pragraph {max-width: 390px;margin: 0 auto;width: 100%;}.top_cta .ctaBtn .btn {padding-left: 21px;column-gap: 11px;}.top_cta::after {height: 135px;width: 95px;top: 75%;}.top_cta::before {height: 137px;width: 115px;top: 75%;}.news__content .owl-theme .owl-dots {padding-top: 25px;}.coverdCta {padding: 45px 0;}.coverdCta__text {padding: 40px 30px;padding-bottom: 0px;}.news_card_footer {column-gap: 10px;padding-top: 25px;}.secondaryCta ._text h2 {font-size: 28px;}.practices .pra_faq_title h4 {font-size: 18px;}.how_it_works_header h3, .practices_text h3 {font-size: 28px;}.we_coverd .display-2, .display-1 {font-size: 32px;max-width: 350px;width: 100%;text-align: center;margin: 0 auto;padding-bottom: 30px;}.we_coverd {padding-bottom: 115px;padding-top: 40px;}.we_coverd::after {background-image: url("../img/bottom-line-shape-gradient.png");height: 150px;width: 125%;bottom: 0;background-size: cover;background-position: center;left: -70px;}.we_coverd::before {background-image: url("../img/bottom-line-shape.png");height: 300px;width: 105%;bottom: inherit;top: -60px;background-size: cover;background-position: center;}.home_howWork .howWork_hero__wrapper ._text h1 {font-size: 32px;max-width: 320px;width: 100%;}.home_howWork .howWork_hero__wrapper ._text h1 br {display: none;}.extra_options_header {row-gap: 10px;}.extra_options_header h3 {font-size: 28px;}.home_feedback_bottom {grid-gap: 20px;display: flex;flex-direction: column-reverse;padding-bottom: 20px;padding-top: 20px;}.home_feedback_bottom ._both_cards {display: flex;flex-direction: column-reverse;grid-gap: 20px;}.home_feedback_illustration {max-height: 100%;height: 100%;width: 100%;height: 300px;}.home_feedback .feedback__seemore {padding-top: 60px;}.home_feedback .feedbackCard ._header ._starts span {font-size: 14px;}.home_feedback .feedbackCard {padding: 30px 20px;}.home_feedback .feedbackCard ._header {padding-top: 0;}.home_feedback .feedbackCard ._header ._left h3 {font-size: 24px;}.home_feedback .feedbackCard ._header ._left h4 {font-size: 14px;}.home_feedback .feedbackCard ._body p {font-size: 16px;}.section_cta_text h2 {font-size: 28px;}.clients__logos {display: grid;grid-template-columns: 1fr 1fr;grid-gap: 25px;}.clients__logos .single_item {max-height: 30px;height: 100%;max-width: 135px;width: 100%;text-align: center;column-gap: 40px;}.clients__logos .single_item img {height: 100%;width: 100%;object-fit: contain;}.we_coverd_cta .pragraph {font-size: 16px;}.we_coverd .display-2 span {color: #550266;}.clients__text .btn {padding: 10px 30px;}.news_card_text h3 {font-size: 20px;}.we_coverd_slide ._single_item h4 {font-size: 22px;}.we_coverd_cta .ctaBtn .btn {padding-left: 15px;column-gap: 10px;font-size: 15px;}.we_coverd_cta .ctaBtn .btn small {height: 32px;width: 32px;border-radius: 50%;background: #fff;display: flex;align-items: center;justify-content: center;flex: 0 0 32px;}.we_coverd_cta {padding-top: 30px;}.home_feedback.home_2_feedback {padding-bottom: 0px;}.up_coverd {padding-top: 40px;}.up_coverd_wrapper {padding-bottom: 60px;}.up_coverd ._text h2 {font-size: 30px;}.up_coverd ._text .btns {column-gap: 10px;}.up_coverd ._text .btns .btn_purple_outline {padding: 10px 15px;}}@media screen and (max-width: 470px) {.up_coverd ._text h2 {padding-bottom: 20px;}.up_coverd ._text ._mobile_thumb {max-height: 300px;max-width: 320px;}.up_coverd .ctaBtn .btn {padding-left: 20px;column-gap: 15px;padding-right: 7px;}}.not_found {text-align: center;}.not_found_wrapper {min-height: 100vh;padding: 40px 16px;display: flex;align-items: center;justify-content: center;flex-direction: column;}.not_found_wrapper h1 {font-size: 32px;padding-top: 40px;padding-bottom: 20px;}@media (max-width: 768px) {.not_found_wrapper h1 {font-size: 24px;padding-bottom: 10px;padding-top: 30px;}}.not_found_wrapper p {font-size: 18px;max-width: 420px;width: 100%;margin: 0 auto;text-align: center;padding-bottom: 30px;}@media (max-width: 768px) {.not_found_wrapper p {font-size: 16px;}}.not_found img {max-width: 360px;margin: 0 auto;width: 100%;}.whatIsIt {padding: 70px 0;}@media screen and (max-width: 991px) {.whatIsIt {padding: 50px 0;}}.whatIsIt_wrapper {display: flex;align-items: center;justify-content: center;}.whatIsIt_video {max-width: 960px;width: 100%;margin: 0 auto;min-height: 630px;background-image: url("../img/whatisit-video-thumb.png");background-repeat: no-repeat;background-position: center;background-size: cover;border-radius: 30px;position: relative;z-index: 1;padding: 40px;display: flex;align-items: flex-end;}@media screen and (max-width: 1200px) {.whatIsIt_video {max-width: 860px;min-height: 580px;}}@media screen and (max-width: 991px) {.whatIsIt_video {min-height: 440px;padding: 30px;}}@media screen and (max-width: 767px) {.whatIsIt_video {min-height: 320px;padding: 25px;border-radius: 18px;}}.whatIsIt_video::before {position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;content: "";background: rgba(0, 0, 0, 0.6);border-radius: 30px;}@media screen and (max-width: 767px) {.whatIsIt_video::before {border-radius: 18px;}}.whatIsIt_video_text {position: relative;z-index: 99;display: flex;align-items: flex-start;justify-content: flex-end;height: 100%;flex-direction: column;}.whatIsIt_video_text h3 {color: #ffffff;font-size: 32px;padding-bottom: 5px;}@media screen and (max-width: 1200px) {.whatIsIt_video_text h3 {font-size: 28px;}}@media screen and (max-width: 991px) {.whatIsIt_video_text h3 {font-size: 22px;}}.whatIsIt_video_text h5 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: bold;}@media screen and (max-width: 991px) {.whatIsIt_video_text h5 {font-size: 14px;}}.btn_paly {position: absolute;height: 118px;width: 118px;border-radius: 50%;display: flex;align-items: center;justify-content: center;background: #FFE4DC;top: 50%;left: 0;right: 0;margin: 0 auto;transform: translateY(-50%);transition: 0.2s all ease;}.btn_paly img {max-width: 30px;height: 30px;}@media screen and (max-width: 1200px) {.btn_paly {height: 80px;width: 80px;}.btn_paly img {max-width: 25px;height: 25px;}}@media screen and (max-width: 991px) {.btn_paly {height: 70px;width: 70px;}.btn_paly img {max-width: 23px;height: 23px;}}.btn_paly:hover {opacity: 0.8;}@media (min-width: 991px) and (max-width: 1049px) {.adjustBg {background-position: -129em -1em;}}@media (min-width: 1000px) and (max-width: 1049px) {.adjustBg {background-position: -128em -1em;}}@media (min-width: 1050px) and (max-width: 1099px) {.adjustBg {background-position: -126.5em -1em;}}@media (min-width: 1100px) and (max-width: 1149px) {.adjustBg {background-position: -125em -1em;}}@media (min-width: 1150px) and (max-width: 1199px) {.adjustBg {background-position: -123em -1em;}}@media (min-width: 1200px) and (max-width: 1249px) {.adjustBg {background-position: -123em -1em;}}@media (min-width: 1250px) and (max-width: 1299px) {.adjustBg {background-position: -121.5em -1em;}}@media (min-width: 1300px) and (max-width: 1349px) {.adjustBg {background-position: -119.5em -1em;}}@media (min-width: 1350px) and (max-width: 1399px) {.adjustBg {background-position: -118em -1em;}}@media (min-width: 1400px) and (max-width: 1449px) {.adjustBg {background-position: -114.5em center;}}@media (min-width: 1450px) and (max-width: 1499px) {.adjustBg {background-position: -113.5em center;}}@media (min-width: 1500px) and (max-width: 1549px) {.adjustBg {background-position: -112em center;}}@media (min-width: 1550px) and (max-width: 1599px) {.adjustBg {background-position: -110em center;}}@media (min-width: 1600px) and (max-width: 1649px) {.adjustBg {background-position: -108em center;}}@media (min-width: 1650px) and (max-width: 1699px) {.adjustBg {background-position: -107em center;}}@media (min-width: 1700px) and (max-width: 1749px) {.adjustBg {background-position: -105.5em center;}}@media (min-width: 1750px) and (max-width: 1799px) {.adjustBg {background-position: -104em center;}}@media (min-width: 1800px) and (max-width: 1849px) {.adjustBg {background-position: -101.5em center;}}@media (min-width: 1850px) and (max-width: 1899px) {.adjustBg {background-position: -100.5em center;}}@media (min-width: 1900px) and (max-width: 1949px) {.adjustBg {background-position: -99em center;}}@media (min-width: 1950px) and (max-width: 1999px) {.adjustBg {background-position: -98em center;}}.hero_bg_adjustment {background-position: -89rem -1.8em;background-size: 4944px 870px;padding-top: 200px;background-image: url("../img/hero/how-it-works-hero.svg");}@media (max-width: 1500px) {.hero_bg_adjustment {min-height: 780px;}}@media (max-width: 1200px) {.hero_bg_adjustment {min-height: 680px;background-size: 4944px 725px;}}@media (max-width: 991px) {.hero_bg_adjustment {min-height: 480px;padding-top: 90px;background-size: cover;background-position: center;background-image: url("../img/hero/complaints-mobile.png");min-height: 480px;display: flex;align-items: center;justify-content: center;text-align: center;padding-top: 0;padding-top: 10px;}}@media (min-width: 991px) and (max-width: 1049px) {.hero_bg_adjustment {background-position: -119.5em -0.8em;}}@media (min-width: 1000px) and (max-width: 1049px) {.hero_bg_adjustment {background-position: -119em -0.8em;}}@media (min-width: 1050px) and (max-width: 1099px) {.hero_bg_adjustment {background-position: -117em -0.8em;}}@media (min-width: 1100px) and (max-width: 1149px) {.hero_bg_adjustment {background-position: -115.5em -0.8em;}}@media (min-width: 1150px) and (max-width: 1199px) {.hero_bg_adjustment {background-position: -114em -0.8em;}}@media (min-width: 1200px) and (max-width: 1249px) {.hero_bg_adjustment {background-position: -112em -3.7em;}}@media (min-width: 1250px) and (max-width: 1299px) {.hero_bg_adjustment {background-position: -111em -3.7em;}}@media (min-width: 1300px) and (max-width: 1349px) {.hero_bg_adjustment {background-position: -108.5em -3.7em;}}@media (min-width: 1350px) and (max-width: 1399px) {.hero_bg_adjustment {background-position: -107em -3.7em;}}@media (min-width: 1400px) and (max-width: 1449px) {.hero_bg_adjustment {background-position: -104.5em -3.7em;}}@media (min-width: 1450px) and (max-width: 1499px) {.hero_bg_adjustment {background-position: -103em -3.7em;}}@media (min-width: 1500px) and (max-width: 1549px) {.hero_bg_adjustment {background-position: -101.5em -1.8em;}}@media (min-width: 1550px) and (max-width: 1599px) {.hero_bg_adjustment {background-position: -100em -1.8em;}}@media (min-width: 1600px) and (max-width: 1649px) {.hero_bg_adjustment {background-position: -98.5em -1.8em;}}@media (min-width: 1650px) and (max-width: 1699px) {.hero_bg_adjustment {background-position: -97em -1.8em;}}@media (min-width: 1700px) and (max-width: 1749px) {.hero_bg_adjustment {background-position: -95.5em -1.8em;}}@media (min-width: 1750px) and (max-width: 1799px) {.hero_bg_adjustment {background-position: -94em -1.8em;}}@media (min-width: 1800px) and (max-width: 1849px) {.hero_bg_adjustment {background-position: -92.5em -1.8em;}}@media (min-width: 1850px) and (max-width: 1899px) {.hero_bg_adjustment {background-position: -91em -1.8em;}}@media (min-width: 1900px) and (max-width: 1949px) {.hero_bg_adjustment {background-position: -89.5em -1.8em;}}@media (min-width: 1950px) and (max-width: 1999px) {.hero_bg_adjustment {background-position: -89.5em -1.8em;}}.hero_bg_adjustment ._illustration img {position: absolute;height: 600px;width: 585px;top: -50px;}@media (max-width: 1500px) {.hero_bg_adjustment ._illustration img {top: -80px;}}@media (max-width: 1200px) {.hero_bg_adjustment ._illustration img {height: 535px;width: 490px;}}.new_home_howWork {max-width: 1368px;width: 100%;margin: 0 auto;min-height: 730px;background-position: -116rem center;background-size: 4944px 885px;}@media screen and (max-width: 1399px) {.new_home_howWork {min-height: 710px;margin-left: 20px;margin-right: 20px;max-width: calc(100% - 40px);}}@media (min-width: 991px) and (max-width: 1049px) {.new_home_howWork {background-position: -130em -1em;background-size: 4944px 780px;}}@media (min-width: 1000px) and (max-width: 1049px) {.new_home_howWork {background-position: -129em -1em;background-size: 4944px 780px;}}@media (min-width: 1050px) and (max-width: 1099px) {.new_home_howWork {background-position: -128em -1em;background-size: 4944px 780px;}}@media (min-width: 1100px) and (max-width: 1149px) {.new_home_howWork {background-position: -126em -1em;background-size: 4944px 780px;}}@media (min-width: 1150px) and (max-width: 1199px) {.new_home_howWork {background-position: -125em -1.5em;background-size: 4944px 800px;}}@media (min-width: 1200px) and (max-width: 1249px) {.new_home_howWork {background-position: -124em -1.5em;background-size: 4944px 800px;}}@media (min-width: 1250px) and (max-width: 1299px) {.new_home_howWork {background-position: -123em -1.5em;background-size: 4944px 800px;}}@media (min-width: 1300px) and (max-width: 1349px) {.new_home_howWork {background-position: -121em -1.5em;background-size: 4944px 800px;}}@media (min-width: 1350px) and (max-width: 1399px) {.new_home_howWork {background-position: -118em -1.5em;background-size: 4944px 800px;}}@media (min-width: 1400px) and (max-width: 1449px) {.new_home_howWork {background-position: -115.5em center;}}@media (min-width: 1450px) and (max-width: 1499px) {.new_home_howWork {background-position: -116.5em center;}}.subPageArea {padding-top: 180px;padding-bottom: 100px;}@media (max-width: 1200px) {.subPageArea {padding-top: 160px;padding-bottom: 80px;}}@media (max-width: 767px) {.subPageArea {padding-top: 140px;padding-bottom: 60px;}}@media (max-width: 575px) {.subPageArea {padding-top: 130px;padding-bottom: 50px;}}.subPageArea .head h2 {text-align: center;padding-bottom: 50px;font-size: 42px;}@media (max-width: 768px) {.subPageArea .head h2 {font-size: 32px;padding-bottom: 30px;}}@media (max-width: 575px) {.subPageArea .head h2 {font-size: 28px;}}.subPageArea .content {border: 1px solid #FF784F;border-radius: 30px;}.subPageArea .content .top {background: #FF784F;text-align: center;border-radius: 30px 30px 0px 0px;padding: 20px;color: #ffffff;}@media (max-width: 768px) {.subPageArea .content .top {padding: 20px 16px;}}.subPageArea .content .top h3 {font-size: 32px;line-height: 1.3;}@media (max-width: 1200px) {.subPageArea .content .top h3 {font-size: 28px;}}@media (max-width: 768px) {.subPageArea .content .top h3 {font-size: 24px;}}@media (max-width: 575px) {.subPageArea .content .top h3 {font-size: 22px;}}.subPageArea .content .body {padding: 30px;}@media (max-width: 768px) {.subPageArea .content .body {padding: 25px 16px;}}.subPageArea .form_control {margin-bottom: 10px;}.subPageArea .form_control .ct_select, .subPageArea .form_control input {max-width: 320px;width: 100%;}@media (max-width: 768px) {.subPageArea .form_control label {font-size: 14px;}}.subPageArea .name_change_field .form_control {margin-bottom: 20px;}.subPageArea .radio-button__label {font-weight: 500;}.subPageArea .strongOfwhite {opacity: 0.7;}.subPageArea .trading_head {padding-bottom: 30px;}@media (max-width: 768px) {.subPageArea .trading_head {padding-bottom: 20px;}}.subPageArea .bdTitle {font-size: 32px;font-weight: 500;padding-bottom: 5px;color: #550266;font-family: "DM Sans", sans-serif;}@media (max-width: 768px) {.subPageArea .bdTitle {font-size: 24px;}}@media (max-width: 575px) {.subPageArea .bdTitle {font-size: 20px;}}.subPageArea .trading_list {padding-bottom: 20px;}.subPageArea .trading_list ._pragraph {padding-bottom: 10px;}.subPageArea ._single_form {padding-top: 40px;}.subPageArea ._radio_devider {flex-direction: column;align-items: flex-start;row-gap: 10px;padding-top: 15px;}.subPageArea .label_title {font-size: 20px;margin-bottom: 5px;color: #550266;font-weight: 600;}.subPageArea .bottom {text-align: center;padding-top: 50px;max-width: 1000px;margin: 0 auto;line-height: 1.5;opacity: 0.9;}@media (max-width: 768px) {.subPageArea .bottom {font-size: 14px;padding-top: 30px;}}.subPageArea ._list {display: flex;flex-direction: column;row-gap: 10px;padding-left: 25px;padding-bottom: 30px;padding-top: 10px;}.subPageArea ._list li {list-style-type: circle;}.subPageArea ._pragraph {line-height: 1.5;}.subPageArea ._pragraph a:hover {border-bottom: 1px solid #FF784F;}.subPageArea .next_prev ul {padding-top: 20px;}.subPageArea .next_prev_center ul {justify-content: center;}.discipline_box {display: block;}.discipline_box .form__search {max-width: 420px;width: 100%;}.discipline_head {padding-bottom: 10px;}.discipline_head .bdTitle {padding-bottom: 15px;}.discipline_content ._radio_devider {display: grid;grid-template-columns: 1fr 1fr;row-gap: 10px;}@media (max-width: 768px) {.discipline_content ._radio_devider {grid-template-columns: 1fr;}}.discipline_content .radio-button__disabled .radio-button__label {color: red;}.discipline_content .radio-button__disabled .radio-button__input:checked + .radio-button__control:after {background-color: #888;opacity: 0.6;}.discipline_content .radio-button__disabled .radio-button__control {opacity: 0.6;}.discipline_content .details_popup {font-weight: 300;font-size: 14px;color: #888888;font-style: italic;}.discipline_content .details_popup:hover {text-decoration: underline;}.product_pa {padding-bottom: 30px;}.product_pa ._pragraph {padding-bottom: 15px;}.product_pa .btns {display: flex;align-items: center;column-gap: 20px;flex-wrap: wrap;row-gap: 10px;}.product_pa button {padding: 10px 30px;}@media (max-width: 575px) {.product_pa button {font-size: 16px;padding: 8px 20px;}}.notice_box {padding: 20px;border: 1px solid #550266;border-radius: 20px;margin-top: 30px;padding-right: 10px;padding-bottom: 10px;}.notice_box .notice_text {max-height: 300px;overflow-y: auto;padding-right: 10px;}.notice_box .notice_text::-webkit-scrollbar {width: 8px;}.notice_box .notice_text::-webkit-scrollbar-thumb {background-color: #efe1fc;border-radius: 12px;}.notice_box .notice_text::-webkit-scrollbar-track {background-color: #faf6fd;}.notice_box .notice_text::-webkit-scrollbar-thumb:hover {background-color: #d3b4f7;}.notice_box .notice_text h4 {font-size: 24px;font-weight: 500;padding-bottom: 15px;}.notice_box .notice_text .notice_list {padding-bottom: 30px;}.notice_box .notice_text .notice_list li:not(:last-child) {padding-bottom: 15px;}.notice_box .notice_text .notice_list li span {font-weight: 600;text-transform: uppercase;}.notice_box .notice_text .notice_mini_list {padding-top: 20px;padding-bottom: 10px;padding-left: 30px;}.notice_box .notice_text .notice_mini_list li span {font-weight: 600;}.notice_box .notice_confirmation {padding-top: 10px;}.cancelPolicy ._head {padding-bottom: 30px;}.cancelPolicy ._head h4 {padding-bottom: 10px;}.cancelPolicy_table h4 {padding-bottom: 10px;padding-top: 30px;}.cancelPolicy_table table {max-width: 320px;width: 100%;}.cancelPolicy_table table tr td {font-size: 16px;padding: 5px 0;}.cancelPolicy_table table tr:last-child td {border-top: 1px solid #550266;padding-top: 10px;margin-top: 10px;font-weight: 500;}.cancelPolicy .cancelList {padding: 20px 0;padding-left: 30px;}.cancelPolicy .cancelList li {list-style-type: disc;}.cancelPolicy .cancelList li span {display: block;font-style: italic;font-size: 14px;}.cancelPolicy .cancelList li:not(:last-child) {padding-bottom: 20px;}.cancelPolicy .confirtCancelation h4 {padding-top: 10px;}.cancelPolicy .confirtCancelation ._radio_devider {flex-direction: column;padding-bottom: 15px;}.cancelPolicy ._bottom {text-align: center;padding-top: 40px;}.cancelPolicy ._bottom .btn_primary {padding: 14px 30px;}.cancelPolicy ._bottom_list {text-align: left;padding-top: 40px;display: flex;flex-direction: column;row-gap: 8px;}.cancelPolicy ._bottom_list li {font-size: 18px;}.cancelPolicy #choose_reason {display: none;padding-bottom: 20px;padding-top: 10px;}.miniQuestion {padding-top: 10px;}.miniQuestion .overseasTitle {font-size: 18px;font-weight: 500;line-height: 1.4;padding-bottom: 10px;color: #550266;font-family: "DM Sans", sans-serif;}@media (max-width: 768px) {.miniQuestion .overseasTitle {font-size: 16px;}}.miniQuestion textarea {min-height: 140px;margin-top: 10px;margin-bottom: 10px;}.miniQuestion ._radio_devider {display: flex;align-items: center;column-gap: 30px;flex-direction: row;}.miniQuestion.questionTurnover .form_control {padding: 10px 0;}.overseasNo .miniQuestion {display: none;}.territorialLimits {padding-top: 20px;}@media (max-width: 768px) {.territorialLimits {padding-top: 10px;}}.territorialLimits ._questoin ._radio_devider {flex-direction: row;}.territorialLimits ._questoin ._title {font-size: 24px;font-weight: 500;}@media (max-width: 1200px) {.territorialLimits ._questoin ._title {font-size: 22px;}}@media (max-width: 768px) {.territorialLimits ._questoin ._title {font-size: 18px;}}@media (max-width: 576px) {.territorialLimits ._questoin ._title {font-size: 16px;}}.overseasNo {padding-bottom: 40px;}#businessOverseas ._radio_devider {padding-bottom: 25px;}#businessTransacted .form_control, #approximatePercentage .form_control {padding-top: 20px;padding-bottom: 20px;}.wrongEntry {display: none;color: red;font-size: 14px;transform: translateY(-25px);}#workLocation, #businessOverseas_selectNo, #businessInCountry, #businessDomiciled, #businessAssets, #businessTransacted, #approximatePercentage {display: none;}.personalAccident {max-width: 420px;width: 100%;padding-bottom: 30px;}.personalAccident .form_control input {max-width: 100%;}.personalAccident .form_control .ct_select {max-width: 100%;cursor: pointer;}.personalAccident .setAccident {padding-top: 15px;}.personalAccident .setAccident .accidentAgeDevider {display: grid;grid-template-columns: 1fr 1.5fr 1fr;column-gap: 10px;padding-top: 5px;}.accident_main {display: flex;flex-direction: column;row-gap: 15px;}#accident_main_person {display: none;}.empQuestion h4 {font-size: 20px;font-family: "DM Sans", sans-serif;font-weight: 500;}@media (max-width: 768px) {.empQuestion h4 {font-size: 18px;}}@media (max-width: 576px) {.empQuestion h4 {font-size: 16px;}}.empQuestion ._radio_devider {flex-direction: row;}.empQuestion .input_devider {display: flex;align-items: center;column-gap: 20px;max-width: 460px;width: 100%;padding-top: 20px;padding-bottom: 5px;}.empQuestion .input_devider .form_control {margin-bottom: 0px;}#ernRegisterdFeedback {max-width: 460px;width: 100%;}#ernRegisterdFeedback .form_control {width: 100%;}#ernRegisterdFeedback .form_control input {max-width: 100%;}.empProfileInfo {padding-top: 10px;}.empProfileInfo .emp_top {display: grid;grid-template-columns: repeat(2, 1fr);max-width: 460px;width: 100%;column-gap: 15px;padding-bottom: 5px;}.empProfileInfo .emp_bottom {padding-bottom: 5px;}.empProfileInfo .emp_bottom .form_control {max-width: 460px;width: 100%;}.empProfileInfo .emp_bottom .form_control input {max-width: 100%;width: 100%;}#patientsEmployee_comment, #removeEmployee, #longTimeEmployee, #patientsEmployee, #employeeScheme, #employeeScheme_yes, #ernEmployeeRegistered, #ernRegisterdFeedback {display: none;}#ernEmployeeRegistered {padding-top: 20px;}#employeeScheme ._radio_devider {padding-bottom: 10px;}#employeeScheme_yes {padding-top: 20px;padding-bottom: 30px;}.employeeScheme_main {display: none;}.employeeScheme_main h4 {font-size: 20px;font-family: "DM Sans", sans-serif;font-weight: 500;padding-bottom: 10px;}.employeeScheme_main .form_control {display: grid;align-items: center;grid-template-columns: 1.3fr 1fr;column-gap: 10px;max-width: 460px;}#employeSelectPerson {display: none;}.clientUpdate {border: 1px solid #550266;border-radius: 15px;padding: 30px 40px;max-width: 880px;margin: 0 auto;}@media (max-width: 991px) {.clientUpdate {padding: 30px;}}@media (max-width: 767px) {.clientUpdate {padding: 30px 20px;}}@media (max-width: 576px) {.clientUpdate {padding: 25px 16px;}}.clientUpdate ._head h3 {text-align: center;font-size: 32px;padding-bottom: 50px;}@media (max-width: 1200px) {.clientUpdate ._head h3 {font-size: 28px;}}@media (max-width: 991px) {.clientUpdate ._head h3 {font-size: 24px;padding-bottom: 30px;}}@media (max-width: 768px) {.clientUpdate ._head h3 {font-size: 22px;}}@media (max-width: 575px) {.clientUpdate ._head h3 {font-size: 20px;}}.clientUpdate .clientUpdate_box {padding-bottom: 40px;}@media (max-width: 768px) {.clientUpdate .clientUpdate_box {padding-bottom: 20px;}}.clientUpdate .clientUpdate_box .box_title {padding-bottom: 20px;font-size: 24px;}@media (max-width: 768px) {.clientUpdate .clientUpdate_box .box_title {font-size: 20px;padding-bottom: 10px;}}@media (max-width: 576px) {.clientUpdate .clientUpdate_box .box_title {font-size: 18px;padding-bottom: 10px;}}.clientUpdate .clientUpdate_box .form_control {display: grid;grid-template-columns: 120px 1fr;gap: 20px;align-items: center;}@media (max-width: 991px) {.clientUpdate .clientUpdate_box .form_control {grid-template-columns: 100px 1fr;column-gap: 10px;}}@media (max-width: 767px) {.clientUpdate .clientUpdate_box .form_control {grid-template-columns: 90px 1fr;}}@media (max-width: 576px) {.clientUpdate .clientUpdate_box .form_control {grid-template-columns: 1fr;gap: 0px;padding-bottom: 5px;}.clientUpdate .clientUpdate_box .form_control label {padding-bottom: 4px;}}.clientUpdate .clientUpdate_box .form_control input {max-width: 100%;width: 100%;border-radius: 8px;}@media (max-width: 767px) {.clientUpdate .clientUpdate_box .form_control input {font-size: 14px;padding: 12px 15px;}}.clientUpdate .clientUpdate_box .form_control .ct_select {width: 100%;max-width: 100%;}.clientUpdate .clientUpdate_box .form_control .ct_select select {border-radius: 8px;}@media (max-width: 767px) {.clientUpdate .clientUpdate_box .form_control .ct_select select {font-size: 14px;padding: 12px 15px;}}.dateOfBirth {display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;}.clientUpdate_bottom {padding-top: 10px;}@media (max-width: 767px) {.clientUpdate_bottom {padding-top: 0px;}}.clientUpdate_faq {display: grid;grid-template-columns: 1fr 200px;gap: 30px;}@media (max-width: 991px) {.clientUpdate_faq {grid-template-columns: 1fr;gap: 0px;}.clientUpdate_faq ._pragraph {padding-bottom: 10px;}}.clientUpdate_faq .radioDevider {display: flex;column-gap: 20px;padding-top: 5px;}.clientUpdateBtn {text-align: center;padding-top: 20px;}.clientUpdateBtn button {padding: 12px 40px;}@media (max-width: 575px) {.clientUpdateBtn button {width: 100%;justify-content: center;text-align: center;}}.homeAddress .box_title {display: flex;align-items: center;column-gap: 20px;}.homeAddress .box_title .radio-button {display: flex;align-items: center;flex-direction: row-reverse;justify-content: flex-end;}.homeAddress .box_title .radio-button .radio-button__label {margin-right: 10px;}.thankyouPage {max-width: 680px;width: 100%;padding: 30px 20px;padding-top: 190px;margin: 0 auto;text-align: center;padding-bottom: 90px;}@media (max-width: 991px) {.thankyouPage {padding: 160px 0px 70px 0px;}}@media (max-width: 767px) {.thankyouPage {padding: 120px 0px 60px 0px;}}.thankyouPage_content h2 {font-size: 32px;padding-bottom: 10px;}@media (max-width: 767px) {.thankyouPage_content h2 {font-size: 28px;}}.thankyouPage_illustration {max-width: 280px;width: 100%;margin: 0 auto;padding-bottom: 40px;}.thankyouPage_illustration img {height: 100%;width: 100%;}.application_pragraph {font-size: 16px;line-height: 1.4;}.application_declaration {padding-top: 20px;}.application_declaration_title {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 700;padding-bottom: 10px;}.application_declaration_list {list-style-type: decimal;padding-left: 20px;padding-bottom: 20px;}.application_declaration_list li {list-style-type: decimal;font-size: 16px;font-weight: 600;}.application_declaration_list li:not(:last-child) {padding-bottom: 15px;}.application_condition {font-size: 16px;font-weight: 600;padding-top: 15px;}.application_btns {display: flex;align-items: center;justify-content: center;column-gap: 10px;padding: 40px 0;}.application_btns .btn_secondary {background: #79297a;color: #ffffff;padding: 10px 30px;border-radius: 10px;font-size: 16px;font-weight: 600;border: 2px solid #79297a;transition: 0.2s all ease-in-out;}.application_btns .btn_secondary:hover {color: #79297a;background: transparent;}@media (max-width: 576px) {.application_btns .btn_secondary {font-size: 14px;padding: 10px 25px;}}@media (max-width: 450px) {.application_btns {flex-direction: column;row-gap: 15px;padding: 30px 0;}.application_btns .btn_secondary {width: 100%;}}.application_footer p {font-size: 16px;line-height: 1.5;}.application_date, .application_premium {font-style: italic;font-weight: 600;font-size: 16px;}.application_premium {padding: 15px 0;}.application_policy_title {padding-top: 30px;padding-bottom: 15px;}@media (max-width: 767px) {.application_policy_title {padding-top: 20px;padding-bottom: 10px;}}.details_popup_body {border: 1px solid #79297a;padding: 10px;border-radius: 8px;font-size: 14px;background: #ffffff;width: 420px;line-height: 1.3;font-weight: 300;display: none;}@media (max-width: 575px) {.details_popup_body {width: 100%;}}.details_popup_list {padding-left: 10px;padding-top: 10px;}.details_popup_list h5 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 600;padding-bottom: 5px;}.details_popup_list ul {list-style-type: disc;padding-left: 20px;padding-bottom: 10px;}.details_popup_list ul li {list-style-type: disc;font-size: 14px;}.details_popup_list ul li:not(:last-child) {padding-bottom: 10px;}.discipline_content .radio-button__label {position: relative;}.thank_you_actions {display: flex;align-items: center;justify-content: center;column-gap: 30px;padding-top: 20px;flex-wrap: wrap;row-gap: 20px;}.thank_you_actions li {position: relative;z-index: 1;}.thank_you_actions li::after {position: absolute;right: -15px;top: 50%;transform: translateY(-50%);height: 20px;width: 2px;background: #000;content: "";z-index: -1;}.thank_you_actions li:last-child::after {display: none;}.thank_you_actions li a {font-size: 18px;font-weight: 600;}@media (max-width: 767px) {.thank_you_actions li a {font-size: 16px;}}.thank_you_actions li a:hover {text-decoration: underline;}.application_header {padding-bottom: 10px;}.application_header p {font-size: 18px;padding: 10px 0;}@media (max-width: 767px) {.application_header p {font-size: 16px;}}.application_header p strong {font-style: italic;}.application_header h5 {text-align: center;padding-bottom: 20px;font-family: "DM Sans", sans-serif;font-size: 18px;}@media (max-width: 767px) {.application_header h5 {font-size: 16px;}}.errorPragraph {color: red;font-size: 14px;padding-top: 10px;display: none;}.errorPragraph.active {display: block;}#disciplineGetContentBox {border: 1px solid #550266;padding: 20px;border-radius: 8px;margin-bottom: 25px;margin-top: 10px;}#disciplineGetContentBox .disciplineResult h4 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: 600;padding-bottom: 5px;position: relative;padding-left: 20px;}#disciplineGetContentBox .disciplineResult h4::after {position: absolute;left: 0;top: 5px;height: 10px;width: 10px;background: #550266;content: "";border-radius: 50%;}#disciplineGetContentBox .disciplineResult:not(:last-child) {padding-bottom: 10px;}#disciplineGetContentBox p {font-size: 12px;}.professionalIndemnity {padding-top: 0px;}.professional_indemnity_head {text-align: center;padding-bottom: 20px;}.professional_indemnity_head h5 {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 400;padding-bottom: 10px;}@media screen and (max-width: 991px) {.professional_indemnity_head h5 {font-size: 16px;}}.professional_indemnity_content {text-align: center;}.professional_indemnity_content h4 {font-size: 20px;font-weight: 600;padding-bottom: 10px;font-family: "DM Sans", sans-serif;padding-bottom: 30px;}@media screen and (max-width: 991px) {.professional_indemnity_content h4 {font-size: 18px;}}@media screen and (max-width: 768px) {.professional_indemnity_content h4 {font-size: 16px;}}.professional_indemnity_content .btn_primary {padding: 10px 30px;margin-top: 15px;}.professional_indemnity_box {max-width: 960px;margin: 0 auto;}.professional_indemnity_box:not(:last-child) {margin-bottom: 40px;}.indemnity_box_title {font-size: 20px;font-family: "DM Sans", sans-serif;font-weight: 600;text-transform: uppercase;}@media screen and (max-width: 991px) {.indemnity_box_title {font-size: 18px;}}@media screen and (max-width: 768px) {.indemnity_box_title {font-size: 16px;}}.professional_indemnity_list {max-width: 920px;margin: 0 auto;padding-top: 10px;}.professional_indemnity_list li {border-bottom: 1px dotted #ddd;padding: 15px 0px;font-size: 16px;}.professional_indemnity_list li strong {font-style: italic;}@media screen and (max-width: 768px) {.professional_indemnity_list li {font-size: 14px;padding: 10px 0px;}}.professional_indemnity_list .professional_indemnity_btn {font-weight: 600;transition: 0.2s all ease;}.professional_indemnity_list .professional_indemnity_btn:hover {text-decoration: underline;}.professional_indemnity_list .professional_indemnity_btn:active {transform: scale(0.9);}.professional_indemnity_renewal {padding-top: 15px;}.professional_indemnity_renewal li {padding: 8px 0;}@media screen and (max-width: 768px) {.professional_indemnity_renewal li {padding: 5px 0;}}.professional_indemnity_renewal li a {font-size: 16px;font-weight: 400;}@media screen and (max-width: 768px) {.professional_indemnity_renewal li a {font-size: 14px;}}.professional_indemnity_renewal li a:hover {text-decoration: underline;}.new_home_hero {padding-bottom: 120px;}.new_home_hero::after {background-image: url("../img/hero/hero-bg-new-home.png");background-position: -6rem -4rem;background-size: 2000px 1200px;}@media screen and (max-width: 1750px) {.new_home_hero::after {background-position: -4rem -2rem;background-size: 1800px 1100px;}}@media screen and (max-width: 1650px) {.new_home_hero::after {background-position: -6rem -2rem;background-size: 1700px 1050px;}}@media screen and (max-width: 1440px) {.new_home_hero::after {background-position: -8rem -2rem;background-size: 1600px 1050px;}}@media screen and (max-width: 1300px) {.new_home_hero::after {background-position: -8rem -2rem;background-size: 1400px 1000px;}}@media screen and (max-width: 991px) {.new_home_hero::after {background-position: top right;background-size: cover;}}@media screen and (max-width: 768px) {.new_home_hero::after {background-position: top right;}}@media screen and (min-width: 1920px) {.new_home_hero::after {background-position: top right;background-size: 2000px 1070px;}}@media screen and (min-width: 2000px) {.new_home_hero::after {background-size: 2000px 1170px;}}@media screen and (min-width: 2400px) {.new_home_hero::after {background-size: 2000px 1200px;}}.new_home_hero .small_block {display: none;}@media screen and (max-width: 991px) {.new_home_hero {padding-bottom: 30px;min-height: 780px;padding-top: 330px;}.new_home_hero .hero__text {max-width: 580px;width: 100%;margin: 0 auto;text-align: center;}.new_home_hero .global__list {text-align: left;max-width: 340px;margin: 0 auto;}.new_home_hero .small_block {display: block;}.new_home_hero .large_block {display: none;}}.new_home_hero .hero__title_rm {max-width: 760px;width: 100%;padding-bottom: 10px;}.new_home_hero ._pragraph {color: #fff;padding-bottom: 50px;}@media screen and (max-width: 991px) {.new_home_hero ._pragraph {padding-bottom: 10px;}}.new_home_hero .global__list {padding-top: 40px;}.new_home_hero .hero_line_shape {position: absolute;bottom: 0;left: 0;z-index: -1;}@media screen and (max-width: 991px) {.new_home_hero .hero_line_shape {position: absolute;bottom: -11px;left: inherit;right: 0;z-index: -1;max-width: 162px;min-height: 349px;width: 100%;width: 100%;}.new_home_hero .hero_line_shape img {height: 100%;width: 100%;object-fit: contain;}}.services_two {padding: 70px 0;}@media screen and (max-width: 991px) {.services_two {padding: 50px 0;}}.services_two_wrapper {display: grid;grid-template-columns: 1fr 1fr;column-gap: 40px;align-items: center;}@media screen and (max-width: 1440px) {.services_two_wrapper {grid-template-columns: 1.5fr 1fr;}}@media screen and (max-width: 1200px) {.services_two_wrapper {display: block;}}.services_two_text h4 {font-size: 16px;font-family: "DM Sans", sans-serif;padding-bottom: 20px;font-weight: bold;}.services_two_text h2 {font-size: 48px;padding-bottom: 40px;max-width: 570px;width: 100%;}@media screen and (max-width: 1200px) {.services_two_text h2 {font-size: 36px;}}@media screen and (max-width: 991px) {.services_two_text h2 {font-size: 32px;}}@media screen and (max-width: 767px) {.services_two_text h2 {font-size: 28px;}}.services_two_text .global__list {max-width: 505px;}.services_two_text .global__list li {color: #550266;font-size: 20px;font-weight: 300;}@media screen and (max-width: 991px) {.services_two_text .global__list li {font-size: 18px;}}@media screen and (max-width: 767px) {.services_two_text .global__list li {font-size: 16px;}}.services_two_text .global__list li._check::after {top: 18px;}@media screen and (max-width: 991px) {.services_two_text .global__list li._check::after {top: 8px;left: 5px;}}.services_two .review_carousel {display: flex;align-items: center;justify-content: center;padding-top: 60px;}.services_two .review_carousel .single_review_box a {display: flex;align-items: center;justify-content: center;height: 100%;}.services_two .review_carousel .single_review_box a img {height: 100%;min-height: 110px;max-width: 460px;width: 100%;object-fit: contain;}@media screen and (max-width: 991px) {.services_two .review_carousel .single_review_box a img {max-width: 320px;min-height: 70px;}}.services_two_text_btns {display: flex;align-items: center;column-gap: 20px;}.services_two_text_btns.sm_block {display: none !important;}@media screen and (max-width: 1200px) {.services_two_text_btns {flex-direction: column;row-gap: 15px;padding-top: 30px;}.services_two_text_btns.lg_none {display: none !important;}.services_two_text_btns.sm_block {display: flex !important;}}@media screen and (max-width: 768px) {.services_two_text_btns {padding-top: 10px;}}.services_two_text_btns .btn_purple_outline {padding: 12px 30px;}.services_two_thumb {width: 100%;max-width: 580px;margin: 0 auto;}.services_two_thumb img {height: 100%;width: 100%;object-fit: contain;}@media screen and (max-width: 991px) {.services_two_thumb {max-width: 260px;width: 100%;margin: 0 auto;}}@media screen and (max-width: 1200px) {.services_two_text {text-align: center;}.services_two_text h2 {margin: 0 auto;}.services_two_text .global__list {margin: 0 auto;text-align: left;padding-bottom: 30px;}}@media screen and (max-width: 991px) {.services_two_text .global__list {padding-top: 36px;}}.extra_new_home .extra_options_header {align-items: flex-end;padding-bottom: 50px;}.extra_new_home .extra_options_header .text h5 {font-family: "DM Sans", sans-serif;font-size: 16px;font-weight: bold;padding-bottom: 20px;}.extra_new_home .extra_options_header p {max-width: 500px;width: 100%;margin-left: auto;padding-bottom: 10px;}.miniSliderWrapper {display: flex;align-items: center;justify-content: center;padding-top: 20px;}.miniSlider {max-width: 660px;width: 100%;padding-top: 40px;}@media screen and (max-width: 1440px) {.miniSlider {max-width: 600px;}}@media screen and (max-width: 1200px) {.miniSlider {margin: 0 auto;}}@media screen and (max-width: 991px) {.miniSlider {display: none;}}.miniSliderBox {position: relative;}.miniSliderBox::after, .miniSliderBox::before {position: absolute;height: 40px;width: 100px;background-color: rgba(255, 255, 255, 0.1176470588);content: "";top: 0px;}.miniSliderBox::after {right: 0;}.miniSliderBox::before {left: 0;}.miniSliderBox li {font-size: 20px !important;font-weight: 400;font-family: "Kangean" !important;width: auto;text-align: center;padding: 10px 15px !important;}@media screen and (max-width: 1200px) {.miniSliderBox li {font-size: 18px;}}.fefoServices {padding: 40px 0px 20px 0px;}.fefoServices_wrapper {padding: 40px 0;border-top: 1px solid #EEEEEE;}.new_home_howWork {position: relative;z-index: 1;border-radius: 30px;}.new_home_howWork::before {overflow: hidden;position: absolute;top: 50px;right: 0;bottom: 0;width: 110%;height: calc(100% - 50px);background-image: url("../img/new-home-shape.png");background-repeat: no-repeat;background-position: top right;background-size: contain;content: "";z-index: -1;display: none !important;}@media screen and (max-width: 991px) {.new_home_howWork {padding: 26px 7px;margin: 0px 13px;border-radius: 30px;}.new_home_howWork::before {display: block !important;}}@media screen and (max-width: 400px) {.new_home_howWork::before {width: 100%;right: -20px;}}.new_home_howWork h5.gradient_text {font-family: "DM Sans", sans-serif;font-weight: bold;font-size: 16px;padding-top: 20px;}@media screen and (max-width: 991px) {.new_home_howWork h5.gradient_text {padding-top: 0px;}}.new_home_howWork .how_workTitle {font-size: 42px;color: #fff;padding-bottom: 30px;padding-top: 18px;}@media screen and (max-width: 1399px) {.new_home_howWork .how_workTitle {font-size: 36px;}}@media screen and (max-width: 1200px) {.new_home_howWork .how_workTitle {font-size: 34px;}}@media screen and (max-width: 991px) {.new_home_howWork .how_workTitle {font-size: 32px;}}@media screen and (max-width: 767px) {.new_home_howWork .how_workTitle {font-size: 28px;}}.new_home_howWork .ctaBtn {margin-top: 40px;}.new_home_howWork .large_none {display: none;}@media screen and (max-width: 991px) {.new_home_howWork .large_none {display: flex;justify-content: center;align-items: center;}}@media screen and (max-width: 991px) {.new_home_howWork .small_none {display: none;}}.new_home_howWork::after {display: none;}.new_home_howWork .home_howWork_text {padding-right: 40px;}.new_home_howWork ._illustration .large_none {display: none;}.new_home_howWork ._illustration .small_none {display: block;}@media screen and (max-width: 991px) {.new_home_howWork ._illustration .large_none {display: block;}.new_home_howWork ._illustration .small_none {display: none;}}.service-carousel-container.AVERAGE_CUSTOMER_RATING {box-sizing: border-box;padding: 0 10px 10px;max-width: 1150px;width: 100%;margin: 0 auto;display: flex;flex-direction: column;align-items: center;justify-content: center;}.applyIntroducer {padding-top: 180px;padding-bottom: 80px;}.applyIntroducer .radio-button__label {font-size: 16px;}@media screen and (max-width: 991px) {.applyIntroducer {padding-top: 160px;}}@media screen and (max-width: 767px) {.applyIntroducer {padding-top: 130px;}}.applyIntroducer_title {border-bottom: 1px solid #550266;margin-bottom: 20px;font-size: 42px;}@media screen and (max-width: 1200px) {.applyIntroducer_title {font-size: 36px;}}@media screen and (max-width: 991px) {.applyIntroducer_title {font-size: 32px;}}@media screen and (max-width: 767px) {.applyIntroducer_title {font-size: 28px;}}@media screen and (max-width: 575px) {.applyIntroducer_title {font-size: 24px;}}.miniApplyence {padding-top: 30px;padding-bottom: 20px;}.miniApplyence ._pragraph {font-size: 16px;}@media screen and (max-width: 767px) {.miniApplyence {padding-top: 20px;}}@media screen and (max-width: 1200px) {.miniApplyence .form_control label {font-size: 16px;}}@media screen and (max-width: 991px) {.miniApplyence .form_control label {font-size: 15px;}}.miniApplyence_title {font-size: 24px;padding-bottom: 20px;}@media screen and (max-width: 1200px) {.miniApplyence_title {font-size: 22px;}}@media screen and (max-width: 991px) {.miniApplyence_title {font-size: 20px;}}.miniApplyenceList li {list-style-type: disc;margin-left: 20px;}.miniApplyenceList li:not(:last-child) {margin-bottom: 15px;}.applyBusinessDetails {padding-top: 30px;}.applyPaymentTitle {text-align: center;padding-bottom: 20px;font-size: 28px;}@media screen and (max-width: 1200px) {.applyPaymentTitle {font-size: 24px;}}@media screen and (max-width: 991px) {.applyPaymentTitle {font-size: 20px;}}.applyBusinessStatus {padding-bottom: 30px;}.applyRadioTitle {font-family: "DM Sans", sans-serif;font-size: 18px;font-weight: 600;line-height: 23.44px;color: #550266;display: block;padding-bottom: 10px;}.applyRadios {display: flex;row-gap: 10px;padding-top: 10px;flex-direction: column;}.applyPaymentDetails {padding-top: 30px;}.applyCheckRequirment {padding-bottom: 20px;}.applyCheckRequirment .radio-button {display: grid;align-items: flex-start;grid-template-columns: 30px 1fr;column-gap: 10px;}.applyCheckRequirment .radio-button__control {display: block;}.applyCheckRequirment .radio-button__label {font-size: 16px;line-height: 1.4;}.applyCheckRequirment .radio-button__label small {font-size: 14px;}.applyCheckRequirment .radio-button__label a {text-decoration: underline;}.applyInpudDevider .form_control {margin-bottom: 0px;}.applyInpudDevider_box {display: grid;grid-template-columns: 1fr 1fr;gap: 30px;padding-top: 20px;}@media screen and (max-width: 991px) {.applyInpudDevider_box {grid-template-columns: 1fr;}}.applyPaypalDocument {padding-top: 30px;padding-bottom: 30px;}.applyPaypalNotice {color: #919191;font-size: 14px;padding-top: 10px;padding-left: 20px;}.applyPaypalNotice a {text-decoration: underline;}.applyPaypalNotice a:hover {color: #550266;}.applyPaypalEmail {padding-top: 20px;}.applyPaypalEmail .form_control {margin-bottom: 0px;}.applyContactDetails_box {display: grid;grid-template-columns: 1fr 1fr 1fr;gap: 20px;}@media screen and (max-width: 991px) {.applyContactDetails_box {grid-template-columns: 1fr;}}.applyContactDetails_box .form_control {margin-bottom: 10px;}.applyFaqRequirment {padding-top: 20px;}.applyFaqRequirment .radio-button {display: grid;align-items: flex-start;grid-template-columns: 30px 1fr;column-gap: 10px;}.applyFaqRequirment .radio-button__control {display: block;}.applyFaqRequirment .radio-button__label {font-size: 16px;margin-top: 5px;}.applyFaqRequirment .radio-button__label small {font-size: 14px;}.applyFaqRequirment .radio-button__label a {text-decoration: underline;}.applyInpudDevider input:disabled, .applyPaypalDocument input:disabled {background: #cfcfcf;}.applyInpudDevider select:disabled, .applyPaypalDocument select:disabled {background: #cfcfcf;}