:root,
[data-bs-theme=light] {
    --bs-blue: #033fff;
    --bs-indigo: #6610f2;
    --bs-purple: #7971ea;
    --bs-pink: #e3207b;
    --bs-red: #f23a2e;
    --bs-orange: #fd7e14;
    --bs-yellow: #eec60a;
    --bs-green: #7cbd1e;
    --bs-teal: #20c997;
    --bs-cyan: #53cde2;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gold: #c39738;
    --bs-platinum: #d5d7e5;
    --bs-silver: #bcc6cc;
    --bs-bronze: #cd7f32;
    --bs-gray-100: #f8f9fa;
    --bs-gray-150: #F4F6F7;
    --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: #000;
    --bs-secondary: #6c757d;
    --bs-success: #7cbd1e;
    --bs-info: #53cde2;
    --bs-warning: #eec60a;
    --bs-danger: #f23a2e;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-primary-rgb: 0, 0, 0;
    --bs-secondary-rgb: 108, 117, 125;
    --bs-success-rgb: 124, 189, 30;
    --bs-info-rgb: 83, 205, 226;
    --bs-warning-rgb: 238, 198, 10;
    --bs-danger-rgb: 242, 58, 46;
    --bs-light-rgb: 248, 249, 250;
    --bs-dark-rgb: 33, 37, 41;
    --bs-primary-text-emphasis: black;
    --bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);
    --bs-success-text-emphasis: rgb(49.6, 75.6, 12);
    --bs-info-text-emphasis: rgb(33.2, 82, 90.4);
    --bs-warning-text-emphasis: rgb(95.2, 79.2, 4);
    --bs-danger-text-emphasis: rgb(96.8, 23.2, 18.4);
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #cccccc;
    --bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);
    --bs-success-bg-subtle: rgb(228.8, 241.8, 210);
    --bs-info-bg-subtle: rgb(220.6, 245, 249.2);
    --bs-warning-bg-subtle: rgb(251.6, 243.6, 206);
    --bs-danger-bg-subtle: rgb(252.4, 215.6, 213.2);
    --bs-light-bg-subtle: rgb(251.5, 252, 252.5);
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #999999;
    --bs-secondary-border-subtle: rgb(196.2, 199.8, 203);
    --bs-success-border-subtle: rgb(202.6, 228.6, 165);
    --bs-info-border-subtle: rgb(186.2, 235, 243.4);
    --bs-warning-border-subtle: rgb(248.2, 232.2, 157);
    --bs-danger-border-subtle: rgb(249.8, 176.2, 171.4);
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, 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, .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-color-rgb: 33, 37, 41;
    --bs-body-bg: #fff;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(33, 37, 41, .75);
    --bs-secondary-color-rgb: 33, 37, 41;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(33, 37, 41, .5);
    --bs-tertiary-color-rgb: 33, 37, 41;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: inherit;
    --bs-link-color: #000;
    --bs-link-color-rgb: 0, 0, 0;
    --bs-link-decoration: underline;
    --bs-link-hover-color: black;
    --bs-link-hover-color-rgb: 0, 0, 0;
    --bs-code-color: #e3207b;
    --bs-highlight-color: #212529;
    --bs-highlight-bg: rgb(251.6, 243.6, 206);
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, .175);
    --bs-border-radius: .375rem;
    --bs-border-radius-sm: .25rem;
    --bs-border-radius-lg: .5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
    --bs-box-shadow-sm: 0 .125rem .25rem rgba(0, 0, 0, .075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, .175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, .075);
    --bs-focus-ring-width: .25rem;
    --bs-focus-ring-opacity: .25;
    --bs-focus-ring-color: rgba(0, 0, 0, .25);
    --bs-form-valid-color: #7cbd1e;
    --bs-form-valid-border-color: #7cbd1e;
    --bs-form-invalid-color: #f23a2e;
    --bs-form-invalid-border-color: #f23a2e
}

*,
*:before,
*:after {
    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: rgba(0, 0, 0, 0)
}


h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    color: var(--bs-heading-color)
}

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
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ol,
ul {
    padding-left: 2rem
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem
}

a {
    color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
    text-decoration: underline
}

img,
svg {
    vertical-align: middle
}

button {
    border-radius: 0
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer
}

.lead {
    font-size: 1.25rem;
    font-weight: 300
}

