html,
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 23px;
    line-height: 38px;
    color: #2E2B1E;
    margin:0 auto;
    padding:0;
    width: 1px;
    width: 100%;
}

body {
    min-height: 100vh;
}

/**
 * Typography.
 */
h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    margin-bottom: 0px;
    margin-top: 50px;
    font-size: 55px;
    line-height: 75px;
}

h2 {
    color: #A5988F;
    font-family: 'Roboto', sans-serif;
    font-size: 38px;
    font-weight: 500;
    line-height: 48px;
    margin-top:10px;
}

.expired h2 {
    font-size: 52px;
    line-height: 62px;
}

h3, h3 b {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #A5988F;
    font-size: 28px;
    line-height: 31px;
}

h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #A5988F;
    font-size: 23px;
    line-height: 31px;
    margin-top:25px;
    margin-bottom:0px;
}

a {
    font-family: 'Roboto', sans-serif;
    color: #A5988F;
    display: inline-block;
    text-decoration: underline;
}

a:hover {
    color: #2E2B1E;
}

img {
    display: block;
}

ul {
    padding-left:0px;
    margin:0;
    list-style: none;
}

article li {
    margin-bottom: 5px;
    padding-left: 45px;
    position: relative;
}

article li:last-child {
    margin-bottom:0px;
}

article ul li:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #A5988F;
    position: absolute;
    left: 0;
    top: 10px;
}

b, strong {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    margin-bottom:10px;
}

p, th, td, ul, ol, div {
    color: #2E2B1E;
    font-family: 'Roboto', sans-serif;
    font-size: 23px;
    line-height: 38px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: normal;
    text-decoration: none;
    text-transform: none;
}

p {
    margin: 0 0 1.5em;
}

small {
    display: block;
    font-size: 16px;
    line-height: 26px;
}

/**
 * Layout
 */

main {
    margin: 0 auto;
    width: 100%;
    max-width: 1366px;

    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

main > section {
    margin: .75em 0;
    max-width: 100%;
    height: 100%;
}

main > section:last-child {
    margin-bottom: 1.5em;
}

main.fixed {
    padding-top: 68px;
}

/**
 * Header
 */
#header {
    padding: 30px 0px;
    background: white;
    transition: padding .2s ease;
    z-index: 1000;
}

#header .content {
    width: 100%;
}

#header .logo {
    width: 474px;
    height: auto;
    float: left;
    position: relative;
}

#header .logo img {
    margin-left: -60px;
    display: block;
    opacity: 1;
    width:100%;
    height:auto;
    transition: opacity .2s ease;
}

#header .logo svg {
    position: absolute;
    left:0px;
    top:0px;
    opacity:0;
    transition: opacity .2s ease;
    width: 364px;
    height:auto;
}

main.fixed #header {
    position: fixed;
    top:0px;
    left:0px;
    width: 100%;
    padding:0px;
    box-shadow: 0 4px 8px -8px #a5988f;
}

main.fixed #header .content {
    max-width:1366px;
    margin:0 auto;
}

main.fixed #header img {
    opacity: 0;
}

main.fixed #header svg {
    opacity: 1;
}

/**
 * Navigation
 */
#navigation {
    float:right;
    text-align: right;
    margin-top:0px;
    transition: margin-top .2s ease;
    white-space: nowrap;
    position: relative;
    top: -5px;
}

#navigation ul li {
    display: inline-block;
}

#navigation .menu li {
    display: inline-block;
    padding: 0px 0px 0px 50px;
    position: relative;
    z-index: 2;
    position: relative;
    margin-bottom:0px;
}

#navigation .menu li a {
    color: #A5988F;
    text-decoration: none;
}

#navigation .menu li a:hover {
    color:#e51a29;
}

main.fixed #navigation {
    margin-top:22px;
}

/**
 * Content
 */
.content {
    padding:0px 101px;
    box-sizing: border-box;
}

.content.short {
    width:72%;
}

article {
    margin:50px 0px 0px;
}

.image img {
    display:block;
    width:100%;
    height:100%;
}

.image img.mobile {
    display: none;
}


/**
 * Testimonials
 */
.bg {
    background: #EFEADD;
    margin-bottom:10px;
}

.bg .content {
    max-width:1366px;
    margin:0 auto;
}

.content.testimonials {
    display: flex;
    flex-direction: row;
    gap:25px;
}

.content.testimonials h2 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 50px;
}

.content.testimonials img {
    width:374px;
    height: auto;
}

.content.testimonials .data {
    width: 100%;
    padding-top:35px;
    padding-bottom:35px;
}

.content.testimonials .data p {
    font-size: 16px;
    line-height: 20px;
}

.content.testimonials .data b {
    font-size: 23px;
    line-height: 33px;
    font-weight: 500;
    color: #A5988F;
}


/**
 * Benefits
 */
#benefits {
    margin: 100px 0 35px;
}
.content.benefits {
    width:100%;
    padding-left:60px;
    padding-right:60px;
}

/**
 * Video
 */
#video {
    position: relative;
    padding-bottom: 59.6%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
}

#video iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: all!important;
}

/**
 * Contact.
 */
