html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%;font: inherit;vertical-align: baseline}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block}

body {line-height: 1}

ol, ul {list-style: none}

blockquote, q {quotes: none}

blockquote:before, blockquote:after, q:before, q:after {content: "";content: none}

table {border-collapse: collapse;border-spacing: 0}

body {font-family: "Lato", sans-serif}

body.overflow-hidden {overflow: hidden}

.container {padding-left: 40px;padding-right: 40px}

.container--pull-right {padding-right: 0}

.container--lg {padding-left: 78px;padding-right: 0}

@media (max-width: 1200px) {
    .container {padding-left: 15px;padding-right: 15px}

    .container--pull-right {padding-right: 15px}

    .container--lg {padding-left: 15px}
}

.page-wrapper {display: flex}

.page-wrapper--single {overflow: hidden;display: flex;height: 100vh}

.page-wrapper--single.page-wrapper__right {background-color: rgba(0, 0, 0, 0)}

.page-wrapper__left {width: calc(100% - 385px)}
.page-wrapper__left .swiper{ width: 100%; }

.page-wrapper__left--pattern {background-image: url("../../Content/images/pattern.png"), linear-gradient(180deg, rgb(255, 255, 255) 0%, rgb(255, 255, 240) 100%);background-repeat: repeat, no-repeat;background-size: auto, cover}