.list-unstyled,
.list-inline {
    padding-left: 0;
    list-style: none
}


.img-fluid {
    max-width: 100%;
    height: auto
}

.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container-sm,
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media (min-width: 992px) {
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media (min-width: 1200px) {
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px
}

.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 {
    flex: 1 0 0
}
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}



@media (min-width: 576px) {
    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 768px) {
    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .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%
    }
    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }
    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none
    }
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: gray;
    outline: 0;
    box-shadow: 0 0 0 .25rem #00000040
}

.form-control::placeholder {
    color: var(--bs-secondary-color);
    opacity: 1
}

textarea.form-control {
    min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2))
}

.breadcrumb {
    --bs-breadcrumb-padding-x: 0;
    --bs-breadcrumb-padding-y: 0;
    --bs-breadcrumb-margin-bottom: 1rem;
    --bs-breadcrumb-bg: ;
    --bs-breadcrumb-border-radius: ;
    --bs-breadcrumb-divider-color: var(--bs-secondary-color);
    --bs-breadcrumb-item-padding-x: 0.5rem;
    --bs-breadcrumb-item-active-color: var(--bs-secondary-color);
    display: flex;
    flex-wrap: wrap;
    padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
    margin-bottom: var(--bs-breadcrumb-margin-bottom);
    font-size: var(--bs-breadcrumb-font-size);
    list-style: none;
    background-color: var(--bs-breadcrumb-bg);
    border-radius: var(--bs-breadcrumb-border-radius);
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: var(--bs-breadcrumb-item-padding-x);
}
.breadcrumb-item + .breadcrumb-item:before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
    color: var(--bs-breadcrumb-item-active-color);
}

:root,
[data-bs-theme=light] {
    --bs-btn-close-filter:
}

.d-flex {
    display: flex !important
}

.h-100 {
    height: 100% !important
}

.justify-content-center {
    justify-content: center !important
}

.align-items-center {
    align-items: center !important
}

.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}

.mt-5 {
    margin-top: 3rem !important
}

.me-1 {
    margin-right: .25rem !important
}

.mb-0 {
    margin-bottom: 0 !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
}

.ms-1 {
    margin-left: .25rem !important
}

.p-3 {
    padding: 1rem !important
}

.px-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}

.py-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important
}
.pe-2 {
    padding-right: .5rem !important;
}
.pe-3 {
    padding-right: 1rem !important
}

.ps-0 {
    padding-left: 0 !important
}

.ps-1 {
    padding-left: .25rem !important
}

.ps-2 {
    padding-left: .5rem !important
}

.ps-3 {
    padding-left: 1rem !important
}

.ps-4 {
    padding-left: 1.5rem !important
}

.ps-5 {
    padding-left: 3rem !important
}



.text-center {
    text-align: center !important
}

.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important
}

body {
    line-height: 1.7;
    color: #000000e6;
    font-weight: 100;
    font-size: 1rem;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica Neue, Noto Sans, Liberation Sans, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    background: #fff
}

::-moz-selection {
    background: #fff;
    color: #fff
}

::selection {
    background: #fff;
    color: #fff
}

span.blockspam {
    display: none
}

ul {
    list-style-type: none;
    padding: 0;
    margin-left: 5px
}

.datepicker-days {
    padding: 20px !important
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    font-family: Oswald, sans-serif
}

a {
    color: inherit;
    transition: .3s all ease;
    text-decoration: none
}

a:hover {
    text-decoration: underline;
    color: #c39738
}

.text-black {
    color: #000 !important
}

.bg-dark {
    background: #343a40;
    color: #dee2e6
}


.btn {
    position: relative;
    top: 0
}

.btn {
    padding: .5rem 1rem;
    font-weight: 700;
    font-size: .9rem;
    border: none;
    border-radius: 6px;
    cursor: pointer;
}

.btn:hover,
.btn:active,
.btn:focus {
    outline: none;
    box-shadow: none !important
}

.btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000
}


.btn.btn-primary {
    background: #000;
    color: #fff
}

.btn.btn-gold {
    border-inline: 3px solid #c39738;
    background: #343a40 !important;
    color: #fff
}

.btn.btn-gold:hover {
    background: #292d32 !important;
    color: #fff
}
.form-control {
    height: 58px
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    box-shadow: none !important;
    border: 1px solid #ced4da
}

