.benefitGrid{display:grid;gap:20px}@media screen and (min-width:768px){.benefitGrid{grid-template-columns:repeat(3,1fr)}}@media screen and (min-width:1200px){.benefitGrid{gap:40px}}.benefitCard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--color-grey);border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:16px;justify-content:center;padding:20px;text-align:center}@media screen and (min-width:768px){.benefitCard{padding:26px 20px}}@media screen and (min-width:1200px){.benefitCard{padding:26px 48px}}.benefitCardImg{background:#d8dbdf;-webkit-box-shadow:0 1px 64px rgba(0,0,0,.11);box-shadow:0 1px 64px rgba(0,0,0,.11);display:-webkit-box;display:-ms-flexbox;display:flex;padding:16px}.benefitCardImg,.benefitCardImg>img{aspect-ratio:1/1;border-radius:50%}.textSection :not(:first-child):is(h2,h3,h4){margin-top:32px}.prefTabWrap{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:20px;justify-content:center}@media screen and (min-width:1200px){.prefTabWrap{gap:32px}}.prefTabList{-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-grey);border-radius:12px;-webkit-box-shadow:0 2px 0 rgba(205,209,216,.5);box-shadow:0 2px 0 rgba(205,209,216,.5);display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;list-style:none;margin:0;max-width:100%;overflow:auto;padding:16px 20px;position:relative;white-space:nowrap}@media screen and (min-width:768px){.prefTabList{gap:14px}}@media screen and (min-width:1200px){.prefTabList{gap:38px;padding:20px 40px}}.prefTabList a{background:transparent;border-radius:12px;color:var(--color-body);font-weight:600;padding:10px;text-decoration:none;-webkit-transition:all .2s;transition:all .2s}@media screen and (min-width:768px){.prefTabList a{padding:10px 24px}}.prefTabList a:hover{color:var(--color-primary)}.prefTabList a.is-active{background:var(--color-primary);color:var(--color-background)}.prefTabList a.is-active:hover{background:var(--color-primary-hover)}.prefTabCont{list-style:none;margin:0;max-width:788px;padding:0}.homeRateGrid{display:grid;gap:20px}@media screen and (min-width:1200px){.homeRateGrid{gap:36px 40px;grid-template-columns:repeat(2,1fr)}}.homeRateCard{--icon-size:94px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:var(--color-grey);border-radius:12px;display:grid;gap:16px;padding:24px}@media screen and (min-width:768px){.homeRateCard{gap:30px;grid-template-columns:var(--icon-size) 1fr;padding:26px 42px 26px 20px}}@media screen and (min-width:1200px){.homeRateCard{--icon-size:115px;gap:20px}}.homeRateCardHead{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;justify-content:center}.homeRateCardHead,.homeRateCardImg{display:-webkit-box;display:-ms-flexbox;display:flex}.homeRateCardImg{aspect-ratio:1/1;background:#d8dbdf;border-radius:50%;-webkit-box-shadow:0 1px 64px rgba(0,0,0,.11);box-shadow:0 1px 64px rgba(0,0,0,.11);padding:13px;width:var(--icon-size)}@media screen and (min-width:1200px){.homeRateCardImg{padding:16px}}.homeRateCardImg img{aspect-ratio:1/1;border-radius:50%;width:100%}.homeRateCardTtl{color:#1b2459;font-weight:600;margin-bottom:8px;text-align:center}@media screen and (min-width:768px){.homeRateCardTtl{margin-bottom:10px;text-align:left}}.faq{gap:8px;list-style:none;margin:0 auto;max-width:866px;padding:0}.faq,.faqItem{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.faqItem{--space:20px;background:var(--color-grey);border-radius:12px;-webkit-box-shadow:0 2px 0 rgba(205,209,216,.5);box-shadow:0 2px 0 rgba(205,209,216,.5)}.faqItemTitle{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;font-family:var(--title-font-family);font-size:24px;font-style:normal;font-weight:700;gap:20px;line-height:31px;padding:var(--space)}@media screen and (min-width:768px){.faqItemTitle{font-size:28px;line-height:36px}}.faqItemTitle:hover .faqItemTitleIcon{background:var(--color-primary-hover)}.faqItemTitleIcon{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--color-primary);border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;height:35px;justify-content:center;margin-left:auto;width:35px}.faqItemTitleIcon svg{fill:var(--color-background);height:16px;-webkit-transform:rotateX(180deg);transform:rotateX(180deg);-webkit-transition:all .2s;transition:all .2s;width:16px}.is-open .faqItemTitleIcon svg{-webkit-transform:rotateX(0deg);transform:rotateX(0deg)}.faqItemCont{display:none;padding:0 var(--space) calc(var(--space)*.5);position:relative;top:calc(var(--space)*-.5)}.autCard{background:var(--color-grey);border-radius:12px;display:grid;gap:18px;padding:24px}@media screen and (min-width:768px){.autCard{gap:30px;padding:30px}}@media screen and (min-width:1200px){.autCard{gap:45px;grid-template-columns:auto 1fr;padding:40px 30px}}.autCardHead{display:-webkit-box;display:-ms-flexbox;display:flex;gap:15px}.autCardHeadPhoto>img{aspect-ratio:1/1;border-radius:50%;width:110px}.autCardHeadMetaName{color:var(--color-primary);font-family:var(--title-font-family);font-size:20px;font-weight:700;line-height:26px;margin-bottom:6px}@media screen and (min-width:768px){.autCardHeadMetaName{font-size:28px;line-height:36px}}.autCardHeadMetaPos{margin-bottom:10px}.autCardHeadMetaSocial{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:10px}.autCardHeadMetaSocial a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:var(--color-primary);border-radius:8px;display:grid;height:35px;justify-content:center;-webkit-transition:color .2s;transition:color .2s;width:35px}.autCardHeadMetaSocial a:hover{background:var(--color-primary-hover)}.autCardHeadMetaSocial a svg{fill:var(--color-background)}.autCardDesc{padding:18px 0 0}@media screen and (min-width:768px){.autCardDesc{padding-right:30px}}@media screen and (max-width:1199px){.autCardDesc{border-top:1px solid #e8e8e8}}@media screen and (min-width:1200px){.autCardDesc{padding:0 30px;position:relative}.autCardDesc:before{border-left:1px solid #e8e8e8;bottom:-20px;content:"";left:0;position:absolute;top:-20px}}.footer{background-color:#1b2459;background-image:url(../img/footer-map.png);background-position:-40px 94px;background-repeat:no-repeat;color:var(--color-background);padding:64px 0 14px}@media screen and (min-width:768px){.footer{background-image:url(../img/footer-map-medium.png);background-position:-40px 0;padding:64px 0}}@media screen and (min-width:1200px){.footer{padding:84px 0 94px}}.footerCont{display:grid;gap:40px;text-align:center}@media screen and (min-width:768px){.footerCont{gap:52px;text-align:left}}@media screen and (min-width:1200px){.footerCont{gap:40px;grid-template-columns:repeat(2,1fr)}}.footerTitle{font-family:var(--title-font-family);font-size:24px;font-weight:700;line-height:31px}@media screen and (max-width:1199px){.footerTitle{text-align:center}}@media screen and (min-width:768px){.footerTitle{font-size:38px;line-height:49px}}@media screen and (min-width:1200px){.footerTitle{font-size:48px;line-height:62px}}@media screen and (max-width:767px){.footerWidget{margin:auto;max-width:272px;width:100%}}.footerWidgetTitle{border-bottom:1px solid #484f7a;font-size:18px;font-weight:500;line-height:21px;margin-bottom:24px;padding-bottom:16px}.footerWidgetGrid{display:grid;gap:48px 42px}@media screen and (min-width:768px){.footerWidgetGrid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:1200px){.footerWidgetGrid{grid-row:span 2}}.footerMenu{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:24px;list-style:none;margin:0;padding:0}.footerMenu li{line-height:21px}.footerMenu a{color:#b1eafc;text-decoration:none}.footerMenu a:hover{color:var(--color-background)}.footerTrust{display:grid;gap:14px;grid-template-columns:repeat(2,1fr)}.footerTrust img{aspect-ratio:140/46;min-width:0;-o-object-fit:contain;object-fit:contain;width:100%}.footerCopyrights{font-size:12px;line-height:21px}@media screen and (max-width:767px){.footerCopyrights{padding-top:35px}}@media screen and (max-width:1199px){.footerCopyrights{text-align:center}}@media screen and (min-width:1200px){.footerCopyrights{-ms-flex-item-align:end;align-self:end}}