.content.contact {
    padding-top:50px;
    padding-bottom:50px;
}

/**
 * About us
 */
#location {
    margin-top: 110px;
}
#google-maps {
    position: relative!important;
    padding-top: 41%;
    height: 0;
}

/**
 * Similar Jobs
 */
.sjobs {
    padding-left: 101px;
    padding-right: 101px;
}

.expired .sjobs {
    margin: 30px 0 110px;
}

.ui.four.cards {
    margin-top: 0px;
    margin-bottom: 0px;
}

.ui.card, .ui.cards>.card, .ui.card>:first-child, .ui.cards>.card>:first-child {
    border:none;
    border-radius: 0px!important;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.card h4 {
    margin:0px;
    color: #fff;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    text-align: center;
    width:80%;
    transition: opacity 1.5s ease;
}

.ui.cards a.card:hover h4 {
    transition: opacity 1.5s ease;
    opacity: 0;
}

.ui.cards>.card .overlay {
    background-color: rgba(157,146,138,0.9);
    height: 100%;
    width: 100%;
    position: absolute;
    transition: opacity 1.5s ease;
}

.ui.cards a.card:hover, .ui.link.card:hover, .ui.link.cards .card:hover, a.ui.card:hover {
    cursor: pointer;
    z-index: 5;
    background: #fff;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.ui.cards a.card:hover .overlay {
    transition: opacity 1.5s ease;
    opacity: 0;
}

.ui.cards a.card img {
    transition: transform 1.5s ease;
}

.ui.cards a.card:hover img {
    transition: transform .5s ease;
    transform: scale(1.1);
}

/**
 * Footer
 */
footer {
    margin-top: 65px;
}

.expired {
    position: relative;
    padding-bottom: 50px;
}

.expired main {
    display: block;
}

.expired .content {
    margin-top: 85px;
}

.expired #header .content {
    margin-top: 0px;
}

.expired footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.expired .sjobs {
    padding-bottom:110px;
}

footer .top {
    background: #EFEADD;
}

footer .bottom {
    background: #9D928A;
}

footer .bottom small {
    color:#fff;
    padding-top: 6px;
    padding-bottom: 6px;
}

footer .content {
    width: 100%;
    max-width: 1366px;
    padding-top: 27px;
    padding-bottom: 27px;
    display: flex;
    margin:0 auto;
}

footer .bottom .content {
    padding-top:0px;
    padding-bottom:0px;
}

footer h4 {
    margin-bottom:20px;
}

footer .content > div {
    width: 50%;
}

footer .content:after {
    display: table;
    clear: both;
    content: "";
}

.social-icons {
    display: flex;
    gap:40px;
}

.social-icons a {
    width:35px;
    height:35px;
    display: flex;
    align-content: center;
    text-decoration: none;
    font-size: 42px;
}

.social-icons a svg {
    width:100%;
    height:auto;
}