.site-section {
    padding: 3em 0
}

.site-section.gray-100 {
    background: #f8f9fa
}

.site-section.gray-150 {
    background: #f4f6f7
}

.site-section.site-section-sm {
    padding: 4em 0
}

.gray-150 .site-section-heading .h2, .gray-150 .site-section-heading h2 {
    color: #68501e;
}

@media (min-width: 768px) {
    .site-section {
        padding: 7em 0
    }
}

.site-footer {
    padding: 4em 0
}

@media (min-width: 768px) {
    .site-footer {
        padding: 7em 0
    }
}

.site-footer p {
    color: #d5d7e5
}

.site-footer h2,
.site-footer .h2,
.site-footer h3,
.site-footer .h3,
.site-footer h4,
.site-footer .h4,
.site-footer h5,
.site-footer .h5 {
    color: #fff
}

.site-footer a {
    color: #d5d7e5
}

.site-footer a:hover {
    color: #c39738
}

.site-footer ul li {
    margin-bottom: 10px
}

.site-footer .footer-heading {
    font-size: 1.3rem;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #fff;
    position: relative;
    padding-bottom: 15px
}

.site-footer .footer-heading:before {
    content: "";
    background: #bcc6cc;
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: 0
}

footer~div {
    color: #000
}

.img-logo {
    width: 150px
}

.box--gradient {
    background-size: 300%;
    background-position: -100%
}


