@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");:root{--primary-color:#ffc41d;--primary-color-hover:#ffd84a;--secondary-color:#2f4858;--secondary-color-hover:#33576b;--highlight-color:#192833;--highlight-alt-color:#2c3f4d;--gray-color:#f6f6f6;--footer-color:#374151}body{font-family:"Roboto",var(--bs-body-font-family)}.background-gray{background:var(--gray-color)!important}.background-primary{background:var(--primary-color)}.pagination{--bs-pagination-active-bg:var(--primary-color)}.page-link,.page-link:focus,.page-link:hover{color:var(--highlight-color)}.page-link:focus{box-shadow:none}.active>.page-link,.page-link.active{border-color:var(--primary-color)}textarea{resize:none}.form-floating.counter:after{bottom:.6rem;color:var(--highlight-color);content:attr(data-maxlength);font-size:12px;font-weight:500;height:12px;position:absolute;right:.6rem}.form-loading{background:hsla(0,0%,100%,.75);border-radius:var(--bs-border-radius-lg);height:100%;left:0;top:0;width:100%;z-index:100}.loader{animation:l13 1s linear infinite;aspect-ratio:1;background:radial-gradient(farthest-side,var(--primary-color) 94%,transparent) top/8px 8px no-repeat,conic-gradient(transparent 30%,var(--primary-color));border-radius:50%;-webkit-mask:radial-gradient(farthest-side,transparent calc(100% - 8px),#000 0);width:50px}@keyframes l13{to{transform:rotate(1turn)}}.we-contact{position:relative}.shadow-box{-webkit-box-shadow:0 0 10px 0 rgba(0,0,0,.25);-moz-box-shadow:0 0 10px 0 rgba(0,0,0,.25);box-shadow:0 0 10px 0 rgba(0,0,0,.25)}.form-check-label a{color:var(--highlight-color)}.btn{font-weight:500}.btn-primary{background-color:var(--primary-color);border-color:var(--primary-color);color:var(--highlight-color)}.btn-primary:hover{background-color:var(--primary-color-hover);border-color:var(--primary-color-hover);color:var(--highlight-color)}.btn-primary.focus,.btn-primary:focus{background-color:var(--highlight-color);border-color:var(--highlight-color);box-shadow:none;color:#fff}.btn-primary.active,.btn-primary:active{background-color:var(--highlight-color)!important;border-color:var(--highlight-color)!important;box-shadow:none;color:#fff}.btn-primary.disabled,.btn-primary:disabled{background-color:#9f9f9f;border-color:#9f9f9f;box-shadow:none;color:var(--white)}.btn-primary:focus-visible{background-color:var(--highlight-color)!important;border-color:var(--highlight-color)!important;box-shadow:none!important}.btn-secondary{background-color:var(--secondary-color);border-color:var(--secondary-color);color:#fff}.btn-secondary:hover{background-color:var(--secondary-color-hover);border-color:var(--secondary-color-hover);color:#fff}.btn-secondary.focus,.btn-secondary:focus{background-color:var(--secondary-color);box-shadow:none;color:#fff}.btn-secondary.active,.btn-secondary:active{background-color:var(--secondary-color)!important;border-color:var(--secondary-color)!important;box-shadow:none;color:#fff}.btn-secondary.disabled,.btn-secondary:disabled{background-color:#9f9f9f;border-color:#9f9f9f;box-shadow:none;color:var(--white)}.btn-secondary:focus-visible{background-color:var(--secondary-color)!important;border-color:var(--secondary-color)!important;box-shadow:none!important}.main-menu{width:100%}.main-menu>ul>li{margin-right:0;position:relative}.main-menu>ul>li .menu-item{cursor:pointer}.main-menu>ul>li a{color:var(--highlight-color);display:inline-block;font-size:18px;font-weight:500;padding:1rem 1.5rem;text-decoration:none}.main-menu>ul>li a:hover{text-decoration:underline}.main-menu .sub-menu-wrapper{background:#fff;height:0;opacity:0;position:relative;visibility:hidden}.main-menu .sub-menu-wrapper.open{height:auto;min-width:250px;opacity:1;visibility:visible}.main-menu .sub-menu-wrapper .sub-menu-content ul li{border-bottom:1px solid #bedae3;margin-right:0}.main-menu .sub-menu-wrapper .sub-menu-content ul li:last-of-type{border-bottom:0}.main-menu .sub-menu-wrapper .sub-menu-content ul li a{display:block;padding:1rem;white-space:nowrap}.action-menu ul li.button-sign a{background:var(--primary-color);border:1px solid var(--primary-color);border-radius:var(--bs-border-radius);color:var(--highlight-color);display:block;font-weight:500;padding:1rem .75rem;text-decoration:none;transition:all .25s ease-in}.action-menu ul li.button-sign a:hover{background:var(--highlight-color);border-color:var(--highlight-color);color:#f2f2f2}.action-menu ul li a{color:var(--highlight-color);font-weight:500;text-decoration:none}.action-menu ul li a svg{height:30px;width:30px}.custom-tooltip{--bs-tooltip-bg:var(--primary-color);--bs-tooltip-color:var(--highlight-color)}@media (min-width:992px){.main-menu{width:auto}.main-menu ul li{margin-right:.5rem}.main-menu ul li:last-of-type{margin-right:0}.main-menu ul li:last-of-type:after{content:none}.main-menu ul li a{padding:.5rem .75rem}.main-menu .sub-menu-wrapper{filter:drop-shadow(0 -1px 6px rgba(0,0,0,.15));-webkit-filter:drop-shadow(0 -1px 6px rgba(0,0,0,.15));-moz-filter:drop-shadow(0 -1px 6px rgba(0,0,0,.15));position:absolute;top:60px;z-index:1010}.main-menu .sub-menu-wrapper .sub-menu-content ul:before{border-bottom:15px solid #fff;border-left:15px solid transparent;border-right:15px solid transparent;content:"";height:0;margin-left:20px;margin-top:-14px;position:absolute;width:0;z-index:0}}.faq-content{max-width:950px}.faq-content .faq-content-title{color:var(--highlight-color);font-size:1.75rem;font-weight:500}.faq-content__item .faq-item_title{cursor:pointer}.faq-content__item .faq-item_title .faq-icon{background:#bedae3}.faq-content__item .faq-item_title .faq-icon svg{height:30px;transition:all .5s;width:30px}.faq-content__item .faq-item_content{color:var(--highlight-color);display:none;padding-top:1rem}.faq-content__item.active .faq-item_title .faq-icon svg{transform:rotate(180deg)}.faq-content__item .faq-title{color:var(--highlight-color);font-size:1.375rem;padding-right:1rem}.statistics-wrapper{background:url(../images/statistics.png) #fff5c6 no-repeat 50%;height:auto}.statistics-wrapper .statistics-item span{color:var(--highlight-color)}.statistics-wrapper .statistics-item span:first-child{font-size:3.5rem;font-weight:700;margin-right:.5rem}.statistics-wrapper .statistics-item span:nth-child(2){font-size:1.125rem}.statistics-blue-wrapper{background:url(../images/statistics-blue.png) #f1f8fa no-repeat 50%;height:auto}.statistics-blue-wrapper .statistics-item span{color:var(--highlight-color)}.statistics-blue-wrapper .statistics-item span:first-child{font-size:3.5rem;font-weight:700;margin-right:.5rem}.statistics-blue-wrapper .statistics-item span:nth-child(2){font-size:1.125rem}@media (min-width:1200px){.statistics-blue-wrapper{height:190px}.statistics-blue-wrapper .statistics-item:first-child{margin-left:250px}.statistics-blue-wrapper .statistics-item:nth-child(n+2){margin-left:45px}.statistics-wrapper{height:190px}.statistics-wrapper .statistics-item:first-child{margin-left:250px}.statistics-wrapper .statistics-item:nth-child(n+2){margin-left:45px}}.back-to-top{background:var(--primary-color);border:1px solid var(--primary-color);border-radius:.75rem;bottom:30px;cursor:pointer;height:45px;opacity:1;padding:.5rem;position:fixed;right:25px;text-align:center;-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease-in-out 0s;-moz-transition:all .25s ease-in-out 0s;transition:all .25s ease-in-out 0s;width:45px;z-index:400}.back-to-top.hidden-top{bottom:-100px;opacity:0;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}.back-to-top svg path{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);-webkit-transition:all .25s ease-in-out 0s;-moz-transition:all .25s ease-in-out 0s;transition:all .25s ease-in-out 0s}.back-to-top:hover{background:#fff;border-color:var(--primary-color)}.back-to-top:hover svg path{fill:var(--primary-color)}.whatsapp{bottom:100px;height:45px;position:fixed;right:25px;width:45px;z-index:100}.aspect-ratio-container{height:0;padding-top:75%;position:relative}.aspect-ratio-container.ratio-16-9{padding-top:56.25%}.aspect-ratio-item{height:100%!important;left:0;position:absolute;top:0;width:100%!important}img.aspect-ratio-item{object-fit:cover}.filters-content{background-color:#f6f6f6;border-radius:calc(infinity * 1px);column-gap:.5rem;display:flex;justify-content:space-between;margin-bottom:2.75rem;overflow-x:auto;padding-left:0;padding-right:0;width:100%}.filters__button{background:none;border:none;border-radius:calc(infinity * 1px);color:#6d6d6d;display:block;font-size:18px;font-weight:500;outline:none;padding:1rem;text-align:center;text-decoration:none;transition:.3s;transition:all .3s;width:100%}.filters__button:hover{background-color:#d1d1d1}.filters__button.active{background-color:var(--primary-color);color:#262626;transition:all .3s}.campaing-title{font-size:1.75rem;font-weight:500}.campaing-card{display:flex;flex-direction:column;height:100%;position:relative}.campaing-card__badge{border-top-right-radius:.25rem;color:#fff;display:flex;font-size:13px;font-weight:500;letter-spacing:.015rem;padding:.25rem .5rem;position:absolute;right:0;text-shadow:1px 1px 1px hsla(0,0%,60%,.55);top:0;z-index:100}.campaing-card__badge.badge-success{background:#27ae60}.campaing-card__badge.badge-warning{background:#f1c40f}.campaing-card__badge.badge-danger{background:#e74c3c}.campaing-card__badge.badge-info{background:#3498db}.campaing-card__image{border-radius:.5rem;margin-bottom:2rem;overflow:hidden}.campaing-card__info{background:#f2feff;border-radius:.5rem;margin-bottom:.75rem;padding:.5rem .75rem}.campaing-card__info .info-tag{font-weight:600}.campaing-card__info .info-date{font-size:.85rem}.campaing-card__title{font-size:1.375rem;font-weight:500;height:auto;line-height:150%;max-height:4.25rem;-webkit-line-clamp:2;margin-bottom:1rem}.campaing-card__desc,.campaing-card__title{display:block;display:box;display:-webkit-box;overflow:hidden;word-break:break-word;-webkit-box-orient:vertical;color:var(--highlight-color);text-overflow:ellipsis;white-space:normal}.campaing-card__desc{line-height:180%;margin-bottom:1.5rem;max-height:5.6rem;-webkit-line-clamp:3;margin-top:auto}.campaing-card__btn a{background:none;border:1px solid var(--secondary-color);border-radius:.5rem;color:var(--secondary-color);display:inline-block;font-weight:500;padding:.75rem 1.75rem;text-decoration:none;transition:all .2s}.campaing-card__btn a *{transition:all .2s}.campaing-card__btn a svg path{fill:var(--secondary-color)}.campaing-card__btn a:hover{background:#fff;border-color:var(--primary-color);color:var(--primary-color)}.campaing-card__btn a:hover svg path{fill:var(--primary-color)}.all-campaing,.post-details h2{color:var(--highlight-color);font-weight:500}.post-details h2{font-size:2.25rem}.post-details p{font-size:1.25rem}.post-details a:not(.btn-secondary),.post-details p{color:var(--highlight-color)}.post-share{background:#edeff8}.post-share span{font-size:1.25rem;font-weight:500}.post-share ul li{margin-right:1rem}.post-share ul li:last-of-type{margin-right:0}.post-share ul li a{color:var(--highlight-color);font-size:1.5rem}.last-posts .last-posts-title{border-bottom:1px solid var(--primary-color)}.last-posts .last-posts-title span{background:var(--primary-color);color:var(--highlight-color)}.detail-border-right{border-right:0}@media (min-width:992px){.detail-border-right{border-right:2px solid #f0f0f0}}.content .content-title{color:var(--highlight-color);font-size:2rem;font-weight:600;line-height:120%}.content .content-parag{color:var(--highlight-color);font-size:1.5rem;font-weight:500;line-height:100%}.page-header{background:url(../images/page-header.png) var(--primary-color) no-repeat center;background-size:cover;height:auto}.page-header .page-title,.page-header h1{color:var(--highlight-color);font-size:2.25rem;font-weight:500}@media (min-width:992px){.page-header{height:313px}}.page-content{color:var(--highlight-color)}.page-content p{font-size:20px;line-height:1.5}.solution-partnership{color:var(--highlight-color)}.solution-partnership__title{font-size:2.25rem;font-weight:700;line-height:120%}.solution-partnership p{font-size:1.125rem}.solution-form-wrapper .solution-form .solution-form-title{font-size:1.125rem;font-weight:500}.representation-content{color:var(--highlight-color)}.representation-content h2{font-size:2.25rem;font-weight:700}.representation-content p{font-size:1.125rem}.money-transfer-countries{color:var(--highlight-color)}.money-transfer-countries h2,.other-services-title{font-size:1.75rem;font-weight:500}.other-services-title{color:var(--highlight-color)}.other-services-content .other-services-number{color:var(--highlight-color);font-size:2.25rem;font-weight:600}.other-services-content .other-services__title{color:var(--highlight-color);font-size:1.125rem;font-weight:600}.other-services-content .other-services__desc{color:var(--highlight-alt-color);font-size:.75rem}.link-list{max-width:600px}.link-list ul li{margin-bottom:1rem}.link-list ul li a{background:#f1f8fa;color:var(--highlight-color);font-weight:500;text-decoration:none;transition:all .25s}.link-list ul li a:hover{background:#dff3ff}.swiper-other-wrapper{max-width:1440px}.other-services-swiper{max-width:1320px}.swiper-button-next,.swiper-button-prev{color:var(--highlight-color)}.all-btn{color:var(--highlight-alt-color);font-size:1.125rem;text-decoration:none}.all-btn,.all-btn svg path{transition:all .25s}.all-btn:hover{color:var(--primary-color)}.all-btn:hover svg path{fill:var(--primary-color)}.calculate-fee-wrapper{max-width:1320px;padding:0 1rem;position:relative;z-index:100}.calculate-fee-wrapper .calculate-text{color:#fff;max-width:600px}.calculate-fee-wrapper .calculate-text h1{font-size:2.875rem}.calculate-fee-wrapper .calculate-form-wrapper{max-width:600px;width:100%}.money-transfer-wrapper.mxw{max-width:850px}.money-transfer-wrapper h2,.money-transfer-wrapper h3{color:var(--highlight-color);font-size:1.75rem}.money-transfer-wrapper p{color:var(--highlight-alt-color)}.money-transfer-wrapper .money-transfer-box{background:#f1f8fa;color:var(--highlight-color);height:100%}.money-transfer-wrapper .money-transfer-box__title{font-size:1.5rem;font-weight:500}.three-step{overflow:hidden;position:relative}.three-step .three-step-list .three-step-box{background:#f6f6f6;height:100px;width:100px}.three-step .three-step-list span{font-weight:500}@media (min-width:992px){.three-step .three-step-list:nth-child(2){position:relative}.three-step .three-step-list:nth-child(2):before{border-bottom:1px dashed #d1d1d1;content:"";position:absolute;right:65%;top:35%;transform:translateX(-50%);width:150px}.three-step .three-step-list:nth-child(2):after{border-bottom:1px dashed #d1d1d1;content:"";left:65%;position:absolute;top:35%;transform:translateX(45%);width:150px}}.create-tab-menu{background:#d1d5db;border-radius:var(--bs-border-radius-xl);height:48px;overflow:hidden}.create-tab-menu button{background:none;border:0;color:var(--highlight-color);font-weight:500;height:100%;width:100%}.create-tab-menu button.active{background:var(--primary-color)}.section-text .section-title{color:var(--highlight-color);font-size:2.875rem;font-weight:700;line-height:120%}.section-text p,.section-text ul{color:var(--highlight-color);font-size:1.125rem}.about-image{margin-bottom:-75px;margin-top:-50px;z-index:1000}.representative-application-form{background:url(../images/para-transfer-noktasi.jpg) #fcc43c no-repeat 100%;height:auto}.application-form{color:var(--highlight-color);max-width:1000px}.application-form span{font-size:2.25rem;font-weight:700}.fast-send-money-desc{color:var(--highlight-color)}.fast-send-money-desc .fast-send-money-title{font-size:2.875rem;font-weight:500;line-height:120%}.fast-send-money-desc p{font-size:1.75rem}.fast-send-wrapper{background:url(../images/fast-send.png) no-repeat 100%;min-height:500px}.fast-send-wrapper .fast-send-box{max-width:410px}.fast-send-wrapper .fast-send-box .fast-send-line{border-left:1px dashed var(--highlight-color);min-height:100px}.fast-send-wrapper .fast-send-box .fast-send-line .fast-send-dot{background:#407f9a;border-radius:50%;height:16px;left:-8px;position:absolute;width:16px}.fast-send-wrapper .fast-send-box .fast-send-line .fast-send-dot:first-of-type{top:65px}.fast-send-wrapper .fast-send-box .fast-send-line .fast-send-dot:last-of-type{top:160px}.fast-send-wrapper .fast-send-box .fast-send-content ul li{display:flex;flex-direction:column;margin-bottom:1.5rem}.fast-send-wrapper .fast-send-box .fast-send-content ul li:last-of-type{margin-bottom:0}.fast-send-wrapper .fast-send-box .fast-send-content ul li span:first-of-type{color:var(--highlight-color);font-size:1.375rem;font-weight:500}.fast-send-wrapper .fast-send-box .fast-send-content ul li span:last-of-type{color:#407f9a;font-size:1.125rem}.fast-send-wrapper .fast-send-box .fast-send-time{background:#f1f8fa;color:var(--highlight-color)}.fast-send-wrapper .fast-send-box .fast-send-time span:first-of-type{font-size:1.125rem}.fast-send-wrapper .fast-send-box .fast-send-time span:last-of-type{font-size:1.375rem;font-weight:500}@media (min-width:992px){.representative-application-form{background-position:50%;height:253px}}.service-fee-wrapper{max-width:600px}.service-fee-wrapper .service-fee{border:1px solid var(--highlight-color);display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(9,1fr);grid-column-gap:0;grid-row-gap:0}.service-fee-wrapper .service-fee>div{font-size:1.25rem;font-weight:500;height:50px;line-height:50px}.service-fee-wrapper .service-fee .service-fee-title{background:var(--primary-color);border-bottom:1px solid var(--highlight-color);border-right:1px solid var(--highlight-color)}.service-fee-wrapper .service-fee .service-fee-title:last-of-type{border-right:0}.service-fee-wrapper .service-fee .service-fee-text{border-right:1px solid var(--highlight-color)}.service-fee-wrapper span{font-size:18px;font-weight:500}.contact .contact-item{color:var(--highlight-color)}.contact .contact-item h3{font-size:1.5rem;font-weight:500}.contact .contact-item ul li{display:flex;font-size:1.125rem;margin-bottom:.25rem}.contact .contact-item ul li span:first-of-type{min-width:80px}.contact .contact-item ul li a{color:var(--highlight-color);text-decoration:none;transition:all .25s}.contact .contact-item ul li a:hover{color:var(--primary-color-hover)}.maps-point__title{color:var(--highlight-color);font-size:1.125rem;font-weight:500}.maps-point__address{color:var(--highlight-color);font-size:.875rem}.maps-point__btn svg path{fill:var(--highlight-color)}.wrapper{border-bottom:1px solid #bedae3;padding-block:1.5rem}.topnav{align-items:center;display:flex;margin-inline:auto;width:min(100% - 3rem,1400px)}.topnav button{background:none;border:none;padding:0}.topnav button svg{height:40px;width:40px}@media (width >= 62.5em){.topnav button{display:none}}.topnav__open[aria-expanded=true]+.topnav__menu{translate:0}@media (prefers-reduced-motion){.topnav__open[aria-expanded=true]+.topnav__menu{opacity:1}}.topnav__close{display:block;margin-block-end:4rem;margin-inline-start:auto}.topnav__close img{width:2.5rem}@media (width < 62.5em){.topnav__menu{background-color:var(--gray-color);inset:0;padding:1.5rem;position:fixed;transition:translate .5s ease-in-out;translate:100vw 0;z-index:1050}}@media (width < 62.5em) and (prefers-reduced-motion){.topnav__menu{opacity:0;transition:opacity .5s ease-in-out;translate:0}}.topnav__links{align-items:center;display:flex;gap:1rem;margin:0;padding:0}@media (width < 62.5em){.topnav__links{flex-direction:column}}.topnav__item{list-style-type:none}.countries-wrapper .countries-mx-width{max-width:800px}.countries-wrapper .countries-alt-mx-width{max-width:1100px}.countries-wrapper .countries-title{color:var(--highlight-color)}.countries-wrapper .countries-title span{font-size:1.75rem;font-weight:500}.countries-wrapper .countries-title p{color:var(--highlight-alt-color);font-size:1.125rem}.countries-wrapper .countries-list ul{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;grid-column-gap:48px;grid-row-gap:48px}.countries-wrapper .countries-list ul li{align-items:center;display:flex}.countries-wrapper .countries-list ul li span{color:var(--highlight-color);font-size:1.125rem;font-weight:500;margin-left:1rem}@media (min-width:992px){.countries-list ul{grid-template-columns:repeat(4,1fr)!important}}.business-partners-title{color:var(--highlight-color);font-size:1.75rem;font-weight:500}.image-item{padding:3rem 0;position:relative}.image-item:after{background:#192833;background:linear-gradient(90deg,rgba(25,40,51,.6) 2%,rgba(25,40,51,0));content:"";height:100%;left:0;position:absolute;top:0;width:100%}.banner-1{background:url(../images/slider/1-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-2{background:url(../images/slider/2-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-3{background:url(../images/slider/3-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-4{background:url(../images/slider/4-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-5{background:url(../images/slider/5-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-6{background:url(../images/slider/6-mobile.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}@media (min-width:992px){.banner-1{background:url(../images/slider/1-fh.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-2{background:url(../images/slider/2-fh.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-3{background:url(../images/slider/3-fh.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-4{background:url(../images/slider/4-fh.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-5{background:url(../images/slider/5-fh.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-6{background:url(../images/slider/6-fh.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}}@media (min-width:2000px){.banner-1{background:url(../images/slider/1-2k.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-2{background:url(../images/slider/2-2k.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-3{background:url(../images/slider/3-2k.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-4{background:url(../images/slider/4-2k.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-5{background:url(../images/slider/5-2k.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}.banner-6{background:url(../images/slider/6-2k.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}}footer{background:var(--gray-color)}footer .footer-bottom ul li{margin-right:1rem}footer .footer-bottom ul li:last-of-type{margin-right:0}footer .footer-bottom ul li a{color:var(--highlight-alt-color);text-decoration:none}footer .footer-bottom ul li a:hover{text-decoration:underline}.footer-social-media ul li{margin-right:1rem}.footer-social-media ul li:last-child{margin-right:0}.footer-social-media ul li a{color:var(--highlight-alt-color);text-decoration:none}.footer-social-media ul li a svg{height:28px;width:28px}.footer-copy{color:var(--highlight-alt-color);font-size:13px}.footer-widget{width:200px}.footer-widget .footer-widget-title{border-bottom:2px solid var(--primary-color);color:var(--highlight-alt-color);display:block;font-size:1.375rem;font-weight:500;margin-bottom:1.5rem;padding-bottom:1rem;padding-right:3rem;width:100%}.footer-widget a{color:var(--highlight-alt-color);text-decoration:none}.footer-widget a:hover{text-decoration:underline}.footer-widget ul li{font-size:1.125rem;margin-bottom:.5rem}.footer-widget ul li a{color:var(--highlight-alt-color);text-decoration:none}.footer-widget ul li a:hover{text-decoration:underline}.footer-widget p{font-size:1.125rem}@media (min-width:768px){footer .footer-wrapper .footer-logo{border-top:1px solid rgba(44,63,77,.25);margin-bottom:2rem;padding-top:2rem}footer .footer-wrapper .footer-logo .footer-logo-left ul li:last-of-type:before{color:var(--highlight-alt-color);content:"/";font-size:2rem;padding:0 1.5rem}}/*# sourceMappingURL=style.min.css.map */