.social-icons a svg *, a.print svg * {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.social-icons a:hover {
    color:#A5988F;
}

.social-icons a:hover svg *, a.print:hover svg * {
    stroke:#2e2b1e;
}

.social-icons a.twitter:hover svg * {
    fill:#2e2b1e;
}

.social-icons a.icon.whatsapp {
    display: none;
}

/**
 * Fixed elements
 */
.whatsapp-cta2 {
    position: fixed;
    bottom: 0px;
    right: 0px;
    border:solid 68px #9D928A;
    border-left-color: transparent;
    border-top-color: transparent;
    z-index: 1000;
    text-decoration: none;
    font-size: 54px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.whatsapp-cta {
    position: relative;
    background: #25d366;
    z-index: 1000;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    padding: 8px 35px 8px 45px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.insta-cta {
    position: relative;
    background-color: #193889; /* Dark base color */
    background-image: radial-gradient(circle at 30% 107%, 
        #e0ba71 0%, #e0ba71 5%, 
        #f46c61 45%, #b13a80 60%, 
        #193889 90%);
    z-index: 1000;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    padding: 8px 25px 8px 15px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-image .4s ease-in-out;
    -moz-transition: background-image .4s ease-in-out;
    -ms-transition: background-image .4s ease-in-out;
    -o-transition: background-image .4s ease-in-out;
    transition: background-color .2s ease-in-out, background .2s ease-in-out;
    cursor: pointer;
}

.insta-cta:hover {
    background-image: radial-gradient(circle at 30% 107%, 
    #2E2B1E 0%, #2E2B1E 100%);
    color:white;
}

.whatsapp-cta i {
    position: absolute;
    left: 12px;
    top:8px;
}

.whatsapp-call {
    position: absolute;
    color: #fff;
    top:12px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.whatsapp-cta:hover {
    border-color: #e51a29;
    border-left-color: transparent;
    border-top-color: transparent;
    color:white;
}

.whatsapp-cta:hover i.icon.whatsapp:before {
    color:white;
}

.apply-button {
    position: fixed;
    display: flex;
    gap: 10px;
    bottom: 111px;
    right: 19.4%;
    z-index: 1000;
}

.button.apply, .button.jobabo {
    background: #e51a29;
    border-radius: 0;
    color: #ffffff;
    display: inline-block;
    font-weight: 500;
    padding: 8px 59px 8px 58px;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    cursor: pointer;
}

.button.jobabo {
    background: #EFEADD;
    color:#9D928A;
    margin-top:0px;
    margin-bottom:50px;
}

.button:hover, a.button:hover {
    background: #2E2B1E;
}

.button.jobabo:hover {
    color:#fff;
}

.ui.four.cards {
    margin-left: -0.5em;
    margin-right: -0.5em;
}

.ui.four.cards>.card {
    margin-left: 0.5em;
    margin-right: 0.5em;
    width: calc(25% - 1em);
}

/**
 * Media Queries
 */
@media screen and (max-width: 1366px) {
    .slick-slide .container img {
        width: 120px;
    }

    .apply-button {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .ui.four.cards>.card {
        width: calc(50% - 1.5em);
        height:267px;
    }
}

@media screen and (max-width: 1024px) {
    #header .logo, #header .logo svg {
        width:206px;
    }

    .content.testimonials {
        width:100%;
    }

    .social-icons {
        gap: 20px;
    }
}

@media screen and (max-width: 935px) {
    .apply-button {
        right: auto;
        left: 101px;
        bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    body, p, th, td, ul, ol, div, #navigation .menu li a {
        font-size: 16px;
        line-height: 22px;
    }

    h1 {
        font-size: 26px;
        line-height: 36px;
    }

    h2, h2 b {
        font-size: 19px;
        line-height: 26px;
        margin-top:10px;
    }

    h3,  h3 b {
        font-size: 19px;
        line-height: 26px;
    }

    .content {
        width:100%;
        padding:0 35px;
    }

    article, #location {
        margin-top:35px;
    }

    article li {
        padding-left: 30px;
        margin-bottom: 0px;
    }

    article ul li:before {
        width: 12px;
        height: 12px;
        top: 5px;
    }

    main.fixed {
        padding-top: 52px;
    }

    #header, main.fixed #header {
        padding: 10px 0px;
    }

    #header .logo img {
        display: none;
    }

    #header .logo svg {
        opacity: 1;
        left: -5px;
        top: -6px;
    }

    .content.testimonials {
        display: block;
        padding-top: 35px;
        padding-right: 35px;
    }

    .content.testimonials img {
        width: 100%;
        height: auto;
    }

    .content.testimonials h2 {
        font-size: 19px;
        line-height: 26px;
        margin-bottom: 35px;
    }

    .content.testimonials .data p {
        font-size: 14px;
        line-height: 20px;
    }

    .content.testimonials .data b {
        font-size: 16px;
        line-height: 24px;
    }

    .slick-slide .container span {
        bottom: 0px;
        opacity: 1;
    }

    .slick-slide {
        height:290px;
        pointer-events: none;
    }

    .slick-slide, .slick-slide .container {
        padding:10px 0px;
    }

    .slick-prev {
        left:0px;
    }

    .slick-next {
        right:0px;
    }

    .slick-slide .container img {
        position: relative;
        top:auto;
    }

    .slick-slide .container .anime {
        position: relative;
        top:auto;
        line-height: 22px;
    }

    .slick-slide .container strong.ch {
        display: none;
    }
    .content.benefits {
        padding-left: 50px;
        padding-right: 50px;
    }

    .content.contact {
        padding-top: 35px;
        padding-bottom: 35px;
    }

    .sjobs {
        padding-left:35px;
        padding-right:35px;
    }

    footer .content > div.print {
        display: none;
    }

    footer .content > div.share, footer .bottom {
        width:100%;
        text-align: center;
    }

    .apply-button {
        right:auto;
        left:35px;
        bottom: 20px;
    }

    .fixed.bottom {
        display: none!important;
    }

    .social-icons {
        display: inline-block;
    }

    .social-icons a {
        display: inline-block;
        margin:0 10px;
    }

    .social-icons a svg {
        width: 100%;
        height: 100%;
    }

    .social-icons a.icon.whatsapp {
        display: inline-block;
        font-size: 2em;
        position: relative;
        top: -5px;
    }

    footer .top .content {
        padding-left: 10px;
        padding-right:10px;
    }

    .ui.four.doubling.cards {
        margin-left: -.5em;
        margin-right: -.5em;
    }

    .ui.four.doubling.cards>.card {
        width: calc(50% - 1em);
        margin: .5em;
        height: 128px;
    }

    .card h4 {
        font-size: 18px;
        line-height: 22px;
    }

    footer .bottom small {
        padding-top:10px;
        padding-bottom:10px;
    }

    .content.short {
        width:100%;
    }
    .whatsapp-cta {
        padding: 8px 35px 8px 35px;
    }
}

@media screen and (max-width: 640px) {
.apply-button {
    flex-direction: column;
    }
}

@media screen and (max-width: 520px) {
    #navigation .menu li:last-child {
        display: none;
    }

    #navigation .menu li {
        padding: 0px;
    }

    #navigation, main.fixed #navigation {
        margin-top: 10px;
    }

    .image img.mobile {
        display: block;
    }

    .image img.desktop {
        display: none;
    }
}

.print-only {
    display:none;
}