/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: 
*/


* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; transition: all 0.2s ease; }

.suspension-contain {max-height: 980px;overflow:hidden;position: relative;}
html { scroll-behavior: smooth; }
html.suspended {background: rgba(0,0,0,0.6);}
body { position: relative; max-width: 100%;margin: 0 auto;text-align: center; font-family: 'Libre Baskerville', sans-serif; transition: all 0.3s ease-out; }
a { font-family: 'Libre Baskerville', sans-serif; color:inherit;text-decoration: none}
a:hover {text-decoration: none;color:inherit;}
h1,h2,h3,h4,h5,h6,p { padding:0; margin:0; line-height: 120%; }
h1,h2,h3,h4,h5,h6 { font-family: 'Libre Baskerville', sans-serif; font-weight: 700; line-height: 120%; }
p, ul li { font-family: 'Libre Franklin', sans-serif; font-weight: 400; font-size: 17px; letter-spacing: 0.02em; line-height: 180%; margin: 0; }
ul, ol { margin: 0; padding: 0; }
.row { max-width: 1600px;margin: 0 auto; }
.db { display: block; }

/*color*/

.white { color: #FFFFFF }
.black { color: #333333; }
.blue { color: #263B70; }

/*sticky*/

.sticky { position: fixed!important; top: 0; width: 100%; background: rgb( 255 255 255 / 80% )!important; padding: 20px 15px!important; box-shadow: 0 8px 6px -6px rgb(0 0 0 / 50%); }
.sticky nav ul li a { color: #263A70!important; }
.sticky .header-left .content-img img { filter: unset; }
.sticky + .content { padding-top: 0; }
/*.sticky .header-left { width: 10.25%; }*/

/*dropdown*/

/*#dropdown{ display: none; position: absolute; text-align: left; z-index: 9; background: #F6F6F6; transition: all .5s ease; width: 200px!important; border: 1px solid rgb( 68 68 68 / 20% ); }
#dropdown li{ display: block!important; padding: 10px 15px!important; }
#dropdown li a { white-space: nowrap; color: #444444!important; }
#header nav ul #dropdown li a { padding: 0; }
#header nav ul #dropdown li a::before { display: none!important;  }
#header nav ul #dropdown li.active-menu a, #header nav ul #dropdown li a:hover { color: #517FBF!important; }
#menu_drop:hover > #dropdown{display: block;}*/

/*display-inline*/
.inbM { display: inline-block; vertical-align: middle; box-sizing: border-box; }
.inbT { display: inline-block; vertical-align: top; box-sizing: border-box; }

/*flex*/

.fw { flex-wrap: wrap; }
.rr { flex-direction: row-reverse; }
.flexstr { display: flex; justify-content: space-between; align-items: stretch; }
.flexstr-alt { display: flex; align-items: stretch; }

.flexs { display: flex; justify-content: space-between; align-items: flex-start; }
.flexc { display: flex; justify-content: space-between; align-items: center; }
.flexe { display: flex; justify-content: space-between; align-items: flex-end; }

/*button*/

.btn { max-width: 200px; width: 100%; position: relative; background: #4668AF; font-family: 'Libre Baskerville', sans-serif; font-weight: 700; font-size: 20px; color: #FFFFFF; letter-spacing: 0; line-height: 120%; padding: 20px 0; display: inline-block; text-align: center; z-index: 1; }
.btn a { color: #FFFFFF!important; }
.btn:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn::before {content: ''; background: #263B70; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1;  }
.btn:hover::before {transform: scaleX(1);}
.btn-lg { max-width: 100%; width: 100%; border: 1px solid #FFFFFF; position: relative; background: transparent; font-family: 'Libre Baskerville', sans-serif; font-weight: 700; font-size: 20px; color: #FFFFFF; letter-spacing: 0; line-height: 120%; padding: 25px 0; display: inline-block; text-align: center; z-index: 1; }
.btn-lg a { color: #FFFFFF!important; }
.btn-lg:hover {color: #FFF !important; box-shadow: 0px 10px 20px -10px #000;  }
.btn-lg::before {content: ''; background: #4668AF; transition: all .3s linear; transform: scaleX(0); position: absolute;  height: 100%; width: 100%;z-index: -1;left: 0; top: 0; z-index: -1;  }
.btn-lg:hover::before {transform: scaleX(1);}

/*floats*/

.fl {float:left;}
.fr {float:right;}

/*typography*/

.tl { text-align: left; }
.tc { text-align: center; }
.tr { text-align: right; }

/*clearings*/

.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/

.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/

.destroy-on-load, .cta {display: none;}

/*contact form messages*/

form .messages p {display: none;font-family: 'Open Sans', sans-serif!important; font-weight: 400!important; letter-spacing: 0!important; font-size: 16px!important; }
form .loading {display: none;}
form .alert {padding: 15px;margin-bottom: 20px;border: 1px solid transparent;border-radius: 4px;}
form .alert-success {color: #3c763d;background-color: #dff0d8;border-color: #d6e9c6;}
form .alert-danger {color: #a94442;background-color: #f2dede;border-color: #ebccd1;}
form [type="submit"] {margin: 0 auto; }

/*contact form*/

.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input[type="text"],.ctc-form textarea {font-family: 'Libre Franklin', sans-serif; font-size: 16px;color:#000;height:60px;display: block;width: 100%;border:1px solid #E9EBF0;border-radius: 0;padding: 5px 10px;box-sizing: border-box;margin: 0 auto 8px}
.ctc-form textarea {height: 200px;padding-top:10px;}
/*.ctc-form input[type="text"] {font-family:'Libre Baskerville', sans-serif; font-size: 16px;color:#333333;height:63px;display: inline-block;width: 32%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 6px 16px;; background: #EEEEEE; font-weight: 500; }
.ctc-form textarea {font-family:'Libre Baskerville', sans-serif; font-size: 16px;color:#333333;height:134px;display: inline-block;width: 98.5%;border: none!important;border-radius: none!important;padding: 15px 20px;box-sizing: border-box;margin: 0 auto 10px; background: #EEEEEE; font-weight: 500; }*/
.ctc-form button {display: block;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto 10px;}
/*.ctc-form .ctc-hide {display: none;}*/
.ctc-form .formBox .formLabel { width: 49.16%; }
.inner-form .ctc-form .formLabel { width: 100%; } 
.ctc-form .btn { display: block; border: 0; }
/*.formBox .formLabel { width: 49.5%; }
.formLabel.lg { width: 100%; }*/
::placeholder { color: #111111; }

/*gallery*/

#content .galBox { padding-top: 30px; }
#content .gallery-container {text-align: center;}
#content .gallery {list-style-type: none;margin: 0;padding: 0;}
#content .gallery li {display: inline-block; vertical-align: top; width: 24%; }
#content .gallery li p { line-height: 140%; width: 100%; font-size: 14px; margin: 15px auto;  }
#content .gallery li img { width: 100%; height: 250px; object-fit: cover; } 
#content .thumbnail { border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;transition: border 0.5s ease-in-out 0s;}
#content .thumbnail:hover {transform: scale(1.02);}
#content .page_navigation {display: inline-block;}
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse {background-color: #fff;border: 1px solid #ddd;color:  #0275d8;display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative;}
#content .page_navigation > a:hover , .page_navigation > a.active_page {background-color: #eceeef;border-color: #ddd;color: #014c8c;text-decoration: none;}

/*HEADER*/

#header { position: absolute; padding: 20px 15px; top: 0; left: 0; right: 0; z-index: 999; }
#header .row { max-width: 1820px; width: 100%; margin: 0 auto; }
#header nav a#pull {display: none}
#header nav ul { max-width: 100%; width: 100%; padding: 0; margin: 0; }
#header nav ul li { display: inline-block; vertical-align: middle; line-height: 1; }
#header nav ul li a { position: relative; font-family: 'Libre Baskerville', sans-serif; font-weight: 700; font-size: 20px; color: #FFFFFF; line-height: 1.2em; letter-spacing: 0; display: inline-block; padding: 0;}
/*#header nav ul li a::before { content: ''; background: #F1925A; width: 100%; max-width: 100%; height: 5px; border-radius: 0; position: absolute; top: 0; left: 0; right: 0; margin: 0 auto; transition: all .3s linear; transform: scaleX(0); z-index: 1;}
#header nav ul li a:hover::before,
#header nav ul li.active-menu a::before {transform: scaleX(1);}*/
#header nav ul li.active-menu a, #header nav ul li a:hover {  }
.header-left { width: 27%; } 
.header-left .content-img img { filter: brightness(0) invert(1); width: auto; max-width: 100%; max-height: 75px; }
.header-right { width: 73%; }
.header-right .header-wrap { max-width: 1090px; width: 100%; margin-left: auto; }
.header-right .header-nav { width: 78%; padding: 0 15px; }
.header-right .header-btn { width: 22%; }


/*BANNER*/

#banner, .banner-img { position: relative; }
.banner-img::before { content: ''; background: rgb( 31 31 31 / 10% ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; }
.banner-content { max-width: 1200px; width: 100%; margin: 0 auto; position: absolute; top: 28%; left: 0; right: 0; padding: 0 15px; }
.banner-content .content-text h2 {  font-size: 5.5vw; margin: 0 0 20px; }
.banner-content .btn-lg { max-width: 32%; }

/*CONTENT*/

#content { position: relative;  }
.content-text h1, .content-text h2 { font-size: 80px; line-height: 120%; }
.content-text h3 { font-size: 40px; }
.content-text h4 { font-size: 30px; }
.content-text h5 { font-size: 18px; letter-spacing: 0.2em; }
.content-text h6 { font-family: 'Libre Franklin', sans-serif; font-weight: 400; font-size: 13px; letter-spacing: 0.2em;  }
.content-img img { width: 100%; height: 100%; display: block; }

    #main #content::after { content: ''; background: linear-gradient( to right, #FFFFFF, #E9EBF0 30% ); width: 43%; height: 100%; position: absolute; top: 0; right: 0; z-index: -1; clip-path: polygon(0 0, 100% 0, 100% 100%, 41% 100%); }

    /*OWNER*/

    .owner-section { position: relative; padding: 0 15px 80px; }
    .owner-section .row { max-width: 1440px; width: 100%; margin: -50px auto 0; }
    .owner-wrap { max-width: 100%; width: 100%; background: #263B70; }
    .owner-left { width: 48%; }
    .owner-left .owner-content { max-width: 590px; width: 100%; margin: 0 auto; padding: 0 15px; }
    .owner-left .content-text h3 { margin: 50px 0 0; }
    .owner-left .content-text p { margin: 50px 0; }
    .owner-right { width: 52%; }
    .owner-right .content-img img { clip-path: polygon(0 0, 100% 0, 100% 100%, 20% 100%); }

    /*JOB*/

    .job-section { position: relative; padding: 0 15px 150px; }
    .job-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .job-wrap { max-width: 100%; width: 100%; background: #263B70; }
    .job-left { width: 52%; }
    .job-left .content-img img { clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); }
    .job-right { width: 48%; }
    .job-right .job-content { max-width: 590px; width: 100%; margin: 0 auto; padding: 0 15px; }
    .job-right .content-text h3 { margin: 50px 0 0; }
    .job-right .content-text p { margin: 30px 0; }

    /*EXPRESS*/

    .express-section { position: relative; background: url('../images/content/express-bg.webp')no-repeat center center; background-size: cover; padding: 260px 15px; }
    /*.express-section::before { content: ''; background: linear-gradient( to right, rgb( 0 0 0 / 60% ), transparent ); width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0;  }*/
    .express-section::after { content: ''; background: linear-gradient( to right, rgb( 0 0 0 / 80% ), transparent); width: 87.5%; height: 100%; position: absolute; top: 0; left: 0; right: 0; background-blend-mode: multiply; clip-path: polygon(0 0, 78% 0%, 90% 100%, 0% 100%); }
    .express-section .row { position: relative; max-width: 1440px; width: 100%; margin: 0 auto; z-index: 2; }
    .express-section .express-content { max-width: 640px; width: 100%; }
    .express-content .content-text p { margin: 50px 0 0; }

/*FOOTER*/

#footer { position: relative; background: url('../images/common/footer-bg.webp')no-repeat center bottom; background-size: cover; padding: 0 15px 40px; }
#footer .row { max-width: 1440px; width: 100%; margin: 0 auto; }

    /*BUTTON*/

    .footer-button { padding: 0 0 100px; }
    .button-left, .button-right { position: relative; width: 50%; padding: 60px; }
    .button-left { background: #FFFFFF; }
    .button-left::after { content: ''; background: #4668AF; width: 40px; height: 100%; position: absolute; top: 50%; transform: translateY(-50%); right: -1px; clip-path: polygon(100% 0, 0% 100%, 100% 100%); }
    .button-left .content-text { position: relative; max-width: 530px; width: 100%; margin: 0 auto; }
    .button-left .content-text::after { content: ''; background: url('../images/common/arrow.webp')no-repeat center center; background-size: contain; max-width: 36px; width: 100%; height: 30px;  position: absolute; top: 50%; transform: translateY(-50%); right: 0; }
    .button-left .content-text h6, .button-right .content-text h6 { margin: 0 0 10px; }
    .button-right { background: #4668AF; }
    .button-right .content-text { position: relative; max-width: 530px; width: 100%; margin: 0 auto; }
    .button-right .content-text::after { content: ''; background: url('../images/common/arrow.webp')no-repeat center center; background-size: contain; max-width: 36px; width: 100%; height: 30px;  position: absolute; top: 50%; transform: translateY(-50%); right: 0; filter: brightness(0) invert(1); }

    /*INFO*/

    .footer-info { max-width: 1280px; width: 100%; margin: 0 auto; padding: 40px 0; border-top: 1px solid rgb( 255 255 255 / 20% ); border-bottom: 1px solid rgb( 255 255 255 / 20% ); }
    .footer-info .info-box { width: 33.33%; }
    .footer-info .info-box.mid { border-left: 1px solid rgb( 255 255 255 / 20% ); border-right: 1px solid rgb( 255 255 255 / 20% ); }
    .footer-info .info-box .tel, .footer-info .info-box .mail, .footer-info .info-box .loc { position: relative; }
    .footer-info .info-box .tel::before, .footer-info .info-box .mail::before, .footer-info .info-box .loc::before { content: ''; font-family: 'FontAwesome'; font-size: 20px; color: #263B70; background: #FFFFFF; border-radius: 100%; width: 40px; height: 40px; display: flex; align-items: center; justify-content: space-around; margin: 0 auto; }
    .footer-info .info-box .tel a { font-size: 30px; }
    .footer-info .info-box .tel::before { content: '\f095'; }
    .footer-info .info-box .mail::before { content: '\f0e0'; }
    .footer-info .info-box .loc::before { content: '\f3c5'; }
    .footer-info .info-box .content-text h6 { margin: 20px 0; }

    /*LOGO*/

    .footer-logo { max-width: 43%; width: 100%; margin: 80px auto 20px; }

    /*COPYRIGHT*/

    .copyright { }
    .copyright .content-text p { font-family: 'Libre Franklin', sans-serif; font-weight: 400; font-size: 13px; letter-spacing: 0.2em; text-transform: uppercase; }

/*INNER PAGES*/

/*HEADER*/

.inner #header {  }

/*BANNER*/

.inner #banner, .inner .banner-img { position: relative; }
.inner .banner-img::before { content: ''; background: linear-gradient( to right, rgb( 0 0 0 / 70% ), transparent ); width: 100%; height: 100%; }
.inner .banner-content { max-width: 1440px; width: 100%; top: 50%; transform: translateY(-50%); bottom: unset!important; }
.inner .banner-content .content-text h1 { font-size: 60px; color: #FFFFFF; }

/*CONTENT*/

.inner #content { min-height: 400px; padding: 40px 0; }

    /*WHY*/

    .inner.why .tag-section { position: relative; padding: 0 15px; }
    .inner.why .tag-section .row { max-width: 1440px; width: 100%; margin: -50px auto 0; }
    .inner.why .tag-content { position: relative; background: #E9EBF0; padding: 100px 15px; }
    .inner.why .tag-content::after { content: ''; background: url('../images/content/tag-hero.webp')no-repeat center bottom; width: 100%; height: 100%; background-size: contain; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }
    .inner.why .tag-content .content-text { max-width: 960px; width: 100%; margin: 0 auto; }
    .inner.why .tag-content .content-text p { margin: 40px 0 0; }

    .inner.why .perks-section { position: relative; padding: 100px 15px 130px; }
    .inner.why .perks-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.why .perks-wrap { margin: 40px 0 0; }
    .inner.why .perks-item { width: 14.28%; border-right: 1px solid rgb( 17 17 17 / 10% ); }
    .inner.why .perks-item.last { border-right: none; }
    .inner.why .perks-item .content-img { max-width: 30%; width: 100%; margin: 0 auto; }
    .inner.why .perks-item .content-text p { margin: 15px 0 0; line-height: 1.2em; }


    /*OWNER*/

    .inner.owner .benefits-section { position: relative; padding: 0 15px 30px; }
    .inner.owner .benefits-section .row { max-width: 1440px; width: 100%; margin: -50px auto 0; }
    .inner.owner .benefits-wrap { max-width: 100%; width: 100%; background: #263B70; }
    .inner.owner .benefits-left { width: 52%; }
    .inner.owner .benefits-left .content-img img { clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); }
    .inner.owner .benefits-right { width: 48%; }
    .inner.owner .benefits-right .benefits-content { max-width: 540px; width: 100%; margin: 0 auto; padding: 0 15px; }
    .inner.owner .benefits-right .content-text ul { list-style-image: url('../images/content/list-icon.webp'); padding: 0 0 0 25px; margin: 30px 0 0; }
    .inner.owner .benefits-right .content-text ul li { padding: 0 0 15px 15px;  }
    .inner.owner .benefits-right .content-text ul li:last-of-type { padding: 0 0 0 15px; }

    .inner.owner .equipment-section { position: relative; padding: 80px 15px 140px; }
    .inner.owner .equipment-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.owner .equipment-wrap { margin: 40px 0 0; }
    .inner.owner .equipment-item { width: 14.28%; border-right: 1px solid rgb( 17 17 17 / 10% ); }
    .inner.owner .equipment-item.last { border-right: none; }
    .inner.owner .equipment-item .content-img { max-width: 30%; width: 100%; margin: 0 auto; }
    .inner.owner .equipment-item .content-text p { margin: 30px 0 0; line-height: 1.2em; }

    .inner.owner .home-section { position: relative; }
    .inner.owner .home-section .row { max-width: 100%; width: 100%; margin: 0 auto; }
    .inner.owner .home-left, .inner.owner .home-right { width: 50%; }
    .inner.owner .home-content { max-width: 600px; width: 100%; margin: 0 auto; padding: 0 15px; }
    .inner.owner .home-content .content-text p { margin: 30px 0; }
    .inner.owner .home-right .content-img img { clip-path: polygon(10% 0%, 100% 0, 100% 100%, 0% 100%); }

    .inner.owner .form-section { position: relative; padding: 0 15px 120px; margin: -80px 0 0 }
    .inner.owner .form-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.owner .form-content { position: relative; background: #FFFFFF; padding: 75px 20px 100px; box-shadow: 2px 2px 20px rgb(0 0 0 / 20%); }
    .inner.owner .form-content::after { content: ''; background: url('../images/content/form-hero.webp')no-repeat center bottom; width: 100%; height: 100%; background-size: contain; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }
    .inner.owner .form-content .content-text { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; z-index: 2; }
    .inner.owner .form-content .content-text p { margin: 25px 0 60px; }
    .inner.owner .form-content .form { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; z-index: 2; }
    .inner.owner .form-content .formLabel { text-align: left; }
    .inner.owner .form-content .formLabel label { font-family: 'Libre Franklin', sans-serif; font-weight: 400; font-size: 20px; color: #333333; margin: 0 0 8px; display: block; }
    /*.inner.owner .form-content .formText { display: none; }*/

    /*DRIVING*/

    .inner.jobs .partner-section { position: relative; padding: 0 15px 130px; }
    .inner.jobs .partner-section .row { max-width: 1440px; width: 100%; margin: -50px auto 0; }
    .inner.jobs .partner-wrap { max-width: 100%; width: 100%; background: #263B70; }
    .inner.jobs .partner-left { width: 48%; }
    .inner.jobs .partner-left .partner-content { max-width: 540px; width: 100%; margin: 0 auto; padding: 0 15px; }
    .inner.jobs .partner-content .content-text p { margin: 50px 0 0; }
    .inner.jobs .partner-right { width: 52%; }
    .inner.jobs .partner-right .content-img img { clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);}

    .inner.jobs .comfort-section { position: relative; }
    .inner.jobs .comfort-section .row { max-width: 100%; width: 100%; margin: 0 auto; }
    .inner.jobs .comfort-left, .inner.jobs .comfort-right { width: 50%; }
    .inner.jobs .comfort-left .content-img img { clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%); }
    .inner.jobs .comfort-content { max-width: 540px; width: 100%; margin: 0 auto; padding: 0 15px; }
    .inner.jobs .comfort-content .content-text p { margin: 30px 0; }
    .inner.jobs .comfort-content .content-text ul { list-style-image: url('../images/content/list-icon.webp'); padding: 0 0 0 25px; margin: 30px 0 0; }
    .inner.jobs .comfort-content .content-text ul li { padding: 0 0 10px 15px;  }
    .inner.jobs .comfort-content .content-text ul li:last-of-type { padding: 0 0 0 15px; }

    .inner.jobs .equipment-section { position: relative; padding: 100px 15px; }
    .inner.jobs .equipment-section .row { max-width: 630px; width: 100%; margin: 0 auto; }
    .inner.jobs .equipment-wrap { margin: 40px 0 0; }
    .inner.jobs .equipment-item { width: 33.33%; border-right: 1px solid rgb( 17 17 17 / 10% ); }
    .inner.jobs .equipment-item.last { border-right: none; }
    .inner.jobs .equipment-item .content-img { max-width: 30%; width: 100%; margin: 0 auto; }
    .inner.jobs .equipment-item .content-text p { margin: 30px 0 0; line-height: 1.2em; }

    .inner.jobs .form-section { position: relative; padding: 0 15px 100px; margin: 0 }
    .inner.jobs .form-section .row { max-width: 1440px; width: 100%; margin: 0 auto; }
    .inner.jobs .form-content { position: relative; background: #FFFFFF; padding: 75px 20px 100px; box-shadow: 2px 2px 20px rgb(0 0 0 / 20%); }
    .inner.jobs .form-content::after { content: ''; background: url('../images/content/form-hero.webp')no-repeat center bottom; width: 100%; height: 100%; background-size: contain; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1; }
    .inner.jobs .form-content .content-text { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; z-index: 2; }
    .inner.jobs .form-content .content-text p { margin: 25px 0 60px; }
    .inner.jobs .form-content .form { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; z-index: 2; }
    .inner.jobs .form-content .formLabel { text-align: left; }
    .inner.jobs .form-content .formLabel label { font-family: 'Libre Franklin', sans-serif; font-weight: 400; font-size: 20px; color: #333333; margin: 0 0 8px; display: block; }
/*    .inner.jobs .form-content .formText { display: none; }*/

    /*CONTACT*/

    .inner.contact .contact-section { padding: 0 15px 130px; }
    .inner.contact .contact-section, .inner.contact .contact-wrap { position: relative; }
    .inner.contact .contact-wrap::before { content: ''; background: #263B70; width: 40%; height: 100%; position: absolute; top: 0; left: 0; clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%); }
    .inner.contact .contact-wrap::after { content: ''; background: url('../images/content/contact-hero.webp')no-repeat center bottom; width: 100%; height: 100%; background-size: contain; position: absolute; left: 0; right: 0; bottom: 0; z-index: 1;  }
    .inner.contact .contact-section .row {  background: #E9EBF0; max-width: 1440px; width: 100%; margin: -50px auto 0; }
    .inner.contact .contact-left { position: relative; width: 40%; padding: 80px 15px;  z-index: 2;}
    .inner.contact .contact-info { max-width: 360px; width: 100%; margin: 0 auto; }
    .inner.contact .contact-info .content-text h6 { margin: 0 0 5px; }
    .inner.contact .contact-info a { font-size: 16px; }
    .inner.contact .contact-info .tel a { font-size: 20px; }
    .inner.contact .contact-info .tel, .inner.contact .contact-info .mail, .inner.contact .contact-info .loc { position: relative; padding: 0 0 0 60px; margin: 40px 0; }
    .inner.contact .contact-info .loc { margin: 40px 0 0; }
    .inner.contact .contact-info .tel::before, .inner.contact .contact-info .mail::before, .inner.contact .contact-info .loc::before { content: ''; font-family: 'FontAwesome'; font-size: 16px; color: #FFFFFF; background: #4668AF; width: 40px; height: 40px; border-radius: 100%; position: absolute; top: 50%; transform: translateY(-50%); left: 0; display: flex; align-items: center; justify-content: space-around; }
    .inner.contact .contact-info .tel::before { content: '\f095'; }
    .inner.contact .contact-info .mail::before { content: '\f0e0'; }
    .inner.contact .contact-info .loc::before { content: '\f3c5'; }
    .inner.contact .contact-right { position: relative; width: 60%; padding: 80px 15px; z-index: 2; }
    .inner.contact .contact-right .contact-content { max-width: 685px; width: 100%; margin: 0 auto; }

    .inner.contact .contact-content .form { position: relative; max-width: 1200px; width: 100%; margin: 0 auto; z-index: 2; }
    .inner.contact .contact-content .formLabel { text-align: left; }
    .inner.contact .contact-content .formLabel label { font-family: 'Libre Franklin', sans-serif; font-weight: 400; font-size: 20px; color: #333333; margin: 0 0 8px; display: block; }
/*    .inner.contact .contact-content .formText { display: none; }*/
    .inner.contact .contact-content .content-text p { font-size: 18px; margin: 20px 0 30px; }




/*FOOTER*/

.inner.owner #footer, .inner.jobs #footer { padding: 100px 15px 40px; }
.inner.owner .footer-button, .inner.jobs .footer-button { display: none; }


/*PRIVACY POLICY*/

.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}