:root{--color-white: #fff;--color-black: #000;--danger-color: #B3261E;--color-neutral: #555;--color-beige-light: #EFE2C2;--color-primary: #F47A1F;--color-primary-hover: #DE650A;--color-tertiary: #E4A022;--color-accent: #4D2406;--color-lighter: #F7F6F5;--color-gradient-primary: linear-gradient(271deg, #F47A1F 33.28%, #FE9C00 99.87%);--color-text-primary: #0E0E0E;--color-text-secondary: #232221;--color-text-tertiary: #777;--color-text-dark: var(--color-black);--color-bg-primary: #FAF6EC;--color-autofill-font: var(--color-text-primary);--color-autofill-bg: var(--color-white)}*,*::before,*::after{box-sizing:border-box}*{margin:0;padding:0;font:inherit;scrollbar-width:thin;font-family:var(--base-font-family);font-size:calc(var(--reset-rem-size)/16*1rem);color:var(--color-text-primary);line-height:1.3;font-optical-sizing:auto}html{font-size:var(--reset-rem-size)}body{background-color:var(--color-bg-primary);min-height:100vh;text-rendering:optimizeSpeed;line-height:1.3;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}p,h1,h2,h3,h4,h5,h6{font-weight:normal;overflow-wrap:break-word}input,button,textarea,select{font:inherit}#root,#__next{isolation:isolate}input[type=number]{-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus{-webkit-text-fill-color:var(--color-autofill-font);box-shadow:0 0 0px 1000px var(--color-autofill-bg) inset;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}ul,ol :not(.list-type){list-style:none;padding:0;margin:0}ul[role=list],ol :not(.list-type)[role=list]{list-style:none}table{border-collapse:collapse;border-spacing:0}::-moz-selection{background-color:var(--color-primary);color:var(--color-white)}::selection{background-color:var(--color-primary);color:var(--color-white)}a{text-decoration:none}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}@media(prefers-reduced-motion: reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}:root{--reset-rem-size: 16px;--font-family-primary: "Inter", sans-serif;--base-font-family: var(--font-family-primary);--logo-width: 146px;--header-z-index: 99;--card-img-height: 100%;--card-img-ratio: auto;--card-img-border-radius: 12px;--border-color: rgba(85, 85, 85, 0.30);--arrow-right: rotate(0deg);--arrow-right-top: rotate(0deg);--origin-start: left;--origin-end: right;--map-img-rotate: rotate(0deg);--rotation-45: rotate(45deg);--rotation-negative-45: rotate(-45deg);--form-control-bg-color: var(--color-white);--form-control-font-weight: 400;--form-control-font-size: 16px;--form-control-placeholder-color: var(--color-text-tertiary);--form-control-font-color: var(--color-text-dark);--form-control-line-height: 1.4;--form-control-padding: 12px 16px;--form-control-border-radius: 8px;--form-control-border-color: var(--border-color);--form-control-border-color-footer: var(--color-beige-light);--form-control-focus-border-color: rgb(from var(--color-primary) r g b / 0.60);--line-anim-origin: bottom right;--line-anim-origin-active: bottom left}[dir=rtl]{--origin-start: right;--origin-end: left;--arrow-right: rotate(180deg);--arrow-right-top: rotate(-90deg);--rotation-45: rotate(-45deg);--rotation-negative-45: rotate(45deg);--line-anim-origin: bottom left;--line-anim-origin-active: bottom right;--map-img-rotate: rotateY(-180deg)}.w-100{width:100%}.h-100{height:100%}.mh-100{min-height:100%}.d-block{display:block}.d-none{display:none}.d-flex{display:-ms-flexbox;display:flex}.flex-row{-ms-flex-direction:row;flex-direction:row}.flex-row-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-column{-ms-flex-direction:column;flex-direction:column}.flex-column-reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.justify-content-start{-ms-flex-pack:start;justify-content:flex-start}.justify-content-end{-ms-flex-pack:end;justify-content:flex-end}.justify-content-center{-ms-flex-pack:center;justify-content:center}.justify-content-between{-ms-flex-pack:justify;justify-content:space-between}.justify-content-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-content-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-align-stretch{-ms-flex-align:stretch;align-items:stretch}.align-items-center{-ms-flex-align:center;align-items:center}.align-items-start{-ms-flex-align:start;align-items:start}.align-items-end{-ms-flex-align:end;align-items:end}.align-items-baseline{-ms-flex-align:baseline;align-items:baseline}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}@media only screen and (min-width: 768px){.d-md-block{display:block}.d-md-none{display:none}.d-md-flex{display:-ms-flexbox;display:flex}.flex-md-row{-ms-flex-direction:row;flex-direction:row}.flex-md-row-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-md-column{-ms-flex-direction:column;flex-direction:column}.flex-md-column-reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.justify-md-content-start{-ms-flex-pack:start;justify-content:flex-start}.justify-md-content-end{-ms-flex-pack:end;justify-content:flex-end}.justify-md-content-center{-ms-flex-pack:center;justify-content:center}.justify-md-content-between{-ms-flex-pack:justify;justify-content:space-between}.justify-md-content-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-md-content-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-md-align-stretch{-ms-flex-align:stretch;align-items:stretch}.align-items-md-center{-ms-flex-align:center;align-items:center}.align-items-md-start{-ms-flex-align:start;align-items:start}.align-items-md-end{-ms-flex-align:end;align-items:end}.align-items-md-baseline{-ms-flex-align:baseline;align-items:baseline}.flex-md-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-md-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}}@media only screen and (min-width: 992px){.d-lg-block{display:block}.d-lg-none{display:none}.d-lg-flex{display:-ms-flexbox;display:flex}.flex-lg-row{-ms-flex-direction:row;flex-direction:row}.flex-lg-row-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}.flex-lg-column{-ms-flex-direction:column;flex-direction:column}.flex-lg-column-reverse{-ms-flex-direction:column-reverse;flex-direction:column-reverse}.justify-lg-content-start{-ms-flex-pack:start;justify-content:flex-start}.justify-lg-content-end{-ms-flex-pack:end;justify-content:flex-end}.justify-lg-content-center{-ms-flex-pack:center;justify-content:center}.justify-lg-content-between{-ms-flex-pack:justify;justify-content:space-between}.justify-lg-content-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-lg-content-evenly{-ms-flex-pack:space-evenly;justify-content:space-evenly}.flex-lg-align-stretch{-ms-flex-align:stretch;align-items:stretch}.align-items-lg-center{-ms-flex-align:center;align-items:center}.align-items-lg-start{-ms-flex-align:start;align-items:start}.align-items-lg-end{-ms-flex-align:end;align-items:end}.align-items-lg-baseline{-ms-flex-align:baseline;align-items:baseline}.flex-lg-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-lg-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse;flex-wrap:wrap-reverse}}.flex-fit{min-width:0;-ms-flex:1 1 0%;flex:1 1 0%}.fs-96{font-size:96px;font-weight:800;line-height:1;letter-spacing:-0.96px}@media only screen and (max-width: 450px){.fs-96{font-size:92px}}.fs-72{font-size:72px;font-weight:800;line-height:1.15;letter-spacing:-1.6px}@media only screen and (max-width: 991px){.fs-72{font-size:48px;letter-spacing:-0.48px}}@media only screen and (max-width: 450px){.fs-72{font-size:44px}}.fs-64{font-size:64px;font-weight:600;line-height:1.15;letter-spacing:-0.64px}@media only screen and (max-width: 991px){.fs-64{font-size:48px;letter-spacing:-0.4px}}@media only screen and (max-width: 450px){.fs-64{font-size:44px}}.fs-58{font-size:58px;font-weight:600;line-height:1.15;letter-spacing:-0.58px}@media only screen and (max-width: 991px){.fs-58{font-size:36px;letter-spacing:-0.32px}}@media only screen and (max-width: 450px){.fs-58{font-size:32px}}.fs-48{font-size:48px;font-weight:600;line-height:1.2;letter-spacing:-0.48px}@media only screen and (max-width: 991px){.fs-48{font-size:32px;letter-spacing:-0.28px}}@media only screen and (max-width: 450px){.fs-48{font-size:28px}}.fs-40{font-size:40px;font-weight:600;line-height:1.2;letter-spacing:-0.4px}@media only screen and (max-width: 991px){.fs-40{font-size:32px;letter-spacing:-0.28px}}@media only screen and (max-width: 450px){.fs-40{font-size:32px}}.fs-33{font-size:33px;font-weight:600;line-height:1.2;letter-spacing:-0.33px}@media only screen and (max-width: 991px){.fs-33{font-size:28px;letter-spacing:-0.28px}}@media only screen and (max-width: 450px){.fs-33{font-size:25px}}.fs-28{font-size:28px;font-weight:700;line-height:1.2;letter-spacing:-0.28px}@media only screen and (max-width: 991px){.fs-28{font-size:20px;letter-spacing:-0.24px}}@media only screen and (max-width: 450px){.fs-28{font-size:18px}}.fs-23{font-size:23px;font-weight:600;line-height:1.15;letter-spacing:-0.23px}@media only screen and (max-width: 991px){.fs-23{font-size:18px;letter-spacing:-0.2px}}@media only screen and (max-width: 450px){.fs-23{font-size:17px}}.fs-19{font-size:19px;font-weight:600;line-height:1.4;letter-spacing:-0.19px}@media only screen and (max-width: 991px){.fs-19{font-size:17px;letter-spacing:-0.18px}}@media only screen and (max-width: 450px){.fs-19{font-size:16px}}.fs-18{font-size:18px;font-weight:400;line-height:1.5}.fs-16{font-size:16px;font-weight:400;line-height:1.5}.fs-14{font-size:14px;font-weight:400;line-height:1.5}.fs-13{font-size:13px;font-weight:400;line-height:1.5}.fs-12{font-size:12px;font-weight:400;line-height:1.15}.text-center{text-align:center}.text-uppercase{text-transform:uppercase}.font-weight-400{font-weight:400}.font-weight-500{font-weight:500}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.font-weight-800{font-weight:800}.line-height-11{line-height:1.15}.line-height-12{line-height:1.2}.line-height-13{line-height:1.3}.line-height-14{line-height:1.4}.line-height-15{line-height:1.5}.font-color-black{color:var(--color-black)}.font-color-white{color:var(--color-white)}.font-color-primary{color:var(--color-text-primary)}.font-color-secondary{color:var(--color-text-secondary)}.font-color-tertiary{color:var(--color-text-tertiary)}.font-color-accent{color:var(--color-accent)}.font-color-neutral{color:var(--color-neutral)}.font-color-dark{color:var(--color-black)}.font-color-gradient{background:linear-gradient(104deg, #2D1300 6.5%, #843C09 60%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);width:-moz-fit-content;width:fit-content}body{--layout-container-width: 1312px;--layout-container-gap: 30px}@media only screen and (max-width: 1200px){body{--layout-container-width: 100%;--layout-container-gap: 16px}}.container{max-width:calc(var(--layout-container-width) + var(--layout-container-gap)*2);padding-inline:var(--layout-container-gap);margin-inline:auto}.container-fluid{padding-inline:4rem}@media only screen and (max-width: 991px){.container-fluid{padding-inline:var(--layout-container-gap)}}.p-0{padding:0rem !important}.p-2{padding:.125rem !important}.p-4{padding:.25rem !important}.p-6{padding:.375rem !important}.p-8{padding:.5rem !important}.p-12{padding:.75rem !important}.p-16{padding:1rem !important}.p-18{padding:1.125rem !important}.p-20{padding:1.25rem !important}.p-24{padding:1.5rem !important}.p-32{padding:2rem !important}.pt-0{padding-top:0rem !important}.pt-2{padding-top:.125rem !important}.pt-4{padding-top:.25rem !important}.pt-6{padding-top:.375rem !important}.pt-8{padding-top:.5rem !important}.pt-12{padding-top:.75rem !important}.pt-16{padding-top:1rem !important}.pt-18{padding-top:1.125rem !important}.pt-20{padding-top:1.25rem !important}.pt-24{padding-top:1.5rem !important}.pt-32{padding-top:2rem !important}.pr-0{padding-inline-end:0rem !important}.pr-2{padding-inline-end:.125rem !important}.pr-4{padding-inline-end:.25rem !important}.pr-6{padding-inline-end:.375rem !important}.pr-8{padding-inline-end:.5rem !important}.pr-12{padding-inline-end:.75rem !important}.pr-16{padding-inline-end:1rem !important}.pr-18{padding-inline-end:1.125rem !important}.pr-20{padding-inline-end:1.25rem !important}.pr-24{padding-inline-end:1.5rem !important}.pr-32{padding-inline-end:2rem !important}.pb-0{padding-bottom:0rem !important}.pb-2{padding-bottom:.125rem !important}.pb-4{padding-bottom:.25rem !important}.pb-6{padding-bottom:.375rem !important}.pb-8{padding-bottom:.5rem !important}.pb-12{padding-bottom:.75rem !important}.pb-16{padding-bottom:1rem !important}.pb-18{padding-bottom:1.125rem !important}.pb-20{padding-bottom:1.25rem !important}.pb-24{padding-bottom:1.5rem !important}.pb-32{padding-bottom:2rem !important}.pl-0{padding-inline-start:0rem !important}.pl-2{padding-inline-start:.125rem !important}.pl-4{padding-inline-start:.25rem !important}.pl-6{padding-inline-start:.375rem !important}.pl-8{padding-inline-start:.5rem !important}.pl-12{padding-inline-start:.75rem !important}.pl-16{padding-inline-start:1rem !important}.pl-18{padding-inline-start:1.125rem !important}.pl-20{padding-inline-start:1.25rem !important}.pl-24{padding-inline-start:1.5rem !important}.pl-32{padding-inline-start:2rem !important}.m-0{margin:0rem !important}.m-2{margin:.125rem !important}.m-4{margin:.25rem !important}.m-6{margin:.375rem !important}.m-8{margin:.5rem !important}.m-12{margin:.75rem !important}.m-16{margin:1rem !important}.m-18{margin:1.125rem !important}.m-20{margin:1.25rem !important}.m-24{margin:1.5rem !important}.m-32{margin:2rem !important}.mt-0{margin-top:0rem !important}.mt-2{margin-top:.125rem !important}.mt-4{margin-top:.25rem !important}.mt-6{margin-top:.375rem !important}.mt-8{margin-top:.5rem !important}.mt-12{margin-top:.75rem !important}.mt-16{margin-top:1rem !important}.mt-18{margin-top:1.125rem !important}.mt-20{margin-top:1.25rem !important}.mt-24{margin-top:1.5rem !important}.mt-32{margin-top:2rem !important}.mr-0{margin-inline-end:0rem !important}.mr-2{margin-inline-end:.125rem !important}.mr-4{margin-inline-end:.25rem !important}.mr-6{margin-inline-end:.375rem !important}.mr-8{margin-inline-end:.5rem !important}.mr-12{margin-inline-end:.75rem !important}.mr-16{margin-inline-end:1rem !important}.mr-18{margin-inline-end:1.125rem !important}.mr-20{margin-inline-end:1.25rem !important}.mr-24{margin-inline-end:1.5rem !important}.mr-32{margin-inline-end:2rem !important}.mb-0{margin-bottom:0rem !important}.mb-2{margin-bottom:.125rem !important}.mb-4{margin-bottom:.25rem !important}.mb-6{margin-bottom:.375rem !important}.mb-8{margin-bottom:.5rem !important}.mb-12{margin-bottom:.75rem !important}.mb-16{margin-bottom:1rem !important}.mb-18{margin-bottom:1.125rem !important}.mb-20{margin-bottom:1.25rem !important}.mb-24{margin-bottom:1.5rem !important}.mb-32{margin-bottom:2rem !important}.ml-0{margin-inline-start:0rem !important}.ml-2{margin-inline-start:.125rem !important}.ml-4{margin-inline-start:.25rem !important}.ml-6{margin-inline-start:.375rem !important}.ml-8{margin-inline-start:.5rem !important}.ml-12{margin-inline-start:.75rem !important}.ml-16{margin-inline-start:1rem !important}.ml-18{margin-inline-start:1.125rem !important}.ml-20{margin-inline-start:1.25rem !important}.ml-24{margin-inline-start:1.5rem !important}.ml-32{margin-inline-start:2rem !important}.column-gap-0{-moz-column-gap:0rem !important;column-gap:0rem !important}.column-gap-2{-moz-column-gap:.125rem !important;column-gap:.125rem !important}.column-gap-4{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-6{-moz-column-gap:.375rem !important;column-gap:.375rem !important}.column-gap-8{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-12{-moz-column-gap:.75rem !important;column-gap:.75rem !important}.column-gap-16{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-18{-moz-column-gap:1.125rem !important;column-gap:1.125rem !important}.column-gap-20{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-24{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-32{-moz-column-gap:2rem !important;column-gap:2rem !important}.row-gap-0{row-gap:0rem !important}.row-gap-2{row-gap:.125rem !important}.row-gap-4{row-gap:.25rem !important}.row-gap-6{row-gap:.375rem !important}.row-gap-8{row-gap:.5rem !important}.row-gap-12{row-gap:.75rem !important}.row-gap-16{row-gap:1rem !important}.row-gap-18{row-gap:1.125rem !important}.row-gap-20{row-gap:1.25rem !important}.row-gap-24{row-gap:1.5rem !important}.row-gap-32{row-gap:2rem !important}@media only screen and (min-width: 768px){.p-md-0{padding:0rem !important}.p-md-8{padding:.5rem !important}.p-md-16{padding:1rem !important}.p-md-18{padding:1.125rem !important}.p-md-20{padding:1.25rem !important}.p-md-24{padding:1.5rem !important}.p-md-32{padding:2rem !important}.p-md-48{padding:3rem !important}.pt-md-0{padding-top:0rem !important}.pt-md-8{padding-top:.5rem !important}.pt-md-16{padding-top:1rem !important}.pt-md-18{padding-top:1.125rem !important}.pt-md-20{padding-top:1.25rem !important}.pt-md-24{padding-top:1.5rem !important}.pt-md-32{padding-top:2rem !important}.pt-md-48{padding-top:3rem !important}.pr-md-0{padding-inline-end:0rem !important}.pr-md-8{padding-inline-end:.5rem !important}.pr-md-16{padding-inline-end:1rem !important}.pr-md-18{padding-inline-end:1.125rem !important}.pr-md-20{padding-inline-end:1.25rem !important}.pr-md-24{padding-inline-end:1.5rem !important}.pr-md-32{padding-inline-end:2rem !important}.pr-md-48{padding-inline-end:3rem !important}.pb-md-0{padding-bottom:0rem !important}.pb-md-8{padding-bottom:.5rem !important}.pb-md-16{padding-bottom:1rem !important}.pb-md-18{padding-bottom:1.125rem !important}.pb-md-20{padding-bottom:1.25rem !important}.pb-md-24{padding-bottom:1.5rem !important}.pb-md-32{padding-bottom:2rem !important}.pb-md-48{padding-bottom:3rem !important}.pl-md-0{padding-inline-start:0rem !important}.pl-md-8{padding-inline-start:.5rem !important}.pl-md-16{padding-inline-start:1rem !important}.pl-md-18{padding-inline-start:1.125rem !important}.pl-md-20{padding-inline-start:1.25rem !important}.pl-md-24{padding-inline-start:1.5rem !important}.pl-md-32{padding-inline-start:2rem !important}.pl-md-48{padding-inline-start:3rem !important}.m-md-0{margin:0rem !important}.m-md-8{margin:.5rem !important}.m-md-16{margin:1rem !important}.m-md-18{margin:1.125rem !important}.m-md-20{margin:1.25rem !important}.m-md-24{margin:1.5rem !important}.m-md-32{margin:2rem !important}.m-md-48{margin:3rem !important}.mt-md-0{margin-top:0rem !important}.mt-md-8{margin-top:.5rem !important}.mt-md-16{margin-top:1rem !important}.mt-md-18{margin-top:1.125rem !important}.mt-md-20{margin-top:1.25rem !important}.mt-md-24{margin-top:1.5rem !important}.mt-md-32{margin-top:2rem !important}.mt-md-48{margin-top:3rem !important}.mr-md-0{margin-inline-end:0rem !important}.mr-md-8{margin-inline-end:.5rem !important}.mr-md-16{margin-inline-end:1rem !important}.mr-md-18{margin-inline-end:1.125rem !important}.mr-md-20{margin-inline-end:1.25rem !important}.mr-md-24{margin-inline-end:1.5rem !important}.mr-md-32{margin-inline-end:2rem !important}.mr-md-48{margin-inline-end:3rem !important}.mb-md-0{margin-bottom:0rem !important}.mb-md-8{margin-bottom:.5rem !important}.mb-md-16{margin-bottom:1rem !important}.mb-md-18{margin-bottom:1.125rem !important}.mb-md-20{margin-bottom:1.25rem !important}.mb-md-24{margin-bottom:1.5rem !important}.mb-md-32{margin-bottom:2rem !important}.mb-md-48{margin-bottom:3rem !important}.ml-md-0{margin-inline-start:0rem !important}.ml-md-8{margin-inline-start:.5rem !important}.ml-md-16{margin-inline-start:1rem !important}.ml-md-18{margin-inline-start:1.125rem !important}.ml-md-20{margin-inline-start:1.25rem !important}.ml-md-24{margin-inline-start:1.5rem !important}.ml-md-32{margin-inline-start:2rem !important}.ml-md-48{margin-inline-start:3rem !important}.column-gap-md-0{-moz-column-gap:0rem !important;column-gap:0rem !important}.column-gap-md-8{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-md-16{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-md-18{-moz-column-gap:1.125rem !important;column-gap:1.125rem !important}.column-gap-md-20{-moz-column-gap:1.25rem !important;column-gap:1.25rem !important}.column-gap-md-24{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-md-32{-moz-column-gap:2rem !important;column-gap:2rem !important}.column-gap-md-48{-moz-column-gap:3rem !important;column-gap:3rem !important}.row-gap-md-0{row-gap:0rem !important}.row-gap-md-8{row-gap:.5rem !important}.row-gap-md-16{row-gap:1rem !important}.row-gap-md-18{row-gap:1.125rem !important}.row-gap-md-20{row-gap:1.25rem !important}.row-gap-md-24{row-gap:1.5rem !important}.row-gap-md-32{row-gap:2rem !important}.row-gap-md-48{row-gap:3rem !important}}.m-auto{margin:auto !important}.mt-auto{margin-top:auto !important}.mr-auto{margin-inline-end:auto !important}.mb-auto{margin-bottom:auto !important}.ml-auto{margin-inline-start:auto !important}.mt-md-auto{margin-top:auto !important}.mr-md-auto{margin-inline-end:auto !important}.mb-md-auto{margin-bottom:auto !important}.ml-md-auto{margin-inline-start:auto !important}.color-bg-primary{background-color:var(--color-bg-primary)}.color-bg-white{background-color:var(--color-white)}.cursor-pointer{cursor:pointer}.decoration-none{text-decoration:none}.decoration-underline,.decoration-underline-hover{text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.decoration-underline-hover{text-decoration:none}.decoration-underline-hover:hover{text-decoration:underline}.sec-pt{padding-top:104px}@media only screen and (max-width: 991px){.sec-pt{padding-top:72px}}@media only screen and (max-width: 767px){.sec-pt{padding-top:56px}}.sec-pb{padding-bottom:104px}@media only screen and (max-width: 991px){.sec-pb{padding-bottom:72px}}@media only screen and (max-width: 767px){.sec-pb{padding-bottom:56px}}.sec-pt-sm{padding-top:72px}@media only screen and (max-width: 991px){.sec-pt-sm{padding-top:48px}}.sec-pb-sm{padding-bottom:72px}@media only screen and (max-width: 991px){.sec-pb-sm{padding-bottom:48px}}.grid{--grid-columns: 3;--grid-gap: 16px;display:grid;grid-template-columns:repeat(var(--grid-columns), 1fr);gap:var(--grid-gap)}@media only screen and (max-width: 991px){.grid{--grid-columns: 2}}@media only screen and (max-width: 767px){.grid{--grid-columns: 1}}@media only screen and (min-width: 768px){.grid-col-2{--grid-columns: 2}}@media only screen and (min-width: 992px){.grid-col-4{--grid-columns: 4}}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}html{scroll-behavior:smooth}body{--layout-container-width: 1296px;--layout-container-gap: 30px}@media only screen and (max-width: 1200px){body{--layout-container-width: 100%;--layout-container-gap: 16px}}body[data-aos-duration="400"] [data-aos],[data-aos][data-aos][data-aos-duration="400"]{transition-duration:400ms}body[data-aos-duration="450"] [data-aos],[data-aos][data-aos][data-aos-duration="450"]{transition-duration:450ms}body[data-aos-duration="500"] [data-aos],[data-aos][data-aos][data-aos-duration="500"]{transition-duration:500ms}body[data-aos-duration="550"] [data-aos],[data-aos][data-aos][data-aos-duration="550"]{transition-duration:550ms}body[data-aos-duration="600"] [data-aos],[data-aos][data-aos][data-aos-duration="600"]{transition-duration:600ms}body[data-aos-duration="650"] [data-aos],[data-aos][data-aos][data-aos-duration="650"]{transition-duration:650ms}body[data-aos-duration="700"] [data-aos],[data-aos][data-aos][data-aos-duration="700"]{transition-duration:700ms}body[data-aos-duration="750"] [data-aos],[data-aos][data-aos][data-aos-duration="750"]{transition-duration:750ms}body[data-aos-delay="250"] [data-aos],[data-aos][data-aos][data-aos-delay="250"]{transition-delay:0s}body[data-aos-delay="250"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="250"].aos-animate{transition-delay:250ms}body[data-aos-delay="300"] [data-aos],[data-aos][data-aos][data-aos-delay="300"]{transition-delay:0s}body[data-aos-delay="300"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="300"].aos-animate{transition-delay:300ms}body[data-aos-delay="350"] [data-aos],[data-aos][data-aos][data-aos-delay="350"]{transition-delay:0s}body[data-aos-delay="350"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="350"].aos-animate{transition-delay:350ms}body[data-aos-delay="400"] [data-aos],[data-aos][data-aos][data-aos-delay="400"]{transition-delay:0s}body[data-aos-delay="400"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="400"].aos-animate{transition-delay:400ms}body[data-aos-delay="450"] [data-aos],[data-aos][data-aos][data-aos-delay="450"]{transition-delay:0s}body[data-aos-delay="450"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="450"].aos-animate{transition-delay:450ms}body[data-aos-delay="500"] [data-aos],[data-aos][data-aos][data-aos-delay="500"]{transition-delay:0s}body[data-aos-delay="500"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="500"].aos-animate{transition-delay:500ms}body[data-aos-delay="550"] [data-aos],[data-aos][data-aos][data-aos-delay="550"]{transition-delay:0s}body[data-aos-delay="550"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="550"].aos-animate{transition-delay:550ms}body[data-aos-delay="600"] [data-aos],[data-aos][data-aos][data-aos-delay="600"]{transition-delay:0s}body[data-aos-delay="600"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="600"].aos-animate{transition-delay:600ms}body[data-aos-delay="650"] [data-aos],[data-aos][data-aos][data-aos-delay="650"]{transition-delay:0s}body[data-aos-delay="650"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="650"].aos-animate{transition-delay:650ms}body[data-aos-delay="700"] [data-aos],[data-aos][data-aos][data-aos-delay="700"]{transition-delay:0s}body[data-aos-delay="700"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="700"].aos-animate{transition-delay:700ms}body[data-aos-delay="750"] [data-aos],[data-aos][data-aos][data-aos-delay="750"]{transition-delay:0s}body[data-aos-delay="750"] [data-aos].aos-animate,[data-aos][data-aos][data-aos-delay="750"].aos-animate{transition-delay:750ms}body[data-aos-easing=linear] [data-aos],[data-aos][data-aos][data-aos-easing=linear]{transition-timing-function:cubic-bezier(0.25, 0.25, 0.75, 0.75)}[data-aos^=fade][data-aos^=fade]{opacity:0;transition-property:all}[data-aos^=fade][data-aos^=fade].aos-animate{opacity:1;transform:translate3d(0, 0, 0)}[data-aos=fade-up]{transform:translate3d(0, 45px, 0)}.btn{--btn-bg-color: var(--color-white);--btn-font-color: var(--color-text-primary);--btn-font-size: 12px;--btn-padding-y: 12px;--btn-padding-x: 16px;--btn-border-width: 1px;--btn-border-color: var(--color-black);--btn-border-radius: 4px;--btn-gap: 6px;--btn-min-height: 48px;--btn-hover-bg-color: var(--color-white);--btn-hover-font-color: var(--color-text-primary);--btn-hover-border-color: var(--color-black);--btn-focus-bg-color: var(--btn-hover-bg-color);--btn-focus-font-color: var(--btn-hover-font-color);--btn-focus-border-color: var(--btn-hover-border-color);position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;background-color:var(--btn-bg-color);min-height:var(--btn-min-height);color:var(--btn-font-color);font-weight:700;font-size:var(--btn-font-size);line-height:1.2;text-transform:uppercase;text-align:center;letter-spacing:1px;padding:var(--btn-padding-y) var(--btn-padding-x);border:var(--btn-border-width) solid var(--btn-border-color);border-radius:var(--btn-border-radius);gap:var(--btn-gap);-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:all .4s;will-change:transform;cursor:pointer}@media only screen and (max-width: 767px){.btn{--btn-min-height: 42px}}.btn:focus-visible{outline:2px solid var(--btn-focus-border-color);outline-offset:2px;background-color:var(--btn-focus-bg-color);color:var(--btn-focus-font-color);border-color:var(--btn-focus-border-color)}.btn:disabled,.btn.disabled,.btn[aria-disabled=true]{cursor:default;opacity:.6;pointer-events:none}.btn:hover{background-color:var(--btn-hover-bg-color);color:var(--btn-hover-font-color);border-color:var(--btn-hover-border-color)}.btn-primary{--btn-hover-bg-color: var(--color-primary)}.btn-secondary{--btn-bg-color: var(--color-primary);--btn-hover-bg-color: var(--color-primary-hover);--btn-border-color: var(--color-primary);--btn-hover-border-color: var(--color-primary-hover)}.btn-outline{--btn-bg-color: transparent;--btn-font-color: var(--color-white);--btn-border-color: var(--color-white)}.btn-link{--btn-arrow-size: 24px;--btn-bg-color: transparent;--btn-font-color: var(--color-text-dark);--btn-padding-y: 0;--btn-padding-x: 0;--btn-border-width: 0;--btn-gap: 12px;--btn-hover-bg-color: transparent;--btn-min-height: auto;-ms-flex-align:start;align-items:flex-start;line-height:var(--btn-arrow-size)}.btn-link .btn-img{display:grid;place-items:center;background-color:var(--color-primary);width:var(--btn-arrow-size);aspect-ratio:1/1;border-radius:4px;margin-block:auto;-ms-flex-negative:0;flex-shrink:0;transition:all .2s ease-in-out;will-change:width,opacity;overflow:hidden;transform:var(--arrow-right-top)}.btn-link .btn-img svg{position:absolute;transition:all .2s ease-in-out;will-change:transform}.btn-link .btn-img svg:last-child{transform:translate(-20px, 20px);opacity:0}.btn-link .btn-arrow{transform:var(--arrow-right)}.btn-link:hover{text-decoration-line:underline;text-decoration-style:solid;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font}.btn-link:hover .btn-img{width:calc(var(--btn-arrow-size) + 4px)}.btn-link:hover .btn-img svg{transform:translate(20px, -20px);opacity:0}.btn-link:hover .btn-img svg:last-child{transform:translate(0, 0);opacity:1}.btn-link.btn-light{--btn-font-color: var(--color-white)}.language-select-wrapper .icon-globe{position:relative;display:-ms-flexbox;display:flex;max-width:20px}@media only screen and (max-width: 767px){.language-select-wrapper .icon-globe{display:none}}.language-select-wrapper .ss-main{--ss-font-color: #131414;background:rgba(0,0,0,0);border-width:0;box-shadow:none !important}.language-select-wrapper .ss-main .ss-values{-ms-flex:1;flex:1}.language-select-wrapper .ss-main .ss-values .ss-single{max-width:100%;color:#1e0e02;font-size:12px;font-weight:700;line-height:1.2;letter-spacing:1px;margin-inline:0}.language-select-wrapper .ss-main .ss-arrow path{stroke-width:14px}.ss-content{--ss-bg-color: #FFFCF6;--ss-border-color: #EFE2C2;--ss-border-radius: 8px;min-width:110px;font-size:16px;padding-block:8px;padding-block-end:4px;border-radius:var(--ss-border-radius);box-shadow:0 4px 12.4px 0 rgba(0,0,0,.25);margin-inline-start:-20px !important}.ss-content .ss-list .ss-option{color:var(--color-text-primary);line-height:1.5;padding:6px 12px;border-width:0 !important}.ss-content .ss-list .ss-option:hover:not(.ss-disabled){color:var(--color-primary);background-color:rgba(0,0,0,0);transition:all .3s}textarea{resize:none}.form-control{width:100%;background-color:var(--form-control-bg-color);font-weight:var(--form-control-font-weight);font-size:var(--form-control-font-size);color:var(--form-control-font-color);line-height:var(--form-control-line-height);padding:var(--form-control-padding);border:1px solid var(--form-control-border-color);border-radius:var(--form-control-border-radius);outline:none;transition:all .4s}.form-control::-moz-placeholder{color:var(--form-control-placeholder-color)}.form-control:-ms-input-placeholder{color:var(--form-control-placeholder-color)}.form-control::placeholder{color:var(--form-control-placeholder-color)}.form-control:focus,.form-control:focus-visible,.form-control:focus-within{border-color:var(--form-control-focus-border-color)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}.font-color-danger{color:var(--danger-color)}.invalid-feedback{display:none}.was-validated .form-group:has(.form-control:invalid) .invalid-feedback{display:block}.was-validated .form-control:invalid{border-color:var(--danger-color)}.card-img{position:relative;background:var(--color-bg-primary);border-radius:var(--card-img-border-radius);aspect-ratio:var(--card-img-ratio);overflow:hidden}.card-img>img{width:100%;height:var(--card-img-height);-o-object-fit:cover;object-fit:cover;transition:all .4s;will-change:transform}.card-hover:hover .card-img>img{transform:scale(1.1)}.card-hover:hover .card-title{text-decoration:underline;text-decoration-thickness:1.5px;text-underline-offset:1px;text-underline-position:from-font}.main-logo{display:-ms-flexbox;display:flex;max-width:var(--logo-width)}@media only screen and (max-width: 767px){.main-logo{--logo-width: 120px}}.header{--header-gap: 32px;--header-bg-color: var(--color-bg-primary);--header-font-color: var(--color-text-primary);--header-border-color: rgb(from var(--color-accent) r g b / 0.15);--header-padding: 24px;position:sticky;top:0;background:var(--header-bg-color);padding-block:var(--header-padding);border-bottom:1px solid var(--header-border-color);z-index:var(--header-z-index);transition:all .4s}@media only screen and (max-width: 1200px){.header{--header-logo-width: 120px;--header-padding: 12px;--header-gap: 16px;--header-logo-width: 178px}}.header.header-scrolled{--header-padding: 12px}.header.hide-header{top:-125px}.header.hide-header:has(:hover),.header.hide-header:has(.ss-content.ss-open){top:0}.header .main-logo{position:relative;z-index:5;margin-inline-end:26px}@media only screen and (max-width: 991px){.header .main-logo{margin-inline-end:16px}}.header .header-menu{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:var(--header-gap);-ms-flex:1 1 0px;flex:1 1 0;min-width:0}@media only screen and (max-width: 1200px){.header .header-menu{--header-font-color: var(--color-text-dark);position:fixed;inset:0;min-height:100svh;background-color:var(--color-white);-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;padding:120px 20px 20px 20px;opacity:0;visibility:hidden;pointer-events:none;transition:all .4s;transform:translateY(-100px)}.header .header-menu.menu-is-active{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}}.header .header-menu .connect-btn{display:none}@media only screen and (max-width: 1200px){.header .header-menu .connect-btn{display:-ms-inline-flexbox;display:inline-flex}}.header .nav-links{--nav-link-padding-y: 6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:end;justify-content:flex-end;gap:var(--header-gap)}@media only screen and (max-width: 1200px){.header .nav-links{--header-gap: 8px;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:stretch;align-items:stretch;-ms-flex:1;flex:1;padding-bottom:25px;overflow:auto}}.header .nav-links>li:has(.dropdown-menu:hover) .nav-link-item{--nav-menu-rotate: 180deg}@media only screen and (min-width: 1201px){.header .nav-links>li>.nav-link-item::after{content:"";position:absolute;background:var(--header-font-color);width:var(--nav-link-underline-width);inset-inline-start:0;height:1px;bottom:2px;transform:var(--nav-link-underline-transform);transform-origin:var(--nav-link-underline-origin);transition:transform .25s ease-out;pointer-events:none;will-change:transform}}.header .nav-links .nav-link-item{--nav-link-underline-width: 100%;--nav-link-underline-transform: scaleX(0);--nav-link-underline-origin: var(--line-anim-origin);--nav-menu-rotate: 0;--nav-link-gap: 4px;--nav-link-dropdown-arrow-position: 40px;--nav-link-dropdown-arrow-visibilty: 0;position:relative;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:var(--nav-link-gap);color:var(--header-font-color);font-size:13px;font-weight:700;line-height:1.2;letter-spacing:1px;text-transform:uppercase;padding-block:var(--nav-link-padding-y);transition:all .4s;cursor:pointer}@media only screen and (min-width: 1201px){.header .nav-links .nav-link-item:has(.nav-menu-arrow)::before{content:"";position:absolute;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19' height='10' viewBox='0 0 19 10' fill='none'%3E%3Cpath d='M8.05 0.62397L0 9.09766H19L10.95 0.623971C10.1615 -0.206031 8.8385 -0.206032 8.05 0.62397Z' fill='white'/%3E%3C/svg%3E");width:19px;height:10px;inset:auto auto calc(-1*var(--header-padding) - 23px) calc(50% - 9.5px);transform:translateY(var(--nav-link-dropdown-arrow-position));opacity:var(--nav-link-dropdown-arrow-visibilty);pointer-events:none;transition:all .4s;z-index:1}}@media only screen and (max-width: 1200px){.header .nav-links .nav-link-item{--nav-link-padding-y: 12px;font-size:16px}.header .nav-links .nav-link-item.is-opened svg{transform:rotate(-90deg)}}.header .nav-links .nav-link-item .nav-menu-arrow{transition:all .4s;overflow:hidden}.header .nav-links .nav-link-item .nav-menu-arrow svg{transform:rotate(var(--nav-menu-rotate));transition:all .4s}.header .nav-links .nav-link-item .nav-menu-arrow path{stroke:var(--header-font-color)}.header .nav-links .nav-link-item:has(.nav-menu-arrow){--nav-link-underline-width: calc(100% - 16px - var(--nav-link-gap))}.header .nav-links .nav-link-item:hover,.header .nav-links .nav-link-item.is-opened,.header .nav-links .nav-link-item.active{--nav-menu-rotate: 180deg;--nav-link-underline-transform: scaleX(1);--nav-link-underline-origin: var(--line-anim-origin-active)}.header .nav-links .nav-menu-arrow{display:-ms-flexbox;display:flex;justify-self:flex-end;pointer-events:none;transition:transform .3s}@media only screen and (max-width: 1200px){.header .nav-links .nav-menu-arrow{min-width:15%;-ms-flex-pack:end;justify-content:flex-end;margin-inline-start:auto;padding-inline-end:4px;aspect-ratio:auto;pointer-events:all}}@media only screen and (max-width: 1200px){.header .nav-links .nav-menu-arrow svg{min-width:20px;aspect-ratio:1}}.header .nav-links .dropdown-menu-wrapper{display:-ms-flexbox;display:flex;gap:20px;background:var(--color-white);padding:12px;border-radius:8px}@media only screen and (min-width: 1201px){.header .nav-links .dropdown-menu-wrapper{gap:50px;margin-inline:30px}}@media only screen and (min-width: 1201px){.header .nav-links .dropdown-menu-wrapper{box-shadow:0 6px 104px 70px rgba(0,0,0,.07)}}@media only screen and (max-width: 1200px){.header .nav-links .dropdown-menu-wrapper{-ms-flex-direction:column;flex-direction:column;-ms-flex-align:stretch;align-items:stretch;padding-inline:0}}.header .nav-links .dropdown-menu-right-column{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:26px;min-width:0;-ms-flex:1;flex:1}@media only screen and (min-width: 1201px){.header .nav-links .dropdown-menu-right-column{padding-inline-end:28px}}@media only screen and (min-width: 1201px){.header .nav-links .dropdown-menu-right-column{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;max-height:calc(100svh - (100px + var(--header-padding)));padding-block:28px;overflow-y:auto}}.header .nav-links .dropdown-menu-item{min-width:0;-ms-flex:1;flex:1}@media only screen and (max-width: 1200px){.header .nav-links .dropdown-menu-item .menu-title{font-size:14px;margin-bottom:12px !important}}.header .nav-links .dropdown-menu-item .menu-title{letter-spacing:.5px;text-transform:uppercase}.header .nav-links .dropdown-menu-header{display:-ms-flexbox;display:flex;gap:12px;padding-bottom:20px;border-bottom:1px solid #efe9f5;margin-bottom:20px}@media only screen and (max-width: 1200px){.header .nav-links .dropdown-menu-header{padding-bottom:12px;margin-bottom:12px}}.header .nav-links .menu-content{background:#fff5e9;padding:28px;border-radius:6px}@media only screen and (min-width: 1201px){.header .nav-links .menu-content{max-width:min(440px,40%)}}@media only screen and (max-width: 991px){.header .nav-links .menu-content{padding:20px}}.header .nav-links .menu-content .menu-content-title{max-width:179px;font-size:32px;letter-spacing:.5px}@media only screen and (max-width: 1200px){.header .nav-links .menu-content .menu-content-title{display:none}}.header .nav-links .dropdown-menu{--dropdown-menu-item-gap: 6px}@media only screen and (max-width: 1200px){.header .nav-links .dropdown-menu{--layout-container-gap: 0px;--dropdown-menu-item-gap: 5px;max-height:0;overflow:hidden;transition:max-height .3s}}@media only screen and (min-width: 1201px){.header .nav-links .dropdown-menu{--header-font-color: var(--color-text-dark);--dropdown-menu-gap: calc(var(--header-padding) + var(--nav-link-padding-y));position:fixed;inset-inline-start:0;inset-inline-end:0;padding-top:16px;margin-top:var(--dropdown-menu-gap);opacity:0;visibility:hidden;pointer-events:none;transition:all .4s;transform:translateY(20px)}.header .nav-links .dropdown-menu::before{content:"";position:absolute;min-height:var(--dropdown-menu-gap);top:calc(-1*var(--dropdown-menu-gap));width:100%}}.header .nav-links .dropdown-menu .dropdown-menu-links{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:8px}.header .nav-links .dropdown-menu .dropdown-menu-links li{display:-ms-flexbox;display:flex}.header .nav-links .dropdown-menu .link-icon{display:grid;place-items:center;min-width:24px}.header .nav-links .dropdown-menu .nav-link-item{--arrow-position: -10px;--arrow-visibilty: 0;display:inline;font-size:14px;font-weight:500;line-height:1.4;letter-spacing:-0.154px;padding:var(--dropdown-menu-item-gap) 0;text-transform:none;margin-inline-end:4px}.header .nav-links .dropdown-menu .nav-link-item .link-arrow{padding-inline-start:8px;margin-inline-start:var(--arrow-position);transform:var(--arrow-right);opacity:var(--arrow-visibilty);transition:all .3s;display:-ms-inline-flexbox;display:inline-flex}@media only screen and (max-width: 1200px){.header .nav-links .dropdown-menu .nav-link-item .link-arrow{display:none}}.header .nav-links .dropdown-menu .nav-link-item .header-nav-link{color:inherit;font-weight:700}@media only screen and (max-width: 1200px){.header .nav-links .dropdown-menu .nav-link-item{font-weight:400}}.header .nav-links .dropdown-menu .nav-link-item::before{display:none}.header .nav-links .dropdown-menu .nav-link-item:hover,.header .nav-links .dropdown-menu .nav-link-item.is-active{--arrow-position: 0;--arrow-visibilty: 1;color:var(--color-primary)}@media only screen and (min-width: 1201px){.header .nav-links>li:hover .nav-link-item,.header .nav-links>li.is-hover-active .nav-link-item{--nav-link-dropdown-arrow-position: 0;--nav-link-dropdown-arrow-visibilty: 1}.header .nav-links>li:hover .dropdown-menu,.header .nav-links>li.is-hover-active .dropdown-menu{opacity:1;visibility:visible;pointer-events:all;transform:translateY(0)}}.header .hamburger-btn{--hamburger-btn-size: 32px;--btn-bg-color: transparent;--btn-hover-bg-color: transparent;--btn-border-width: 0;--btn-min-height: auto;display:none;padding:0}@media only screen and (max-width: 1200px){.header .hamburger-btn{display:block}}.header .hamburger-btn svg{min-width:var(--hamburger-btn-size);transition:transform 600ms cubic-bezier(0.4, 0, 0.2, 1)}.header .hamburger-btn svg .line{fill:none;stroke:var(--header-font-color);stroke-linecap:round;stroke-linejoin:round;stroke-width:2px;transition:stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1)}.header .hamburger-btn svg .line-top-bottom{stroke-dasharray:12 63}.header .hamburger-btn.menu-is-active svg{transform:rotate(-45deg)}.header .hamburger-btn.menu-is-active svg .line-top-bottom{stroke-dasharray:20 300;stroke-dashoffset:-32.42}.header .dropdown-media-sec{max-width:min(356px,55%)}@media only screen and (max-width: 1200px){.header .dropdown-media-sec{display:none}}.header .dropdown-media-sec img{opacity:1;transition:opacity .35s ease}.header .dropdown-media-sec img.is-fading{opacity:0}@media only screen and (max-width: 1200px){.header .search-btn{--btn-font-size: 0px;--btn-padding-y: 3px;--btn-padding-x: 3px;--btn-border-width: 0;--btn-bg-color: transparent;--btn-min-height: auto;--btn-gap: 0;text-indent:-999px}}@media only screen and (max-width: 1200px){.header .search-btn .search-icon{width:22px}}@media only screen and (max-width: 1200px){.header .connect-btn{display:none}}:root{--footer-bg-position: 140px top;--footer-rotate: rotateY(0deg)}[dir=rtl]{--footer-rotate: rotateY(180deg)}.footer{padding-bottom:80px}@media only screen and (max-width: 767px){.footer{padding-bottom:48px}}.footer .footer-form-wrapper{--form-control-border-color: var(--color-beige-light);position:relative;padding-block:110px 80px;border-bottom:1px solid rgb(from var(--color-accent) r g b/0.12);margin-bottom:48px}.footer .footer-form-wrapper::before{content:"";position:absolute;inset:0;background:url("../images/footer-bg.svg") var(--footer-bg-position)/auto no-repeat;pointer-events:none;transform:var(--footer-rotate)}@media only screen and (max-width: 767px){.footer .footer-form-wrapper{padding-block:48px;margin-bottom:24px}}@media only screen and (min-width: 768px){.footer .footer-form-wrapper .footer-form{width:min(475px,60%)}}.footer .footer-links-wrapper{width:min(585px,55%)}@media only screen and (max-width: 991px){.footer .footer-links-wrapper{width:100%;margin-top:32px}}@media only screen and (max-width: 450px){.footer .footer-links-wrapper{-ms-flex-direction:column;flex-direction:column}}.footer .footer-link{color:rgb(from var(--color-accent) r g b/0.8)}.footer .map-link{max-width:320px}.footer .form-title{max-width:350px}.footer .footer-link-icon{min-width:40px;aspect-ratio:1;border:1px solid rgb(from var(--color-accent) r g b/0.12);border-radius:50%;transition:all .3s}.footer .footer-link-icon:hover{border-color:var(--color-primary)}.footer .footer-link-icon:hover svg *{fill-opacity:1;fill:var(--color-primary)}.footer .footer-link-icon svg *{transition:all .3s}/*# sourceMappingURL=main.min.css.map */