@charset "UTF-8";/* * baguetteBox.js * @author  feimosi * @version 1.11.1 * @url https://github.com/feimosi/baguetteBox.js */#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,0.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}
#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}
#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,0.6);-moz-box-shadow:0 0 8px rgba(0,0,0,0.6);box-shadow:0 0 8px rgba(0,0,0,0.6)}
#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,0.6);font-family:sans-serif}
#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}
#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}
#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}
#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}
@-webkit-keyframes bounceFromRight{0%{margin-left:0}50%{margin-left:-30px}
100%{margin-left:0}}@keyframes bounceFromRight{0%{margin-left:0}
50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes bounceFromLeft{0%{margin-left:0}
50%{margin-left:30px}100%{margin-left:0}}@keyframes bounceFromLeft{0%{margin-left:0}
50%{margin-left:30px}100%{margin-left:0}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}
.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,0.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}
.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,0.9)}
.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}
.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}
.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}
.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}
.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}
50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}
50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}
to{transform:rotate(1turn)}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}
.swiper,.swiper-wrapper{position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0}
.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%}
.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}
.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}
.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}
.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}
.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}
.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}
.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}
.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}
.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}
:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10}
.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}
.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}
.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}
.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}
.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}
.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}
.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}
.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}
.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}
.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}
.swiper-pagination-lock{display:none}.swiper-scrollbar,.swiper-scrollbar-drag{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative}
.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);touch-action:none}
.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);height:100%;left:0;top:0;width:100%}
.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%}
.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}
.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}
.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}
.swiper.swiper-cards,.swiper.swiper-cube,.swiper.swiper-flip{overflow:visible}.ff-poppins{font-family:Poppins !important}
.z-0{z-index:0}.z-4{z-index:4}.z-8{z-index:8}.z-12{z-index:12}.z-16{z-index:16}.z-20{z-index:20}
.z-24{z-index:24}.z-28{z-index:28}.z-32{z-index:32}.z-36{z-index:36}.z-40{z-index:40}
.z-0{z-index:0}.z-5{z-index:5}.z-10{z-index:10}.z-15{z-index:15}.z-20{z-index:20}
.z-25{z-index:25}.z-30{z-index:30}.z-35{z-index:35}.z-40{z-index:40}.z-45{z-index:45}
.z-50{z-index:50}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}
.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.z-70{z-index:70}.z-80{z-index:80}
.z-90{z-index:90}.z-100{z-index:100}.br-4{border-radius:4px !important}.br-8{border-radius:8px !important}
.br-12{border-radius:12px !important}.br-16{border-radius:16px !important}.br-20{border-radius:20px !important}
.br-24{border-radius:24px !important}.br-28{border-radius:28px !important}.br-32{border-radius:32px !important}
.br-36{border-radius:36px !important}.br-40{border-radius:40px !important}.br-0{border-radius:0 !important}
.br-5{border-radius:5px !important}.br-10{border-radius:10px !important}.br-15{border-radius:15px !important}
.br-25{border-radius:25px !important}.br-30{border-radius:30px !important}.br-35{border-radius:35px !important}
.br-45{border-radius:45px !important}.br-50{border-radius:50px !important}.mw-100{max-width:100px !important}
.mw-150{max-width:150px !important}.mw-200{max-width:200px !important}.mw-250{max-width:250px !important}
.mw-300{max-width:300px !important}.mw-350{max-width:350px !important}.mw-400{max-width:400px !important}
.mw-450{max-width:450px !important}.mw-500{max-width:500px !important}.mw-550{max-width:550px !important}
.mw-600{max-width:600px !important}.mw-650{max-width:650px !important}.mw-700{max-width:700px !important}
.mw-750{max-width:750px !important}.mw-800{max-width:800px !important}.mw-850{max-width:850px !important}
.mw-900{max-width:900px !important}.mw-950{max-width:950px !important}.mw-1000{max-width:1000px !important}
.mw-1050{max-width:1050px !important}.mw-1100{max-width:1100px !important}.mw-1150{max-width:1150px !important}
.mw-1200{max-width:1200px !important}.mw-1250{max-width:1250px !important}.mw-1300{max-width:1300px !important}
.mw-1350{max-width:1350px !important}.mw-1400{max-width:1400px !important}.mw-1450{max-width:1450px !important}
.mw-1500{max-width:1500px !important}.fw-100{font-weight:100 !important}.fw-200{font-weight:200 !important}
.fw-300{font-weight:300 !important}.fw-400{font-weight:400 !important}.fw-500{font-weight:500 !important}
.fw-600{font-weight:600 !important}.fw-700{font-weight:700 !important}.fw-800{font-weight:800 !important}
.fw-900{font-weight:900 !important}@keyframes slide-animation{0%{left:5px;background:rgba(0,0,0,0.1294117647);transform:rotateZ(-10deg)}
50%{left:calc(100% - 29px);background:rgba(0,0,0,0);transform:rotateZ(20deg)}
100%{left:5px;background:rgba(0,0,0,0.0862745098);transform:rotateZ(-10deg)}}@keyframes slide-animation-dark{0%{left:5px;background:rgba(0,0,0,0.1294117647);transform:rotateZ(-10deg)}
50%{left:calc(100% - 29px);background:rgba(0,0,0,0);transform:rotateZ(20deg)}
100%{left:5px;background:rgba(0,0,0,0.0862745098);transform:rotateZ(-10deg)}}@keyframes circle-move-top{0%,100%{left:15px;top:15px}
60%{left:-10px;top:28px}}@keyframes circle-move-bottom{0%,100%{right:15px;bottom:15px}
50%{right:-10px;bottom:30px}}@font-face{font-family:"Poppins";src:url("../fonts/Poppins400.woff2");font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../fonts/Poppins500.woff2");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../fonts/Poppins600.woff2");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"Poppins";src:url("../fonts/Poppins700.woff2");font-weight:700;font-style:normal;font-display:swap}
body{background:#fff;font-family:Poppins,sans-serif;color:#36261f;font-size:16px;font-weight:400;line-height:1.5}
@media(min-width:992px){body{font-size:16px}}body:has(.fixed-header) section:nth-child(1){padding:140px 0 40px}
body:has(.fixed-header) section .hero-carousel-section{padding:140px 0 40px}@media(min-width:992px){body:has(.fixed-header) section:nth-child(1){padding:160px 0 60px}
body:has(.fixed-header) section .hero-carousel-section{padding:160px 0 60px}}section{scroll-margin-top:60px;padding:40px 0}
@media(min-width:992px){section{scroll-margin-top:70px;padding:60px 0}}h1{font-size:34px;font-weight:600}
.article-styles>* h1{font-size:20px}@media(min-width:992px){h1{font-size:60px}.article-styles>* h1{font-size:28px}
}h2{font-size:24px;font-weight:600}.article-styles>* h2{font-size:18px}@media(min-width:992px){h2{font-size:46px}
.article-styles>* h2{font-size:22px}}h3{font-weight:600;font-size:18px}.article-styles>* h3{font-size:16px}
@media(min-width:992px){h3{font-size:22px}.article-styles>* h3{font-size:20px}}a{color:#36261f;text-decoration:none;transition:color .15s ease-in-out}
a:hover{color:rgb(197.2567164179,150.3402985075,70.9432835821);text-decoration:none}
a.light{color:#fff}a.light:hover{color:rgb(213.0895522388,179.0373134328,121.4104477612)}
.tinymce-box{font-size:16px;line-height:1.5}.tinymce-box h2,.tinymce-box h3,.tinymce-box h4,.tinymce-box h5{color:#cfa866}
.tinymce-box p{margin-bottom:4px;margin-top:4px;content:" ";display:inline-block;width:100%}
.tinymce-box a{color:#36261f;text-decoration:none;transition:color .15s ease-in-out;word-break:break-all}
.tinymce-box a:hover{color:rgb(197.2567164179,150.3402985075,70.9432835821);text-decoration:none}
.tinymce-box table{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.tinymce-box td{max-width:100px;padding:4px 2px}.tinymce-box.no-paragraph p{margin:0 !important}
@media(min-width:992px){.tinymce-box{font-size:16px;line-height:1.5}.tinymce-box p{margin-bottom:6px;margin-top:6px}
}@media(min-width:1600px){.tinymce-box img.tiny-img{max-height:calc(100vh - 350px)}
}img.tiny-img{max-width:100%;height:100%;object-fit:contain;margin-bottom:6px}.w-fit{width:fit-content}
.w-fill{width:-webkit-fill-available}.fs-12{font-size:12px !important}.fs-13{font-size:13px !important}
.fs-14{font-size:14px !important}.fs-15{font-size:15px !important}.fs-16{font-size:16px !important}
.fs-17{font-size:17px !important}.fs-18{font-size:18px !important}.fs-20{font-size:20px !important}
.fs-22{font-size:22px !important}.fs-24{font-size:24px !important}.fs-26{font-size:26px !important}
.fs-28{font-size:28px !important}.fs-30{font-size:30px !important}.fs-34{font-size:34px !important}
.fs-40{font-size:40px !important}.fw-300{font-weight:300}.fw-500{font-weight:500}
.fw-600{font-weight:600}.fw-800{font-weight:800}.fw-900{font-weight:900}.border-rad-0{border-radius:0 !important}
.text-underline{text-decoration:underline}.ws-nowrap{white-space:nowrap}.ws-pre-line{white-space:pre-line}
.mw-400{max-width:400px}.mw-500{max-width:500px}.mw-600{max-width:600px}.mw-700{max-width:700px}
.mw-800{max-width:800px}.mw-900{max-width:900px}.mw-1000{max-width:1000px}.mw-1100{max-width:1100px}
.lh-1{line-height:1}.lh-12{line-height:1.2}.lh-15{line-height:1.5}.lh-18{line-height:1.8}
.br-0{border-radius:0 !important}.br-4{border-radius:4px !important}.br-8{border-radius:8px !important}
.br-12{border-radius:12px !important}.br-5{border-radius:5px !important}.br-10{border-radius:10px !important}
.br-15{border-radius:15px !important}.br-20{border-radius:20px !important}.br-50{border-radius:50px !important}
.bs-design{box-shadow:2px 4px 12px -2px rgba(0,0,0,0.25)}.badge-main{background:#cfa866;color:#fff}
.badge-main:focus{box-shadow:0 0 0 .2rem rgba(200.9104477612,156.9626865672,82.5895522388,0.25)}
.badge-main:hover{background:rgb(219.1791044776,190.0746268657,140.8208955224);color:#fff}
.badge-second{background:#cfa866;color:#fff}.badge-second:focus{box-shadow:0 0 0 .2rem rgba(200.9104477612,156.9626865672,82.5895522388,0.25)}
.badge-second:hover{background:rgb(200.9104477612,156.9626865672,82.5895522388);color:#fff}
.c-pointer{cursor:pointer}.z-2{z-index:2}.ts{text-shadow:1px 1px 3px rgba(0,0,0,0.2509803922)}
.helper{position:absolute;top:0;right:15px;width:14%;z-index:3;transition:opacity .35s}
@media(min-width:992px){.helper:not(.wider){display:none}}@media(min-width:1200px){.helper.wider{display:none}
}.helper i{position:absolute;top:30px;left:calc(100% - 24px);z-index:3;font-size:24px;color:rgb(176.9776119403,131.8656716418,55.5223880597);background:rgba(0,0,0,0.0980392157);animation-name:slide-animation;animation-iteration-count:infinite;animation-duration:1s;padding:6px;border-radius:50%;width:36px;text-align:center}
.helper.dark i{color:#2e2e2e;animation-name:slide-animation-dark}.helper.hide{opacity:0}
.scroll-row{flex-wrap:nowrap;overflow-x:auto}@media(min-width:992px){.scroll-row{flex-wrap:wrap;overflow-x:unset}
}.scroll-row.small-width{margin-right:-15px;padding-right:10px}@media(min-width:576px){.scroll-row.small-width{flex-wrap:wrap;overflow-x:unset;margin-right:-5px;padding-right:0}
}.scroll-row.large-width{margin-right:-15px;padding-right:10px}@media(min-width:576px){.scroll-row.large-width{flex-wrap:nowrap;overflow-x:auto;margin-right:-5px;padding-right:0}
}@media(min-width:1200px){.scroll-row.large-width{flex-wrap:wrap;overflow-x:unset}
}.smt-120{scroll-margin-top:120px}.bg-lin-white-gray{background:linear-gradient(180deg,#fff 50%,#e2e2e2 50%)}
.fc-main{color:#cfa866 !important}.bg-main{background-color:#cfa866 !important}.border-main{border:1px solid #cfa866 !important}
.fc-main-dark{color:rgb(197.2567164179,150.3402985075,70.9432835821) !important}.bg-main-dark{background-color:rgb(197.2567164179,150.3402985075,70.9432835821) !important}
.border-main-dark{border:1px solid rgb(197.2567164179,150.3402985075,70.9432835821) !important}
.fc-main-darkest{color:rgb(145.9208955224,108.7253731343,45.7791044776) !important}
.bg-main-darkest{background-color:rgb(145.9208955224,108.7253731343,45.7791044776) !important}
.border-main-darkest{border:1px solid rgb(145.9208955224,108.7253731343,45.7791044776) !important}
.fc-second{color:#cfa866 !important}.bg-second{background-color:#cfa866 !important}
.border-second{border:1px solid #cfa866 !important}.fc-third{color:#faf0e3 !important}
.bg-third{background-color:#faf0e3 !important}.border-third{border:1px solid #faf0e3 !important}
.fc-gray{color:#e2e2e2 !important}.bg-gray{background-color:#e2e2e2 !important}.border-gray{border:1px solid #e2e2e2 !important}
.fc-light-gray{color:rgb(236.2,236.2,236.2) !important}.bg-light-gray{background-color:rgb(236.2,236.2,236.2) !important}
.border-light-gray{border:1px solid rgb(236.2,236.2,236.2) !important}.fc-broken-white{color:rgb(251.04,251.04,251.04) !important}
.bg-broken-white{background-color:rgb(251.04,251.04,251.04) !important}.border-broken-white{border:1px solid rgb(251.04,251.04,251.04) !important}
.fc-black{color:#36261f !important}.bg-black{background-color:#36261f !important}
.border-black{border:1px solid #36261f !important}@media(min-width:1200px){.container{max-width:1320px}
}.bg-noise{background:linear-gradient(180deg,rgba(250,240,227,0.9),rgba(54,38,31,0.8)),url("/images/noise-bg.svg")}
.card-bottom-border{border-width:0 0 6px 0 !important}.faq-container .decor-line{display:inline-block;height:2px;width:100%;background-color:#E2E2E2a1}
@media(min-width:992px){.faq-container .decor-line{height:100%;width:2px}}.faq-container .faq-accordion .card{border-radius:6px;background:transparent;border:0;overflow:hidden}
.faq-container .faq-accordion .card .card-header{padding:0;border-bottom:0;background:0}
.faq-container .faq-accordion .card .card-body{padding:10px 15px 5px;background:transparent}
.faq-container .btn-faq{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:0;background-color:#cfa866;text-align:left;color:#36261f;font-size:16px;transition:background-color .15s ease-in-out,color .15s ease-in-out,box-shadow .15s ease-in-out}
.faq-container .btn-faq i{font-size:18px;transition:transform .3s linear}.faq-container .btn-faq:not(.collapsed){background-color:rgb(225.2686567164,201.1119402985,160.2313432836);color:#36261f;font-weight:600}
.faq-container .btn-faq:not(.collapsed) i{transform:rotateZ(-180deg)}.faq-container .btn-faq:not(.collapsed):hover{background-color:rgb(219.1791044776,190.0746268657,140.8208955224);color:rgb(86.4,60.8,49.6)}
.faq-container .btn-faq:hover{background-color:rgb(200.9104477612,156.9626865672,82.5895522388);color:rgb(86.4,60.8,49.6)}
.faq-container .btn-faq:focus{outline:0}.default-arrows{display:inline-flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;padding:5px;border-radius:50%;border:0;background:#cfa866;color:#fff;transition:background-color .15s ease-in-out,color .15s ease-in-out,border .15s ease-in-out}
.default-arrows:hover{background:rgb(199.6925373134,154.7552238806,78.7074626866);color:#fff}
.default-arrows.white-arrow{background:#fff;color:#cfa866}.default-arrows.white-arrow:hover{background:#fff;color:rgb(199.6925373134,154.7552238806,78.7074626866)}
.default-arrows-outline{border:2px solid #cfa866;background:#fff;color:#cfa866}.default-arrows-outline:hover{border-color:rgb(199.6925373134,154.7552238806,78.7074626866);color:rgb(199.6925373134,154.7552238806,78.7074626866)}
.default-arrows i{font-size:20px;width:20px;height:20px}.default-arrows.carousel-arrows{position:absolute;display:flex;align-items:center;top:calc(50% - 10px);z-index:2;opacity:.6;transition:opacity .15s ease}
.default-arrows.carousel-arrows.left{left:0}.default-arrows.carousel-arrows.left.outer{left:-10px}
.default-arrows.carousel-arrows.right{right:0}.default-arrows.carousel-arrows.right.outer{right:-10px}
.default-arrows.carousel-arrows:hover{opacity:1}@media(min-width:992px){.default-arrows i{font-size:24px;width:24px;height:24px}
.default-arrows.carousel-arrows{top:calc(50% - 12px)}.default-arrows.carousel-arrows.left{left:-16px}
.default-arrows.carousel-arrows.right{right:-16px}}@media(min-width:1250px){.default-arrows i{font-size:28px;width:28px;height:28px}
.default-arrows.carousel-arrows{top:calc(50% - 14px)}.default-arrows.carousel-arrows.left{left:-32px}
.default-arrows.carousel-arrows.right{right:-32px}}.default-arrows:has(.fa-chevron-right,.fa-chevron-left){border:unset;background:rgba(0,0,0,0);color:#fff}
.default-arrows:has(.fa-chevron-right,.fa-chevron-left):hover{background:rgba(0,0,0,0.2705882353)}
.btn-default{display:inline-block;white-space:nowrap;line-height:1;font-weight:500;font-size:16px;transition:background-color .15s ease-in-out,opacity .15s linear,color .15s linear,box-shadow .15s linear;padding:14px 28px;border-radius:4px;border:0}
.btn-default i{transition:color .2s linear}.btn-default.btn-main-color{background:#cfa866;color:#36261f}
.btn-default.btn-main-color:hover{background:rgb(200.9104477612,156.9626865672,82.5895522388);color:#36261f}
.btn-default.btn-secondary-color{background:#cfa866;color:#36261f}.btn-default.btn-secondary-color:hover{background:rgb(200.9104477612,156.9626865672,82.5895522388);color:#36261f}
.btn-default.btn-third-color{background:#faf0e3;color:#36261f}.btn-default.btn-third-color:hover{background:rgb(246.1363636364,228.4090909091,205.3636363636);color:#36261f}
.btn-default.btn-black-color{background:#36261f;color:#fff}.btn-default.btn-black-color:hover{background:rgb(66.96,47.12,38.44)}
.btn-default.btn-white-color{background:#fff;color:#36261f}.btn-default.btn-white-color:hover{background:rgb(244.8,244.8,244.8)}
.btn-default:focus{box-shadow:unset}.btn-default.btn-outline{background:transparent;color:#36261f}
.btn-default.btn-outline.btn-main-color{box-shadow:inset 0 0 0 2px #cfa866;color:#cfa866}
.btn-default.btn-outline.btn-main-color:hover{box-shadow:inset 0 0 0 2px rgb(200.9104477612,156.9626865672,82.5895522388);color:rgb(200.9104477612,156.9626865672,82.5895522388);background:rgba(207,168,102,0.2)}
.btn-default.btn-outline.btn-secondary-color{box-shadow:inset 0 0 0 2px #cfa866;color:#cfa866}
.btn-default.btn-outline.btn-secondary-color:hover{box-shadow:inset 0 0 0 2px rgb(200.9104477612,156.9626865672,82.5895522388);color:rgb(200.9104477612,156.9626865672,82.5895522388);background:rgba(207,168,102,0.2)}
.btn-default.btn-outline.btn-third-color{box-shadow:inset 0 0 0 2px #faf0e3;color:#faf0e3}
.btn-default.btn-outline.btn-third-color:hover{box-shadow:inset 0 0 0 2px rgb(246.1363636364,228.4090909091,205.3636363636);color:rgb(246.1363636364,228.4090909091,205.3636363636);background:rgba(250,240,227,0.2)}
.btn-default.btn-outline.btn-black-color{box-shadow:inset 0 0 0 2px #36261f}.btn-default.btn-outline.btn-black-color:hover{box-shadow:inset 0 0 0 2px rgb(70.2,49.4,40.3)}
.btn-default:disabled{opacity:.7}.btn-default:focus{outline:0}@media(min-width:992px){.btn-default{font-size:16px}
}select::-ms-expand{display:none}@media(max-width:993px){input[type=date][value=""]:before{white-space:nowrap;content:"Válaszd ki a dátumot" !important}
input[type=date]{display:flex}}input[type=date]{position:relative;display:flex}input[type=datetime-local][value=""]:after{position:absolute;left:0;bottom:0;top:0;height:auto;width:calc(100% - 40px);content:"Időpont";background-color:#fff;color:rgb(135,95,77.5);padding:12px 10px;z-index:0}
input::-webkit-calendar-picker-indicator{cursor:pointer;color:transparent;text-align:right;background-position:right;background-size:24px;position:absolute;left:0;bottom:0;right:5px;top:0;height:auto;width:auto;z-index:1}
.custom-control-input:checked ~ .custom-control-label::before{border-color:#faf0e3;background-color:#cfa866}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before{background-color:#cfa866;border-color:rgb(237.447761194,223.1865671642,199.052238806)}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{border-color:rgb(237.447761194,223.1865671642,199.052238806)}
.custom-control-input:focus ~ .custom-control-label::before{box-shadow:none}.custom-control-label:not(.switch-label)::before{border:1px solid #cfa866}
.custom-switch .custom-control-label::before{transform:scale(1.05)}.default-input{border-radius:4px;background:#fff;color:#36261f;font-size:16px;border:unset;letter-spacing:0;padding:8px 14px;height:auto;border:1px solid #cfa866;transition:.15s;font-weight:500}
.default-input:focus{border:1px solid rgb(194.8208955224,145.9253731343,63.1791044776);color:#36261f;box-shadow:0 0 6px 0 rgba(254,254,254,0.631372549)}
.default-input::placeholder{color:#c1a193}#application>* .default-input{background:rgb(249.9,249.9,249.9)}
#application>* .default-input:focus{background:rgb(247.35,247.35,247.35)}.custom-checkbox .custom-control-label{cursor:pointer}
.custom-checkbox .custom-control-label::after,.custom-checkbox .custom-control-label::before{border-radius:unset;cursor:pointer}
.custom-radio .custom-control-label{cursor:pointer}.custom-radio .custom-control-label::after,.custom-radio .custom-control-label::before{top:0;cursor:pointer}
@media(min-width:992px){.custom-control-label:not(.switch-label)::after,.custom-control-label:not(.switch-label)::before{top:2px}
.default-input{font-size:16px}}.message-modal .modal-content{border:0}.message-modal .modal-content .modal-header{background:#e2e2e2;box-shadow:0 2px 7px -1px rgba(0,0,0,0.2196078431);z-index:1}
.message-modal .modal-content .modal-header h3{width:100%;text-align:center}.message-modal .modal-content .modal-body{background:#cfa866;padding:25px 20px}
.message-modal .modal-content .modal-body h4{font-size:18px;color:#fff}.message-modal .modal-content .modal-body a.underline{text-decoration:underline}
.message-modal .modal-content .modal-footer{padding:5px;box-shadow:0 2px 7px -1px rgba(0,0,0,0.2196078431);z-index:1}
.message-modal .modal-content .modal-footer a{text-decoration:underline}.default-modal .modal-header{background:#cfa866;color:#fff}
.default-modal .modal-header h3{width:100%;text-align:left;font-weight:bold;font-size:22px}
.default-modal .modal-dialog{border-radius:6px;overflow:hidden}.default-modal .modal-content{border:0}
.default-modal .modal-body{padding:16px 16px 4px;text-align:unset;max-height:70vh;overflow-y:auto}
.default-modal .modal-footer{display:flex;align-items:center;justify-content:space-between;padding:6px;background:#f9f9f9}
.default-modal .modal-footer.newsletter-footer{display:block}.default-modal .modal-footer .modal-icon{max-height:40px}
.default-modal .modal-footer button{padding:10px 24px}.default-modal .notification-modal-img{margin:-16px -16px -4px}
.default-modal img{max-width:100%}.col-border{border-bottom:1px solid #e2e2e2}@media(min-width:992px){.col-border{border-right:1px solid #e2e2e2;border-bottom:0}
}.js-text-box{position:relative;overflow:hidden}.js-text-box p:last-of-type{margin-bottom:0}
.more-info-btn{display:none;font-weight:600 !important;opacity:0;z-index:-1;user-focus:none;cursor:default !important;background-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out;line-height:1.8}
.more-info-btn:after{font-family:"Font Awesome 5 Free";content:" \f078"}
.more-info-btn.light{color:#fff}.more-info-btn.dark{color:#36261f}.more-info-btn.second-hover:hover{cursor:pointer;color:#cfa866 !important}
.more-info-btn:hover{cursor:pointer;color:#cfa866}.more-info-btn.show{display:block;opacity:1;cursor:pointer !important;text-align:inherit;position:relative;top:0;background:transparent;z-index:1}
.more-info-btn.bg-glass{background:#fff !important;border:1px solid #faf0e3;padding:3px 6px;box-shadow:none;color:#000;line-height:1;left:unset}
.more-info-btn.bg-glass.show{display:inline-block;color:#36261f}.more-info-btn.bg-glass.show:hover{background:#cfa866 !important}
.more-info-btn.brand{color:#cfa866}.more-info-btn.brand:hover{color:rgb(197.2567164179,150.3402985075,70.9432835821)}
.more-info-btn.brand-second{color:#cfa866}.more-info-btn.brand-second:hover{color:rgb(199.6925373134,154.7552238806,78.7074626866)}
.more-info-btn.brand-third{color:#faf0e3}.more-info-btn.brand-third:hover{color:rgb(245.3636363636,226.0909090909,201.0363636364)}
.au-text-box{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;z-index:1}
.box-lr-text{position:relative;height:100%;display:flex;flex-direction:column;justify-content:center;z-index:1}
@media(min-width:992px){.box-lr-side-bg{background:linear-gradient(to bottom,transparent 0,transparent 4%,#2e2e2e 4%,#2e2e2e 96%,transparent 96%,transparent 100%);background-repeat:no-repeat;background-size:80% 100%;background-position:right top}
.box-lr-side-bg.reverse{background:linear-gradient(to bottom,transparent 0,transparent 4%,#2e2e2e 4%,#2e2e2e 96%,transparent 96%,transparent 100%);background-repeat:no-repeat;background-size:80% 100%;background-position:left top}
}.box-lr-side-bg .box-lr-text{background:#2e2e2e;width:96%;border-top-left-radius:0 !important;border-top-right-radius:0 !important;margin:0 auto;margin-top:-6px;padding-top:8px}
@media(min-width:992px){.box-lr-side-bg .box-lr-text{margin:unset;padding:unset;background:transparent}
}.hero-carousel-section{position:relative;height:100%;min-height:450px;padding:40px 0}
@media(min-width:992px){.hero-carousel-section{min-height:650px}}.hero-carousel-section .hero-text-box{color:#fff}
.hero-carousel-section .hero-text-box h1,.hero-carousel-section .hero-text-box p{text-shadow:1px 1px 3px #000}
.hero-carousel-section .hero-image-box{position:relative}.hero-carousel-section .hero-carousel{position:absolute;top:0;left:0;right:0;bottom:0;height:100%}
.hero-carousel-section .hero-carousel:after{width:100%;height:100%;display:inline-block;position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-color:rgba(54,38,31,0.75)}
.hero-carousel-section .hero-carousel img{object-fit:cover;height:100%}.hero-carousel-section .hero-carousel.obj-center:after{background-color:rgba(54,38,31,0.55)}
.hero-carousel-section .hero-carousel.obj-center img{object-position:center}.hero-carousel-section .carousel-inner{height:100%}
.hero-carousel-section .carousel-inner .carousel-item{height:100%}.hero-single-img-box{position:absolute;top:0;left:0;right:0;bottom:0}
.hero-single-img-box img{height:100%;object-fit:cover}.hero-single-img-box:after{width:100%;height:100%;display:inline-block;position:absolute;content:"";top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.25)}
.ext-head-text{position:relative;background-color:#fff;padding:16px 10px;margin-top:-50px;box-shadow:0 0 20px -12px rgba(0,0,0,0.631372549);border-bottom:4px solid #cfa866;border-radius:6px 6px 12px 12px}
.ext-head-text .section-title{font-size:34px}@media(min-width:992px){.ext-head-text .section-title{font-size:42px}
}.hero-padding{padding:80px 0 120px 0}.design-bg{position:relative}.design-bg::before{position:absolute;width:100%;height:100%;left:0;right:0;bottom:0;content:"";background-image:url("/images/design-line.svg");background-position:bottom;background-repeat:no-repeat;z-index:1}
.wcu-box{border-radius:4px;padding:12px 8px}@media(min-width:768px){.wcu-box{padding:16px 12px}
}@media(min-width:1200px){.wcu-box{padding:22px 18px}}.gallery-scroll-box{display:block;position:relative;overflow:hidden;width:100%;aspect-ratio:16/9;border-radius:8px}
.gallery-scroll-box:hover .gallery-img{transform:scale(1.05)}.gallery-scroll-box .gallery-img{width:100%;height:100%;max-width:640px;object-fit:cover;transition:border .15s ease-in-out,box-shadow .15s ease-in-out,transform .2s ease-in-out}
.hotel-gallery-img{width:100%;height:100%;aspect-ratio:1.5/1;object-fit:cover}.gallery_btn{color:#36261f;background:transparent;border:0;padding:2px 12px;margin:0 6px;border-radius:4px;font-size:18px}
.gallery_btn.active{background-color:#faf0e3;color:#fff !important}.gallery_btn.only-dark{color:#36261f}
.gallery_btn.only-dark.active{color:rgb(197.2567164179,150.3402985075,70.9432835821)}
@media(min-width:992px){.gallery_btn{color:#36261f}.gallery_btn.active{color:rgb(197.2567164179,150.3402985075,70.9432835821)}
.gallery_btn.only-dark{color:#36261f}.gallery_btn.only-dark.active{color:rgb(197.2567164179,150.3402985075,70.9432835821)}
}.gallery-nav{position:relative}.gallery-nav::before{content:"";position:absolute;height:100%;top:0;left:0;width:1px;background-color:#fff}
@media(min-width:992px){.gallery-nav::before{background-color:#36261f}}.carousel-slide-number{position:relative;display:flex;overflow-y:hidden;overflow-x:scroll;padding:10px 0}
.carousel-slide-number::-webkit-scrollbar{height:10px}@media(min-width:992px){.carousel-slide-number::-webkit-scrollbar{display:none}
}.carousel-slide-number::-webkit-scrollbar-track{background-color:#f9f9f9}.carousel-slide-number::-webkit-scrollbar-thumb{background-color:white;background-clip:padding-box}
.carousel-slide-number::-webkit-scrollbar-thumb:hover{background-color:white}.carousel-slide-number .item{display:flex;flex-direction:column;align-items:start;justify-content:start;padding:12px 20px;margin-right:10px;outline:none !important;border:none !important;background-color:#fff;box-shadow:inset 0 0 0 1px rgb(194.8208955224,145.9253731343,63.1791044776);transition:.15s ease-in-out}
.carousel-slide-number .item.category{display:flex;justify-content:center;align-items:center}
.carousel-slide-number .item.category img{filter:contrast(0.5);transition:filter .2s ease-in-out}
.carousel-slide-number .item.category.active img{filter:contrast(1) invert(1)}.carousel-slide-number .item .number{line-height:1.2;font-size:14px;font-weight:600;margin-bottom:0;text-transform:uppercase;color:#36261f}
.carousel-slide-number .item .title{font-size:18px;line-height:1.3;color:rgb(242.2727272727,216.8181818182,183.7272727273);transition:.15s ease-in-out}
.carousel-slide-number .item:hover{cursor:pointer;background-color:#fff;box-shadow:inset 0 0 0 1px rgb(157.5671641791,117.4029850746,49.4328358209)}
.carousel-slide-number .item:hover .title{color:#cfa866}.carousel-slide-number .item:hover img{filter:contrast(1)}
.carousel-slide-number .item.active{background:#cfa866;box-shadow:none;color:#fff}
.carousel-slide-number .item.active .title{color:#fff}.carousel-slide-number .item.active .number{color:rgb(225.2686567164,201.1119402985,160.2313432836)}
.carousel-slide-number .item.active:hover{cursor:default;background:rgb(213.0895522388,179.0373134328,121.4104477612);box-shadow:inset 0 0 0 1px rgb(213.0895522388,179.0373134328,121.4104477612)}
.htw-container img:not(.icon){aspect-ratio:1.75/1;object-fit:cover}.htw-container .carousel-item{display:block;opacity:0}
.htw-container .carousel-item.active{transition:-webkit-transform .5s ease-in-out,-webkit-opacity .3s ease-in-out;transition:transform .5s ease-in-out,opacity .3s ease-in-out;opacity:1}
.htw-container .htw-text-box{position:relative;height:100%;display:flex;flex-direction:column;background-color:#fff;z-index:1}
@media(min-width:992px){.htw-container .htw-text-box{justify-content:center}}@media(max-width:992px){.htw-container .htw-text-box{border-top-left-radius:0 !important;border-top-right-radius:0 !important}
}.htw-container .htw-img-box{position:relative;z-index:2}@media(max-width:992px){.htw-container .htw-img-box{border-bottom-left-radius:0 !important;border-bottom-right-radius:0 !important}
}@media(max-width:992px){.htw-container .carousel-arrows{top:calc(25% - 10px)}
}.logos .logo-icon{width:100%;max-width:200px;max-height:80px;object-fit:contain;transition:filter .3s ease-in-out}
@media(min-width:992px){.logos .logo-icon{filter:grayscale(1)}.logos .logo-icon:hover{filter:grayscale(0)}
}.card-object{display:flex;flex-direction:column;justify-content:space-between;max-width:420px}
.card-object .card-object-img{position:relative;text-align:center}.card-object .card-object-img img{position:relative;max-height:240px;max-width:240px;transition:all .2s linear}
.card-object .co-img-bg{position:absolute;width:100%;height:100%;left:0;right:0;bottom:0;content:"";background-color:#cfa866;border-radius:30px 30px 0 0;transition:all .2s linear}
.card-object:hover .co-img-bg{height:50%;box-shadow:inset 0 5px 0 #faf0e3}.card-object:hover .card-object-img img{transform:scale(1.1)}
.card-object .card-object-footer{height:-webkit-fill-available;display:flex;align-items:flex-end;justify-content:center;background-color:#cfa866;border-radius:0 0 30px 30px}
.card-object.placeholder-bg{background:url("/images/product-placeholder.jpg");background-repeat:no-repeat;background-size:cover;border-radius:30px}
.card-object-text{background-color:#cfa866;color:#fff}.card-object-text ul{padding-inline-start:0;margin-bottom:0}
.card-object-text li{line-height:1.5;padding-left:2px;list-style-type:none;display:flex;align-items:center}
.card-object-text li::before{font-family:var(--fa-style-family,"Font Awesome 6 Free");content:"\f058";font-size:20px;color:#cfa866;margin-right:6px;background-color:rgb(231.3582089552,212.1492537313,179.6417910448);line-height:1;border-radius:50%;font-weight:600}
.card-object-text ul:last-of-type{margin-bottom:0}.btn-object-gallery{position:absolute;right:0;bottom:-10px;padding:4px 10px;font-size:16px;border-radius:4px 0 0 4px;background-color:#cfa866;color:rgb(231.3582089552,212.1492537313,179.6417910448)}
.btn-object-gallery.modal-gallery-btn{left:0;bottom:0;text-align:center;border-radius:0}
.btn-object-gallery i{color:#fff}.btn-object-gallery:hover{color:white}.modal-img-link img{transition:transform .15s ease-in-out}
.modal-img-link:hover img{transform:scale(1.04)}.reward-bg{background:linear-gradient(0,#faf0e3 0,#faf0e3 50%,#36261f 50%,#36261f 100%)}
.answer-bg{background:linear-gradient(180deg,#faf0e3,#faf0e3 50%,#36261f 50%,#36261f 100%)}
.reward-row{position:relative;background-color:#fff;border-radius:14px;padding:10px 16px;z-index:2}
@media(min-width:992px){.reward-row{padding:18px 20px}}.reward-row .reward-box{padding:10px 0}
@media(min-width:992px){.reward-row .reward-box{padding:10px 18px}}.reward-row .reward-box .reward-number{font-size:28px}
@media(min-width:992px){.reward-row .reward-box .reward-number{font-size:40px}}.reward-row .reward-box .reward-title{font-size:16px;font-weight:400}
@media(min-width:992px){.reward-row .reward-box .reward-title{font-size:18px}}.hero-img{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0;filter:brightness(0.7)}
.career-hero-img{width:100%;object-fit:cover;aspect-ratio:1.45}.career-about-us-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;aspect-ratio:2.7;filter:brightness(0.7)}
.career-wus-img{width:100%;object-fit:cover;aspect-ratio:1.2}.img-cover{position:absolute;top:10px;width:100%;height:100%}
@media(min-width:992px){.img-cover{top:15px}}.img-cover.left{left:-10px}@media(min-width:992px){.img-cover.left{left:-15px}
}.img-cover.right{right:-10px}@media(min-width:992px){.img-cover.right{right:-15px}
}.program-hero-padding{padding:120px 0 40px 0}@media(min-width:992px){.program-hero-padding{padding:160px 0 60px 0}
}.carousel-inner-bs{margin:0 -15px;padding:0 15px;width:calc(100% + 30px)}
@media(min-width:1200px){.col-xl-16{-ms-flex:0 0 16%;flex:0 0 16%;max-width:16%}}
.pb-32px{padding-bottom:32px}.contact-bg{background-image:url("/images/contact-bg-min.jpg");background-repeat:no-repeat;background-size:cover}
.contact-data-box{padding:30px 20px 20px}@media(min-width:992px){.contact-data-box{padding:40px 30px 30px}
}footer{position:relative;padding:20px 0;background:#fff;color:#36261f}footer .footer-logo{height:100px}
footer .divider{border-color:#36261f}footer a{color:#36261f;transition:color .15s ease-in-out,text-shadow .15s ease-in-out}
footer a i{color:#cfa866;text-shadow:none !important}footer a:hover{color:#cfa866}
footer .footer-color-line{background-color:#cfa866;padding:8px 0;border-radius:6px}
@media(min-width:992px){footer .footer-color-line{padding:12px 0}}footer .footer-color-line a{color:#fff}
footer .footer-color-line a i{color:#cfa866}footer .footer-color-line a:hover{color:#fff;text-shadow:1px 1px 1px rgba(54,38,31,0.5)}
footer.dark-footer{background:#36261f;color:#fff}footer.dark-footer a{color:#fff;font-weight:500}
footer.dark-footer a i{color:#cfa866}footer.dark-footer a:hover{color:#cfa866}@media(min-width:992px){footer{padding:25px 0}
}.header-placeholder{height:66px}@media(min-width:992px){.header-placeholder{height:72px}
}header{width:100%;top:0;z-index:100;color:#36261f;transition:background .2s ease-in-out,box-shadow .2s ease-in-out,border-color .2s ease-in-out;box-shadow:0 0 10px #36261fa1;background:#fff}
header.sticky-header{position:sticky}header .logo{height:52px}@media(min-width:992px){header .logo{height:58px}
}header.fixed-header{position:sticky}header.fixed-header .logo{max-width:250px;object-fit:contain;transition:filter .2s ease-in-out,height .25s ease-in-out}
@media(min-width:992px){header.fixed-header{background:#fff}}header.scrolled{background:#fff;box-shadow:0 0 10px #36261fa1}
header.scrolled .logo{height:52px}@media(min-width:992px){header.scrolled .logo{height:58px}
}header.opened-mm{background:#36261f}.desktop-menu{display:flex;justify-content:space-between;align-items:center;padding:6px 0;width:100%;height:70px}
.desktop-menu .d-menu-point{padding:10px 16px;margin:0 2px;text-align:center;color:#36261f;font-size:16px;font-weight:600;border-radius:4px;line-height:1.1;transition:color .2s ease-in-out;background-color:transparent;border:0}
.desktop-menu .d-menu-point:hover{color:rgb(197.2567164179,150.3402985075,70.9432835821)}
.desktop-menu .d-menu-point:focus{outline:0}@media(min-width:1250px){.desktop-menu .d-menu-point{width:auto}
}.desktop-menu .dropdown.show button{color:rgb(197.2567164179,150.3402985075,70.9432835821)}
.desktop-menu .head-dd{width:fit-content;border-radius:0;background:rgb(243.5373134328,234.223880597,218.4626865672);border:0;padding:0;min-width:200px}
.desktop-menu .head-dd.show{transform:none !important;top:100% !important}.desktop-menu .head-dd a{padding:8px 12px;transition:background-color .15s ease-in-out,border .15s ease-in-out,color .15s ease-in-out;font-size:18px;display:flex;justify-content:space-between;align-items:center;border-left:6px solid rgb(225.2686567164,201.1119402985,160.2313432836);color:#000}
.desktop-menu .head-dd a span{display:block}.desktop-menu .head-dd a:hover,.desktop-menu .head-dd a:focus,.desktop-menu .head-dd a:active{border-left:6px solid rgb(219.1791044776,190.0746268657,140.8208955224);color:#cfa866 !important}
.desktop-menu .head-dd .head-dd-item{font-weight:600}.desktop-menu .head-dd .head-dd-item:focus,.desktop-menu .head-dd .head-dd-item:active{background-color:rgb(225.2686567164,201.1119402985,160.2313432836);color:#cfa866 !important}
.desktop-menu .head-dd .head-dd-item:hover{background-color:rgb(249.6268656716,245.2611940299,237.8731343284)}
.desktop-menu .head-dd .head-dd-item:hover+.head-dd-right{display:block}.desktop-menu .head-dd .head-dd-right{position:absolute;left:100%;top:0;background-color:#fff;display:none}
.desktop-menu .head-dd .head-dd-right a{border-color:#cfa866}.desktop-menu .head-dd .head-dd-right a:hover{background-color:#f8f9fa;border-color:rgb(194.8208955224,145.9253731343,63.1791044776)}
.desktop-menu .head-dd .head-dd-right:hover{display:block}.mobile-nav{display:flex;align-items:center;justify-content:space-between;padding:7px 12px}
.mobile-nav .phone-btn a{display:flex;align-items:center;padding:10px 14px;border-radius:30px;background-color:#cfa866;color:#2e2e2e;font-weight:300;line-height:1;font-size:16px;transition:background-color .2s ease-in-out}
.mobile-nav .phone-btn a:hover{background-color:rgb(219.1791044776,190.0746268657,140.8208955224)}
.mobile-nav .logo{height:52px;max-width:190px;object-fit:contain}.side-nav{position:fixed;z-index:100;top:66px;height:calc(var(--viewHeight, 1vh) * 90 - 66px);width:100%;overflow-x:hidden;transition:left .25s linear;left:100%}
.side-nav.show{left:0}.side-nav .dark{opacity:0;background-color:#000;height:100%;transition:opacity .25s linear}
.side-nav .light{height:100%;overflow-x:hidden;background:#f9f8f2;border-left:6px solid #36261f;border-top:3px solid #36261f;border-bottom:16px solid #36261f;display:flex;flex-direction:column;justify-content:space-between;border-radius:0 0 0 150px;padding:0 25px 0 10px}
.side-nav .light .level-2{background:#efefef}.side-nav .light a.m-nav-link{display:block;padding:12px 0 12px 0;color:#36261f;border-bottom:1px solid rgba(207,168,102,0.4);font-size:18px;font-weight:bold;letter-spacing:.5px;font-family:Marcellus,sans-serif;text-align:right;line-height:1.2}
.side-nav .light a.m-nav-link i{font-size:20px;color:rgb(225.2686567164,201.1119402985,160.2313432836)}
.side-nav .light .lang-dropdown-toggle{color:#36261f !important}.side-nav .light .bg-language-select{padding-left:0;margin-left:0;border:1px solid #cfa866;border-radius:0;background-color:#cfa866;width:calc(100% + 20px) !important;margin:0 0 0 -10px}
.side-nav .light .bg-language-select:hover,.side-nav .light .bg-language-select:focus,.side-nav .light .bg-language-select:active{background-color:rgb(211.871641791,176.8298507463,117.528358209);color:#36261f}
.side-nav .light .bg-language-select.dropdown-menu,.side-nav .light .bg-language-select .dropdown-item{border-radius:0;left:10px;background-color:#cfa866;padding:0;min-width:200px;overflow:hidden}
.side-nav .light .bg-language-select.dropdown-menu.show,.side-nav .light .bg-language-select .dropdown-item.show{transform:none;top:100%}
.side-nav .light .bg-language-select.dropdown-menu a,.side-nav .light .bg-language-select .dropdown-item a{padding:8px 12px;transition:background-color .15s ease-in-out,border .15s ease-in-out,color .15s ease-in-out;font-size:18px;display:flex;justify-content:space-between;align-items:center;color:#fff}
.side-nav .light .bg-language-select.dropdown-menu a.invert,.side-nav .light .bg-language-select .dropdown-item a.invert{background-color:#cfa866;color:#0e0e0e;font-weight:600}
.side-nav .light .bg-language-select.dropdown-menu a.invert:hover,.side-nav .light .bg-language-select.dropdown-menu a.invert:focus,.side-nav .light .bg-language-select.dropdown-menu a.invert:active,.side-nav .light .bg-language-select .dropdown-item a.invert:hover,.side-nav .light .bg-language-select .dropdown-item a.invert:focus,.side-nav .light .bg-language-select .dropdown-item a.invert:active{background-color:rgb(202.128358209,159.1701492537,86.471641791);color:#0e0e0e}
.side-nav .light .bg-language-select.dropdown-menu a span,.side-nav .light .bg-language-select .dropdown-item a span{display:block}
.side-nav .light .bg-language-select.dropdown-menu a img,.side-nav .light .bg-language-select .dropdown-item a img{display:block;max-height:24px;max-width:80px}
.side-nav .light .bg-language-select.dropdown-menu a:hover,.side-nav .light .bg-language-select.dropdown-menu a:focus,.side-nav .light .bg-language-select.dropdown-menu a:active,.side-nav .light .bg-language-select .dropdown-item a:hover,.side-nav .light .bg-language-select .dropdown-item a:focus,.side-nav .light .bg-language-select .dropdown-item a:active{background-color:rgb(211.871641791,176.8298507463,117.528358209);color:#fff}
.side-nav .social-box a{color:#36261f}.side-nav .social-box i{font-size:22px;width:30px;text-align:center;color:#cfa866}
.side-nav-holder{padding:0;color:white}.m-head-brands{background-color:#36261f;border-top:5px solid #cfa866;margin:0 -10px 0 -20px;padding:6px}
.m-head-brands a{display:flex;flex-direction:column;justify-content:center;align-items:center}
.m-head-brands a img{max-height:36px;max-width:90px;filter:brightness(1.3)}.flag-icon{width:24px;height:18px;display:inline-block;vertical-align:middle;margin-right:5px}
.flag-icon.big{width:40px;height:30px;vertical-align:baseline}.flag-global{background-image:url(/icons/flags/global.svg);background-repeat:no-repeat}
.flag-hu{background-image:url(/icons/flags/hu.svg);background-repeat:no-repeat;height:17px}
.flag-en{background-image:url(/icons/flags/en.svg);background-repeat:no-repeat;height:17px}
.flag-ru{background-image:url(/icons/flags/ru.svg);background-repeat:no-repeat;height:17px}
.flag-pl{background-image:url(/icons/flags/pl.svg);background-repeat:no-repeat;height:17px}
.menu-toggle{position:relative;display:block;width:36px;height:28px;margin-left:6px;background:transparent;border-top:4px solid;border-bottom:4px solid;color:#36261f;font-size:0;transition:transform .25s ease-in-out,color .25s ease-in-out,border-color .25s ease-in-out}
.menu-toggle:before,.menu-toggle:after{content:"";display:block;width:100%;height:4px;position:absolute;top:50%;left:50%;background:currentColor;transform:translate(-50%,-50%);transition:transform .25s ease-in-out}
.hambi{border-left:0;border-right:0;cursor:pointer;outline:0}.hambi:focus{outline:0}
.hambi:hover{color:rgb(86.4,60.8,49.6)}.hambi.is-active{border-color:transparent}
.hambi.is-active:before{transform:translate(-50%,-50%) rotate(45deg)}.hambi.is-active:after{transform:translate(-50%,-50%) rotate(-45deg)}
#darkMobileBg{position:fixed;top:0;right:0;bottom:0;left:0;z-index:-1;content:"";background-color:#fff;opacity:0;transition:opacity .25s ease-in-out}
#darkMobileBg.show{z-index:99;opacity:.6;background-color:#000}.grecaptcha-badge{z-index:97 !important;transition:bottom .2s ease-in-out !important}
.tender-table{position:fixed;z-index:98}.tender-table.bottom-right{bottom:0;right:0}
.tender-table.bottom-left{bottom:0;left:0}.tender-table.top-right{top:66px;right:0}
@media(min-width:992px){.tender-table.top-right{top:70px}}.tender-table.top-left{top:66px;left:0}
@media(min-width:992px){.tender-table.top-left{top:70px}}.tender-table img{width:160px;transition:width .2s ease-in-out}
@media(min-width:992px){.tender-table img{width:260px}}.tender-table.scrolled img{width:80px}
@media(min-width:992px){.tender-table.scrolled img{width:120px}}.ff-poppins{font-family:Poppins !important}
.z-0{z-index:0}.z-4{z-index:4}.z-8{z-index:8}.z-12{z-index:12}.z-16{z-index:16}.z-20{z-index:20}
.z-24{z-index:24}.z-28{z-index:28}.z-32{z-index:32}.z-36{z-index:36}.z-40{z-index:40}
.z-0{z-index:0}.z-5{z-index:5}.z-10{z-index:10}.z-15{z-index:15}.z-20{z-index:20}
.z-25{z-index:25}.z-30{z-index:30}.z-35{z-index:35}.z-40{z-index:40}.z-45{z-index:45}
.z-50{z-index:50}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}
.z-40{z-index:40}.z-50{z-index:50}.z-60{z-index:60}.z-70{z-index:70}.z-80{z-index:80}
.z-90{z-index:90}.z-100{z-index:100}.br-4{border-radius:4px !important}.br-8{border-radius:8px !important}
.br-12{border-radius:12px !important}.br-16{border-radius:16px !important}.br-20{border-radius:20px !important}
.br-24{border-radius:24px !important}.br-28{border-radius:28px !important}.br-32{border-radius:32px !important}
.br-36{border-radius:36px !important}.br-40{border-radius:40px !important}.br-0{border-radius:0 !important}
.br-5{border-radius:5px !important}.br-10{border-radius:10px !important}.br-15{border-radius:15px !important}
.br-25{border-radius:25px !important}.br-30{border-radius:30px !important}.br-35{border-radius:35px !important}
.br-45{border-radius:45px !important}.br-50{border-radius:50px !important}.mw-100{max-width:100px !important}
.mw-150{max-width:150px !important}.mw-200{max-width:200px !important}.mw-250{max-width:250px !important}
.mw-300{max-width:300px !important}.mw-350{max-width:350px !important}.mw-400{max-width:400px !important}
.mw-450{max-width:450px !important}.mw-500{max-width:500px !important}.mw-550{max-width:550px !important}
.mw-600{max-width:600px !important}.mw-650{max-width:650px !important}.mw-700{max-width:700px !important}
.mw-750{max-width:750px !important}.mw-800{max-width:800px !important}.mw-850{max-width:850px !important}
.mw-900{max-width:900px !important}.mw-950{max-width:950px !important}.mw-1000{max-width:1000px !important}
.mw-1050{max-width:1050px !important}.mw-1100{max-width:1100px !important}.mw-1150{max-width:1150px !important}
.mw-1200{max-width:1200px !important}.mw-1250{max-width:1250px !important}.mw-1300{max-width:1300px !important}
.mw-1350{max-width:1350px !important}.mw-1400{max-width:1400px !important}.mw-1450{max-width:1450px !important}
.mw-1500{max-width:1500px !important}.fw-100{font-weight:100 !important}.fw-200{font-weight:200 !important}
.fw-300{font-weight:300 !important}.fw-400{font-weight:400 !important}.fw-500{font-weight:500 !important}
.fw-600{font-weight:600 !important}.fw-700{font-weight:700 !important}.fw-800{font-weight:800 !important}
.fw-900{font-weight:900 !important}@keyframes slide-animation{0%{left:5px;background:rgba(0,0,0,0.1294117647);transform:rotateZ(-10deg)}
50%{left:calc(100% - 29px);background:rgba(0,0,0,0);transform:rotateZ(20deg)}
100%{left:5px;background:rgba(0,0,0,0.0862745098);transform:rotateZ(-10deg)}}@keyframes slide-animation-dark{0%{left:5px;background:rgba(0,0,0,0.1294117647);transform:rotateZ(-10deg)}
50%{left:calc(100% - 29px);background:rgba(0,0,0,0);transform:rotateZ(20deg)}
100%{left:5px;background:rgba(0,0,0,0.0862745098);transform:rotateZ(-10deg)}}@keyframes circle-move-top{0%,100%{left:15px;top:15px}
60%{left:-10px;top:28px}}@keyframes circle-move-bottom{0%,100%{right:15px;bottom:15px}
50%{right:-10px;bottom:30px}}.article-badges{background:#cfa866;padding:10px 10px}
.article-badges .badges{display:flex;align-items:center;justify-content:left;flex-wrap:nowrap;overflow:auto}
@media(min-width:992px){.article-badges .badges{justify-content:center;flex-wrap:wrap}
}.article-badges a,.article-badges button{margin-right:6px;padding:6px 10px;background-color:rgb(197.2567164179,150.3402985075,70.9432835821);color:#fff;font-weight:600;transition:background-color .15s ease-in-out;outline:0;border:0}
@media(min-width:992px){.article-badges a,.article-badges button{padding:8px 14px}
}.article-badges a:hover,.article-badges button:hover{background-color:rgb(200.9104477612,156.9626865672,82.5895522388);color:rgb(247.35,247.35,247.35)}
.article-box{display:flex;flex-direction:column;justify-content:space-between;position:relative;height:100%;background:#fff;box-shadow:1px 2px 12px -1px rgba(0,0,0,0.2);border-radius:4px;transition:box-shadow .2s ease-in-out,top .1s ease-out,border .15s ease-in-out,color .2s}
.article-box img{position:relative;z-index:1;width:100%;aspect-ratio:1.6;object-fit:cover}
.article-box .text-box{display:flex;flex-direction:column;align-items:start;height:100%;padding:14px 10px 10px;background:#fff}
.article-box .text-box h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.article-box .text-box p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.article-box .text-box .link{color:#cfa866}@media(min-width:992px){.article-box .text-box{padding:16px 14px 10px}
}.article-box:hover{top:0;box-shadow:1px 2px 12px -1px rgba(0,0,0,0.25)}.article-box:hover a{color:#faf0e3}
.category-label{position:absolute;left:0;top:20px;z-index:2;line-height:1.2;padding:4px 12px;color:#fff;background:rgb(197.2567164179,150.3402985075,70.9432835821);border:1px solid rgba(255,255,255,0.3137254902);border-left:unset;transition:background-color .15s ease-in-out}
.category-label:hover{background:rgb(200.9104477612,156.9626865672,82.5895522388);color:#fff}
.news-box{border:1px solid rgb(211.871641791,176.8298507463,117.528358209)}.news-box h2{text-align:center;padding:15px 5px;background:rgb(165.3313432836,123.1880597015,51.8686567164);color:#fff}
.news-article{padding:0 12px 8px 12px;border-bottom:1px solid #e2e2e2;transition:background-color .15s ease-in-out,color .2s ease-in-out;background-color:#fff}
.news-article .news-info{color:#36261f;font-weight:500}.news-article .news-info:hover{text-decoration:underline}
.news-article .news-article-box h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease-in-out}
.news-article .news-article-box p{color:#36261f;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s ease-in-out}
.news-article .news-article-box:hover h3{color:#faf0e3}.news-article .news-article-box:hover p{color:#36261f}
.news-article--last{border-bottom:0}.article-page{padding:25px 0;background:#fff}
.article-page .main-img{width:100%}@media(min-width:576px){.article-page{padding:40px 0}
}@media(min-width:992px){.article-page{padding:0}.article-page .right-color{position:relative}
.article-page .right-color.first:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";width:300%;height:100%;background-color:rgba(207,168,102,0.2);background-position:top;background-repeat:no-repeat;background-size:100%;z-index:0}
.article-page .padding-article{padding:25px 15px}}.article-page .article-content{padding:0 60px}
.article-page .gallery-img{width:100%;max-height:220px;aspect-ratio:1.5/1;object-fit:cover}
.a-search-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3;margin-top:2px;margin-bottom:2px}
.a-search-short-desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.a-search-box{padding-left:4px;border-left:4px solid #cfa866;transition:border-color .15s ease-in-out}
.a-search-box:hover{border-color:rgb(194.8208955224,145.9253731343,63.1791044776)}
.a-search-box.even{border-color:rgb(231.3582089552,212.1492537313,179.6417910448)}
.a-search-box.even:hover{border-color:rgb(219.1791044776,190.0746268657,140.8208955224)}
.aside-mobile{position:absolute;z-index:30;top:50px;right:0;width:340px;height:calc(100vh - 50px);overflow-y:scroll;background:#fff;padding:12px 15px;box-shadow:0 0 16px 3px rgba(53,23,45,0.6941176471)}
.to-page-top{position:fixed;bottom:10px;right:10px;padding:8px 12px 8px 12px;border-radius:50px;z-index:10;background-color:rgb(251.5,251.5,251.5);color:#2e2e2e;display:flex;align-items:center;box-shadow:inset 0 0 0 1px rgb(122.5,122.5,122.5);transition:background-color .15s ease-in-out}
.to-page-top i{font-size:28px}.to-page-top span{display:none}@media(min-width:992px){.to-page-top{bottom:20px;right:20px;padding:6px 20px 6px 14px}
.to-page-top i{font-size:28px}.to-page-top span{display:block;line-height:1;font-size:14px;font-weight:600;margin-left:8px}
}.to-page-top:hover{cursor:pointer;background-color:rgb(246.4,246.4,246.4)}.career-job-box{background:#fff;padding:10px 12px;border-radius:4px;box-shadow:0 0 10px 1px rgba(0,0,0,0.1254901961)}
.career-job-box .job-attrs{display:flex;flex-wrap:wrap;gap:6px}.career-job-box .job-attrs .default-label{background-color:#cfa866;color:#fff;font-size:14px;padding:4px 8px}
@media(min-width:992px){.career-job-box{padding:20px 16px}.career-job-box .job-attrs{gap:8px}
.career-job-box .job-attrs .default-label{padding:6px 12px}}@media(min-width:1200px){.career-job-box{padding:24px 20px}
}.job-box{display:flex;flex-direction:column;justify-content:space-between;border-radius:10px;padding:20px 16px;border:1px solid #cfa866a1}
.job-box.list{border:1px solid #cfa866;background-color:#f9f9f9;border-radius:12px}
.job-box.list .job-list-icon{color:#cfa866}.job-box.list.black-list{background-color:#2e2e2e;color:#fff}
.job-box.list.black-list .job-list-icon{color:rgb(211.871641791,176.8298507463,117.528358209)}
.job-box .job-list-img{width:20px;max-height:20px}@media(min-width:992px){.job-box{padding:24px 28px}
.job-box:not(.list){min-height:320px}}.job-image-box{position:relative;width:100%}
.job-image-box img{width:100%;border-radius:10px;object-fit:cover}@media(min-width:992px){.job-image-box img{height:100%}
}.job-hero-extra{position:relative;z-index:2;padding:10px 16px;border-radius:10px;margin-top:-60px;background:#f9f9f9;border:1px solid #E2E2E2a1}
@media(min-width:992px){.job-hero-extra{padding:18px 40px 0 24px;margin-top:0;margin-right:-50px !important}
}.job-list-box{display:flex;align-items:center}.job-list-box .list-icon-box{padding:7px;border-radius:4px}
.job-list-box .list-icon-box.checks{background-color:rgba(207,168,102,0.2);color:#cfa866}
.job-list-box .list-icon-box.checks.darken{color:rgb(194.8208955224,145.9253731343,63.1791044776)}
.job-list-box .list-icon-box.mins{background-color:rgba(207,168,102,0.15);color:#cfa866}
.job-list-box .list-icon-box.bonuses{background-color:rgba(250,240,227,0.2);color:rgb(246.1363636364,228.4090909091,205.3636363636)}
@media(min-width:992px){.job-list-box .list-icon-box{padding:9px}}.gallery-box img{aspect-ratio:1.5/1;object-fit:cover}
.site-file .input-group-text{background-color:#cfa866;color:#fff;padding:10px 12px;border:0}
.site-file .custom-file-input:focus ~ .custom-file-label,.site-file .custom-file-input:active ~ .custom-file-label{box-shadow:none;border-color:#cfa866}
.site-file label{border-color:#cfa866;overflow:hidden}.site-file label:after{background-color:#cfa866;color:#fff;height:unset}
.site-file.file-hu label:after{content:"Kiválasztás"}.error-page{min-height:calc(100vh - 350px);display:flex;justify-content:center;align-items:center}
.error-page .code{font-size:32px}.error-page .message{font-size:28px}@media(min-width:992px){.error-page{min-height:calc(100vh - 200px)}
.error-page .code{font-size:54px}.error-page .message{font-size:48px}}.category-container{position:sticky;margin-top:40px;background-color:#2e2e2e}
@media(min-width:992px){.category-container{margin-top:60px}}.btn-category{width:100%;background:transparent;font-weight:600;padding:5px 10px;display:flex;align-items:center;color:#fff;line-height:1.3;border-radius:8px}
.btn-category.active{color:#faf0e3}.btn-category img{width:50px;height:50px;margin:0 5px;filter:invert(1);transition:transform .2s ease-in-out}
@media(min-width:992px){.btn-category img{width:60px;height:60px;margin:0 10px}}.btn-category span{display:inline-block;margin:0 2px;font-size:15px;white-space:normal}
@media(min-width:992px){.btn-category span{font-size:15px;margin:0 5px}}.btn-category:hover{color:#faf0e3}
.btn-category:hover.active{color:#faf0e3}.btn-category:hover img{transform:scale(1.05)}
@media(min-width:992px){.btn-category{padding:10px 15px}}.product-container{background-color:#fff}
.product-container img{aspect-ratio:1.5/1;object-fit:cover}.product-container .other-images .img-row{padding:4px 0;flex-wrap:nowrap;overflow-x:auto}
.product-container .product-text-box{display:flex;flex-direction:column;justify-content:space-between;padding:0 16px;height:100%}
@media(min-width:992px){.product-container .product-text-box{padding:0 24px}}.product-container .product-sep-line{height:1px;background-color:#e3e3e3;content:"";width:-webkit-fill-available}
.product-container .product-badges{margin-top:10px}.product-container .product-badges .badge{font-weight:normal;border:1px solid #e2e2e2}
.product-container .product-price-box{display:flex;justify-content:space-between;align-items:center;margin:0 -16px -16px;padding:8px 12px}
.product-container .product-price-box p{color:#cfa866;font-size:13px}@media(min-width:992px){.product-container .product-price-box p{color:#b50c09;font-size:15px}
}.product-container .product-price-box .fw-price{font-weight:normal;font-size:14px}
@media(min-width:992px){.product-container .product-price-box .fw-price{font-weight:600;font-size:16px}
}.product-container .product-price-box .sale-box{position:relative}.product-container .product-price-box .sale-box::after{position:absolute;width:calc(100% - 10px);top:10px;left:-3px;right:0;bottom:0;height:2px;background-color:#cfa866;content:"";transform:rotateZ(5deg)}
@media(min-width:992px){.product-container .product-price-box .sale-box::after{width:calc(100% - 20px);left:-5px;height:3px}
}.product-container .product-price-box .sale-price{font-weight:600;font-size:19px;line-height:1;color:#fff}
@media(min-width:992px){.product-container .product-price-box .sale-price{font-size:24px;color:rgb(102.6,72.2,58.9)}
}.product-container .product-price-box .normal-price{font-weight:bold;font-size:24px;line-height:1}
@media(min-width:992px){.product-container .product-price-box .normal-price{font-size:32px}
}@media(min-width:992px){.product-container .product-price-box{background-color:#fff;color:black;margin:0;padding:0}
}.road-box i{font-size:20px;width:25px;height:22px;text-align:center;margin-right:4px;color:rgb(253.8636363636,251.5909090909,248.6363636364)}
.offer-side-box{padding:12px 16px;box-shadow:0 2px 5px -1px rgba(0,0,0,0.4196078431)}
@media(min-width:768px){.offer-side-box{padding:18px 22px}}@media(min-width:1200px){.offer-side-box{padding:22px 28px}
}.offer-card img{width:100%}.offer-card h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.offer-card .offer-box-text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.badge-products{background:#faf0e3;padding:10px 15px;border-radius:10px}.circle{position:absolute}
.circle.top{top:15px}.circle.bottom{bottom:15px}.circle.left{left:15px}.circle.right{right:15px}
.circle.small{width:40px;height:40px;border-radius:50%;background:rgb(221.6149253731,194.4895522388,148.5850746269);animation-name:circle-move-top;animation-iteration-count:infinite;animation-duration:4s;opacity:.3}
.circle.big{width:60px;height:60px;border-radius:50%;background:rgb(173.0955223881,128.9731343284,54.3044776119);animation-name:circle-move-bottom;animation-iteration-count:infinite;animation-duration:4s;opacity:.3}
@media(min-width:768px){.circle.small{width:55px;height:55px;border-radius:50%;background:rgb(221.6149253731,194.4895522388,148.5850746269)}
.circle.big{width:80px;height:80px;border-radius:50%;background:rgb(173.0955223881,128.9731343284,54.3044776119)}
}@media(min-width:992px){.circle.small{width:105px;height:105px;border-radius:50%;background:rgb(221.6149253731,194.4895522388,148.5850746269)}
.circle.big{width:130px;height:130px;border-radius:50%;background:rgb(173.0955223881,128.9731343284,54.3044776119)}
}