.page-wrapper__left--gradient {background: #fff;background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 240, 0) 100%)}

.page-wrapper__right {width: 385px;background-color: ivory;filter: drop-shadow(-4px 0px 9px rgba(0, 0, 0, 0.05))}

@media (max-width: 1200px) {
    .page-wrapper {flex-direction: column}

    .page-wrapper__left {width: 100%;height: 100%}

    .page-wrapper__right {position: fixed;top: 0;left: -100%;width: 100%;height: 100vh;opacity: 0;z-index: 3;transition: all ease-in-out .3s}

    .page-wrapper__right.active {left: 0;opacity: 1}
}

.header {position: absolute;width: calc(100% - 385px);z-index: 2;padding-top: 40px; padding-left: 40px;}

.full-slider {width: 100%;height: 100%;display: flex;position: relative}

.full-slider--full-screen {overflow: hidden;height: 100vh}

.full-slider__item {display: flex;width: 100%;height: 100%}

.full-slider__image {display: flex;width: 100%;height: 100%}

.full-slider__image img {display: flex;width: 100%;height: 100%;object-fit: cover}

.full-slider__pagination {position: absolute;bottom: 40px !important;left: 0;right: 0;padding-left: 40px;z-index: 2}

.full-slider__pagination .swiper-pagination-bullet {width: 8px;height: 8px;background-color: #ae852d;opacity: .4;border-radius: 0}

.full-slider__pagination .swiper-pagination-bullet-active {opacity: 1}

.landing-form {padding: 60px 32px 40px 32px;background-color: ivory;height: calc(100vh - 194px); box-sizing: border-box;}

.landing-form.sticky {position: sticky;top: 0}

.landing-form__logo {margin-bottom: 60px; text-align: center; }
.landing-form__logo img{ max-width: 60%; max-height: 120px; }

.landing-form__title {font-family: "Arsenal", sans-serif;font-size: 28px;line-height: 100%;color: #0c1c33;margin-bottom: 16px;font-weight: 400}

.landing-form__desc {font-size: 14px;line-height: 20px;color: #444;margin-bottom: 32px;font-weight: 400}

.landing-form__form {margin-bottom: 20px}

.landing-form__wrapper {display: flex;flex-direction: column;width: 100%;gap: 35px}

@media (min-width: 1200px) {
    .landing-form__wrapper {gap: 25px;flex-direction: row}
}

.landing-form__item {display: flex;flex-direction: column;position: relative;flex: 1;height: 48px;margin-bottom: 16px}

.landing-form__item--textarea {height: 80px}

.landing-form__item input, .landing-form__item textarea {flex: 1;outline: none;border: 1px solid #eee;padding: 0 20px 0 20px;background-color: #f2f2e4;font-weight: 400;font-size: 16px;line-height: 100%;color: #a1a1a1;resize: none;outline: none;transition: all ease-in-out .1s}

.landing-form__item input::placeholder, .landing-form__item textarea::placeholder {font-weight: 400;font-size: 18px;color: #a1a1a1}

.landing-form__item input:focus, .landing-form__item textarea:focus {border-color: #a1a1a1}

.landing-form__item input.error, .landing-form__item textarea.error {border-color: #df2228}

.landing-form__item textarea {padding: 20px;font-family: inherit}

.landing-form__item button {width: 100%;height: 56px;display: flex;align-items: center;justify-content: center;gap: 8px;color: #fff;font-weight: 500;font-size: 18px;line-height: 100%;cursor: pointer;transition: all ease-in-out .3s;border: 1px solid rgba(0, 0, 0, 0);background: #ae852d}

.landing-form__item button svg {transition: all ease-in-out .3s}

.landing-form__item button:hover {border-color: #ae852d;background: rgba(0, 0, 0, 0);color: #ae852d}

.landing-form__item button:hover svg path {stroke: #ae852d}

.landing-form__item .iti--allow-dropdown {height: 100%}

.landing-form__item .iti--allow-dropdown input {width: 100%;height: 100%}

.landing-form__privacy {display: flex;align-items: flex-start;gap: 10px}

.landing-form__privacy input[type=checkbox] {opacity: 0;left: 0;position: absolute}

.landing-form__privacy label {font-size: 12px;line-height: 16px;font-weight: 400;color: #a1a1a1;position: relative;padding-left: 30px;cursor: pointer}

.landing-form__privacy label.form-error {color: #df2228}

.landing-form__privacy label::before {content: "";display: inline-block;width: 16px;height: 16px;border-radius: 4px;border: 1px solid #eee;background-color: rgba(0, 0, 0, 0);position: absolute;left: 0;top: 13px;transform: translateY(-50%)}

.landing-form__privacy label a {color: #ae852d}

.landing-form__privacy input[type=checkbox]:checked + label::after {content: "✓";display: block;width: 10px;height: 10px;background-image: url("/Content/images/check.png");border-radius: 50%;position: absolute;left: 4px;top: 10px;transform: translateY(-50%)}

.landing-form__privacy input[type=checkbox]:checked + label::before {border-color: #ae852d}

.landing-form__link {display: flex;justify-content: center;text-align: center;color: #0c1c33;text-decoration: underline;font-weight: 400;font-size: 16px}

.landing-form__close-btn {display: none;position: absolute;right: 10%;top: 5%;cursor: pointer}

.landing-form__close-btn::after, .landing-form__close-btn::before {content: "";position: absolute;top: 50%;left: 50%;width: 30px;height: 4px;background-color: #ae852d}

.landing-form__close-btn::before {transform: translate(-50%, -50%) rotate(45deg)}

.landing-form__close-btn:after {transform: translate(-50%, -50%) rotate(-45deg)}
@media (max-width: 1600px) and (min-width: 1280px)
{

    .landing-form__logo {margin-bottom: 50px}


    .landing-form__desc {font-size: 12px;line-height: 16px;margin-bottom: 20px}

    .landing-form__form {margin-bottom: 16px}


    .landing-form__privacy {margin-bottom: 0}

    .landing-form__privacy label {font-size: 11px}

}
@media (max-width: 1200px) {
    .landing-form {height: 100%;padding: 32px}

    .landing-form__logo {margin-bottom: 20px}

    .landing-form__desc {margin-bottom: 16px}

    .landing-form__item {flex: auto}

    .landing-form__close-btn {display: block}
}

@media (max-width: 767px) {
    .landing-form {overflow: scroll}
}

.footer {padding: 20px 0;background-color: #000}

.footer .container {height: 100%}

.footer__wrapper {display: flex;align-items: center;justify-content: space-between;height: 100%}

.footer__copyright {color: #fff;font-size: 14px;line-height: 20px;opacity: .5}

.footer__links {display: flex;align-items: center;gap: 50px}

.footer__links a {opacity: .5;color: #fff;font-size: 14px;line-height: 20px;text-decoration: none;transition: all .3s ease-in-out}

.footer__links a:hover {opacity: 1}

@media (max-width: 1200px) {
    .footer__wrapper {gap: 20px;flex-direction: column}

    .footer__copyright {font-size: 14px}

    .footer__links {gap: 10px}

    .footer__links a {font-size: 12px}
}

.show-form-btn {display: none;position: fixed;right: 0;top: 30%;z-index: 2;padding: 40px 27px;background-color: #ae852d;transform: rotate(180deg);font-size: 16px;font-weight: 700}

.show-form-btn span {writing-mode: vertical-rl;text-orientation: mixed;color: #fff}

@media (max-width: 1200px) {
    .show-form-btn {display: flex}
}

.form-error {border-color: red !important}

.section {position: relative;margin-top: 80px}

.section::before {content: "";position: absolute;left: 0;top: 50px;width: 50%;height: 100%;z-index: -1;background: url("../../Content/images/section-bg.png") center center no-repeat;background-position: left center;background-size: contain}

.section--bg-reverse::before {content: "";position: absolute;left: 0;top: 0%;width: 50%;height: 100%;z-index: -1;background: url("../../Content/images/section-bg-reverse.png") center center no-repeat;background-position: left center;background-size: contain}

@media (max-width: 1200px) {
    .section {margin-top: 40px}
}

.section-title {font-family: "Arsenal", sans-serif;font-size: 48px;font-weight: 400;line-height: 56px;color: #0c1c33;margin-bottom: 40px}

@media (max-width: 1200px) {
    .section-title {font-size: 38px}
}

.video__link {width: 100%}

.video__link img {display: flex;width: 100%;height: 100%;object-fit: cover}

.video iframe {width: 100%;height: 550px;border: none}

.opportunities__item img {display: flex;width: 100%;height: 100%;object-fit: cover}

.opportunities__bottom {display: flex;justify-content: space-between;margin-top: 40px}

.opportunities__bottom .slider-arrows {margin: 0}

.opportunities__text {max-width: 55%}

.opportunities__text p {font-size: 18px;font-weight: 500;line-height: 26px;color: #444}

.opportunities__pagination {width: auto !important;padding-right: 40px}

.opportunities__pagination .swiper-pagination-bullet {width: 8px;height: 8px;background-color: #ae852d;opacity: .4;border-radius: 0}

.opportunities__pagination .swiper-pagination-bullet-active {opacity: 1}

@media (max-width: 767px) {
    .opportunities__bottom {flex-direction: column;gap: 20px}

    .opportunities__pagination {display: none}

    .opportunities__text {max-width: 90%}
}

.gallery__item img {display: flex;width: 100%;height: 100%;object-fit: cover}

.slider-arrows {display: flex;margin-top: 40px;gap: 20px}

.slider-arrows__prev, .slider-arrows__next {width: 56px;height: 56px;display: flex;align-items: center;justify-content: center;background: #ae852d;cursor: pointer}

.location {margin-bottom: 120px;display: flex}

.location__map {width: 60%}

.location__map iframe {width: 100%;height: 100%;border: none}

.location__info {width: 40%}

.location__title {font-size: 32px;font-weight: 400;line-height: 100%;margin-bottom: 40px}

.location__address {background-color: #ae852d;color: #fff;padding: 60px 100px 20px 40px}

.location__text {display: flex;gap: 8px;font-size: 16px;font-weight: 500;line-height: 24px;margin-bottom: 20px;color: #fff;text-decoration: none}

.location__links {display: flex;background: #fff}

.location__links a {display: flex;flex-direction: column;align-items: center;gap: 10px;width: 50%;padding: 20px 0;text-decoration: none;color: #444;font-size: 18px;line-height: 100%;font-weight: 400}

.location__links a:first-child {border-right: 1px solid #e2e2e2}

@media (max-width: 1200px) {
    .location {margin-bottom: 40px;flex-direction: column}

    .location__map {width: 100%;height: 400px}

    .location__info {width: 100%}
}

.social-media {margin-bottom: 140px}

.social-media__wrapper {display: flex;align-items: center;justify-content: space-between}

.social-media__items {display: flex;gap: 16px}

.social-media__item {display: flex;width: 56px;height: 56px;align-items: center;justify-content: center;border: 1px solid #444;transition: all ease-in-out .3s}

.social-media__item:hover {background-color: rgba(0, 0, 0, .1)}

@media (max-width: 1200px) {
    .social-media {margin-bottom: 40px}
}

@media (max-width: 767px) {
    .social-media__wrapper {gap: 30px;flex-direction: column}
}

.social-media-sticky {margin: 0;position: fixed;top: 50%;left: 0;transform: translateY(-50%);z-index: 2;display: flex;flex-direction: column;padding: 16px;background: #000}

.social-media-sticky__items {display: flex;flex-direction: column;gap: 16px}

@media (max-width: 1200px) {
    .social-media-sticky {display: none}
}

/*# sourceMappingURL=main.css.map */
.error_checkbox label { color: red; }
.flex_form{
    justify-content: center; height: 100vh;
    align-items: center;
    align-content:center;
    display: flex;
    flex-wrap: wrap;
}
.header_hide header{ display: none;}
.popup_page{ max-width: 800px; }
.popup_page p,.popup_page li{ font-size: 12px; line-height: 1.4; margin-bottom: 15px;}
.popup_page li{ margin-bottom: 7px; }
.popup_page ul{ padding-left: 40px; list-style: disc; margin-bottom: 15px; }
.popup_page b,.popup_page strong{ font-weight: bold; }
.popup_page h2{ font-size: 16px; color: #8c6f37; margin-bottom: 15px; font-weight: bold; line-height: 1.4; }
.popup_page h3{ font-size: 14px; margin-bottom: 10px; font-weight: bold; line-height: 1.4; }
.popup_page a{ color: inherit; text-decoration:underline; font-weight: bold; }
.landing-form__item--submit{ margin-top: 10px; margin-bottom: 0px;}
.table-container {
    overflow-x: auto;
}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    min-width: 600px;
    margin-bottom: 1rem;
}

.styled-table thead {
    background-color: #f5f5f5;
}

.styled-table th,
.styled-table td {
    padding: 12px 16px;
    border: 1px solid #ddd;
    text-align: left;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #fafafa;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}
.fw-bold{ font-weight: bold; }
.cm-sticky-icon{ display: none !important; }
@media (max-width: 767px) {
    .mobile_form_show .header{
        display: flex !important;
        padding-left: 0px;
        width: 100%;
        position: absolute;
        padding-top: 0px;
        height: 80px;
        align-items: center;
        justify-content: center;
    }
    .mobile_form_show .show-form-btn{ display: none; }
    .mobile_form_show .landing-form.sticky{ height: auto; }
    body.mobile_form_show.overflow-hidden{ overflow: auto; }
    .mobile_form_show .page-wrapper {
        height: auto;
    }
    .mobile_form_show .landing-form__close-btn{ display: none; }
    .mobile_form_show .page-wrapper__right{
        position: relative; height: auto; opacity: 1; left: 0px;
    }
}