.box--gradient.bg-gold {
    background: linear-gradient(-45deg, #c39738 40%, #deb761, #c39738 60%)
}


@font-face {
    font-family: Roboto;
    src: url(/fonts/Roboto.woff2)format("woff2"), url(/fonts/Roboto.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Oswald;
    src: url(/fonts/Oswald.woff2)format("woff2"), url(/fonts/Oswald.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: NunitoSans;
    src: url(/fonts/fonts/NunitoSans.woff)format("woff"), url(/fonts/NunitoSans.woff2)format("woff2"), url(/fonts/fonts/NunitoSans.svg#NunitoSans)format("svg"), url(/fonts/NunitoSans.eot), url(/fonts/NunitoSans.eot?#iefix)format("embedded-opentype"), url(/fonts/NunitoSans.ttf)format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "icomoon";
    src: url(/fonts/icomoon.eot?ch1ku5);
    src: url("/fonts/icomoon.eot?ch1ku5#iefix")format("embedded-opentype"), url(/fonts/icomoon.ttf?ch1ku5)format("truetype"), url(/fonts/icomoon.woff?ch1ku5)format("woff"), url("/fonts/icomoon.svg?ch1ku5#icomoon")format("svg");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

[class*=" icon-"],
[class^="icon-"] {
    font-family: icomoon !important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-caret-down:before {
    content: "\f0d7"
}

.icon-caret-right:before {
    content: "\f0da";
}

.icon-diamond1:before {
    content: "\e910"
}

.icon-company:before {
    content: "\e909"
}

.icon-disco-light:before {
    content: "\e90a"
}

.icon-dj:before {
    content: "\e90b"
}

.icon-microphone:before {
    content: "\e90d"
}

.icon-stage:before {
    content: "\e90e"
}

ul.checked,
ul.fun-fact,
ul.champagne {
    margin: 15px 0 20px
}

ul.checked li:before {
    content: url(/images/check.svg);
    margin-right: 10px
}

ul.company li:before {
    width: 25px;
    height: 25px;
    content: url(/images/caret-right.svg);
    filter: invert(55%) sepia(64%) saturate(407%) hue-rotate(3deg) brightness(97%) contrast(97%)
}

ul.checked li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px
}

ul.diamond li,
ul.fun-fact li,
ul.disco-light li,
ul.champagne li,
ul.headphones li,
ul.company li,
ul.birthday li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    background-color: #c39738 !important
}

.form-floating>label {
    color: #000
}

.telephone {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-image: url(/images/telephone.svg);
    background-repeat: no-repeat;
    margin-right: 15px;
    filter: invert(55%) sepia(64%) saturate(407%) hue-rotate(3deg) brightness(97%) contrast(97%)
}

.mail {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-image: url(/images/mail.svg);
    background-repeat: no-repeat;
    margin-right: 15px;
    filter: invert(55%) sepia(64%) saturate(407%) hue-rotate(3deg) brightness(97%) contrast(97%)
}

.whatsapp {
    display: inline-block;
    height: 25px;
    width: 25px;
    background-size: 25px 25px;
    background-image: url(/images/whatsapp.svg);
    background-repeat: no-repeat;
    margin-right: 15px;
    filter: invert(56%) sepia(64%) saturate(512%) hue-rotate(90deg) brightness(103%) contrast(95%)
}

#back2top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #c39738;
    color: #fff;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px
}
.image-background-holder {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.image-background-holder {
    position: relative;
    height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center
}

.image-background-holder img {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -3
}

.image-background-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: -2
}

.image-background-content {
    position: relative;
    z-index: 1;
    color: #fff
}

.image-background-holder {
    position: relative;
    height: 100vh;
    min-height: 25rem;
    width: 100%;
    overflow: hidden
}

.image-background-holder img {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translate(-50%) translateY(-50%);
    object-fit: cover
}

.image-background-content {
    position: relative;
    z-index: 1
}

.image-background-content h1,
.image-background-content .h1 {
    font-weight: 900;
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
    letter-spacing: .1em;
    text-transform: uppercase
}

.image-background-content .h2 {
    color: #fff
}

.image-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 1
}


.bg-dark .site-section-heading.w-border h2:after,
.bg-dark .site-section-heading.w-border .h2:after,
.bg-dark .site-section-heading.w-border h3:after,
.bg-dark .site-section-heading.w-border .h3:after {
    position: absolute;
    content: "";
    width: 70px;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #fff
}

.bg-dark .site-section-heading.w-border.text-center h2:after,
.bg-dark .site-section-heading.w-border.text-center .h2:after,
.bg-dark .site-section-heading.w-border.text-center h3:after,
.bg-dark .site-section-heading.w-border.text-center .h3:after {
    left: 50%;
    transform: translate(-50%)
}

.site-section-heading h2,
.site-section-heading .h2 {
    font-size: 2rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #c39738
}

.site-section-heading.w-border h2,
.site-section-heading.w-border .h2,
.site-section-heading.w-border h3,
.site-section-heading.w-border .h3 {
    position: relative;
    padding-bottom: 20px;
    display: inline-block
}

.site-section-heading.w-border h2:after,
.site-section-heading.w-border .h2:after,
.site-section-heading.w-border h3:after,
.site-section-heading.w-border .h3:after {
    position: absolute;
    content: "";
    width: 70px;
    left: 0;
    bottom: 0;
    height: 2px;
    background: #000
}

.site-section-heading.w-border.text-center h2:after,
.site-section-heading.w-border.text-center .h2:after,
.site-section-heading.w-border.text-center h3:after,
.site-section-heading.w-border.text-center .h3:after {
    left: 50%;
    transform: translate(-50%)
}

.media-body h4 i,
.media-body .h4 i {
    margin-right: 10px;
    color: #c39738
}


@media only screen and (min-width: 320px) and (max-width: 480px) {
    .image-background-content h1,
    .image-background-content .h1 {
        color: #fff;
        font-size: 3rem;
        font-weight: 400;
        letter-spacing: .1em;
        text-transform: uppercase
    }
    .site-navbar .img-logo {
        width: 100px
    }
    .site-section-heading h1,
    .site-section-heading .h1 {
        margin-bottom: 1rem !important
    }
    .site-section-heading h2,
    .site-section-heading .h2 {
        margin-top: 20px;
        margin-bottom: 1rem !important;
        font-size: 1.6rem
    }
    .footer-main.mb-5,
    .footer-services.mb-5,
    .footer-hire.mb-5,
    .footer-opening.mb-5,
    .footer-follow.mb-5,
    .col-md-6 .mb-5,
    ul.checked p {
        margin-bottom: 0 !important
    }
    nav li {
        font-size: .8rem
    }
    .site-footer p.footer-contact {
        margin-top: 0 !important
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .img-logo {
        width: 100px
    }
    .image-background-content h1,
    .image-background-content .h1 {
        font-weight: 900;
        color: #fff;
        font-size: 2.8rem;
        font-weight: 400;
        letter-spacing: .1em;
        text-transform: uppercase
    }
}

.text-uppercase {
    text-transform: uppercase !important;
}
.fw-bold {
    font-weight: 700 !important;
}
