﻿:root { --bs-blue: #0d6efd; --bs-indigo: #6610f2; --bs-purple: #6f42c1; --bs-pink: #d63384; --bs-red: #dc3545; --bs-orange: #fd7e14; --bs-yellow: #ffc107; --bs-green: #198754; --bs-teal: #20c997; --bs-cyan: #0dcaf0; --bs-white: #fff; --bs-gray: #6c757d; --bs-gray-dark: #343a40; --bs-gray-100: #f8f9fa; --bs-gray-200: #e9ecef; --bs-gray-300: #dee2e6; --bs-gray-400: #ced4da; --bs-gray-500: #adb5bd; --bs-gray-600: #6c757d; --bs-gray-700: #495057; --bs-gray-800: #343a40; --bs-gray-900: #212529; --bs-primary: #0d6efd; --bs-secondary: #6c757d; --bs-success: #198754; --bs-info: #0dcaf0; --bs-warning: #ffc107; --bs-danger: #dc3545; --bs-light: #f8f9fa; --bs-dark: #212529; --bs-primary-rgb: 13,110,253; --bs-secondary-rgb: 108,117,125; --bs-success-rgb: 25,135,84; --bs-info-rgb: 13,202,240; --bs-warning-rgb: 255,193,7; --bs-danger-rgb: 220,53,69; --bs-light-rgb: 248,249,250; --bs-dark-rgb: 33,37,41; --bs-white-rgb: 255,255,255; --bs-black-rgb: 0,0,0; --bs-body-color-rgb: 33,37,41; --bs-body-bg-rgb: 255,255,255; --bs-font-sans-serif: system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0)); --bs-body-font-family: var(--bs-font-sans-serif); --bs-body-font-size: 1rem; --bs-body-font-weight: 400; --bs-body-line-height: 1.5; --bs-body-color: #212529; --bs-body-bg: #fff; --body-background: rgb(255, 255, 255); --body-color: rgb(39, 39, 39); --body-font: 'Maven Pro',sans-serif; --h1-font: 'Maven Pro',sans-serif; --h2-font: 'Maven Pro',sans-serif; --h3-font: 'Maven Pro',sans-serif; --h4-font: 'Maven Pro',sans-serif; --text-primary: rgb(0, 0, 0); --text-secondary: rgb(255, 255, 0); --cookie-background: rgb(255, 255, 255); --cookie-text-color: rgb(0, 0, 0); --button-background: rgb(0, 0, 0); --quickinquiry-background: rgb(238, 238, 238); --quickinquiry-color: rgb(68, 68, 68); --quickinquiry-tab-background: rgb(68, 68, 68); --navbar-hamburguer-icon-color: rgb(255, 255, 255); --navbar-phone-color: rgb(255, 255, 255); --sticky-header-background: rgba(0, 0, 0, 0.5); --navbar-phone-icon: rgb(255, 255, 255); --nav-mobile-backgroundcolor: rgb(68, 68, 68); --navlink-mobile-bordercolor: rgb(102, 102, 102); --nav-link-color-mobile: rgb(255, 255, 255); --nav-link-color: rgb(0, 0, 0); --footer-background: rgb(0, 0, 0); --footer-textcolor: rgb(255, 255, 255); --sticky-header-text-color: rgb(255, 255, 255); --required_color: rgb(255, 0, 0); --h1-fontsize: 80px; --h2-fontsize: 60px; --h3-fontsize: 48px; --h4-fontsize: 32px; --h1-fontweight: 400; --h2-fontweight: 400; --h3-fontweight: 400; --h4-fontweight: 400; --header_promo_line_bgcolor: #000; --header_promo_line_textcolor: rgb(255, 255, 255); --input_height: 62px; --hpl01-h: 0px; --gold: #e9b951 } /*! * Bootstrap v5.1.3 (https://getbootstrap.com/) * Copyright 2011-2021 The Bootstrap Authors * Copyright 2011-2021 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE) */ *, ::after, ::before { box-sizing: border-box } @media (prefers-reduced-motion:no-preference) { :root { scroll-behavior: smooth } } body { margin: 0; font-family: var(--bs-body-font-family); font-size: var(--bs-body-font-size); font-weight: var(--bs-body-font-weight); line-height: var(--bs-body-line-height); color: var(--bs-body-color); text-align: var(--bs-body-text-align); background-color: var(--bs-body-bg); -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: transparent } .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 { margin-top: 0; margin-bottom: .5rem; font-weight: 500; line-height: 1.2 } .h1, h1 { font-size: calc(1.375rem + 1.5vw) } @media (min-width:1200px) { .h1, h1 { font-size: 2.5rem } } .h2, h2 { font-size: calc(1.325rem + .9vw) } @media (min-width:1200px) { .h2, h2 { font-size: 2rem } } .h3, h3 { font-size: calc(1.3rem + .6vw) } @media (min-width:1200px) { .h3, h3 { font-size: 1.75rem } } .h4, h4 { font-size: calc(1.275rem + .3vw) } @media (min-width:1200px) { .h4, h4 { font-size: 1.5rem } } .h5, h5 { font-size: 1.25rem } .h6, h6 { font-size: 1rem } dl, ol, p, ul { margin-top: 0; margin-bottom: 1rem } address { margin-bottom: 1rem; font-style: normal; line-height: inherit } ol, ul { padding-left: 2rem } ol ol, ol ul, ul ol, ul ul { margin-bottom: 0 } dt { font-weight: 700 } blockquote { margin: 0 0 1rem } b, strong { font-weight: bolder } .small, small { font-size: .875em } sub, sup { position: relative; font-size: .75em; line-height: 0; vertical-align: baseline } sup { top: -.5em } a { color: #0d6efd; text-decoration: underline } a:hover { color: #0a58ca } a:not([href]):not([class]), a:not([href]):not([class]):hover { color: inherit; text-decoration: none } code, kbd, pre, samp { font-family: var(--bs-font-monospace); font-size: 1em; direction: ltr; unicode-bidi: bidi-override } code { font-size: .875em; color: #d63384; word-wrap: break-word } a > code { color: inherit } img, svg { vertical-align: middle } table { caption-side: bottom; border-collapse: collapse } caption { padding-top: .5rem; padding-bottom: .5rem; color: #6c757d; text-align: left } th { text-align: inherit; text-align: -webkit-match-parent } tbody, td, tfoot, th, thead, tr { border: 0 solid; border-color: inherit } label { display: inline-block } button { border-radius: 0 } button:focus:not(:focus-visible) { outline: 0 } button, input, optgroup, select, textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit } button, select { text-transform: none } select { word-wrap: normal } select:disabled { opacity: 1 } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) { cursor: pointer } ::-moz-focus-inner { padding: 0; border-style: none } textarea { resize: vertical } fieldset { min-width: 0; padding: 0; margin: 0; border: 0 } legend { float: left; width: 100%; padding: 0; margin-bottom: .5rem; font-size: calc(1.275rem + .3vw); line-height: inherit } legend + * { clear: left } ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-fields-wrapper, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-text, ::-webkit-datetime-edit-year-field { padding: 0 } ::-webkit-inner-spin-button { height: auto } ::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-color-swatch-wrapper { padding: 0 } ::-webkit-file-upload-button { font: inherit; font: inherit; -webkit-appearance: button } ::file-selector-button { font: inherit } iframe { border: 0 } summary { display: list-item; cursor: pointer } progress { vertical-align: baseline } .lead { font-size: 1.25rem; font-weight: 300 } .display-1 { font-size: calc(1.625rem + 4.5vw); font-weight: 300; line-height: 1.2 } @media (min-width:1200px) { legend { font-size: 1.5rem } .display-1 { font-size: 5rem } } .display-2 { font-size: calc(1.575rem + 3.9vw); font-weight: 300; line-height: 1.2 } @media (min-width:1200px) { .display-2 { font-size: 4.5rem } } .display-3 { font-size: calc(1.525rem + 3.3vw); font-weight: 300; line-height: 1.2 } @media (min-width:1200px) { .display-3 { font-size: 4rem } } .display-4 { font-size: calc(1.475rem + 2.7vw); font-weight: 300; line-height: 1.2 } @media (min-width:1200px) { .display-4 { font-size: 3.5rem } } .display-5 { font-size: calc(1.425rem + 2.1vw); font-weight: 300; line-height: 1.2 } @media (min-width:1200px) { .display-5 { font-size: 3rem } } .display-6 { font-size: calc(1.375rem + 1.5vw); font-weight: 300; line-height: 1.2 } .list-inline, .list-unstyled { padding-left: 0; list-style: none } .img-fluid { max-width: 100%; height: auto } .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { width: 100%; padding-right: var(--bs-gutter-x,.75rem); padding-left: var(--bs-gutter-x,.75rem); margin-right: auto; margin-left: auto } @media (min-width:576px) { .container, .container-sm { max-width: 540px } } @media (min-width:768px) { .container, .container-md, .container-sm { max-width: 720px } } @media (min-width:992px) { .container, .container-lg, .container-md, .container-sm { max-width: 960px } } @media (min-width:1200px) { .display-6 { font-size: 2.5rem } .container, .container-lg, .container-md, .container-sm, .container-xl { max-width: 1140px } } @media (min-width:1400px) { .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { max-width: 1320px } } .row { --bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin-top: calc(-1 * var(--bs-gutter-y)); margin-right: calc(-.5 * var(--bs-gutter-x)); margin-left: calc(-.5 * var(--bs-gutter-x)) } .row > * { flex-shrink: 0; width: 100%; max-width: 100%; padding-right: calc(var(--bs-gutter-x) * .5); padding-left: calc(var(--bs-gutter-x) * .5); margin-top: var(--bs-gutter-y) } .col-6 { flex: 0 0 auto; width: 50% } .col-12 { flex: 0 0 auto; width: 100% } .offset-1 { margin-left: 8.33333333% } .offset-2 { margin-left: 16.66666667% } .offset-3 { margin-left: 25% } .offset-4 { margin-left: 33.33333333% } .offset-5 { margin-left: 41.66666667% } .offset-6 { margin-left: 50% } .offset-7 { margin-left: 58.33333333% } .offset-8 { margin-left: 66.66666667% } .offset-9 { margin-left: 75% } .offset-10 { margin-left: 83.33333333% } .offset-11 { margin-left: 91.66666667% } .g-0, .gx-0 { --bs-gutter-x: 0 } .g-0, .gy-0 { --bs-gutter-y: 0 } .g-1, .gx-1 { --bs-gutter-x: 0.25rem } .g-1, .gy-1 { --bs-gutter-y: 0.25rem } .g-2, .gx-2 { --bs-gutter-x: 0.5rem } .g-2, .gy-2 { --bs-gutter-y: 0.5rem } .g-3, .gx-3 { --bs-gutter-x: 1rem } .g-3, .gy-3 { --bs-gutter-y: 1rem } .g-4, .gx-4 { --bs-gutter-x: 1.5rem } .g-4, .gy-4 { --bs-gutter-y: 1.5rem } .g-5, .gx-5 { --bs-gutter-x: 3rem } .g-5, .gy-5 { --bs-gutter-y: 3rem } @media (min-width:576px) { .col-sm { flex: 1 0 0% } .col-sm-auto { flex: 0 0 auto; width: auto } .col-sm-4 { flex: 0 0 auto; width: 33.33333333% } .col-sm-6 { flex: 0 0 auto; width: 50% } .col-sm-10 { flex: 0 0 auto; width: 83.33333333% } .col-sm-12 { flex: 0 0 auto; width: 100% } .offset-sm-1 { margin-left: 8.33333333% } .g-sm-0, .gx-sm-0 { --bs-gutter-x: 0 } .g-sm-0, .gy-sm-0 { --bs-gutter-y: 0 } .g-sm-1, .gx-sm-1 { --bs-gutter-x: 0.25rem } .g-sm-1, .gy-sm-1 { --bs-gutter-y: 0.25rem } .g-sm-2, .gx-sm-2 { --bs-gutter-x: 0.5rem } .g-sm-2, .gy-sm-2 { --bs-gutter-y: 0.5rem } .g-sm-3, .gx-sm-3 { --bs-gutter-x: 1rem } .g-sm-3, .gy-sm-3 { --bs-gutter-y: 1rem } .g-sm-4, .gx-sm-4 { --bs-gutter-x: 1.5rem } .g-sm-4, .gy-sm-4 { --bs-gutter-y: 1.5rem } .g-sm-5, .gx-sm-5 { --bs-gutter-x: 3rem } .g-sm-5, .gy-sm-5 { --bs-gutter-y: 3rem } } @media (min-width:768px) { .col-md { flex: 1 0 0% } .col-md-4 { flex: 0 0 auto; width: 33.33333333% } .col-md-6 { flex: 0 0 auto; width: 50% } .col-md-8 { flex: 0 0 auto; width: 66.66666667% } .col-md-9 { flex: 0 0 auto; width: 75% } .offset-md-1 { margin-left: 8.33333333% } .offset-md-2 { margin-left: 16.66666667% } .g-md-0, .gx-md-0 { --bs-gutter-x: 0 } .g-md-0, .gy-md-0 { --bs-gutter-y: 0 } .g-md-1, .gx-md-1 { --bs-gutter-x: 0.25rem } .g-md-1, .gy-md-1 { --bs-gutter-y: 0.25rem } .g-md-2, .gx-md-2 { --bs-gutter-x: 0.5rem } .g-md-2, .gy-md-2 { --bs-gutter-y: 0.5rem } .g-md-3, .gx-md-3 { --bs-gutter-x: 1rem } .g-md-3, .gy-md-3 { --bs-gutter-y: 1rem } .g-md-4, .gx-md-4 { --bs-gutter-x: 1.5rem } .g-md-4, .gy-md-4 { --bs-gutter-y: 1.5rem } .g-md-5, .gx-md-5 { --bs-gutter-x: 3rem } .g-md-5, .gy-md-5 { --bs-gutter-y: 3rem } } @media (min-width:992px) { .col-lg { flex: 1 0 0% } .col-lg-2 { flex: 0 0 auto; width: 16.66666667% } .col-lg-3 { flex: 0 0 auto; width: 25% } .col-lg-4 { flex: 0 0 auto; width: 33.33333333% } .col-lg-5 { flex: 0 0 auto; width: 41.66666667% } .col-lg-6 { flex: 0 0 auto; width: 50% } .col-lg-7 { flex: 0 0 auto; width: 58.33333333% } .offset-lg-1 { margin-left: 8.33333333% } } @media (min-width:1200px) { .col-xl-4 { flex: 0 0 auto; width: 33.33333333% } .col-xl-8 { flex: 0 0 auto; width: 66.66666667% } } @media (min-width:1400px) { .col-xxl-5 { flex: 0 0 auto; width: 41.66666667% } .col-xxl-6 { flex: 0 0 auto; width: 50% } } .table { --bs-table-bg: transparent; --bs-table-accent-bg: transparent; --bs-table-striped-color: #212529; --bs-table-striped-bg: rgba(0, 0, 0, 0.05); --bs-table-active-color: #212529; --bs-table-active-bg: rgba(0, 0, 0, 0.1); --bs-table-hover-color: #212529; --bs-table-hover-bg: rgba(0, 0, 0, 0.075); width: 100%; margin-bottom: 1rem; color: #212529; vertical-align: top; border-color: #dee2e6 } .table > :not(caption) > * > * { padding: .5rem; background-color: var(--bs-table-bg); border-bottom-width: 1px; box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg) } .table > tbody { vertical-align: inherit } .table > thead { vertical-align: bottom } .table > :not(:first-child) { border-top: 2px solid currentColor } .caption-top { caption-side: top } .table-striped > tbody > tr:nth-of-type(odd) > * { --bs-table-accent-bg: var(--bs-table-striped-bg); color: var(--bs-table-striped-color) } .table-active { --bs-table-accent-bg: var(--bs-table-active-bg); color: var(--bs-table-active-color) } .table-hover > tbody > tr:hover > * { --bs-table-accent-bg: var(--bs-table-hover-bg); color: var(--bs-table-hover-color) } .table-primary { --bs-table-bg: #cfe2ff; --bs-table-striped-bg: #c5d7f2; --bs-table-striped-color: #000; --bs-table-active-bg: #bacbe6; --bs-table-active-color: #000; --bs-table-hover-bg: #bfd1ec; --bs-table-hover-color: #000; color: #000; border-color: #bacbe6 } .table-secondary { --bs-table-bg: #e2e3e5; --bs-table-striped-bg: #d7d8da; --bs-table-striped-color: #000; --bs-table-active-bg: #cbccce; --bs-table-active-color: #000; --bs-table-hover-bg: #d1d2d4; --bs-table-hover-color: #000; color: #000; border-color: #cbccce } .table-success { --bs-table-bg: #d1e7dd; --bs-table-striped-bg: #c7dbd2; --bs-table-striped-color: #000; --bs-table-active-bg: #bcd0c7; --bs-table-active-color: #000; --bs-table-hover-bg: #c1d6cc; --bs-table-hover-color: #000; color: #000; border-color: #bcd0c7 } .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch } .form-label { margin-bottom: .5rem } .col-form-label { padding-top: calc(.375rem + 1px); padding-bottom: calc(.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5 } .form-text { margin-top: .25rem; font-size: .875em; color: #6c757d } .form-control { display: block; width: 100%; padding: .375rem .75rem; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; -webkit-appearance: none; -moz-appearance: none; appearance: none; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out } .form-control[type=file]:not(:disabled):not([readonly]) { cursor: pointer } .form-control:focus { color: #212529; background-color: #fff; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) } .form-control::-webkit-date-and-time-value { height: 1.5em } .form-control::-moz-placeholder { color: #6c757d; opacity: 1 } .form-control::placeholder { color: #6c757d; opacity: 1 } .form-control:disabled, .form-control[readonly] { background-color: #e9ecef; opacity: 1 } .form-control::file-selector-button { padding: .375rem .75rem; margin: -.375rem -.75rem; -webkit-margin-end: .75rem; margin-inline-end: .75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border: 0 solid; border-inline-end-width: 1px; border-radius: 0; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; border-color: inherit } @media (prefers-reduced-motion:reduce) { .form-control { transition: none } .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none } .form-control::file-selector-button { transition: none } } .form-control:hover:not(:disabled):not([readonly])::file-selector-button { background-color: #dde0e3 } .form-control::-webkit-file-upload-button { padding: .375rem .75rem; margin: -.375rem -.75rem; -webkit-margin-end: .75rem; margin-inline-end: .75rem; color: #212529; background-color: #e9ecef; pointer-events: none; border: 0 solid; border-inline-end-width: 1px; border-radius: 0; -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; border-color: inherit } @media (prefers-reduced-motion:reduce) { .form-control::-webkit-file-upload-button { -webkit-transition: none; transition: none } } .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button { background-color: #dde0e3 } textarea.form-control { min-height: calc(1.5em + .75rem + 2px) } .form-control-color:not(:disabled):not([readonly]) { cursor: pointer } .form-select { display: block; width: 100%; padding: .375rem 2.25rem .375rem .75rem; -moz-padding-start: calc(.75rem - 3px); font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; background-color: #fff; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right .75rem center; background-size: 16px 12px; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; -webkit-appearance: none; -moz-appearance: none; appearance: none } .form-select:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) } .form-select:disabled { background-color: #e9ecef } .form-select:-moz-focusring { color: transparent; text-shadow: 0 0 0 #212529 } .form-select-sm { padding-top: .25rem; padding-bottom: .25rem; padding-left: .5rem; font-size: .875rem; border-radius: .2rem } .form-check { display: block; min-height: 1.5rem; padding-left: 1.5em; margin-bottom: .125rem } .form-check .form-check-input { float: left; margin-left: -1.5em } .form-check-input { width: 1em; height: 1em; margin-top: .25em; vertical-align: top; background-color: #fff; background-repeat: no-repeat; background-position: center; background-size: contain; border: 1px solid rgba(0,0,0,.25); -webkit-appearance: none; -moz-appearance: none; appearance: none; -webkit-print-color-adjust: exact; color-adjust: exact } .form-check-input[type=checkbox] { border-radius: .25em } .form-check-input:active { filter: brightness(90%) } .form-check-input:focus { border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) } .form-check-input:checked { background-color: #0d6efd; border-color: #0d6efd } .form-check-input:checked[type=checkbox] { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") } .form-check-input[type=checkbox]:indeterminate { background-color: #0d6efd; border-color: #0d6efd; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e") } .form-check-input:disabled { pointer-events: none; filter: none; opacity: .5 } .form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label { opacity: .5 } .form-switch { padding-left: 2.5em } .form-switch .form-check-input { width: 2em; margin-left: -2.5em; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e"); background-position: left center; border-radius: 2em; transition: background-position .15s ease-in-out } @media (prefers-reduced-motion:reduce) { .form-select, .form-switch .form-check-input { transition: none } } .form-switch .form-check-input:focus { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e") } .form-switch .form-check-input:checked { background-position: right center; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") } .form-range { width: 100%; height: 1.5rem; padding: 0; background-color: transparent; -webkit-appearance: none; -moz-appearance: none; appearance: none } .form-range:focus { outline: 0 } .form-range:focus::-webkit-slider-thumb { box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25) } .form-range:focus::-moz-range-thumb { box-shadow: 0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25) } .form-range::-moz-focus-outer { border: 0 } .form-range::-webkit-slider-thumb { width: 1rem; height: 1rem; margin-top: -.25rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -webkit-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; -webkit-appearance: none; appearance: none } @media (prefers-reduced-motion:reduce) { .form-range::-webkit-slider-thumb { -webkit-transition: none; transition: none } } .form-range::-webkit-slider-thumb:active { background-color: #b6d4fe } .form-range::-webkit-slider-runnable-track { width: 100%; height: .5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem } .form-range::-moz-range-thumb { width: 1rem; height: 1rem; background-color: #0d6efd; border: 0; border-radius: 1rem; -moz-transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; -moz-appearance: none; appearance: none } @media (prefers-reduced-motion:reduce) { .form-range::-moz-range-thumb { -moz-transition: none; transition: none } } .form-range::-moz-range-thumb:active { background-color: #b6d4fe } .form-range::-moz-range-track { width: 100%; height: .5rem; color: transparent; cursor: pointer; background-color: #dee2e6; border-color: transparent; border-radius: 1rem } .form-range:disabled { pointer-events: none } .form-range:disabled::-webkit-slider-thumb { background-color: #adb5bd } .form-range:disabled::-moz-range-thumb { background-color: #adb5bd } .form-floating > .form-control:not(:-moz-placeholder-shown) { padding-top: 1.625rem; padding-bottom: .625rem } .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) { padding-top: 1.625rem; padding-bottom: .625rem } .form-floating > .form-control:-webkit-autofill { padding-top: 1.625rem; padding-bottom: .625rem } .form-floating > .form-control:not(:-moz-placeholder-shown) ~ label { opacity: .65; transform: scale(.85) translateY(-.5rem) translateX(.15rem) } .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label { opacity: .65; transform: scale(.85) translateY(-.5rem) translateX(.15rem) } .form-floating > .form-control:-webkit-autofill ~ label { opacity: .65; transform: scale(.85) translateY(-.5rem) translateX(.15rem) } .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100% } .input-group > .form-control, .input-group > .form-select { position: relative; flex: 1 1 auto; width: 1%; min-width: 0 } .input-group > .form-control:focus, .input-group > .form-select:focus { z-index: 3 } .input-group .btn { position: relative; z-index: 2 } .input-group .btn:focus { z-index: 3 } .input-group-sm > .btn, .input-group-sm > .form-control, .input-group-sm > .form-select, .input-group-sm > .input-group-text { padding: .25rem .5rem; font-size: .875rem; border-radius: .2rem } .input-group-lg > .form-select, .input-group-sm > .form-select { padding-right: 3rem } .input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3), .input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu) { border-top-right-radius: 0; border-bottom-right-radius: 0 } .input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) { margin-left: -1px; border-top-left-radius: 0; border-bottom-left-radius: 0 } .form-control.is-valid, .was-validated .form-control:valid { border-color: #198754; padding-right: calc(1.5em + .75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem) } .form-control.is-valid:focus, .was-validated .form-control:valid:focus { border-color: #198754; box-shadow: 0 0 0 .25rem rgba(25,135,84,.25) } .was-validated textarea.form-control:valid, textarea.form-control.is-valid { padding-right: calc(1.5em + .75rem); background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem) } .form-select.is-valid, .was-validated .form-select:valid { border-color: #198754 } .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e"); background-position: right .75rem center,center right 2.25rem; background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem) } .form-select.is-valid:focus, .was-validated .form-select:valid:focus { border-color: #198754; box-shadow: 0 0 0 .25rem rgba(25,135,84,.25) } .form-check-input.is-valid, .was-validated .form-check-input:valid { border-color: #198754 } .form-check-input.is-valid:checked, .was-validated .form-check-input:valid:checked { background-color: #198754 } .form-check-input.is-valid:focus, .was-validated .form-check-input:valid:focus { box-shadow: 0 0 0 .25rem rgba(25,135,84,.25) } .form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label { color: #198754 } .input-group .form-control.is-valid, .input-group .form-select.is-valid, .was-validated .input-group .form-control:valid, .was-validated .input-group .form-select:valid { z-index: 1 } .input-group .form-control.is-valid:focus, .input-group .form-select.is-valid:focus, .was-validated .input-group .form-control:valid:focus, .was-validated .input-group .form-select:valid:focus { z-index: 3 } .form-control.is-invalid, .was-validated .form-control:invalid { border-color: #dc3545; padding-right: calc(1.5em + .75rem); background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-position: right calc(.375em + .1875rem) center; background-size: calc(.75em + .375rem) calc(.75em + .375rem) } .form-control.is-invalid:focus, .was-validated .form-control:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 .25rem rgba(220,53,69,.25) } .was-validated textarea.form-control:invalid, textarea.form-control.is-invalid { padding-right: calc(1.5em + .75rem); background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem) } .form-select.is-invalid, .was-validated .form-select:invalid { border-color: #dc3545 } .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] { padding-right: 4.125rem; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"),url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e"); background-position: right .75rem center,center right 2.25rem; background-size: 16px 12px,calc(.75em + .375rem) calc(.75em + .375rem) } .form-select.is-invalid:focus, .was-validated .form-select:invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 .25rem rgba(220,53,69,.25) } .form-check-input.is-invalid, .was-validated .form-check-input:invalid { border-color: #dc3545 } .form-check-input.is-invalid:checked, .was-validated .form-check-input:invalid:checked { background-color: #dc3545 } .form-check-input.is-invalid:focus, .was-validated .form-check-input:invalid:focus { box-shadow: 0 0 0 .25rem rgba(220,53,69,.25) } .form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label { color: #dc3545 } .input-group .form-control.is-invalid, .input-group .form-select.is-invalid, .was-validated .input-group .form-control:invalid, .was-validated .input-group .form-select:invalid { z-index: 2 } .input-group .form-control.is-invalid:focus, .input-group .form-select.is-invalid:focus, .was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .form-select:invalid:focus { z-index: 3 } .btn { display: inline-block; font-weight: 400; line-height: 1.5; color: #212529; text-align: center; text-decoration: none; vertical-align: middle; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; user-select: none; background-color: transparent; border: 1px solid transparent; padding: .375rem .75rem; font-size: 1rem; border-radius: .25rem; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out } @media (prefers-reduced-motion:reduce) { .btn { transition: none } } .btn:hover { color: #212529 } .btn-check:focus + .btn, .btn:focus { outline: 0; box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) } .btn.disabled, .btn:disabled, fieldset:disabled .btn { pointer-events: none; opacity: .65 } .btn-primary { color: #fff; background-color: #0d6efd; border-color: #0d6efd } .btn-primary:hover { color: #fff; background-color: #0b5ed7; border-color: #0a58ca } .btn-check:focus + .btn-primary, .btn-primary:focus { color: #fff; background-color: #0b5ed7; border-color: #0a58ca; box-shadow: 0 0 0 .25rem rgba(49,132,253,.5) } .btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle { color: #fff; background-color: #0a58ca; border-color: #0a53be } .btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 .25rem rgba(49,132,253,.5) } .btn-primary.disabled, .btn-primary:disabled { color: #fff; background-color: #0d6efd; border-color: #0d6efd } .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-secondary:hover { color: #fff; background-color: #5c636a; border-color: #565e64 } .btn-check:focus + .btn-secondary, .btn-secondary:focus { color: #fff; background-color: #5c636a; border-color: #565e64; box-shadow: 0 0 0 .25rem rgba(130,138,145,.5) } .btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle { color: #fff; background-color: #565e64; border-color: #51585e } .btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 .25rem rgba(130,138,145,.5) } .btn-secondary.disabled, .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-dark { color: #fff; background-color: #212529; border-color: #212529 } .btn-dark:hover { color: #fff; background-color: #1c1f23; border-color: #1a1e21 } .btn-check:focus + .btn-dark, .btn-dark:focus { color: #fff; background-color: #1c1f23; border-color: #1a1e21; box-shadow: 0 0 0 .25rem rgba(66,70,73,.5) } .btn-check:active + .btn-dark, .btn-check:checked + .btn-dark, .btn-dark.active, .btn-dark:active, .show > .btn-dark.dropdown-toggle { color: #fff; background-color: #1a1e21; border-color: #191c1f } .btn-check:active + .btn-dark:focus, .btn-check:checked + .btn-dark:focus, .btn-dark.active:focus, .btn-dark:active:focus, .show > .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 .25rem rgba(66,70,73,.5) } .btn-dark.disabled, .btn-dark:disabled { color: #fff; background-color: #212529; border-color: #212529 } .btn-outline-primary { color: #0d6efd; border-color: #0d6efd } .btn-outline-primary:hover { color: #fff; background-color: #0d6efd; border-color: #0d6efd } .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus { box-shadow: 0 0 0 .25rem rgba(13,110,253,.5) } .btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active { color: #fff; background-color: #0d6efd; border-color: #0d6efd } .btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus { box-shadow: 0 0 0 .25rem rgba(13,110,253,.5) } .btn-outline-primary.disabled, .btn-outline-primary:disabled { color: #0d6efd; background-color: transparent } .btn-outline-secondary { color: #6c757d; border-color: #6c757d } .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus { box-shadow: 0 0 0 .25rem rgba(108,117,125,.5) } .btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active { color: #fff; background-color: #6c757d; border-color: #6c757d } .btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus { box-shadow: 0 0 0 .25rem rgba(108,117,125,.5) } .btn-outline-secondary.disabled, .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent } .btn-outline-dark { color: #212529; border-color: #212529 } .btn-outline-dark:hover { color: #fff; background-color: #212529; border-color: #212529 } .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus { box-shadow: 0 0 0 .25rem rgba(33,37,41,.5) } .btn-check:active + .btn-outline-dark, .btn-check:checked + .btn-outline-dark, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show, .btn-outline-dark:active { color: #fff; background-color: #212529; border-color: #212529 } .btn-check:active + .btn-outline-dark:focus, .btn-check:checked + .btn-outline-dark:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus, .btn-outline-dark:active:focus { box-shadow: 0 0 0 .25rem rgba(33,37,41,.5) } .btn-outline-dark.disabled, .btn-outline-dark:disabled { color: #212529; background-color: transparent } .fade { transition: opacity .15s linear } @media (prefers-reduced-motion:reduce) { .fade { transition: none } } .fade:not(.show) { opacity: 0 } .collapse:not(.show) { display: none } .collapsing { height: 0; overflow: hidden; transition: height .35s } .collapsing.collapse-horizontal { width: 0; height: auto; transition: width .35s } @media (prefers-reduced-motion:reduce) { .collapsing, .collapsing.collapse-horizontal { transition: none } } .dropdown, .dropend, .dropstart, .dropup { position: relative } .dropdown-toggle { white-space: nowrap } .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: .3em solid; border-right: .3em solid transparent; border-bottom: 0; border-left: .3em solid transparent } .dropdown-toggle:empty::after { margin-left: 0 } .dropdown-menu { position: absolute; z-index: 1000; display: none; min-width: 10rem; padding: .5rem 0; margin: 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.15); border-radius: .25rem } .dropdown-menu-start { --bs-position: start } .dropdown-menu-end { --bs-position: end } .dropup .dropdown-toggle::after { display: inline-block; margin-left: .255em; vertical-align: .255em; content: ""; border-top: 0; border-right: .3em solid transparent; border-bottom: .3em solid; border-left: .3em solid transparent } .dropup .dropdown-toggle:empty::after { margin-left: 0 } .dropend .dropdown-toggle::after { display: inline-block; margin-left: .255em; content: ""; border-top: .3em solid transparent; border-right: 0; border-bottom: .3em solid transparent; border-left: .3em solid; vertical-align: 0 } .dropend .dropdown-toggle:empty::after { margin-left: 0 } .dropstart .dropdown-toggle::after { margin-left: .255em; vertical-align: .255em; content: ""; display: none } .dropstart .dropdown-toggle::before { display: inline-block; margin-right: .255em; content: ""; border-top: .3em solid transparent; border-right: .3em solid; border-bottom: .3em solid transparent; vertical-align: 0 } .dropstart .dropdown-toggle:empty::after { margin-left: 0 } .dropdown-item { display: block; width: 100%; padding: .25rem 1rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; text-decoration: none; white-space: nowrap; background-color: transparent; border: 0 } .dropdown-item:focus, .dropdown-item:hover { color: #1e2125; background-color: #e9ecef } .dropdown-item.active, .dropdown-item:active { color: #fff; text-decoration: none; background-color: #0d6efd } .dropdown-item.disabled, .dropdown-item:disabled { color: #adb5bd; pointer-events: none; background-color: transparent } .dropdown-menu.show { display: block } .dropdown-item-text { display: block; padding: .25rem 1rem; color: #212529 } .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none } .nav-link { display: block; padding: .5rem 1rem; color: #0d6efd; text-decoration: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out } @media (prefers-reduced-motion:reduce) { .nav-link { transition: none } } .nav-link:focus, .nav-link:hover { color: #0a58ca } .nav-link.disabled { color: #6c757d; pointer-events: none; cursor: default } .tab-content > .active { display: block } .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding-top: .5rem; padding-bottom: .5rem } .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl { display: flex; flex-wrap: inherit; align-items: center; justify-content: space-between } .navbar-brand { padding-top: .3125rem; padding-bottom: .3125rem; margin-right: 1rem; font-size: 1.25rem; text-decoration: none; white-space: nowrap } .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none } .navbar-nav .nav-link { padding-right: 0; padding-left: 0 } .navbar-nav .dropdown-menu { position: static } .navbar-text { padding-top: .5rem; padding-bottom: .5rem } .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center } .navbar-toggler { padding: .25rem .75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: .25rem; transition: box-shadow .15s ease-in-out } @media (prefers-reduced-motion:reduce) { .navbar-toggler { transition: none } } .navbar-toggler:hover { text-decoration: none } .navbar-toggler:focus { text-decoration: none; outline: 0; box-shadow: 0 0 0 .25rem } .navbar-nav-scroll { max-height: var(--bs-scroll-height,75vh); overflow-y: auto } @media (min-width:992px) { .navbar-expand-lg { flex-wrap: nowrap; justify-content: flex-start } .navbar-expand-lg .navbar-nav { flex-direction: row } .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute } .navbar-expand-lg .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand-lg .navbar-nav-scroll { overflow: visible } .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto } .navbar-expand-lg .navbar-toggler { display: none } .navbar-expand-lg .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none } .navbar-expand-lg .offcanvas-bottom, .navbar-expand-lg .offcanvas-top { height: auto; border-top: 0; border-bottom: 0 } .navbar-expand-lg .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible } } .navbar-expand { flex-wrap: nowrap; justify-content: flex-start } .navbar-expand .navbar-nav { flex-direction: row } .navbar-expand .navbar-nav .dropdown-menu { position: absolute } .navbar-expand .navbar-nav .nav-link { padding-right: .5rem; padding-left: .5rem } .navbar-expand .navbar-nav-scroll { overflow: visible } .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto } .navbar-expand .navbar-toggler { display: none } .navbar-expand .offcanvas { position: inherit; bottom: 0; z-index: 1000; flex-grow: 1; visibility: visible !important; background-color: transparent; border-right: 0; border-left: 0; transition: none; transform: none } .navbar-expand .offcanvas-bottom, .navbar-expand .offcanvas-top { height: auto; border-top: 0; border-bottom: 0 } .navbar-expand .offcanvas-body { display: flex; flex-grow: 0; padding: 0; overflow-y: visible } .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0,0,0,.125); border-radius: .25rem } .card > .list-group { border-top: inherit; border-bottom: inherit } .card > .list-group:first-child { border-top-width: 0; border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px) } .card > .list-group:last-child { border-bottom-width: 0; border-bottom-right-radius: calc(.25rem - 1px); border-bottom-left-radius: calc(.25rem - 1px) } .card-body { flex: 1 1 auto; padding: 1rem } .card-title { margin-bottom: .5rem } .card-text:last-child { margin-bottom: 0 } .card-img, .card-img-bottom, .card-img-top { width: 100% } .card-img, .card-img-top { border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px) } .accordion-button { position: relative; display: flex; align-items: center; width: 100%; padding: 1rem 1.25rem; font-size: 1rem; color: #212529; text-align: left; background-color: #fff; border: 0; border-radius: 0; overflow-anchor: none; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s } .accordion-button:not(.collapsed) { color: #0c63e4; background-color: #e7f1ff; box-shadow: inset 0 -1px 0 rgba(0,0,0,.125) } .accordion-button:not(.collapsed)::after { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); transform: rotate(-180deg) } .accordion-button::after { flex-shrink: 0; width: 1.25rem; height: 1.25rem; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); background-repeat: no-repeat; background-size: 1.25rem; transition: transform .2s ease-in-out } @media (prefers-reduced-motion:reduce) { .accordion-button, .accordion-button::after { transition: none } } .accordion-button:hover { z-index: 2 } .accordion-button:focus { z-index: 3; border-color: #86b7fe; outline: 0; box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) } .accordion-header { margin-bottom: 0 } .accordion-item { background-color: #fff; border: 1px solid rgba(0,0,0,.125) } .accordion-item:first-of-type { border-top-left-radius: .25rem; border-top-right-radius: .25rem } .accordion-item:first-of-type .accordion-button { border-top-left-radius: calc(.25rem - 1px); border-top-right-radius: calc(.25rem - 1px) } .accordion-item:not(:first-of-type) { border-top: 0 } .accordion-item:last-of-type { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .accordion-item:last-of-type .accordion-button.collapsed { border-bottom-right-radius: calc(.25rem - 1px); border-bottom-left-radius: calc(.25rem - 1px) } .accordion-item:last-of-type .accordion-collapse { border-bottom-right-radius: .25rem; border-bottom-left-radius: .25rem } .accordion-body { padding: 1rem 1.25rem } .accordion-flush .accordion-collapse { border-width: 0 } .accordion-flush .accordion-item { border-right: 0; border-left: 0; border-radius: 0 } .accordion-flush .accordion-item:first-child { border-top: 0 } .accordion-flush .accordion-item:last-child { border-bottom: 0 } .accordion-flush .accordion-item .accordion-button { border-radius: 0 } .breadcrumb { display: flex; flex-wrap: wrap; padding: 0; margin-bottom: 1rem; list-style: none } .breadcrumb-item + .breadcrumb-item { padding-left: .5rem } .breadcrumb-item + .breadcrumb-item::before { float: left; padding-right: .5rem; color: #6c757d; content: var(--bs-breadcrumb-divider, "/") } .breadcrumb-item.active { color: #6c757d } .pagination { display: flex; padding-left: 0; list-style: none } .page-link { position: relative; display: block; color: #0d6efd; text-decoration: none; background-color: #fff; border: 1px solid #dee2e6; transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; padding: .375rem .75rem } .page-link:hover { z-index: 2; color: #0a58ca; background-color: #e9ecef; border-color: #dee2e6 } .page-link:focus { z-index: 3; color: #0a58ca; background-color: #e9ecef; outline: 0; box-shadow: 0 0 0 .25rem rgba(13,110,253,.25) } .page-item:not(:first-child) .page-link { margin-left: -1px } .page-item.active .page-link { z-index: 3; color: #fff; background-color: #0d6efd; border-color: #0d6efd } .page-item.disabled .page-link { color: #6c757d; pointer-events: none; background-color: #fff; border-color: #dee2e6 } .page-item:first-child .page-link { border-top-left-radius: .25rem; border-bottom-left-radius: .25rem } .page-item:last-child .page-link { border-top-right-radius: .25rem; border-bottom-right-radius: .25rem } .badge { display: inline-block; padding: .35em .65em; font-size: .75em; font-weight: 700; line-height: 1; color: #fff; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: .25rem } .alert { position: relative; padding: 1rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: .25rem } .alert-primary { color: #084298; background-color: #cfe2ff; border-color: #b6d4fe } .alert-secondary { color: #41464b; background-color: #e2e3e5; border-color: #d3d6d8 } .alert-success { color: #0f5132; background-color: #d1e7dd; border-color: #badbcc } .alert-info { color: #055160; background-color: #cff4fc; border-color: #b6effb } .alert-danger { color: #842029; background-color: #f8d7da; border-color: #f5c2c7 } @-webkit-keyframes progress-bar-stripes { 0% { background-position-x: 1rem } } @keyframes progress-bar-stripes { 0% { background-position-x: 1rem } } .progress { display: flex; height: 1rem; overflow: hidden; font-size: .75rem; background-color: #e9ecef; border-radius: .25rem } .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; border-radius: .25rem } .list-group-item { position: relative; display: block; padding: .5rem 1rem; color: #212529; text-decoration: none; background-color: #fff; border: 1px solid rgba(0,0,0,.125) } .list-group-item:first-child { border-top-left-radius: inherit; border-top-right-radius: inherit } .list-group-item:last-child { border-bottom-right-radius: inherit; border-bottom-left-radius: inherit } .list-group-item.disabled, .list-group-item:disabled { color: #6c757d; pointer-events: none; background-color: #fff } .list-group-item.active { z-index: 2; color: #fff; background-color: #0d6efd; border-color: #0d6efd } .list-group-item + .list-group-item { border-top-width: 0 } .list-group-item + .list-group-item.active { margin-top: -1px; border-top-width: 1px } .list-group-horizontal { flex-direction: row } .list-group-horizontal > .list-group-item:first-child { border-bottom-left-radius: .25rem; border-top-right-radius: 0 } .list-group-horizontal > .list-group-item:last-child { border-top-right-radius: .25rem; border-bottom-left-radius: 0 } .list-group-horizontal > .list-group-item.active { margin-top: 0 } .list-group-horizontal > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0 } .list-group-horizontal > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px } @media (min-width:576px) { .list-group-horizontal-sm { flex-direction: row } .list-group-horizontal-sm > .list-group-item:first-child { border-bottom-left-radius: .25rem; border-top-right-radius: 0 } .list-group-horizontal-sm > .list-group-item:last-child { border-top-right-radius: .25rem; border-bottom-left-radius: 0 } .list-group-horizontal-sm > .list-group-item.active { margin-top: 0 } .list-group-horizontal-sm > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0 } .list-group-horizontal-sm > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px } } @media (min-width:768px) { .list-group-horizontal-md { flex-direction: row } .list-group-horizontal-md > .list-group-item:first-child { border-bottom-left-radius: .25rem; border-top-right-radius: 0 } .list-group-horizontal-md > .list-group-item:last-child { border-top-right-radius: .25rem; border-bottom-left-radius: 0 } .list-group-horizontal-md > .list-group-item.active { margin-top: 0 } .list-group-horizontal-md > .list-group-item + .list-group-item { border-top-width: 1px; border-left-width: 0 } .list-group-horizontal-md > .list-group-item + .list-group-item.active { margin-left: -1px; border-left-width: 1px } } .list-group-item-primary { color: #084298; background-color: #cfe2ff } .list-group-item-secondary { color: #41464b; background-color: #e2e3e5 } .list-group-item-success { color: #0f5132; background-color: #d1e7dd } .toast { width: 350px; max-width: 100%; font-size: .875rem; pointer-events: auto; background-color: rgba(255,255,255,.85); background-clip: padding-box; border: 1px solid rgba(0,0,0,.1); box-shadow: 0 .5rem 1rem rgba(0,0,0,.15); border-radius: .25rem } .toast.showing { opacity: 0 } .toast:not(.show) { display: none } .toast-body { padding: .75rem; word-wrap: break-word } .modal { position: fixed; top: 0; left: 0; z-index: 1055; display: none; width: 100%; height: 100%; overflow-x: hidden; overflow-y: auto; outline: 0 } .modal-dialog { position: relative; width: auto; margin: .5rem; pointer-events: none } .modal.fade .modal-dialog { transition: transform .3s ease-out; transform: translate(0,-50px) } @media (prefers-reduced-motion:reduce) { .modal.fade .modal-dialog, .page-link { transition: none } } .modal.show .modal-dialog { transform: none } .modal.modal-static .modal-dialog { transform: scale(1.02) } .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem; outline: 0 } .modal-backdrop { position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: #000 } .modal-backdrop.fade { opacity: 0 } .modal-backdrop.show { opacity: .5 } .modal-title { margin-bottom: 0; line-height: 1.5 } .modal-body { position: relative; flex: 1 1 auto; padding: 1rem } @media (min-width:576px) { .modal-dialog { max-width: 500px; margin: 1.75rem auto } } .tooltip { position: absolute; z-index: 1080; display: block; margin: 0; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: .875rem; word-wrap: break-word; opacity: 0 } .tooltip.show { opacity: .9 } .tooltip .tooltip-arrow { position: absolute; display: block; width: .8rem; height: .4rem } .tooltip .tooltip-arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid } .bs-tooltip-auto[data-popper-placement^=top], .bs-tooltip-top { padding: .4rem 0 } .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow, .bs-tooltip-top .tooltip-arrow { bottom: 0 } .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before, .bs-tooltip-top .tooltip-arrow::before { top: -1px; border-width: .4rem .4rem 0; border-top-color: #000 } .bs-tooltip-auto[data-popper-placement^=right], .bs-tooltip-end { padding: 0 .4rem } .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow, .bs-tooltip-end .tooltip-arrow { left: 0; width: .4rem; height: .8rem } .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before, .bs-tooltip-end .tooltip-arrow::before { right: -1px; border-width: .4rem .4rem .4rem 0; border-right-color: #000 } .bs-tooltip-auto[data-popper-placement^=bottom], .bs-tooltip-bottom { padding: .4rem 0 } .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow, .bs-tooltip-bottom .tooltip-arrow { top: 0 } .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before, .bs-tooltip-bottom .tooltip-arrow::before { bottom: -1px; border-width: 0 .4rem .4rem; border-bottom-color: #000 } .bs-tooltip-auto[data-popper-placement^=left], .bs-tooltip-start { padding: 0 .4rem } .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow, .bs-tooltip-start .tooltip-arrow { right: 0; width: .4rem; height: .8rem } .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before, .bs-tooltip-start .tooltip-arrow::before { left: -1px; border-width: .4rem 0 .4rem .4rem; border-left-color: #000 } .tooltip-inner { max-width: 200px; padding: .25rem .5rem; color: #fff; text-align: center; background-color: #000; border-radius: .25rem } .popover { position: absolute; top: 0; left: 0; z-index: 1070; display: block; max-width: 276px; font-family: var(--bs-font-sans-serif); font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: .875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0,0,0,.2); border-radius: .3rem } .popover .popover-arrow { position: absolute; display: block; width: 1rem; height: .5rem } .popover .popover-arrow::after, .popover .popover-arrow::before { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid } .bs-popover-auto[data-popper-placement^=top] > .popover-arrow, .bs-popover-top > .popover-arrow { bottom: calc(-.5rem - 1px) } .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before, .bs-popover-top > .popover-arrow::before { bottom: 0; border-width: .5rem .5rem 0; border-top-color: rgba(0,0,0,.25) } .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after, .bs-popover-top > .popover-arrow::after { bottom: 1px; border-width: .5rem .5rem 0; border-top-color: #fff } .bs-popover-auto[data-popper-placement^=right] > .popover-arrow, .bs-popover-end > .popover-arrow { left: calc(-.5rem - 1px); width: .5rem; height: 1rem } .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before, .bs-popover-end > .popover-arrow::before { left: 0; border-width: .5rem .5rem .5rem 0; border-right-color: rgba(0,0,0,.25) } .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after, .bs-popover-end > .popover-arrow::after { left: 1px; border-width: .5rem .5rem .5rem 0; border-right-color: #fff } .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow, .bs-popover-bottom > .popover-arrow { top: calc(-.5rem - 1px) } .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before, .bs-popover-bottom > .popover-arrow::before { top: 0; border-width: 0 .5rem .5rem; border-bottom-color: rgba(0,0,0,.25) } .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after, .bs-popover-bottom > .popover-arrow::after { top: 1px; border-width: 0 .5rem .5rem; border-bottom-color: #fff } .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -.5rem; content: ""; border-bottom: 1px solid #f0f0f0 } .bs-popover-auto[data-popper-placement^=left] > .popover-arrow, .bs-popover-start > .popover-arrow { right: calc(-.5rem - 1px); width: .5rem; height: 1rem } .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before, .bs-popover-start > .popover-arrow::before { right: 0; border-width: .5rem 0 .5rem .5rem; border-left-color: rgba(0,0,0,.25) } .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after, .bs-popover-start > .popover-arrow::after { right: 1px; border-width: .5rem 0 .5rem .5rem; border-left-color: #fff } .popover-header { padding: .5rem 1rem; margin-bottom: 0; font-size: 1rem; background-color: #f0f0f0; border-bottom: 1px solid rgba(0,0,0,.2); border-top-left-radius: calc(.3rem - 1px); border-top-right-radius: calc(.3rem - 1px) } .popover-header:empty { display: none } .popover-body { padding: 1rem; color: #212529 } .carousel { position: relative } .carousel.pointer-event { touch-action: pan-y } .carousel-inner { position: relative; width: 100%; overflow: hidden } .carousel-inner::after { display: block; clear: both; content: "" } .carousel-item { position: relative; display: none; float: left; width: 100%; margin-right: -100%; -webkit-backface-visibility: hidden; backface-visibility: hidden; transition: transform .6s ease-in-out } .carousel-item-next, .carousel-item-prev, .carousel-item.active { display: block } .active.carousel-item-end, .carousel-item-next:not(.carousel-item-start) { transform: translateX(100%) } .active.carousel-item-start, .carousel-item-prev:not(.carousel-item-end) { transform: translateX(-100%) } .carousel-fade .carousel-item { opacity: 0; transition-property: opacity; transform: none } .carousel-fade .carousel-item-next.carousel-item-start, .carousel-fade .carousel-item-prev.carousel-item-end, .carousel-fade .carousel-item.active { z-index: 1; opacity: 1 } .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start { z-index: 0; opacity: 0; transition: opacity 0s .6s } .carousel-indicators { position: absolute; right: 0; bottom: 0; left: 0; z-index: 2; display: flex; justify-content: center; padding: 0; margin-right: 15%; margin-bottom: 1rem; margin-left: 15%; list-style: none } .carousel-indicators [data-bs-target] { box-sizing: content-box; flex: 0 1 auto; width: 30px; height: 3px; padding: 0; margin-right: 3px; margin-left: 3px; text-indent: -999px; cursor: pointer; background-color: #fff; background-clip: padding-box; border: 0; border-top: 10px solid transparent; border-bottom: 10px solid transparent; opacity: .5; transition: opacity .6s } @media (prefers-reduced-motion:reduce) { .carousel-fade .active.carousel-item-end, .carousel-fade .active.carousel-item-start, .carousel-indicators [data-bs-target], .carousel-item { transition: none } } .carousel-indicators .active { opacity: 1 } .carousel-caption { position: absolute; right: 15%; bottom: 1.25rem; left: 15%; padding-top: 1.25rem; padding-bottom: 1.25rem; color: #fff; text-align: center } @-webkit-keyframes spinner-border { to { transform: rotate(360deg) } } @keyframes spinner-border { to { transform: rotate(360deg) } } @-webkit-keyframes spinner-grow { 0% { transform: scale(0) } 50% { opacity: 1; transform: none } } @keyframes spinner-grow { 0% { transform: scale(0) } 50% { opacity: 1; transform: none } } .offcanvas { position: fixed; bottom: 0; z-index: 1045; display: flex; flex-direction: column; max-width: 100%; visibility: hidden; background-color: #fff; background-clip: padding-box; outline: 0; transition: transform .3s ease-in-out } @media (prefers-reduced-motion:reduce) { .offcanvas { transition: none } } .offcanvas-backdrop { position: fixed; top: 0; left: 0; z-index: 1040; width: 100vw; height: 100vh; background-color: #000 } .offcanvas-backdrop.fade { opacity: 0 } .offcanvas-backdrop.show { opacity: .5 } .offcanvas-title { margin-bottom: 0; line-height: 1.5 } .offcanvas-body { flex-grow: 1; padding: 1rem; overflow-y: auto } .offcanvas-start { top: 0; left: 0; width: 400px; border-right: 1px solid rgba(0,0,0,.2); transform: translateX(-100%) } .offcanvas-end { top: 0; right: 0; width: 400px; border-left: 1px solid rgba(0,0,0,.2); transform: translateX(100%) } .offcanvas-top { top: 0; right: 0; left: 0; height: 30vh; max-height: 100%; border-bottom: 1px solid rgba(0,0,0,.2); transform: translateY(-100%) } .offcanvas-bottom { right: 0; left: 0; height: 30vh; max-height: 100%; border-top: 1px solid rgba(0,0,0,.2); transform: translateY(100%) } .offcanvas.show { transform: none } @-webkit-keyframes placeholder-glow { 50% { opacity: .2 } } @keyframes placeholder-glow { 50% { opacity: .2 } } @-webkit-keyframes placeholder-wave { 100% { -webkit-mask-position: -200% 0; mask-position: -200% 0 } } @keyframes placeholder-wave { 100% { -webkit-mask-position: -200% 0; mask-position: -200% 0 } } .ratio { position: relative; width: 100% } .ratio::before { display: block; padding-top: var(--bs-aspect-ratio); content: "" } .ratio > * { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .ratio-16x9 { --bs-aspect-ratio: 56.25% } .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030 } .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030 } .sticky-top { position: -webkit-sticky; position: sticky; top: 0; z-index: 1020 } .visually-hidden, .visually-hidden-focusable:not(:focus):not(:focus-within) { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; margin: -1px !important; overflow: hidden !important; clip: rect(0,0,0,0) !important; white-space: nowrap !important; border: 0 !important } .align-middle { vertical-align: middle !important } .float-start { float: left !important } .float-end { float: right !important } .float-none { float: none !important } .opacity-0 { opacity: 0 !important } .opacity-25 { opacity: .25 !important } .opacity-50 { opacity: .5 !important } .opacity-75 { opacity: .75 !important } .opacity-100 { opacity: 1 !important } .overflow-auto { overflow: auto !important } .overflow-hidden { overflow: hidden !important } .overflow-visible { overflow: visible !important } .overflow-scroll { overflow: scroll !important } .d-block { display: block !important } .d-flex { display: flex !important } .d-none { display: none !important } .position-static { position: static !important } .position-relative { position: relative !important } .position-absolute { position: absolute !important } .position-fixed { position: fixed !important } .top-0 { top: 0 !important } .top-50 { top: 50% !important } .top-100 { top: 100% !important } .bottom-0 { bottom: 0 !important } .bottom-50 { bottom: 50% !important } .bottom-100 { bottom: 100% !important } .start-0 { left: 0 !important } .start-50 { left: 50% !important } .start-100 { left: 100% !important } .end-0 { right: 0 !important } .end-50 { right: 50% !important } .end-100 { right: 100% !important } .border { border: 1px solid #dee2e6 !important } .border-0 { border: 0 !important } .border-top { border-top: 1px solid #dee2e6 !important } .border-top-0 { border-top: 0 !important } .border-end { border-right: 1px solid #dee2e6 !important } .border-end-0 { border-right: 0 !important } .border-bottom { border-bottom: 1px solid #dee2e6 !important } .border-bottom-0 { border-bottom: 0 !important } .border-start { border-left: 1px solid #dee2e6 !important } .border-start-0 { border-left: 0 !important } .border-primary { border-color: #0d6efd !important } .border-secondary { border-color: #6c757d !important } .border-success { border-color: #198754 !important } .border-white { border-color: #fff !important } .border-1 { border-width: 1px !important } .border-2 { border-width: 2px !important } .border-3 { border-width: 3px !important } .border-4 { border-width: 4px !important } .border-5 { border-width: 5px !important } .w-25 { width: 25% !important } .w-50 { width: 50% !important } .w-75 { width: 75% !important } .w-100 { width: 100% !important } .w-auto { width: auto !important } .vw-100 { width: 100vw !important } .min-vw-100 { min-width: 100vw !important } .h-25 { height: 25% !important } .h-50 { height: 50% !important } .h-75 { height: 75% !important } .h-100 { height: 100% !important } .h-auto { height: auto !important } .vh-100 { height: 100vh !important } .min-vh-100 { min-height: 100vh !important } .flex-wrap { flex-wrap: wrap !important } .gap-2 { gap: .5rem !important } .gap-3 { gap: 1rem !important } .justify-content-center { justify-content: center !important } .align-items-end { align-items: flex-end !important } .align-items-center { align-items: center !important } .order-0 { order: 0 !important } .order-1 { order: 1 !important } .order-2 { order: 2 !important } .order-3 { order: 3 !important } .order-4 { order: 4 !important } .order-5 { order: 5 !important } .order-last { order: 6 !important } .m-0 { margin: 0 !important } .m-1 { margin: .25rem !important } .m-2 { margin: .5rem !important } .m-3 { margin: 1rem !important } .m-4 { margin: 1.5rem !important } .m-5 { margin: 3rem !important } .m-auto { margin: auto !important } .mx-2 { margin-right: .5rem !important; margin-left: .5rem !important } .my-0 { margin-top: 0 !important; margin-bottom: 0 !important } .my-1 { margin-top: .25rem !important; margin-bottom: .25rem !important } .my-2 { margin-top: .5rem !important; margin-bottom: .5rem !important } .my-3 { margin-top: 1rem !important; margin-bottom: 1rem !important } .my-4 { margin-top: 1.5rem !important; margin-bottom: 1.5rem !important } .my-5 { margin-top: 3rem !important; margin-bottom: 3rem !important } .mt-0 { margin-top: 0 !important } .mt-1 { margin-top: .25rem !important } .mt-2 { margin-top: .5rem !important } .mt-3 { margin-top: 1rem !important } .mt-4 { margin-top: 1.5rem !important } .mt-5 { margin-top: 3rem !important } .mt-auto { margin-top: auto !important } .me-1 { margin-right: .25rem !important } .me-2 { margin-right: .5rem !important } .mb-0 { margin-bottom: 0 !important } .mb-1 { margin-bottom: .25rem !important } .mb-2 { margin-bottom: .5rem !important } .mb-3 { margin-bottom: 1rem !important } .mb-4 { margin-bottom: 1.5rem !important } .mb-5 { margin-bottom: 3rem !important } .mb-auto { margin-bottom: auto !important } .ms-0 { margin-left: 0 !important } .ms-1 { margin-left: .25rem !important } .ms-2 { margin-left: .5rem !important } .ms-3 { margin-left: 1rem !important } .ms-4 { margin-left: 1.5rem !important } .ms-5 { margin-left: 3rem !important } .ms-auto { margin-left: auto !important } .p-0 { padding: 0 !important } .p-1 { padding: .25rem !important } .p-2 { padding: .5rem !important } .p-3 { padding: 1rem !important } .p-4 { padding: 1.5rem !important } .p-5 { padding: 3rem !important } .px-0 { padding-right: 0 !important; padding-left: 0 !important } .px-1 { padding-right: .25rem !important; padding-left: .25rem !important } .px-2 { padding-right: .5rem !important; padding-left: .5rem !important } .px-3 { padding-right: 1rem !important; padding-left: 1rem !important } .px-4 { padding-right: 1.5rem !important; padding-left: 1.5rem !important } .px-5 { padding-right: 3rem !important; padding-left: 3rem !important } .py-2 { padding-top: .5rem !important; padding-bottom: .5rem !important } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important } .pt-0 { padding-top: 0 !important } .pt-5 { padding-top: 3rem !important } .pb-0 { padding-bottom: 0 !important } .pb-5 { padding-bottom: 3rem !important } .lh-base { line-height: 1.5 !important } .text-start { text-align: left !important } .text-end { text-align: right !important } .text-center { text-align: center !important } .text-decoration-none { text-decoration: none !important } .text-uppercase { text-transform: uppercase !important } .text-break { word-wrap: break-word !important; word-break: break-word !important } .text-primary { --bs-text-opacity: 1; color: rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important } .text-secondary { --bs-text-opacity: 1; color: rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important } .text-success { --bs-text-opacity: 1; color: rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important } .text-danger { --bs-text-opacity: 1; color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important } .text-dark { --bs-text-opacity: 1; color: rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important } .text-white { --bs-text-opacity: 1; color: rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important } .text-body { --bs-text-opacity: 1; color: rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important } .text-muted { --bs-text-opacity: 1; color: #6c757d !important } .text-white-50 { --bs-text-opacity: 1; color: rgba(255,255,255,.5) !important } .text-reset { --bs-text-opacity: 1; color: inherit !important } .text-opacity-25 { --bs-text-opacity: 0.25 } .text-opacity-50 { --bs-text-opacity: 0.5 } .text-opacity-75 { --bs-text-opacity: 0.75 } .text-opacity-100 { --bs-text-opacity: 1 } .bg-light { --bs-bg-opacity: 1; background-color: rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important } .bg-dark { --bs-bg-opacity: 1; background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important } .bg-white { --bs-bg-opacity: 1; background-color: rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important } .user-select-all { -webkit-user-select: all !important; -moz-user-select: all !important; user-select: all !important } .user-select-auto { -webkit-user-select: auto !important; -moz-user-select: auto !important; user-select: auto !important } .user-select-none { -webkit-user-select: none !important; -moz-user-select: none !important; user-select: none !important } .rounded { border-radius: .25rem !important } .rounded-3 { border-radius: .3rem !important } .visible { visibility: visible !important } @media (min-width:576px) { .d-sm-block { display: block !important } .d-sm-none { display: none !important } .m-sm-0 { margin: 0 !important } .m-sm-1 { margin: .25rem !important } .m-sm-2 { margin: .5rem !important } .m-sm-3 { margin: 1rem !important } .m-sm-4 { margin: 1.5rem !important } .m-sm-5 { margin: 3rem !important } .m-sm-auto { margin: auto !important } .mt-sm-0 { margin-top: 0 !important } .mt-sm-1 { margin-top: .25rem !important } .mt-sm-2 { margin-top: .5rem !important } .mt-sm-3 { margin-top: 1rem !important } .mt-sm-4 { margin-top: 1.5rem !important } .mt-sm-5 { margin-top: 3rem !important } .mt-sm-auto { margin-top: auto !important } .mb-sm-0 { margin-bottom: 0 !important } .mb-sm-1 { margin-bottom: .25rem !important } .mb-sm-2 { margin-bottom: .5rem !important } .mb-sm-3 { margin-bottom: 1rem !important } .mb-sm-4 { margin-bottom: 1.5rem !important } .mb-sm-5 { margin-bottom: 3rem !important } .mb-sm-auto { margin-bottom: auto !important } .p-sm-0 { padding: 0 !important } .p-sm-1 { padding: .25rem !important } .p-sm-2 { padding: .5rem !important } .p-sm-3 { padding: 1rem !important } .p-sm-4 { padding: 1.5rem !important } .p-sm-5 { padding: 3rem !important } .text-sm-start { text-align: left !important } } @media (min-width:768px) { .d-md-block { display: block !important } .d-md-none { display: none !important } .order-md-1 { order: 1 !important } .order-md-2 { order: 2 !important } .m-md-0 { margin: 0 !important } .m-md-1 { margin: .25rem !important } .m-md-2 { margin: .5rem !important } .m-md-3 { margin: 1rem !important } .m-md-4 { margin: 1.5rem !important } .m-md-5 { margin: 3rem !important } .m-md-auto { margin: auto !important } .mt-md-0 { margin-top: 0 !important } .mt-md-1 { margin-top: .25rem !important } .mt-md-2 { margin-top: .5rem !important } .mt-md-3 { margin-top: 1rem !important } .mt-md-4 { margin-top: 1.5rem !important } .mt-md-5 { margin-top: 3rem !important } .mt-md-auto { margin-top: auto !important } .mb-md-0 { margin-bottom: 0 !important } .mb-md-1 { margin-bottom: .25rem !important } .mb-md-2 { margin-bottom: .5rem !important } .mb-md-3 { margin-bottom: 1rem !important } .mb-md-4 { margin-bottom: 1.5rem !important } .mb-md-5 { margin-bottom: 3rem !important } .mb-md-auto { margin-bottom: auto !important } .p-md-0 { padding: 0 !important } .p-md-1 { padding: .25rem !important } .p-md-2 { padding: .5rem !important } .p-md-3 { padding: 1rem !important } .p-md-4 { padding: 1.5rem !important } .p-md-5 { padding: 3rem !important } .pe-md-0 { padding-right: 0 !important } .ps-md-0 { padding-left: 0 !important } } @media (min-width:992px) { .d-lg-block { display: block !important } .d-lg-none { display: none !important } .mt-lg-0 { margin-top: 0 !important } } @media (min-width:1200px) { .d-xl-block { display: block !important } .d-xl-none { display: none !important } } /*! * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) */ .fa, .fab, .fad, .fal, .far, .fas { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; display: inline-block; font-style: normal; font-variant: normal; text-rendering: auto; line-height: 1 } @-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } @keyframes fa-spin { 0% { -webkit-transform: rotate(0); transform: rotate(0) } 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg) } } .fa-arrow-left:before { content: "\f060" } .fa-arrow-right:before { content: "\f061" } .fa-chevron-left:before { content: "\f053" } .fa-chevron-right:before { content: "\f054" } .fa-comments:before { content: "\f086" } .fa-envelope:before { content: "\f0e0" } .fa-facebook-f:before { content: "\f39e" } .fa-heart:before { content: "\f004" } .fa-instagram:before { content: "\f16d" } .fa-linkedin-in:before { content: "\f0e1" } .fa-map-marker-alt:before { content: "\f3c5" } .fa-phone:before { content: "\f095" } .fa-phone-alt:before { content: "\f879" } .fa-plus:before { content: "\f067" } .fa-tiktok:before { content: "\e07b" } .fa-times:before { content: "\f00d" } .fa-tv:before { content: "\f26c" } .fa-youtube:before { content: "\f167" } .sr-only { border: 0; clip: rect(0,0,0,0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px } @font-face { font-family: 'Font Awesome 5 Brands'; font-style: normal; font-weight: 400; font-display: block; src: url("/fonts/font-awesome/fa-brands-400.eot"); src: url("/fonts/font-awesome/fa-brands-400.eot?#iefix") format("embedded-opentype"),url("/fonts/font-awesome/fa-brands-400.woff2") format("woff2"),url("/fonts/font-awesome/fa-brands-400.woff") format("woff"),url("/fonts/font-awesome/fa-brands-400.ttf") format("truetype"),url("/fonts/font-awesome/fa-brands-400.svg#fontawesome") format("svg") } .fab { font-family: 'Font Awesome 5 Brands'; font-weight: 400 } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 400; font-display: block; src: url("/fonts/font-awesome/fa-regular-400.eot"); src: url("/fonts/font-awesome/fa-regular-400.eot?#iefix") format("embedded-opentype"),url("/fonts/font-awesome/fa-regular-400.woff2") format("woff2"),url("/fonts/font-awesome/fa-regular-400.woff") format("woff"),url("/fonts/font-awesome/fa-regular-400.ttf") format("truetype"),url("/fonts/font-awesome/fa-regular-400.svg#fontawesome") format("svg") } @font-face { font-family: 'Font Awesome 5 Free'; font-style: normal; font-weight: 900; font-display: block; src: url("/fonts/font-awesome/fa-solid-900.eot"); src: url("/fonts/font-awesome/fa-solid-900.eot?#iefix") format("embedded-opentype"),url("/fonts/font-awesome/fa-solid-900.woff2") format("woff2"),url("/fonts/font-awesome/fa-solid-900.woff") format("woff"),url("/fonts/font-awesome/fa-solid-900.ttf") format("truetype"),url("/fonts/font-awesome/fa-solid-900.svg#fontawesome") format("svg") } .fa, .fas { font-family: 'Font Awesome 5 Free'; font-weight: 900 } @font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 900; font-display: block; src: url("/fonts/font-awesome-pro/fa-solid-900.ttf") format("truetype") } @font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 400; font-display: block; src: url("/fonts/font-awesome-pro/fa-regular-400.ttf") format("truetype") } @font-face { font-family: 'Font Awesome 5 Pro'; font-style: normal; font-weight: 300; font-display: block; src: url("/fonts/font-awesome-pro/fa-light-300.ttf") format("truetype") } .fal { font-family: 'Font Awesome 5 Pro'; font-weight: 300 } .far { font-family: 'Font Awesome 5 Pro'; font-weight: 400 } .lightbox { cursor: pointer; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.7); -webkit-filter: none !important; z-index: 9997 } .lightbox img { display: block; position: absolute; border: 5px solid #fff; box-shadow: 0 0 20px #000; border-radius: 1px } body.lightbox-wrapper { width: 100%; height: 100%; height: -webkit-fill-available; overflow-y: hidden } .lightbox__loading { width: 32px; height: 32px; margin: -16px 0 0 -16px; position: absolute; top: 50%; left: 50% } .lightbox__caption { display: none; position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; z-index: 9998; background: rgba(0,0,0,.7) } .lightbox__caption p { margin: 0 auto; max-width: 70%; display: inline-block; padding: 10px; color: #fff; font-size: 14px; line-height: 18px } .lightbox__button { position: absolute; z-index: 9999; background: center center no-repeat; width: 32px; height: 32px; opacity: .4; -webkit-transition: .3s; -moz-transition: .3s; -ms-transition: .3s; transition: .3s } .lightbox__button:focus, .lightbox__button:hover { opacity: 1; -webkit-transform: scale(1.4); -moz-transform: scale(1.4); -ms-transform: scale(1.4); transform: scale(1.4) } .lightbox__close { right: 10px; top: 10px } .lightbox__nav { top: 50%; margin-top: -16px } .lightbox__nav--next { right: 10px } .lightbox__nav--prev { left: 10px } @-webkit-keyframes leaflet-gestures-fadein { 0% { opacity: 0 } 100% { opacity: 1 } } @keyframes leaflet-gestures-fadein { 0% { opacity: 0 } 100% { opacity: 1 } } .slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent } .slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0 } .slick-list:focus { outline: 0 } .slick-slider .slick-list, .slick-slider .slick-track { -webkit-transform: translate3d(0,0,0); -moz-transform: translate3d(0,0,0); -ms-transform: translate3d(0,0,0); -o-transform: translate3d(0,0,0); transform: translate3d(0,0,0) } .slick-track { position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto } .slick-track:after, .slick-track:before { display: table; content: '' } .slick-track:after { clear: both } .slick-loading .slick-track { visibility: hidden } .slick-slide { display: none; float: left; height: 100%; min-height: 1px } .slick-slide img { display: block } .slick-slide.slick-loading img { display: none } .slick-initialized .slick-slide { display: block } .slick-loading .slick-slide { visibility: hidden } .slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent } .slick-arrow.slick-hidden { display: none } html { overflow-x: hidden } .carousel-01 .hero-overlay { position: absolute; inset: 0; background: #000; opacity: .6; pointer-events: none } /*home_pagestyles.css*/ body { background: var(--body-background); color: var(--body-color); font-family: var(--body-font); font-size: 20px } .h1, .h2, .h3, .h4, h1, h2, h3, h4 { font-weight: 700 } .h1, h1 { font-family: var(--h1-font); font-size: var(--h1-fontsize); font-weight: var(--h1-fontweight); line-height: calc(var(--h1-fontsize) + 8px) } .h2, h2 { font-family: var(--h2-font); font-size: var(--h2-fontsize); font-weight: var(--h2-fontweight); line-height: var(--h2-fontsize); letter-spacing: -2px } .h3, h3 { font-family: var(--h3-font); font-size: var(--h3-fontsize); font-weight: var(--h3-fontweight) } .h4, h4 { font-family: var(--h4-font); font-size: var(--h4-fontsize); font-weight: var(--h4-fontweight) } @media(max-width:991px) { .h1, h1 { font-size: 72px; line-height: 80px } .h2, h2 { font-size: 55px; line-height: 55px } } @media(max-width:767px) { .h1, h1 { font-size: 60px; line-height: 68px } .h2, h2 { font-size: 50px; line-height: 50px } } @media(max-width:575px) { .h1, h1 { font-size: 52px; line-height: calc(52px + 8px) } .h2, h2 { font-size: 44px; line-height: 48px } .h3, h3 { font-size: 32px } .h4, h4 { font-size: 24px } } .form-control { min-height: var(--input_height); border-radius: 0 } a { color: var(--gold); text-decoration: none } a:not(.btn):hover { color: var(--gold); text-decoration: underline } .btn { background-color: var(--gold); color: var(--body-color); cursor: pointer; font-size: 18px; line-height: 18px; padding: 21px 30px; border-radius: 0; font-weight: 500; transition: .2s; outline: 0 !important; box-shadow: none !important; min-width: 180px; text-decoration: none } .btn:active { transform: scale(.98) } .btn:focus, .btn:focus-within { outline: 0 !important } button:active, button:focus, button:focus-within, button:hover { text-decoration: none; box-shadow: none !important; outline: 0 !important } .btn-primary { padding: 5px 15px; background-color: var(--button-background); color: #fff; cursor: pointer } .btn-primary:hover { color: #fff; text-decoration: none; background-color: var(--button-background); background-color: var(--button-background) } .btn-primary:not([disabled]):not(.disabled).active, .btn-primary:not([disabled]):not(.disabled):active, .show > .btn-primary.dropdown-toggle { background-color: var(--button-background); background-color: var(--button-background) } .btn-primary:active, .btn-primary:focus, .btn-primary:link, .btn-primary:visited { color: #fff; text-decoration: none; background-color: #000; border-color: #000 } .btn-primary:active { outline: 0 !important; box-shadow: none !important; background-color: #000; color: #fff } @media (min-width:576px) { .container { padding-right: 0; padding-left: 0 } } @media (max-width:575.98px) { .container { padding-right: 30px; padding-left: 30px } } #slideOut { right: -400px; width: 400px; min-height: 300px } #slideOut div.container { padding: 15px } .right-tab.show { right: 0 !important } #slideOut .col-form-label { padding: 0 0 3px } #slideOut .form-control { min-height: 35px } #slideOut textarea.form-control { resize: none; height: 108px } #slideOut .form-group { margin-bottom: 10px } #slideOut .form-control:focus { outline: 0 } .form .form-error { display: block; color: #b94a48; margin-top: 5px; margin-bottom: 5px; line-height: 140%; font-size: 15px } .form input[type=checkbox] { display: inline-block; width: auto; margin-top: 5px } .form input[type=checkbox] + label { padding: 0 0 0 5px } .form textarea.form-control { resize: none; height: 150px } form input[type=checkbox] + label + .form-error { display: none } .form-group { margin-bottom: 1rem } form .checkbox { position: absolute; opacity: 0; width: 1px; height: 1px } form .checkbox + label { position: relative; padding-left: 30px !important; cursor: pointer } form .checkbox + label:before { position: absolute; top: 3px; left: 0; content: ""; display: block; background-color: #fff; border-radius: 3px; box-shadow: inset 0 2px 2px rgba(172,172,172,.27); border: 1px solid #ccc; width: 20px; height: 20px } form .checkbox:checked + label:after { content: "\f00c"; position: absolute; left: 4px; top: 5px; color: #000; font-family: 'Font Awesome 5 Free'; font-size: 13px; display: inline-block; font-style: normal; cursor: pointer; font-weight: 600 } .form .form-group { position: relative } .form input.valid, .form select.valid { background-image: url('/images/default/success-field.png'); background-position: right 10px center; background-repeat: no-repeat; -webkit-background-size: 20px; background-size: 20px; border-color: #4a4a4a; -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075); box-shadow: inset 0 0 0 rgba(0,0,0,.075) } .form input.error, .form select.error { background-image: url('/images/default/error-field.png'); background-position: right 10px center; background-repeat: no-repeat; -webkit-background-size: 20px; background-size: 20px; border: 2px solid red; background-color: #ffeded; -webkit-box-shadow: inset 0 0 0 rgba(0,0,0,.075); box-shadow: inset 0 0 0 rgba(0,0,0,.075) } .form .error + div.error, .form .form-group.has-error div.error { color: red; position: absolute; right: 0; bottom: -22px; margin: 0; font-size: 14px } form .has-error input.error, form .has-error select.error, form .has-error textarea.error, form .radio-multi.has-error .tickbox { background-color: #fff4f4; background-image: url('/images/default/error-field.png'); background-position: right 10px center; background-repeat: no-repeat; -webkit-background-size: 20px; background-size: 20px; border-color: red; border-width: 2px } form .has-error div.error { color: red } #slideOut .form-error { display: none } .right-tab { display: none; position: fixed; top: 200px; width: 370px; right: -370px; background: var(--quickinquiry-background); z-index: 99; color: var(--quickinquiry-color); transition-property: all; transition-duration: .5s; transition-timing-function: cubic-bezier(0,1,0.5,1) } .right-tab iframe { border: none; width: 100%; height: 350px } .right-tab-button { background: var(--quickinquiry-tab-background); width: 40px; height: 40px; text-align: center; color: #fff; font-size: 18px; line-height: 40px; cursor: pointer; position: absolute; top: 0; left: -40px } .right-tab-button > i { line-height: 40px } .right-tab-content { padding: 15px } .hamburger { position: absolute; top: 50%; left: 15px; padding: 5px; display: inline-block; cursor: pointer; transition: opacity,filter .15s linear; background-color: transparent; border: none; transform: translateY(-50%) } .hamburger-box { width: 30px; height: 24px; display: inline-block; position: relative } .hamburger-inner { display: block; top: 50%; margin-top: -2px } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { content: ""; width: 30px; height: 3px; background-color: var(--navbar-hamburguer-icon-color); border-radius: 4px; position: absolute; transition: transform .15s } .navbar-toggler .hamburger-inner { top: auto; bottom: 0; transition-delay: .13s; transition-timing-function: cubic-bezier(.55,.055,.675,.19); transition-duration: .13s } .navbar-toggler .hamburger-inner:after { content: ""; display: block; top: -20px; transition: top .2s cubic-bezier(.33333, .66667, .66667, 1) .2s,opacity .1s linear } .navbar-toggler .hamburger-inner:before { content: ""; display: block; top: -10px; transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .2s,transform .13s cubic-bezier(.55, .055, .675, .19) } .navbar-toggler.is-active .hamburger-inner { transition-delay: .22s; transition-timing-function: cubic-bezier(.215,.61,.355,1); transform: translate3d(0,-10px,0) rotate(-45deg) } .navbar-toggler.is-active .hamburger-inner:after { top: 0; transition: top .2s cubic-bezier(.33333, 0, .66667, .33333),opacity .1s linear .22s; opacity: 0 } .navbar-toggler.is-active .hamburger-inner:before { top: 0; transition: top .1s cubic-bezier(.33333, 0, .66667, .33333) .16s,transform .13s cubic-bezier(.215, .61, .355, 1) .25s; transform: rotate(-90deg) } @media (min-width:768px) { body { margin-top: 125px } .right-tab { display: block } } @media (max-height:750px) { #slideOut { top: 20vh } } @media (max-height:650px) { .right-tab { display: none } } .form-control:focus { box-shadow: none !important; border: 1px solid #ced4da } .pagination li { cursor: pointer } .pagination > * { margin-left: 2px; margin-right: 2px } .pagination .page-item.active .page-link { background-color: #000; border-color: #000 } .backtotop { height: 50px; width: 50px; border-radius: 0; color: var(--gold); background-color: #1c1c1c; font-size: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; pointer-events: none; opacity: 0; cursor: pointer; transition: .4s; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 1031 } .backtotop.show { opacity: 1; transition: .4s; pointer-events: all } @keyframes bounce_border { 0%,100%,17%,25%,35% { box-shadow: 0 0 0 4px rgba(0,0,0,.1) } 22%,30% { box-shadow: 0 0 0 8px rgba(0,0,0,.1) } } body.backdrop-open { overflow: hidden } .fixed-top { transition: .3s } .subtitle { color: #b9b3a0; font-size: 12px; text-transform: uppercase; padding-left: 50px; margin-bottom: 15px; position: relative; letter-spacing: 2px } .subtitle:before { content: ""; background-color: #b9b3a0; height: 1px; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 30px } @media(max-width:767px) { .subtitle { display: none } } @-webkit-keyframes pulse { 0% { transform: scale(.9) } 70% { transform: scale(1); box-shadow: 0 0 0 30px rgba(0,195,7,0) } 100% { transform: scale(.9); box-shadow: 0 0 0 0 rgba(0,195,7,0) } } .modal .btn-primary { background-color: var(--gold); color: var(--body-color); border: 0; padding: 15px 20px; min-width: 100px } @media(max-width:991px) { .hf-100-m { height: 100vh } } .left-18 { left: calc(4.5 * var(--hem)) } .bottom-0 { bottom: 0 } .w-72 { width: calc(18 * var(--hem)) } .relative { position: relative } .p-4 { padding: calc(1 * var(--hem)) } .-top-2 { top: calc(calc(.5 * var(--hem)) * -1) } .-left-2 { left: calc(calc(.5 * var(--hem)) * -1) } .absolute { position: absolute } .gap-3 { gap: calc(.75 * var(--hem)) } .fixed { position: fixed } body { margin-top: 0 } .nav-01 .container { position: relative } .navbar-collapse { flex-grow: 0 } .logo { width: 125px; margin-top: 0; padding: 0 } .navbar { padding: 0 } .navbar-toggler { float: left; margin: 10px -10px 0 10px; padding: 3px 5px } .navbar-nav { width: auto } .nav-link { color: #fff; padding-left: 10px; border-bottom: 1px solid var(--navlink-mobile-bordercolor) } .dropdown-item-menu .nav-link { color: #fff } .item-dropdown { position: relative } .nav-item .nav-link { font-size: 18px } .nav-item .nav-link, .nav-item .nav-link:hover { text-decoration: none } .dropdown-menu { margin: 0; border: none; border-radius: 0; background: #ccc } .fixed-top.scrolled { background-color: var(--sticky-header-background); height: 40px; -webkit-transition: .8s; transition: .8s } .fixed-top.scrolled #navbar-menu, .fixed-top.scrolled .logo { margin-top: 0 } .navbar-brand { position: relative; display: block } .nav-link:focus, .nav-link:hover { color: #fff } @media(min-width:1200px) { .nav-item .nav-link, .navbar-expand-lg .navbar-nav .nav-link { padding: 15px 30px } } @media(min-width:992px) { .hf-100-d { height: 100vh } .navbar { height: 178px } .nav-item .nav-link, .navbar-expand-lg .navbar-nav .nav-link { padding: 15px 8px; margin: 0 5px } .nav-item.lvl1 > .nav-link.currentpage:after { content: ""; background-color: var(--gold); position: absolute; left: 10px; bottom: 0; width: calc(100% - 40px); height: 2px } .nav-link.dropdown-switch .dd_caret:before { content: "\f0d7"; font-family: "Font Awesome 5 Free"; font-weight: 800; margin-left: 5px } .item-dropdown .dropdown-item-menu { pointer-events: none } .item-dropdown.show > .dropdown-item-menu { pointer-events: all } .item-dropdown.lvl1 > .dropdown-item-menu { position: absolute; left: 5px; top: 100%; padding-top: 4px; border-radius: 0; width: calc(100% - 10px); background: 0 0; overflow: visible } .item-dropdown.lvl1 > .dropdown-item-menu .navlinks-wrapper .nav-item { transition: .4s; transform: translateX(25%); opacity: 0 } .item-dropdown.lvl1.show > .dropdown-item-menu .navlinks-wrapper .nav-item { transform: translateX(0); opacity: 1; transition-delay: calc(75ms * var(--navorder, 1)) } .item-dropdown.show.lvl2 > .dropdown-item-menu { position: absolute; left: 100%; top: 0; min-height: 100%; min-width: 180px; border-radius: 5px } .navbar-expand-lg .navbar-nav > .nav-item:last-child > .nav-link { border: 2px solid var(--gold); color: var(--gold); font-weight: 500 } .navbar-expand-lg .navbar-nav > .nav-item:last-child > .nav-link:after { background-color: unset !important } .scrolled .navbar-nav > .nav-item:last-child > .nav-link { border: 2px solid var(--gold); color: var(--gold); font-weight: 500; background-color: var(--gold); color: #2a2a2a } .navbar-expand-lg .navbar-nav > .nav-item:last-child > .nav-link:hover { background-color: var(--gold); color: #2a2a2a } .logo { width: 298px } .navbar-nav { background: 0 0 } #navbar-menu { margin-left: 15px } .nav-link { color: #fff; border: none; padding: 0 15px; position: relative } .dropdown-menu { margin-top: 15px; background: #000 } .dropdown-menu:after { content: ""; position: absolute; top: -19px; height: 20px; left: 0; right: 0 } .dropdown-menu:before { content: ""; position: absolute; top: -19px; left: 20px; border: 10px solid transparent; border-bottom: 9px solid #000 } .dropdown-item { color: #fff } .dropdown-item:hover { background: #f90 } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-switch:after, .navbar .nav-item.item-dropdown.lvl2 > .dropdown-switch:after { float: right } .fixed-top.scrolled { height: 110px; background-color: #d8d8d8; box-shadow: 0 0 5px 5px rgba(0,0,0,.1) } .fixed-top.scrolled .nav-link { color: #2a2a2a } .navbar .nav-item.item-dropdown.show > .nav-link, .navbar .nav-item.lvl1 > .nav-link:hover { background-color: var(--gold); color: #2a2a2a } .navbar .nav-item.item-dropdown.show > .nav-link { position: relative } .navbar .nav-item.item-dropdown.lvl1 > .nav-link { display: block; min-height: 61px } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu:before { content: ""; background-color: var(--gold); position: absolute; top: -4px; left: 0; width: 100%; height: 0; z-index: -1; transition: .2s; opacity: 0 } .navbar .nav-item.item-dropdown.lvl1.show > .dropdown-item-menu:before { height: calc(100% - 30px); opacity: 1; transition: calc(150ms * var(--navcount, 1)) all } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-item.lvl2 ~ .nav-item.lvl2 { margin-top: 4px } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-item.lvl2:last-child > .nav-link { border-bottom: 0 solid var(--gold); transition: .4s } .navbar .nav-item.item-dropdown.lvl1.show > .dropdown-item-menu .nav-item.lvl2:last-child > .nav-link { border-bottom: 4px solid var(--gold) } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link { position: relative; color: #fff; font-size: 16px; padding: 24px 30px; line-height: 16px; white-space: nowrap; width: fit-content; width: -webkit-fit-content; min-width: 250px; background-size: cover } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link:before { content: ""; background-color: rgba(0,0,0,.75); position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; transition: .3s } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link:hover:before { background-color: rgba(0,0,0,.95) } .navbar .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link > * { position: relative; z-index: 2 } .navbar .back_button, .navbar .menu_title { display: none } } @media(max-width:991.98px) { .navbar-nav a:hover { color: #2a2a2a } .lvl2 a:hover { color: #fff !important } body.menu_open { overflow: hidden } .fixed-top { height: 119px } .fixed-top.scrolled { height: 119px; background-color: #d8d8d8; box-shadow: 0 0 5px 5px rgba(0,0,0,.1) } .navbar-brand { position: absolute; top: 50%; transform: translateY(-50%) } .logo { width: 298px } .navbar .close_menu { background-color: #151515; color: var(--gold); width: 60px; height: 60px; align-items: center; justify-content: center; font-size: 35px; border: none; outline: 0; position: absolute; right: 0; top: 0; z-index: 9999 } .hamburger { margin: 0; padding-right: 0; right: 0; top: 50%; transform: translateY(-50%); left: auto; bottom: auto } .hamburger-box { width: 32px; height: 20px } .hamburger-inner, .hamburger-inner::after, .hamburger-inner::before { width: 32px; height: 2px; background-color: var(--gold); transition: .1s } .navbar-toggler .hamburger-inner::before { width: 24px; margin-left: 8px; top: -9px } .navbar-toggler.is-active .hamburger-inner::before { width: 32px; margin-left: 0 } .navbar-toggler .hamburger-inner::after { top: -18px } .navbar.menu_open .hamburger-inner, .navbar.menu_open .hamburger-inner::after, .navbar.menu_open .hamburger-inner::before { background-color: #1f1f1f } #navbar-menu { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-image: url(/images/cta_after.png); background-color: var(--gold); background-position: calc(50% + 20px) calc(100% + 500px); background-repeat: no-repeat; display: block; transition: .4s; pointer-events: none; opacity: 0 } #navbar-menu.show { pointer-events: all; opacity: 1 } #navbar-menu .navbar-nav { padding: 100px 0 0 } .nav-item .nav-link { font-size: 40px; color: #2a2a2a; font-weight: 400; line-height: 40px; padding: 20px 0; border: 0; border-bottom: 1px solid #b28f41 } #navbar-menu .navbar-nav .nav-item.lvl1 > .nav-link { padding-left: 34px } .nav-item.item-dropdown > .dropdown-item-menu { position: fixed; left: 0; top: 0; width: 100%; height: 100%; transition: .4s; opacity: 0; pointer-events: none; background-color: var(--gold); z-index: 1; padding-top: 100px; background-image: url(/images/cta_after.png); background-color: var(--gold); background-position: calc(50% + 20px) calc(100% + 500px); background-repeat: no-repeat } .nav-item.item-dropdown.show > .dropdown-item-menu { opacity: 1; pointer-events: all } .nav-item.item-dropdown > .dropdown-item-menu .container { max-width: 100%; padding: 0 34px; overflow: auto; max-height: 100% } .nav-link.dropdown-switch { position: relative } .nav-link.dropdown-switch .dd_caret { position: absolute; right: 0; width: 70px; height: 100%; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; padding-right: 20px } .nav-link.dropdown-switch .dd_caret:before { content: "\f061"; font-family: "Font Awesome 5 Pro" } .navbar .back_button { font-size: 18px; font-weight: 500; background: 0 0; border: none; outline: 0; position: fixed; top: 4px; left: 34px; padding: 20px 15px 20px 0; color: #2a2a2a !important } .navbar .back_button i { font-size: 16px; margin-right: 5px; color: #2a2a2a !important } .navbar .menu_title { font-size: 40px; color: #2a2a2a; font-weight: 400; line-height: 40px; padding: 20px 0 } .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-item ~ .nav-item { margin-top: 8px } .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link { position: relative; color: #fff; padding: 24px; font-size: 16px; line-height: 16px; min-height: 125px } .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link:before { content: ""; background-color: rgba(0,0,0,.75); position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 0; transition: .3s } .nav-item.item-dropdown.lvl1 > .dropdown-item-menu .nav-link > * { position: relative; z-index: 2 } } @media(max-width:767.98px) { .fixed-top, .fixed-top.scrolled { height: 93px } .logo { width: 238px } .hamburger { right: 0 } #navbar-menu { background-position: calc(50% + 20px) calc(100% + 600px) } } @media(max-width:1402px) { .navbar-brand .logo { width: 250px } } @media(max-width:1200px) { .navbar-brand .logo { width: 200px } } @media(max-width:992px) { .navbar-brand .logo { width: 298px } } .scrolledlogo { display: none } .scrolled .scrolledlogo { display: block } .scrolled .logomain { display: none } .logo { width: calc(100vw - 30px - 80px); max-width: 238px } .hamburger { right: 30px } @media(max-width:370px) { .logo { max-width: 190px } } .carousel-01 { --desktoph: 870px; --tableth: 830px; --mobileh: 500px; position: relative } .carousel-01 .scroll-down { pointer-events: none } .carousel-01 h2 { font-size: 80px; line-height: 88px; letter-spacing: unset } @media (max-width:991px) { .carousel-01 h2 { font-size: 72px; line-height: 80px } } @media (max-width:767px) { .carousel-01 h2 { font-size: 60px; line-height: 68px } } @media (max-width:575px) { .carousel-01 h2 { font-size: 52px; line-height: calc(52px + 8px) } .cs-carousel h2 { text-align: center } } @media (max-height:567px) { .carousel-01 h2 { line-height: 60px; font-size: 55px !important } } .carousel-01 .scroll-down:after { content: "Scroll to discover"; position: absolute; right: -88px; bottom: 25px; color: #fff; border-bottom: 1px solid var(--gold); padding-bottom: 15px; text-align: left; padding-right: 100px; text-transform: uppercase; font-size: 12px; text-transform: uppercase; transform: rotate(90deg) } .carousel-01 .slick-slide:before { content: ""; pointer-events: none; background: rgba(0,0,0,.75); background: linear-gradient(0deg,rgba(0,0,0,.5) 0,rgba(0,0,0,.7) 30%,rgba(0,0,0,.25) 60%,#000 100%); position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; opacity: .8 } .carousel-01 .container { position: absolute; left: 0; right: 0; top: 0; bottom: 0; text-align: center; z-index: 2 } .carousel-01 .carousel-caption { text-align: left; width: 100%; left: 0; right: auto; bottom: 70px; padding: 0 } .carousel-01 .carousel-caption-title { margin-bottom: 15px; font-weight: 400 } .carousel-01 .carousel-caption-title > span { color: var(--gold) } .carousel-01 .carousel-caption-text { font-size: 20px; margin: 0 } .carousel-01 .carousel-caption .btn { margin-top: 20px } .carousel-01 .carousel-item { overflow: hidden; height: var(--desktoph); position: relative } .carousel-01 .carousel-inner .next-slide, .carousel-01 .carousel-inner .prev-slide { position: absolute; color: #fff; top: 50%; transform: translateY(-50%); font-size: 60px; font-weight: 700; cursor: pointer; z-index: 2; opacity: .3; transition: opacity .3s } .carousel-01 .carousel-inner .next-slide:hover, .carousel-01 .carousel-inner .prev-slide:hover { opacity: .8 } .carousel-01 .carousel-inner .prev-slide { left: 45px } .carousel-01 .carousel-inner .next-slide { right: 45px } .carousel-01 .carousel-inner .slick-dots { padding: 0; margin: 0; list-style: none; position: absolute; left: 50%; bottom: 15px; transform: translateX(-50%); display: flex; flex-direction: row } .carousel-01 .carousel-inner .slick-dots > li { cursor: pointer; font-weight: 600 } .carousel-01 .carousel-inner .slick-dots > li button { display: none } .carousel-01 .carousel-inner .slick-dots > li:before { content: "\f111"; font-family: 'Font Awesome 5 Free'; color: #fff; opacity: .2; padding: 5px; transition: opacity .3s; cursor: pointer } .carousel-01 .carousel-inner .slick-dots > li:hover:before { opacity: .6 } .carousel-01 .carousel-inner .slick-dots > li.slick-active:before { opacity: .8 } .carousel-01 .carousel-item img { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); height: calc(100% + 1px); width: calc(100% + 1px); object-fit: cover } .carousel-01 .carousel-item:before { content: ""; background-image: url(/images/banner_overlay.png); position: absolute; right: -100px; bottom: -450px; width: 726px; height: 870px; z-index: 1 } @media screen and (max-width:1199px) { .carousel-01 .carousel-item { height: 830px } } @media screen and (max-width:991px) { .carousel-01 .carousel-item { height: var(--tableth) } } @media screen and (max-width:767px) { .carousel-01 { --mobileh: 690px } .carousel-01 .scroll-down { display: none } .carousel-01 .carousel-item { height: var(--mobileh) } .carousel-01 .carousel-inner .prev-slide { left: 15px } .carousel-01 .carousel-inner .next-slide { right: 15px } } @media screen and (max-width:575px) { .carousel-01 .carousel-item { height: var(--mobileh) } .carousel-01 .carousel-item:after { content: ""; padding-bottom: 100%; display: block } .carousel-01 .carousel-caption-title { text-align: center } .carousel-01 .carousel-caption-title > span { display: block } .carousel-01 .carousel-caption-title br { display: none } .carousel-01 .carousel-caption .btn { width: calc(100% - 60px); margin-left: auto; margin-right: auto; display: block } } .carousel-01 .hidden-h1 { position: absolute; visibility: hidden; pointer-events: none; opacity: 0; width: 0; height: 0 } .content-01 { padding: 90px 0; text-align: left; background-color: rgba(0,0,0,0); color: var(--content-01-color) } .content-01 h3, .content-01-title { margin-bottom: 20px } h3.content-01-title { font-style: italic } .content-01 .align-center { text-align: center } .content-01 blockquote { font-size: 40px; line-height: 48px } .content-01 blockquote b { font-weight: inherit; color: var(--gold); border-bottom: 2px solid var(--gold) } .content-01 table { width: 100%; table-layout: fixed; overflow-wrap: break-word; margin-bottom: 15px } .content-01 table td, .content-01 table th { border: 1px solid var(--body-color); padding: 15px; font-size: 1rem } @media(max-width:767px) { .content-01 { padding: 70px 0 } .content-01 blockquote br { display: none } } @media(max-width:575px) { .content-01 { padding: 40px 0 10px } } @media(max-height:567px) { h1 { font-size: 55px !important; line-height: 60px } h2 { font-size: 50px !important; line-height: 50px } .carousel-01 .carousel-item { height: 567px } .content-01 { padding: 60px 0 30px } } #content-05 { padding-bottom: 0; position: relative; z-index: 1 } #content-05:after { content: ""; background-image: url(/images/welcome_3dbg.png); width: 413px; height: 329px; position: absolute; right: 0; bottom: -100px; z-index: -1 } .content-05 { padding: 50px 0 } .content-05-text, .content-05-title { margin-bottom: 20px } .content-05 .content-05-image { width: 100%; height: 100%; object-fit: cover } .content-05 .image-col { position: relative; height: 100% } .content-05 .image-col:before { content: ""; background-image: url(/images/banner_overlay02.png); position: absolute; left: -100px; top: -100px; width: 570px; height: 670px; z-index: -1; opacity: .5; background-size: cover; background-repeat: no-repeat } @media(max-width:991px) { .content-05 .content-05-image { width: 40vw; max-width: none; position: absolute; right: 0; top: 0 } } @media (max-width:767px) { #content-05 { padding-top: 0; margin-top: 70px } #content-05::after { display: none } .content-05 .image-col::before { left: -300px; top: 0 } .content-05 .image-col { height: 400px; margin-bottom: 30px } .content-05 .image-col:after { content: ""; background-image: url(/images/welcome_3dbg.png); width: 120px; height: 300px; position: absolute; right: -18px; bottom: -100px; z-index: 0; background-size: auto } .content-05 .content-05-image { width: 100% } } @media(max-width:575px) { .content-05 { padding-top: 25px; padding-bottom: 25px } #content-05 { margin-top: 25px; text-align: center } .content-05 .image-col::after, .content-05 .image-col::before { display: none } .content-05 .image-col { height: auto } .content-05 .content-05-image { position: static; width: 100%; height: auto } .content-05 .content-05-btn { width: 100% } } @media(max-height:567px) { .content-05 { padding: 30px 0 60px } } .our_services { padding: 160px 0 150px; background-color: #f7f7f7; margin-top: -40px; position: relative; overflow: hidden } .our_services .row { --bs-gutter-x: 40px; --bs-gutter-y: 40px } .our_services .title { margin-bottom: 30px } .our_services .item { display: flex; flex-direction: column; position: relative; z-index: 10 } .our_services .item:not(:last-child) { z-index: 20 } .our_services .item .image-wrapper { padding-bottom: 82%; position: relative; overflow: hidden; background-color: #676767 } .our_services .item .image-wrapper img { position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover } .our_services .item .item-title { color: var(--gold); font-size: 30px; padding: 15px 30px 15px 0; border-bottom: 1px solid #b9b3a0; position: relative; font-weight: 500 } .our_services .item .item-title i { position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 26px } .our_services .item > a { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .our_services .itme-text { background-color: var(--gold); height: 100%; display: flex; align-items: center; justify-content: center; text-align: center; font-size: 30px; line-height: 38px; padding: 40px; position: relative; z-index: 10 } .our_services .itme-text > a { position: absolute; left: 0; top: 0; width: 100%; height: 100% } .our_services .itme-text:after { content: ""; background-image: url(/images/banner_overlay02.png); position: absolute; left: 50%; bottom: 25%; width: 735px; height: 880px; z-index: 0; transform: translateX(-50%); mix-blend-mode: soft-light; opacity: .4; background-repeat: no-repeat; background-size: cover } @media(min-width:992px) { .our_services .item:nth-child(2), .our_services .item:nth-child(5) { display: flex; flex-direction: column-reverse } .our_services .item:nth-child(2) .item-title, .our_services .item:nth-child(5) .item-title { border-top: 1px solid #b9b3a0; border-bottom: 0 solid #b9b3a0 } } @media (max-width:1199px) { .our_services { padding: 125px 0 115px } .our_services .row { --bs-gutter-x: 26px; --bs-gutter-y: 26px } .our_services .item .item-title { font-size: 26px; letter-spacing: -1px } .our_services .itme-text { font-size: 24px; line-height: 26px; padding: 40px 15px } } @media(max-width:991px) and (min-width:768px) { .our_services .item:nth-child(2), .our_services .item:nth-child(4) { display: flex; flex-direction: column-reverse } .our_services .item:nth-child(2) .item-title, .our_services .item:nth-child(4) .item-title { border-top: 1px solid #b9b3a0; border-bottom: 0 solid #b9b3a0 } } @media(max-width:767px) { .our_services { padding: 70px 0; margin-top: 50px } .our_services .row > div:last-child { margin-top: 0 } .our_services .item .image-wrapper { padding-bottom: 150px } .our_services .itme-text { display: none } } @media(max-width:575px) { .our_services { padding: 50px 0; margin-top: 25px } .our_services .title { text-align: center } .our_services .item .item-title { font-size: 26px; line-height: 26px } } @media(max-height:567px) { .our_services { padding-top: 60px; padding-bottom: 60px } } .cta-01 { padding: 180px 0 150px; background-color: #999; background-color: var(--gold); background-position: center center; background-size: cover; color: #fff; text-align: center; position: relative; overflow: visible; z-index: 1 } .cta-01:before { content: ""; background-image: url(/images/cta_before.png); position: absolute; left: 0; top: 0; width: 50vw; height: 100%; z-index: 0; background-repeat: no-repeat; background-size: contain; background-position: left top } .cta-01:after { content: ""; background-image: url(/images/cta_after.png); position: absolute; right: 0; top: 50%; width: 50vw; height: calc(100% + 80px); z-index: 0; background-repeat: no-repeat; background-size: auto 100%; background-position: right center; transform: translateY(-50%) } .cta-01 > * { position: relative; z-index: 2 } .cta-01, .cta-01 .container, .cta-01 .container .row { min-height: 300px } .cta-01-title { font-size: 76px; line-height: 76px; font-weight: 400; margin-bottom: 30px; color: #2a2a2a; text-align: left } .cta-01-text { max-width: 800px; margin: 0 auto 30px; font-size: 44px; line-height: 48px; color: #2a2a2a; text-align: left } .cta-01-text p:last-of-type { margin-bottom: 0 } .cta-01-btn, .cta-01-btn:hover { color: var(--gold) !important; background-color: var(--body-color) !important; float: left } .cta-01 .cta-01-title { margin: 0 } @media (max-width:1199px) { .cta-01 { padding: 125px 0 } .cta-01-text { font-size: 40px } } @media(max-width:767px) { .cta-01 { padding: 90px 0 } } @media(max-width:575px) { .cta-01 { padding: 50px 0; text-align: center } .cta-01 .cta-01-title { font-size: 50px; text-align: center; line-height: 54px; margin-bottom: 15px } .cta-01-text { font-size: 30px; text-align: center; line-height: 34px } .cta-01-btn, .cta-01-btn:hover { width: 100% } } @media(max-height:567px) { .cta-01 .cta-01-title { font-size: 56px !important; line-height: 56px } .cta-01 { padding: 60px 0 } } .cs-carousel { padding: 125px 0; position: relative; overflow: hidden; background-color: #fff } .cs-carousel h2 { margin-bottom: 30px } .cs-carousel .cases_nav > button { width: 60px; height: 60px; border: 2px solid #000; background: 0 0; outline: 0; display: inline-flex; align-items: center; justify-content: center; padding: 0 } .cs-carousel .cases_nav > button ~ button { margin-left: 10px } .cs-carousel .item { position: relative } .cs-carousel .item > a { position: absolute; top: 0; left: 0; width: 100%; height: 100% } .cs-carousel .image-wrapper { background-color: #676767; position: relative; overflow: hidden; height: 425px } .cs-carousel .image-wrapper img { width: 100%; height: 100%; object-fit: cover } .cs-carousel .item-title { color: var(--gold); font-size: 36px; padding: 15px 30px 15px 0; border-bottom: 1px solid #b9b3a0; position: relative; font-weight: 500 } .cs-carousel .item-title i { position: absolute; top: 50%; transform: translateY(-50%); right: 0; font-size: 26px } .cs-carousel .show-all { margin-top: 30px } .cs-carousel .slick-slide { margin: 0 40px } .cs-carousel .slick-list { overflow: visible; margin: 0 -40px } @media(max-width:1199px) { .cs-carousel .item-title { font-size: 36px } } @media(max-width:991px) { .cta-01:after { background-position: 250% center } .cta-01::after { display: none } .cs-carousel { padding: 100px 0 } } @media(max-width:767px) { .cs-carousel { padding: 70px 0 } .cs-carousel .item-title { font-size: 30px } .cs-carousel .slick-list { overflow: hidden } } @media(max-width:575px) { .cs-carousel { padding: 50px 0 } .cs-carousel .cases_nav { margin-bottom: 20px; text-align: center } .cs-carousel .image-wrapper { height: 320px } .cs-carousel .item-title { font-size: 30px; line-height: 30px } .cs-carousel .show-all > a { width: 100% } } .video_04 { height: 728px; --bg_image: url(/images/video04bg.jpg); \position: relative; overflow: hidden; } .video_04 .video { background-image: var(--bg_image); background-size: cover; background-position: center; position: absolute; left: 0; top: 0; width: 100%; height: 100% } .video_04 .video .video_placeholder { position: absolute; left: 0; top: 0; width: 100%; height: 100%; cursor: pointer } .video_04 .video .video_placeholder:before { content: "\f04b"; font-family: "Font Awesome 5 Pro"; position: absolute; background-color: var(--gold); width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 34px; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: .8; pointer-events: none; transition: .4s } .video_04 .video .video_placeholder:after { content: ""; background-image: url(/images/video_04_btext.png); position: absolute; width: 145px; height: 145px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 44px; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: .8; pointer-events: none; transition: .4s } .video_04 .video .video_placeholder:hover:before { transform: translate(-50%,-50%); opacity: 1 } .video_04 .video .video_placeholder:hover:after { transform: translate(-50%,-50%) rotate(30deg) } .video_04 .video .video_placeholder:active:before { transform: translate(-50%,-50%) scale(1.2) } .video_04 .video .video_placeholder:active:after { transform: translate(-50%,-50%) scale(1.2) rotate(90deg) } .video_04 .video iframe, .video_04 .video video { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; object-fit: cover } .video_04 .play_pause { position: absolute; left: 50%; top: 50%; width: 150px; height: 150px; z-index: 10; transform: translate(-50%,-50%); opacity: .3; transition: .3s; cursor: pointer } .video_04 .play_pause:hover { opacity: 1 } .video_04 .play_pause:before { content: "\f04b"; font-family: "Font Awesome 5 Pro"; position: absolute; background-color: var(--gold); width: 100px; height: 100px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 34px; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: .8; pointer-events: none; transition: .4s } .video_04 .play_pause:after { content: ""; background-image: url(/images/video_04_btext.png); position: absolute; width: 145px; height: 145px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 44px; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: .8; pointer-events: none; transition: .4s } .video_04 .play_pause:hover:after { transform: translate(-50%,-50%) rotate(180deg) } .video_04 .play_pause.pause:before { content: "\f04c" } @media(max-width:1199px) { .video_04 { height: 615px } } @media(max-width:575px) { .video_04 { height: 360px } } @media(max-height:567px) { .cs-carousel { padding: 60px 0 } .cs-carousel .show-all { margin-top: 0 } .video_04 { height: 500px } } .content-04 { padding: 100px 0 140px; background-color: #f7f7f7; position: relative } .content-04-text, .content-04-title { margin-bottom: 20px } .content-04-text img { width: 100%; height: auto } .content-04 .image-wrapper:before { content: ""; background-image: url(/images/banner_overlay02.png); position: absolute; left: -100px; top: -100px; width: 570px; height: 670px; z-index: -1; opacity: 1; background-size: cover; background-repeat: no-repeat } .content-04 .content-04-image { width: 100%; height: 100%; object-fit: cover } .content-04 .content-04-btn { margin-top: 20px } .content-04:after { content: ""; background-image: url(/images/we_have_3dbg.png); background-repeat: no-repeat; background-size: auto; background-position: right bottom; height: 100%; width: 50vw; position: absolute; right: 0; bottom: -65px; z-index: 1; pointer-events: none } .content-04 .special-grid { display: grid; grid-template-columns: 1fr 1fr } .content-04 .special-grid .title_block { grid-row: 1; grid-column: 1/2; position: relative; z-index: 2; width: 100% } .content-04 .special-grid .text_block { grid-row: 2; grid-column: 1/2; width: 100% } .content-04 .special-grid .image-col { grid-row: 1/3; grid-column: 2/3; width: calc(100% - 8.33333333% - calc(.5 * var(--bs-gutter-x))); z-index: 0 } @media(min-width:768px) { .content-04 .image-col { position: relative } .content-04 .image-wrapper { --image_offset: 140px; position: absolute; z-index: 1; height: calc(100% + var(--image_offset)); margin-top: calc(-1 * var(--image_offset)); width: calc(100% - var(--bs-gutter-x)); left: calc(.5 * var(--bs-gutter-x)); top: 0 } } @media(max-width:1199px) { .content-04:after { background-position: 280px bottom } .content-04 .image-wrapper:before { width: 490px } } @media (max-width:991px) { .content-01 blockquote { font-size: 30px; line-height: 38px } .content-04 { padding: 100px 0 105px; --containerw: calc(calc(100vw - 720px) / 2) } .content-04 .image-wrapper::before { width: 300px } .content-04 .content-04-image { position: absolute; top: 0; left: 0; width: calc(100% + 12px); max-width: none; width: calc(97% + var(--containerw) + calc(.5 * var(--bs-gutter-x))) } } @media (max-width:767px) { .content-04 { padding: 70px 0; --containerw: calc(calc(100vw - 540px) / 2) } .content-04:after { display: none } .content-04 .special-grid { grid-template-columns: 1fr } .content-04 .special-grid .title_block { grid-row: 1; grid-column: 1/2; width: 100% } .content-04 .special-grid .text_block { grid-row: 3; grid-column: 1/2; width: 100%; position: relative; z-index: 2 } .content-04 .special-grid .image-col { grid-row: 2; grid-column: 1/2; width: 100%; height: 400px; position: relative } .content-04 .special-grid .image-col:after { content: ""; background-image: url(/images/we_have_img_bgmobile.png); background-repeat: no-repeat; background-size: auto; background-position: 490px 100px; height: 100%; width: 100vw; position: absolute; right: calc(calc(-1 * var(--containerw)) + calc(.5 * var(--bs-gutter-x))); bottom: -65px; z-index: 1; pointer-events: none } .content-04 .image-wrapper { height: 100%; width: 100%; position: relative } .content-04 .content-04-image { width: 100% } .content-04 .image-wrapper::before { width: 370px; left: auto; right: -18px } } @media(max-width:575px) { .content-04 { padding: 20px 0 30px; --containerw: 30px; text-align: center } .content-04 .image-wrapper, .content-04 .special-grid .image-col { height: auto } .content-04 .image-wrapper img { position: static; width: 100%; height: auto } .content-04 .content-04-btn { width: 100% } } .video_03 { margin: 150px 0 } .video_03 .video03_clip { position: relative; height: 100%; background-image: url(/images/video03_bg.jpg); background-repeat: no-repeat; background-size: cover; background-position: center } .video_03 .video_placeholder { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: none !important; cursor: pointer } .video_03 .video03_clip .video_placeholder:after { content: "\f04b"; font-family: "Font Awesome 5 Pro"; position: absolute; background-color: var(--gold); width: 126px; height: 126px; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 800; font-size: 44px; left: 50%; top: 50%; transform: translate(-50%,-50%); opacity: .8; pointer-events: none } .video_03 .video03_clip iframe { width: 100%; height: 100%; object-fit: cover } .video_03 .text { position: relative; overflow: hidden; padding: 90px; display: flex; flex-direction: column; align-items: center; justify-content: center; background-color: #151515; text-align: center } .video_03 .text > * { position: relative; z-index: 2 } .video_03 .text .title, .video_03 .text i { color: var(--gold) } .video_03 .text i { font-size: 76px } .video_03 .text .textcontent { font-size: 28px; color: #fff } .video_03 .text .textcontent b, .video_03 .text .textcontent strong { font-weight: 400; color: var(--gold) } .video_03 .text .title { font-size: 60px; line-height: 60px; text-align: center } .video_03 .text:before { content: ""; background-image: url(/images/banner_overlay05.png); background-repeat: no-repeat; position: absolute; left: 0; bottom: -40%; width: 100%; height: 658px; z-index: 0; background-position: center; pointer-events: none } .video_03 .text > a { border: 2px solid var(--gold); background: 0 0; color: var(--gold); min-width: 300px } @media(max-width:991px) { .video_03 .text { padding: 90px 60px } } @media(max-width:767px) { .video_03 { margin: 70px 0 } .video_03 .video03_clip { height: 330px } .video_03 .text { padding: 45px 30px } .video_03 .text::before { left: 50%; bottom: -40%; width: 400px; height: 458px; background-size: cover; transform: translateX(-50%) } .video_03 .text .title { font-size: 50px } .video_03 .text .textcontent br, .video_03 .text .title br { display: none } } @media(max-width:575px) { .video_03 { margin: 30px 0 } .video_03 .text { padding: 45px 15px } .video_03 .text .title { font-size: 44px; line-height: 44px } .video_03 .text .textcontent { font-size: 24px; color: #fff } .video_03 .text > a.btn { display: block; min-width: auto; width: 100% } } @media(max-height:567px) { .content-04 { padding: 60px 0 } .video_03 { margin: 60px 0 } } .faq-01 { margin: 130px 0; color: #333 } .faq-01-title { margin-bottom: 30px } .faq-01 .panel-title { color: var(--gold); display: block; font-size: 36px; line-height: 36px; padding: 27px 0; border-top: 1px solid #999999ab; border-bottom: 1px solid transparent; transition: .3s; text-decoration: none; font-weight: 500; position: relative; padding-right: 70px !important } .faq-01 .panel-title:active, .faq-01 .panel-title:focus, .faq-01 .panel-title:hover { text-decoration: none } .faq-01 .panel-title > i { float: right; padding-top: 3px; width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; position: absolute; top: 15px; right: 0 } .faq-01 .panel-body { margin-bottom: 20px; font-size: 20px } .faq-01 .panel-body p:last-of-type { margin: 0 } @media(max-width:1199px) { .faq-01 { margin: 130px 0 45px } } @media(max-width:991px) { .faq-01 .panel-title { font-size: 30px; line-height: 30px } } @media(max-width:767px) { .faq-01 { margin: 70px 0 45px } } @media (max-width:575px) { .faq-01 { margin: 50px 0 45px } .faq-01 .panel-title { font-size: 28px; line-height: 28px; padding-right: 60px } } @media(max-height:567px) { .faq-01 { margin: 60px 0 } .faq-01 .panel-title { font-size: 28px; padding: 18px 0 } } .logos-01 { margin: 0; padding-bottom: 20px; padding-top: 50px; color: #333; background-color: #eee } .logos-01-title { font-family: var(--h2-font); font-size: var(--h2-fontsize); font-weight: var(--h2-fontweight); line-height: var(--h2-fontsize); letter-spacing: -2px; text-align: center; margin-bottom: 50px } .logos-01-wrapper { justify-content: center } .logos-01-wrapper img { display: block; max-width: 100%; margin: 0 auto 30px } .logos-01-wrapper .item:not(:last-child):first-child img { margin-left: 0 } .logos-01-wrapper .item:not(:first-child):last-child img { margin-right: 0 } @media(max-width:575px) { .logos-01-wrapper .item:not(:first-child):last-child img, .logos-01-wrapper .item:not(:last-child):first-child img { margin-right: 0; margin-left: 0 } .logos-01-title { font-size: 44px } } .footer_05_brochure { color: #fff; position: relative; padding: 160px 0 65px; background-color: #151515; overflow-x: hidden } .footer_05_brochure::before { content: ""; background-image: url(/images/banner_overlay06.png); background-position: center; background-size: cover; position: absolute; left: -360px; top: -310px; width: 726px; height: 870px; z-index: 0; pointer-events: none } .footer_05_brochure > * { position: relative; z-index: 2 } .footer_05_brochure .nav-link > svg { display: none } .footer_05_brochure h4 { margin-bottom: 3px; letter-spacing: -.025em } .footer_05_brochure .footer_05_form { margin-top: 12px } .footer_05_brochure .footer05_bottom_container { margin-top: 45px } .footer_05_brochure .footer_05_form form input, .footer_05_brochure .footer_05_form form select, .footer_05_brochure .footer_05_form form textarea { background-color: #fff } .footer_05_brochure .footer_05_form form .has-error input.error, .footer_05_brochure .footer_05_form form .has-error select.error, .footer_05_brochure .footer_05_form form .has-error textarea.error { background-color: #ffc8c8 } .footer_05_brochure .footer_05_form form .checkbox + label { padding-left: 34px !important; font-size: 15px; line-height: 22px } .footer_05_brochure .form > .row { --bs-gutter-x: 40px } .footer_05_brochure .footer_05_form form .checkbox + label::before { content: ""; background-color: #fff; display: block; width: 19px; height: 19px; top: 0 } .footer_05_brochure .footer_05_form form .checkbox:checked + label:before { content: "" } .footer_05_brochure .footer_05_form form .checkbox:checked + label:after { content: "\f00c"; font-family: 'Font Awesome 5 Free'; font-weight: 700; color: #000; position: absolute; left: 2px; top: -1px; font-size: 14px } .separator { font-style: normal; padding: 0 3px } .footer_05_brochure .footer_05_form form .required { display: none } .footer_05_brochure .foonter05_grid { display: grid } .footer_05_brochure .footer-info-wrapper { display: flex; flex-direction: column; align-items: start } .footer_05_brochure .foonter05_grid .content { display: flex; align-content: center } .footer_05_brochure .foonter05_grid .content_wrapper { margin-top: 12px } .footer_05_brochure .foonter05_grid .content .icon_link { font-size: 18px; white-space: nowrap } .footer_05_brochure .foonter05_grid .content .icon_link a { text-decoration: none } .footer_05_brochure .foonter05_grid .content .social_links { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 12px; margin-top: 14px } .footer_05_brochure .foonter05_grid .content .social_links a { display: flex; width: 63px; height: 63px; align-items: center; justify-content: center; text-decoration: none; transition: .3s; overflow: hidden; border-radius: 5px; background-color: #1c1c1c; color: var(--button-color) } .footer_05_brochure .foonter05_grid .content .social_links a:active { background-color: #fff; color: #000 } .footer_05_brochure .foonter05_grid .content .social_links a i { font-size: 22px; color: var(--gold) } .footer_05_brochure .foonter05_grid .content .social_links a img, .footer_05_brochure .foonter05_grid .content .social_links a svg { width: 24px; height: auto; fill: var(--gold) !important; stroke: var(--gold) !important } .footer_05_brochure .foonter05_grid .content .social_links a svg g > * { transition: fill .3s,stroke .3s } .footer_05_brochure .foonter05_grid .content .social_links a svg g, .footer_05_brochure .foonter05_grid .content .social_links a svg g path, .footer_05_brochure .foonter05_grid .content .social_links a:active svg g > * { fill: var(--gold) !important; stroke: var(--gold) !important } .footer_05_brochure .foonter05_grid .content .reg_info { font-size: 20px; line-height: 1.44; padding-top: 6px } .footer_05_brochure .foonter05_grid .content .reg_info > p, .footer_05_brochure .foonter05_grid .content .reg_info > p:last-of-type { margin-bottom: 0 } .footer_05_brochure .foonter05_grid .content .reg_info > p strong { font-weight: 500 } .footer_05_brochure .footer05_bottom { font-size: 14px; color: #fff; display: flex; justify-content: space-between; z-index: 1 } .footer_05_brochure .footer05_bottom a { color: #fff; text-decoration: none } .footer_05_brochure .footer05_bottom img { height: 15px; width: auto } .footer_05_brochure .footer-menu { justify-content: space-between; line-height: 28px; display: flex } .footer_05_brochure .footer-menu > .nav-item { width: auto; z-index: 1; border: 0 } .footer_05_brochure .footer-menu > .nav-item .nav-link { color: #fff !important; padding: 0 !important; font-size: 36px; border: 0 } .footer_05_brochure .footer-menu > .nav-item .nav-link .dd_caret { display: none } .footer_05_brochure .nav-item.lvl2 { margin: 0 } .footer_05_brochure .nav-item.lvl2:hover { background-color: #2060b3 } .footer_05_brochure .navbar-nav { margin-right: 15px; height: 100% } .footer_05_brochure .nav-item.lvl2 .nav-link { font-size: 14px; line-height: 20px; padding: 13px 23px 9px !important; display: flex; align-items: start; min-height: 62px; letter-spacing: 0; text-transform: none; font-weight: 400 } .footer_05_brochure .nav-item.lvl2 .nav-link::before { content: ""; display: inline-block; background-image: url('../images/arrow-right-light-white.svg'); background-size: 100%; background-repeat: no-repeat; margin-bottom: 0; min-height: 10px; min-width: 14px; margin-right: 13px; margin-top: 6px; color: transparent } .footer_05_brochure .nav-item.item-dropdown.lvl1 > .dropdown-switch::after { display: none } .footer_05_brochure .footer-menu-wrapper { margin-top: 85px; padding-top: 45px } .footer_05_form .form-group { margin-bottom: 22px } .footer_05_brochure .content-wrapper-contacts .icon_link a { color: var(--gold,#fff) !important; font-size: 20px } .footer_05_brochure .foonter05_grid .content-wrapper-contacts { margin-top: 20px } .footer_05_brochure .foonter05_grid .content-wrapper-address { margin-top: 30px } @media(max-width:1399.98px) { .footer_05_brochure .footer-menu-wrapper { margin-top: 75px } .footer_05_brochure .footer-menu > .nav-item .nav-link { font-size: 26px } .footer_05_brochure .footer_05_form { margin-top: 16px } } @media(max-height:567px) { .logos-01-title { font-size: 50px } .footer_05_brochure { padding: 60px 0 30px } .footer_05_form .form-group { margin-bottom: 10px } .footer_05_brochure .footer-menu-wrapper { margin-top: 60px !important; padding-top: 0 } } @media(max-width:1199px) { .footer_05_brochure { padding: 130px 0 65px } .footer_05_brochure .form > .row { --bs-gutter-x: 20px } } @media(max-width:991.98px) { .footer_05_brochure { padding: 140px 0 30px } .footer_05_brochure .foonter05_grid { grid-template-columns: 1fr 1fr } .footer_05_brochure .foonter05_grid .content .reg_info { padding-top: 4px } .footer_05_brochure .foonter05_grid .content .social_links { margin-top: 16px } .footer_05_brochure .foonter05_grid .content-wrapper-address, .footer_05_brochure .foonter05_grid .content-wrapper-contacts { padding-left: 15px; margin-top: 0; grid-column: 2/3 } .footer_05_brochure .footer-menu { flex-wrap: wrap } .footer_05_brochure .content-wrapper-social { grid-column: 2; padding-left: 17px } .footer_05_brochure .footer_05_form { margin-top: 93px } .footer_05_brochure .footer-menu-wrapper { padding-top: 25px } .footer_05_brochure .footer05_bottom_container { margin-top: 25px } .footer_05_brochure .footer_05_main_title { grid-row: 1; grid-column: 1/3 } .footer_05_brochure .foonter05_grid .content-wrapper-address { grid-row: 3; grid-column: 1/2; margin-top: 15px } .footer_05_brochure .foonter05_grid .content-wrapper-contacts { grid-row: 4; grid-column: 1/2 } .footer_05_brochure .foonter05_grid .content-wrapper-social { grid-row: 3; grid-column: 2/3 } } @media(max-width:767.98px) { .footer_05_brochure { padding: 120px 0 70px } .footer_05_brochure .foonter05_grid .content_wrapper { margin-top: 0; padding-bottom: 0; width: 100%; min-width: 50% } .footer_05_brochure .foonter05_grid .content_wrapper .content { position: static } .footer_05_brochure .footer-menu-wrapper { margin-top: 15px } .footer_05_brochure .foonter05_grid .content-wrapper-address { padding-left: 0 } .footer_05_brochure .foonter05_grid .content-wrapper-contacts { padding-left: 0; margin-top: 15px } .footer_05_brochure .content-wrapper-social { padding-left: 9px } .footer_05_brochure .foonter05_grid .content .reg_info { padding-top: 0 } .footer_05_brochure .footer_05_form { margin-top: 75px } .footer_05_brochure .footer-menu > .nav-item .nav-link { font-size: 22px } .footer_05_brochure .footer05_bottom_container { margin-top: 20px; text-align: center } .footer_05_brochure .foonter05_grid .content .icon_link a[href^=tel] { font-size: 20px } .footer_05_brochure .foonter05_grid .content .icon_link a[href^=mailto] { font-size: 16px } } @media(max-width:370px) { .footer_05_brochure::before { width: 650px } } @media(max-width:575.98px) { .footer_05_brochure { padding: 50px 0 } .footer_05_brochure .foonter05_grid .content_wrapper { padding-bottom: 0; width: 100%; margin-top: 18px } .footer_05_brochure .foonter05_grid .content_wrapper .content { width: 100% } .footer_05_brochure .footer05_bottom { display: block; line-height: 24px } .footer_05_brochure .footer05_bottom > span { display: block } .footer_05_brochure .foonter05_grid .content .social_links { justify-content: start; margin-top: 8px } .footer_05_brochure .content-wrapper-contacts { padding: 0 } .footer_05_brochure .footer-menu-wrapper { padding-top: 30px; margin-top: 15px } .footer_05_brochure .footer_05_form { margin-top: 25px } .footer_05_brochure .footer-menu > .nav-item .nav-link { font-size: 20px } .footer_05_brochure .foonter05_grid { grid-template-columns: 1fr; margin-bottom: 20px } .footer_05_brochure .foonter05_grid .content-wrapper-address { grid-row: 3; grid-column: 1/3 } .footer_05_brochure .foonter05_grid .content-wrapper-contacts { grid-row: 4; grid-column: 1/3; padding-left: 0; margin-bottom: 0 } .footer_05_brochure .foonter05_grid .content-wrapper-social { grid-row: 5; grid-column: 1/3 } .footer_05_brochure .content-wrapper-social { padding-left: 0 } .footer_05_form .form-group { margin-bottom: 23px } .footer_05_brochure .footer-menu { flex-direction: column; align-content: center; text-align: center } } .carousel-caption-title { text-transform: capitalize } /*mid screens down*/ @media (max-width: 990px) { .image-wrapper { min-height: 500px } body.casestudy .image-wrapper { min-height: auto; } } /*small screens down*/ @media (max-width: 767.98px) { .galeryitem { padding: unset !important } .btn, .btn-outline-secondary, .btn-outline-secondary:hover, .cta-01-btn, .cta-01-btn:hover { width: 100% } }