@charset "UTF-8";

/**
 * Colours
 */
/**
 * Typography
 */
/**
 * Breakpoints
 */
/**
 * Grid
 */
/**
 * Components
 */
/**
 * Animations
 */
/*
 * Media query to respond to a minimum size (mobile first)
 */
/*
 * Media query to respond to a maximum size
 */
/*
 * Output font size in px/rem
 */
/*
 * Placeholder mixin for <input>
 */
/**
 * Clearfix
 */
/**
 * Default variables and helper mixins
 */
/**
 * Space between columns
 */
/**
 * Max width of container
 */
/**
 * Number of total columns
 */
/**
 * Breakpoints
 */
/**
 * Grid loop mixin
 */
/**
 * Clearfix
 */
/**
 * Grid scaffolding
 */
.container {
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 24px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

.row {
    list-style: none;
    margin-left: -24px;
}

.row:not(.row--flex):before,
.row:not(.row--flex):after {
    content: " ";
    display: table;
}

.row:not(.row--flex):after {
    clear: both;
}

.row.row--gutterless {
    margin-left: 0;
}

.row.row--flex {
    display: flex;
    flex-wrap: wrap;
}

.col {
    float: left;
    padding-left: 24px;
    box-sizing: border-box;
}

.row--gutterless .col {
    padding-left: 0;
}

/**
 * Columns generator
 */
@media only screen and (min-width: 1025px) {
    .col--lg-offset-0 {
        margin-left: 0%;
    }

    .col--lg-1 {
        width: 8.3333333333%;
    }

    .row--flex .col--lg-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        width: auto;
        float: none;
    }

    .col--lg-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col--lg-2 {
        width: 16.6666666667%;
    }

    .row--flex .col--lg-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        width: auto;
        float: none;
    }

    .col--lg-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col--lg-3 {
        width: 25%;
    }

    .row--flex .col--lg-3 {
        flex-basis: 25%;
        max-width: 25%;
        width: auto;
        float: none;
    }

    .col--lg-offset-3 {
        margin-left: 25%;
    }

    .col--lg-4 {
        width: 33.3333333333%;
    }

    .row--flex .col--lg-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        width: auto;
        float: none;
    }

    .col--lg-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col--lg-5 {
        width: 41.6666666667%;
    }

    .row--flex .col--lg-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        width: auto;
        float: none;
    }

    .col--lg-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col--lg-6 {
        width: 50%;
    }

    .row--flex .col--lg-6 {
        flex-basis: 50%;
        max-width: 50%;
        width: auto;
        float: none;
    }

    .col--lg-offset-6 {
        margin-left: 50%;
    }

    .col--lg-7 {
        width: 58.3333333333%;
    }

    .row--flex .col--lg-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        width: auto;
        float: none;
    }

    .col--lg-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col--lg-8 {
        width: 66.6666666667%;
    }

    .row--flex .col--lg-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        width: auto;
        float: none;
    }

    .col--lg-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col--lg-9 {
        width: 75%;
    }

    .row--flex .col--lg-9 {
        flex-basis: 75%;
        max-width: 75%;
        width: auto;
        float: none;
    }

    .col--lg-offset-9 {
        margin-left: 75%;
    }

    .col--lg-10 {
        width: 83.3333333333%;
    }

    .row--flex .col--lg-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        width: auto;
        float: none;
    }

    .col--lg-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col--lg-11 {
        width: 91.6666666667%;
    }

    .row--flex .col--lg-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        width: auto;
        float: none;
    }

    .col--lg-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col--lg-12 {
        width: 100%;
    }

    .row--flex .col--lg-12 {
        flex-basis: 100%;
        max-width: 100%;
        width: auto;
        float: none;
    }

    .col--lg-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .col--md-offset-0 {
        margin-left: 0%;
    }

    .col--md-1 {
        width: 8.3333333333%;
    }

    .row--flex .col--md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        width: auto;
        float: none;
    }

    .col--md-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col--md-2 {
        width: 16.6666666667%;
    }

    .row--flex .col--md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        width: auto;
        float: none;
    }

    .col--md-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col--md-3 {
        width: 25%;
    }

    .row--flex .col--md-3 {
        flex-basis: 25%;
        max-width: 25%;
        width: auto;
        float: none;
    }

    .col--md-offset-3 {
        margin-left: 25%;
    }

    .col--md-4 {
        width: 33.3333333333%;
    }

    .row--flex .col--md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        width: auto;
        float: none;
    }

    .col--md-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col--md-5 {
        width: 41.6666666667%;
    }

    .row--flex .col--md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        width: auto;
        float: none;
    }

    .col--md-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col--md-6 {
        width: 50%;
    }

    .row--flex .col--md-6 {
        flex-basis: 50%;
        max-width: 50%;
        width: auto;
        float: none;
    }

    .col--md-offset-6 {
        margin-left: 50%;
    }

    .col--md-7 {
        width: 58.3333333333%;
    }

    .row--flex .col--md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        width: auto;
        float: none;
    }

    .col--md-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col--md-8 {
        width: 66.6666666667%;
    }

    .row--flex .col--md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        width: auto;
        float: none;
    }

    .col--md-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col--md-9 {
        width: 75%;
    }

    .row--flex .col--md-9 {
        flex-basis: 75%;
        max-width: 75%;
        width: auto;
        float: none;
    }

    .col--md-offset-9 {
        margin-left: 75%;
    }

    .col--md-10 {
        width: 83.3333333333%;
    }

    .row--flex .col--md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        width: auto;
        float: none;
    }

    .col--md-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col--md-11 {
        width: 91.6666666667%;
    }

    .row--flex .col--md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        width: auto;
        float: none;
    }

    .col--md-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col--md-12 {
        width: 100%;
    }

    .row--flex .col--md-12 {
        flex-basis: 100%;
        max-width: 100%;
        width: auto;
        float: none;
    }

    .col--md-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    .col--sm-offset-0 {
        margin-left: 0%;
    }

    .col--sm-1 {
        width: 8.3333333333%;
    }

    .row--flex .col--sm-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        width: auto;
        float: none;
    }

    .col--sm-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col--sm-2 {
        width: 16.6666666667%;
    }

    .row--flex .col--sm-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        width: auto;
        float: none;
    }

    .col--sm-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col--sm-3 {
        width: 25%;
    }

    .row--flex .col--sm-3 {
        flex-basis: 25%;
        max-width: 25%;
        width: auto;
        float: none;
    }

    .col--sm-offset-3 {
        margin-left: 25%;
    }

    .col--sm-4 {
        width: 33.3333333333%;
    }

    .row--flex .col--sm-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        width: auto;
        float: none;
    }

    .col--sm-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col--sm-5 {
        width: 41.6666666667%;
    }

    .row--flex .col--sm-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        width: auto;
        float: none;
    }

    .col--sm-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col--sm-6 {
        width: 50%;
    }

    .row--flex .col--sm-6 {
        flex-basis: 50%;
        max-width: 50%;
        width: auto;
        float: none;
    }

    .col--sm-offset-6 {
        margin-left: 50%;
    }

    .col--sm-7 {
        width: 58.3333333333%;
    }

    .row--flex .col--sm-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        width: auto;
        float: none;
    }

    .col--sm-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col--sm-8 {
        width: 66.6666666667%;
    }

    .row--flex .col--sm-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        width: auto;
        float: none;
    }

    .col--sm-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col--sm-9 {
        width: 75%;
    }

    .row--flex .col--sm-9 {
        flex-basis: 75%;
        max-width: 75%;
        width: auto;
        float: none;
    }

    .col--sm-offset-9 {
        margin-left: 75%;
    }

    .col--sm-10 {
        width: 83.3333333333%;
    }

    .row--flex .col--sm-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        width: auto;
        float: none;
    }

    .col--sm-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col--sm-11 {
        width: 91.6666666667%;
    }

    .row--flex .col--sm-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        width: auto;
        float: none;
    }

    .col--sm-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col--sm-12 {
        width: 100%;
    }

    .row--flex .col--sm-12 {
        flex-basis: 100%;
        max-width: 100%;
        width: auto;
        float: none;
    }

    .col--sm-offset-12 {
        margin-left: 100%;
    }
}

@media only screen and (max-width: 480px) {
    .col--xs-offset-0 {
        margin-left: 0%;
    }

    .col--xs-1 {
        width: 8.3333333333%;
    }

    .row--flex .col--xs-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
        width: auto;
        float: none;
    }

    .col--xs-offset-1 {
        margin-left: 8.3333333333%;
    }

    .col--xs-2 {
        width: 16.6666666667%;
    }

    .row--flex .col--xs-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
        width: auto;
        float: none;
    }

    .col--xs-offset-2 {
        margin-left: 16.6666666667%;
    }

    .col--xs-3 {
        width: 25%;
    }

    .row--flex .col--xs-3 {
        flex-basis: 25%;
        max-width: 25%;
        width: auto;
        float: none;
    }

    .col--xs-offset-3 {
        margin-left: 25%;
    }

    .col--xs-4 {
        width: 33.3333333333%;
    }

    .row--flex .col--xs-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
        width: auto;
        float: none;
    }

    .col--xs-offset-4 {
        margin-left: 33.3333333333%;
    }

    .col--xs-5 {
        width: 41.6666666667%;
    }

    .row--flex .col--xs-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
        width: auto;
        float: none;
    }

    .col--xs-offset-5 {
        margin-left: 41.6666666667%;
    }

    .col--xs-6 {
        width: 50%;
    }

    .row--flex .col--xs-6 {
        flex-basis: 50%;
        max-width: 50%;
        width: auto;
        float: none;
    }

    .col--xs-offset-6 {
        margin-left: 50%;
    }

    .col--xs-7 {
        width: 58.3333333333%;
    }

    .row--flex .col--xs-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
        width: auto;
        float: none;
    }

    .col--xs-offset-7 {
        margin-left: 58.3333333333%;
    }

    .col--xs-8 {
        width: 66.6666666667%;
    }

    .row--flex .col--xs-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
        width: auto;
        float: none;
    }

    .col--xs-offset-8 {
        margin-left: 66.6666666667%;
    }

    .col--xs-9 {
        width: 75%;
    }

    .row--flex .col--xs-9 {
        flex-basis: 75%;
        max-width: 75%;
        width: auto;
        float: none;
    }

    .col--xs-offset-9 {
        margin-left: 75%;
    }

    .col--xs-10 {
        width: 83.3333333333%;
    }

    .row--flex .col--xs-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
        width: auto;
        float: none;
    }

    .col--xs-offset-10 {
        margin-left: 83.3333333333%;
    }

    .col--xs-11 {
        width: 91.6666666667%;
    }

    .row--flex .col--xs-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
        width: auto;
        float: none;
    }

    .col--xs-offset-11 {
        margin-left: 91.6666666667%;
    }

    .col--xs-12 {
        width: 100%;
    }

    .row--flex .col--xs-12 {
        flex-basis: 100%;
        max-width: 100%;
        width: auto;
        float: none;
    }

    .col--xs-offset-12 {
        margin-left: 100%;
    }
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    content: "";
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir=rtl] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: 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;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff url(ajax-loader.gif?fb6f3c230cb846e25247dfaa1da94d8f) center center no-repeat;
}

/* Icons */
@font-face {
    font-family: "slick";
    src: url(fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29);
    src: url(fonts/slick.eot?a4e97f5a2a64f0ab132323fbeb33ae29?#iefix) format("embedded-opentype"), url(fonts/slick.woff?295183786cd8a138986521d9f388a286) format("woff"), url(fonts/slick.ttf?c94f7671dcc99dce43e22a89f486f7c2) format("truetype"), url(fonts/slick.svg?2630a3e3eab21c607e21576571b95b9d#slick) format("svg");
    font-weight: normal;
    font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -25px;
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px;
}

.slick-prev:before {
    content: "←";
}

[dir=rtl] .slick-prev:before {
    content: "→";
}

.slick-next {
    right: -25px;
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto;
}

.slick-next:before {
    content: "→";
}

[dir=rtl] .slick-next:before {
    content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 5px;
    cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: black;
    opacity: 0.25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    color: black;
    opacity: 0.75;
}

* {
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    background-color: white;
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
}

input,
select,
textarea,
button {
    color: inherit;
    display: inline-block;
}

input[disabled],
select[disabled],
textarea[disabled],
button[disabled] {
    cursor: not-allowed;
}

button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    text-align: left;
}

@media only screen and (min-width: 1025px) {
    .visible-lg {
        display: block !important;
    }
}

@media only screen and (min-width: 1025px) {
    .hidden-lg {
        display: none !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .visible-md {
        display: block !important;
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .hidden-md {
        display: none !important;
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    .visible-sm {
        display: block !important;
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    .hidden-sm {
        display: none !important;
    }
}

@media only screen and (max-width: 480px) {
    .visible-xs {
        display: block !important;
    }
}

@media only screen and (max-width: 480px) {
    .hidden-xs {
        display: none !important;
    }
}

/**
* Clearing and floating
*/
.alignleft,
.float-left {
    float: left;
}

img .alignleft,
img .float-left {
    margin-right: 24px;
}

.alignright,
.float-right {
    float: right;
}

img .alignright,
img .float-right {
    margin-left: 24px;
}

.aligncenter,
.float-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img .aligncenter,
img .float-center {
    margin-bottom: 24px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/**
* Text aligments
*/
.align-text-left {
    text-align: left;
}

.align-text-right {
    text-align: right;
}

.align-text-center {
    text-align: center;
}

/**
 * Elements visibility
 */
.visible-on-mobile {
    display: none !important;
}

@media screen and (max-width: 768px) {
    .visible-on-mobile {
        display: block !important;
    }
}

.visible-on-tablet {
    display: none !important;
}

@media screen and (max-width: 1024px) {
    .visible-on-tablet {
        display: block !important;
    }
}

@media screen and (max-width: 768px) {
    .visible-on-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 1024px) {
    .visible-on-desktop {
        display: none !important;
    }
}

/**
 * Accessibility
 */
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

html {
    scroll-behavior: smooth;
    stroke: none;
    outline: none;
}

body {
    color: #fff;
    font-family: "Karla", Arial, sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    text-size-adjust: none;
    font-size: 16px;
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
hr,
ul,
ol,
dl {
    margin-bottom: 24px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
hr:last-child,
ul:last-child,
ol:last-child,
dl:last-child {
    margin-bottom: 0;
}

/**
 * Basic styles for links
 */
a {
    color: #FA4B00;
    text-decoration: none;
}

a:hover {
    color: #fff;
    text-decoration: underline;
}

a[href^=tel] {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    text-decoration: none;
    font-style: inherit;
}

/**
 * Rules
 */
hr {
    height: 1px;
    background-color: #fff;
}

.grid {
    display: grid;
    grid-gap: 24px;
}

@media screen and (max-width: 768px) {
    .grid {
        grid-gap: 12px;
    }
}

@media only screen and (min-width: 1025px) {
    .grid.grid--lg-1x {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid.grid--lg-2x {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid.grid--lg-3x {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid.grid--lg-4x {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid.grid--lg-5x {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid.grid--lg-6x {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .grid.grid--md-1x {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid.grid--md-2x {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid.grid--md-3x {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid.grid--md-4x {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid.grid--md-5x {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid.grid--md-6x {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media only screen and (min-width: 481px) and (max-width:768px) {
    .grid.grid--sm-1x {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid.grid--sm-2x {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid.grid--sm-3x {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid.grid--sm-4x {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid.grid--sm-5x {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid.grid--sm-6x {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

@media only screen and (max-width: 480px) {
    .grid.grid--xs-1x {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .grid.grid--xs-2x {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid.grid--xs-3x {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid.grid--xs-4x {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid.grid--xs-5x {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .grid.grid--xs-6x {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/**
 * This file contains all @font-face declarations, if any.
 */
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

/**
 * Responsive images
 */
.is-fluid {
    display: block;
    width: 100%;
    height: auto;
}

*:focus {
    outline: 0;
}

input,
select,
textarea {
    background-color: #fff;
    border: solid 1px #fff;
    border-radius: 0;
    color: #fff;
    line-height: 36px;
    height: 36px;
    padding: 0 12px;
    width: 100%;
}

input[type=checkbox],
input[type=radio] {
    background: transparent;
    border: 0;
    line-height: normal;
    height: auto;
    width: auto;
}

input[type=file] {
    line-height: normal;
    height: auto;
    padding: 6px 12px;
}

input[type=submit] {
    border-radius: 0;
}

input[disabled] {
    background-color: whitesmoke;
    cursor: not-allowed;
}

select {
    line-height: normal;
    padding: 0;
    padding-left: 12px;
}

textarea {
    min-height: 96px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

/**
 * Form utility classes
 */
.form--inline .form__group {
    display: inline-block;
}

.form .form__group {
    display: block;
    margin-bottom: 24px;
}

.form .form__group .form__label {
    display: block;
    margin-bottom: 12px;
}

ul,
ol {
    margin-left: 24px;
}

li>ul,
li>ol {
    margin-bottom: 0;
}

.list--unstyled {
    margin-left: 0;
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

small {
    font-size: 0.75em;
}

.main {
    min-height: 55vh;
}

.main>div>div:first-child {
    padding-top: 120px;
}

@media screen and (max-width: 768px) {
    .main>div>div:first-child {
        padding-top: 90px;
    }
}

.main>div>div:first-child.site-service-details-v2,
.main>div>div:first-child.site-servicespage-top-sections {
    padding-top: 36px;
}

.admin-bar .main>div {
    padding-top: 0px !important;
}

.section-top-bg {
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: center;
}

.text-right {
    text-align: center;
}

.hero-title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 65px;
}

.hero-title.job-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 45px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .hero-title.job-title {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .hero-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
    }
}

@media screen and (max-width: 768px) {
    .hero-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 28px;
        margin: 24px auto;
        margin-top: 0;
    }
}

.hero-subtitle {
    font-size: 28px;
}

.section-header {
    text-align: center;
}

.section-text-over-title {
    color: #FA4B00;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
}

.section-text-over-title:hover {
    text-decoration: none;
    color: #FA4B00;
}

@media screen and (max-width: 1024px) {
    .section-text-over-title {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media screen and (max-width: 768px) {
    .section-text-over-title {
        font-size: 12px;
        font-size: 0.75rem;
        margin-top: 32px;
    }
}

.section-title {
    font-size: 40px;
    font-size: 2.5rem;
    margin-top: 32px;
}

@media screen and (max-width: 1024px) {
    .section-title {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 65px;
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 30px;
        font-size: 1.875rem;
        line-height: 40px;
        margin-top: 12px;
    }
}

.section-title-dark {
    color: #ffffff;
    text-transform: uppercase;
}

.section-title-dark span {
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0001);
}

.section-title-light {
    color: #000000;
    text-transform: uppercase;
}

.section-title-light span {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0001);
}

.section-subtitle-dark {
    color: #fff;
    font-size: 20px;
    margin-bottom: 25px;
}

@media screen and (max-width: 1024px) {
    .section-subtitle-dark {
        font-size: 18px;
        font-size: 1.125rem;
    }
}

@media screen and (max-width: 768px) {
    .section-subtitle-dark {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.button-filled {
    text-decoration: none;
    padding: 10px 30px;
    background-color: #FA4B00;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
}

.button-filled:hover {
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .button-filled {
        font-size: 14px;
    }
}

.button-stroked {
    text-decoration: none;
    padding: 10px 30px;
    background-color: transparent;
    border: 1.48px solid #FA4B00;
    font-size: 16px;
    color: #FA4B00;
    text-transform: uppercase;
    display: inline-block;
    transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
    .button-stroked {
        font-size: 14px;
    }
}

.button-stroked:hover {
    text-decoration: none;
    background-color: #FA4B00;
}

.button-stroked:hover.button-bg-light {
    color: #000000;
}

.section-bottom-line {
    display: block;
    width: 47px;
    border-bottom: 2px solid #FA4B00;
    margin-top: 35px;
    margin: 0 auto;
}

@keyframes animLoader {
    to {
        transform: rotate(360deg);
    }
}

.loading::after {
    top: calc(50% - 20px);
    left: 50%;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border: 8px solid #383a41;
    border-bottom-color: #565963;
    border-radius: 50%;
    animation: animLoader 0.8s linear infinite forwards;
}

.loading::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(44, 45, 49, 0.96);
}

.js .loading::before,
.js .loading::after {
    content: "";
    position: absolute;
    z-index: 1000;
    margin-top: -10px;
}

button:disabled,
button[disabled] {
    opacity: 0.5;
}

@media screen and (max-width: 768px) {
    .g-recaptcha {
        transform: scale(0.77);
        transform-origin: 0 0;
    }
}

.form-field-error-required {
    position: relative;
}

.form-field-error-required .form-input-field,
.form-field-error-required .form-textarea-field {
    border: 1px solid #ff0000;
}

.form-field-error-required::after {
    content: "This field is required*";
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.form-field-error-email {
    position: relative;
}

.form-field-error-email .form-input-field,
.form-field-error-email .form-textarea-field {
    border: 1px solid #ff0000;
}

.form-field-error-email::after {
    content: "This field required valid email address*";
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: 10px;
}

.form-field-error-required.text-area-type::after {
    bottom: -15px !important;
}

p.form-success {
    color: green;
}

.echologyx-blog-post-article a {
    color: #FA4B00 !important;
}

.echologyx-blog-post-article a:hover {
    text-decoration: underline;
}

.echologyx-blog-post-article pre {
    position: relative;
    background: #f7f7f7;
    padding: 20px;
    padding-left: 60px;
    margin: 0 0 20px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    letter-spacing: 1px;
    z-index: 1;
}

.echologyx-blog-post-article pre:before {
    position: absolute;
    width: 30px;
    padding-top: 0;
    text-align: center;
    left: 0;
    top: 0;
    height: 100%;
    content: "</>";
    background: #e7e7e7;
    color: #333;
    font-size: 14px;
}

.close-icon {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 15px;
    cursor: pointer;
}

.close-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #1b1b1b;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.close-icon span:nth-child(1) {
    transform: rotate(45deg);
    top: 0;
    left: 0;
}

.close-icon span:nth-child(2) {
    transform: rotate(-45deg);
    top: 0;
    left: 0;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.echologyx-single-default {
    padding-top: 100px;
    padding-bottom: 40px;
    color: #000000;
}

.echologyx-single-default b {
    color: #FA4B00;
}

.echologyx-single-default strong {
    color: #FA4B00;
}

.echologyx-single-default a {
    color: #FA4B00;
}

.header {
    background-color: #1B1B1A;
    position: fixed;
    height: 70px;
    width: 100%;
    z-index: 99999;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    transition: all 0.25s ease-in-out;
}

.header #nav-icon {
    display: none;
    width: 30px;
    height: 30px;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 999999;
}

.header #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #ffffff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
}

.header #nav-icon span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
}

.header #nav-icon span:nth-child(2) {
    top: 10px;
    transform-origin: left center;
    width: 50%;
}

.header #nav-icon span:nth-child(3) {
    top: 20px;
    transform-origin: left center;
}

.header #nav-icon.open span:nth-child(1) {
    transform: rotate(45deg);
    top: -3px;
    left: 8px;
}

.header #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.header #nav-icon.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 18px;
    left: 8px;
}

@media screen and (max-width: 1024px) {
    .header #nav-icon {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
    }
}

.header .site-header-container {
    width: 100%;
}

.header .site-header-container .row {
    display: flex;
    align-items: center;
}

.header .site-header-container .row .echologxy-sitelogo {
    transition: all 0.25s ease-in-out;
}

.header .site-header-container .row .echologxy-sitelogo a.custom-logo-link {
    display: flex;
    align-items: center;
    transition: all 0.25s ease-in-out;
}

.header .site-header-container .row .echologxy-sitelogo a.custom-logo-link img {
    transition: all 0.25s ease-in-out;
    min-width: 200px;
    max-width: 349px;
}

@media screen and (max-width: 1024px) {
    .header .site-header-container .row .echologxy-sitelogo {
        max-width: 200px;
    }
}

.header .site-header-container .row .echologxy-sitenav {
    transition: all 0.25s ease-in;
}

.header .site-header-container .row .echologxy-sitenav ul {
    width: 100%;
    display: flex;
    list-style: none;
    justify-content: space-around;
    align-items: center;
}

.header .site-header-container .row .echologxy-sitenav ul li {
    max-width: 150px;
    font-family: "Karla";
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.25s ease-in-out;
}

.header .site-header-container .row .echologxy-sitenav ul li a {
    color: #fff;
    text-decoration: none;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.header .site-header-container .row .echologxy-sitenav ul li a::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    transition: width 0.15s ease-in-out;
    background-color: #FA4B00;
}

.header .site-header-container .row .echologxy-sitenav ul li a:hover::after {
    width: 100%;
}

.header .site-header-container .row .echologxy-sitenav ul li.nav-contact-us {
    max-width: 200px;
}

.header .site-header-container .row .echologxy-sitenav ul li.nav-contact-us .button-filled {
    text-decoration: none;
    padding: 10px 30px;
    background-color: #FA4B00;
    font-size: 16px;
}

.header .site-header-container .row .echologxy-sitenav ul li.nav-contact-us .button-filled::after {
    display: none;
}

.header .site-header-container .row .echologxy-sitenav ul li.current-menu-item a::after {
    width: 100%;
}

.header .site-header-container .row .echologxy-sitenav .site-nav {
    transition: all 0.25s ease-in-out;
}

.header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile {
    display: none;
}

.header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile.nav-active {
    visibility: visible;
    height: 100vh;
    width: 100%;
    transform: translate(0, 0) scale(1);
    border-radius: 0;
}

@media screen and (max-width: 1024px) {
    .header .site-header-container .row .echologxy-sitenav {
        display: none;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile {
        display: block;
        position: fixed;
        background-color: #1B1B1A;
        visibility: hidden;
        opacity: 0;
        height: 100vh;
        width: 100vw;
        top: 0;
        right: 0;
        z-index: 99999;
        padding-left: 0;
        transition: all 0.5s ease-in-out;
        overflow: hidden;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile ul {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100vh;
        margin: 0;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile ul li {
        margin-bottom: 15px;
        transition: all 1s ease;
        transition-delay: 300ms;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile ul li a {
        color: #FA4B00;
        position: relative;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile ul li a.button-filled {
        background-color: transparent !important;
        padding: 0 !important;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile ul li a.button-filled::after {
        display: block !important;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile::before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -15px;
        background: #FA4B00;
        transform-origin: 0 0;
        transform: skew(45deg) translateX(-245%);
        transition: all 0.5s ease-in-out;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile.nav-active {
        visibility: visible;
        height: 100vh;
        width: 100%;
        opacity: 1;
        transform: translate(0, 0) scale(1);
        border-radius: 0;
        z-index: 99999;
    }

    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile.nav-active::before {
        transform: skew(45deg) translateX(85%);
    }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile.nav-active::before {
        transform: skew(45deg) translateX(80%);
    }
}

@media screen and (max-width: 1024px) and (max-width: 768px) {
    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile.nav-active::before {
        transform: skew(45deg) translateX(75%);
    }
}

@media screen and (max-width: 1024px) and (max-width: 480px) {
    .header .site-header-container .row .echologxy-sitenav.echologxy-sitenav-mobile.nav-active::before {
        transform: skew(45deg) translateX(70%);
    }
}

@media screen and (max-width: 1024px) {
    .header {
        height: 70px;
    }
}

.header.scrolled-down {
    height: 50px;
    background-color: rgba(27, 27, 26, 0.93);
}

.header.scrolled-down .echologxy-sitelogo {
    transition: all 0.25s ease-in-out;
}

.header.scrolled-down .echologxy-sitelogo a.custom-logo-link img {
    max-width: 200px !important;
}

.header.scrolled-down .echologxy-sitenav {
    margin-left: auto;
    transform-origin: center right;
    transform: scale(0.8);
}

.header.scrolled-down .echologxy-sitenav ul li.nav-contact-us a {
    padding: 5px 20px !important;
}

.header.scrolled-down .echologxy-sitenav.echologxy-sitenav-mobile {
    transform: scale(1);
}

.header.scrolled-down #nav-icon {
    top: 13px !important;
}

.footer {
    background-color: #1B1B1A;
    height: 275px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.footer .site-contact-email {
    display: flex;
    justify-content: center;
}

.footer .site-contact-email .site-contact-email-link {
    color: #FA4B00;
    border: 1px solid #474747;
    padding: 10px 70px;
    margin-bottom: 20px;
    font-size: 24px;
}

.footer .site-copyright-text {
    color: #fff;
    font-size: 15px;
}

.footer-homepage {
    background-color: #1B1B1A;
    padding-top: 50px;
}

.footer-homepage .site-footer-location-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FA4B00;
    padding: 30px 60px;
    margin-bottom: 50px;
}

.footer-homepage .site-footer-location-items .location-item {
    flex-basis: 50%;
    flex-grow: 0;
    flex-shrink: 0;
    display: flex;
    margin-bottom: 20px;
}

.footer-homepage .site-footer-location-items .location-item .location-icons img {
    min-width: 97px;
    max-width: 100px;
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-location-items .location-item .location-icons img {
        min-width: 50px;
        max-width: 70px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-location-items .location-item .location-icons {
        flex-basis: 100%;
    }
}

.footer-homepage .site-footer-location-items .location-item .location-details {
    margin-top: 20px;
}

.footer-homepage .site-footer-location-items .location-item .location-details p {
    margin: 0;
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-location-items .location-item .location-details p {
        font-size: 14px;
    }
}

.footer-homepage .site-footer-location-items .location-item .location-details p.location-name {
    font-size: 32px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-location-items .location-item .location-details p.location-name {
        font-size: 22px;
    }
}

.footer-homepage .site-footer-location-items .location-item .location-details p.location-phone {
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-location-items .location-item .location-details {
        flex-basis: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-location-items .location-item {
        flex-direction: column;
        text-align: center;
    }
}

@media screen and (max-width: 768px) {
    .footer-homepage .site-footer-location-items {
        flex-direction: column;
    }
}

.footer-homepage .site-footer-nav-menu-container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.footer-homepage .site-footer-nav-menu-container ul.site-social-icon-list {
    padding-top: 5px;
    list-style: none;
    margin: 0;
    width: 135px;
    display: flex;
    justify-content: space-around;
}

.footer-homepage .site-footer-nav-menu-container ul.site-social-icon-list li {
    display: inline-block;
    transition: all 0.3s ease-in-out;
}

.footer-homepage .site-footer-nav-menu-container ul.site-social-icon-list li:hover {
    transform: scale(1.1);
}

.footer-homepage .site-footer-nav-menu-container .site-footer-nave-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.footer-homepage .site-footer-nav-menu-container .site-footer-nave-menu ul.navbar-nav.mr-auto {
    list-style: none;
    margin: 0;
    margin-bottom: 10px;
}

.footer-homepage .site-footer-nav-menu-container .site-footer-nave-menu ul.navbar-nav.mr-auto li {
    display: inline-block;
    margin-left: 20px;
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-nav-menu-container .site-footer-nave-menu ul.navbar-nav.mr-auto li {
        display: block;
        margin: 0 auto;
        font-size: 16px;
        line-height: 26px;
    }
}

.footer-homepage .site-footer-nav-menu-container .site-footer-nave-menu ul.navbar-nav.mr-auto li a {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-nav-menu-container .site-footer-nave-menu {
        align-items: center;
        text-align: center;
        margin-top: 36px;
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-nav-menu-container {
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}

.footer-homepage .site-footer-nav-menu-container div:nth-child(1) {
    width: 15%;
}

@media screen and (max-width: 768px) {
    .footer-homepage .site-footer-nav-menu-container div:nth-child(1) {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 36px;
    }
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-nav-menu-container div:nth-child(1) {
        width: auto;
        margin-bottom: 36px;
    }
}

.footer-homepage .site-footer-nav-menu-container div:nth-child(2) {
    width: 20%;
}

@media screen and (max-width: 768px) {
    .footer-homepage .site-footer-nav-menu-container div:nth-child(2) {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .footer-homepage .site-footer-nav-menu-container div:nth-child(2) {
        width: 40%;
    }
}

.btn {
    background-color: #FA4B00;
    color: #fff;
    border: 1px solid transparent;
    display: inline-block;
    padding: 6px 24px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: auto;
    transition: all 0.5s;
}

.btn::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.btn:hover {
    text-decoration: none;
    background-color: #fff;
    color: #FA4B00;
    border-color: #FA4B00;
}

.btn.is-disabled,
.btn:disabled {
    pointer-events: none;
    opacity: 0.65;
}

.btn--inverse {
    background-color: #fff;
    color: #FA4B00;
    border: 1px solid #FA4B00;
}

.btn--inverse:hover {
    background-color: #FA4B00;
    color: #fff;
    border-color: transparent;
}

.btn--block {
    display: block;
    width: 100%;
}

.btn--block+.btn--block {
    margin-top: 6px;
}

.btn--link {
    background-color: transparent;
    color: #FA4B00;
}

/**
 * Hamburger menu
 */
.nav-burger {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 550;
    transition: all 250ms ease-in-out;
}

.nav-burger__line {
    width: 35px;
    height: 3px;
    background-color: #FA4B00;
    display: none;
    margin: 8px auto;
    transition: all 250ms ease-in-out;
}

@media screen and (max-width: 1024px) {
    .nav-burger__line {
        display: block;
    }
}

.nav-burger.open .nav-burger__line:nth-child(2) {
    opacity: 0;
}

.nav-burger.open .nav-burger__line:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
}

.nav-burger.open .nav-burger__line:nth-child(3) {
    transform: translateY(-11px) rotate(-45deg);
}

/**
 * Navs
 */
.nav {
    list-style: none;
    margin: 0;
}

.nav>li {
    display: inline-block;
    margin-right: 24px;
}

.nav>li:last-child {
    margin-right: 0;
}

.nav>li>a {
    display: block;
}

@media screen and (max-width: 1024px) {
    .nav--header {
        position: fixed;
        top: 0;
        left: 0;
        visibility: hidden;
        width: 0;
        height: 100%;
        margin: 0;
        transition: opacity 500ms ease;
        transition: opacity 0.35s ease, visibility 0.35s ease, width 0.35s ease;
        text-align: center;
        opacity: 0;
        background: #fff;
        -webkit-overflow-scrolling: touch;
    }

    .nav--header.open {
        z-index: 500;
        visibility: visible;
        width: 100%;
        opacity: 1;
    }

    .nav--header.open ul {
        position: absolute;
        top: 50%;
        left: 0;
        overflow: auto;
        width: 100%;
        max-height: 100%;
        margin: 0;
        padding: 0;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        transform: translateY(-50%);
        -webkit-touch-callout: none;
        -webkit-overflow-scrolling: touch;
    }

    .nav--header.open ul>li {
        width: 100%;
        margin: 0;
    }
}

.alert {
    padding: 24px;
    margin-bottom: 24px;
    border: 1px solid transparent;
}

.alert>p,
.alert>ul {
    margin-bottom: 0;
}

.alert>p+p {
    margin-top: 24px;
}

.alert.alert--success {
    color: #5CB85C;
    border-color: #5CB85C;
}

.alert.alert--info {
    color: #FA4B00;
    border-color: #FA4B00;
}

.alert.alert--warning {
    color: #F0AD4E;
    border-color: #F0AD4E;
}

.alert.alert--danger {
    color: #D9534F;
    border-color: #D9534F;
}

.site-global-testimonial-section {
    color: #000000;
    background: #f9f9f9;
    position: relative;
    padding-bottom: 30px;
}

.site-global-testimonial-section .testimonial-top-graphics {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -45px;
}

.site-global-testimonial-section .testimonial-top-graphics .text-container {
    margin-right: auto;
}

.site-global-testimonial-section .testimonial-top-graphics .text-container .testimonial-top-graphics-text {
    font-size: 22px;
    letter-spacing: 7px;
    position: absolute;
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-top-graphics .text-container .testimonial-top-graphics-text {
        letter-spacing: 4px;
        position: relative;
    }
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-top-graphics .text-container .testimonial-top-graphics-text {
        font-size: 14px;
    }
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-top-graphics .text-container {
        width: 100%;
        text-align: center;
    }
}

.site-global-testimonial-section .testimonial-top-graphics .graphics-container {
    margin-left: auto;
    position: relative;
    transition: all 1000ms ease-in-out;
    left: -100px;
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-top-graphics .graphics-container {
        max-width: 450px;
        height: 40px;
        margin: 0 auto;
        margin-top: -75px;
    }

    .site-global-testimonial-section .testimonial-top-graphics .graphics-container img {
        height: 100%;
    }
}

.site-global-testimonial-section .testimonial-top-graphics .graphics-container.scrolled {
    left: 0;
    opacity: 1;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container {
    align-items: center;
    height: 180px;
    width: 100%;
    max-width: 885px;
    padding-bottom: 40px;
    padding-top: 25px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .testimonial-carosel-item {
    width: 135px;
    height: 135px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    background-color: #fff;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .testimonial-carosel-item.active {
    border: 1px solid #FA4B00;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .testimonial-carosel-item.active .arrow-down {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #FA4B00;
    position: absolute;
    left: 55px;
    bottom: -16px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .testimonial-carosel-item.active .arrow-down::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    left: -9px;
    top: -17px;
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .testimonial-carosel-item.active .arrow-down {
        left: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .testimonial-carosel-item {
        width: 80px;
        height: 80px;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .slick-prev,
.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .slick-next {
    z-index: 99990;
    height: 22px !important;
    width: 26px !important;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .slick-prev::before,
.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .slick-next::before {
    content: "" !important;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .slick-prev {
    left: -35px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container .slick-next {
    right: -35px;
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container {
        height: 130px;
        max-width: 460px;
    }
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container {
        max-width: 365px;
    }
}

@media screen and (max-width: 480px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-carosel-container {
        max-width: 270px;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-client-left-arrow {
    font-size: 20px;
    cursor: pointer;
    margin-right: 20px;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-client-left-arrow {
        display: none;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-client-right-arrow {
    font-size: 20px;
    margin-left: 15px;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos .testimonial-client-right-arrow {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-logos {
        margin-bottom: 35px;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .outside-icon {
    display: block !important;
    position: relative;
    top: 150px;
    z-index: 1;
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .outside-icon {
        top: 86px;
    }
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .outside-icon {
        top: 32px !important;
    }
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .outside-icon img {
        width: 36px;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes {
    max-width: 95%;
    margin: 0 auto;
    position: relative;
    margin-top: 50px !important;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 0;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item {
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    padding: 45px;
    position: relative;
    transition: all 0.5s ease-in-out;
    display: block;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: none;
    margin-bottom: 25px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonail-quote-icon {
    display: none;
    position: absolute;
    left: -25px;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonail-quote-icon {
        display: none;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .clients-quote {
    margin-bottom: 20px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .clients-quote p {
    font-size: 16px;
    line-height: 29px;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .clients-quote p {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer {
    border-top: 1px solid #dcdcdc;
    padding-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details {
    display: flex;
    flex-wrap: wrap;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details .client-brand-logo {
    margin-right: 20px;
    max-width: 100px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details .client-brand-logo {
        align-self: center;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details .clients-information {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details .clients-information p {
    font-size: 18px;
    line-height: 24px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details .clients-information p.clients-name {
    margin-bottom: 0;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details .clients-information p {
        font-size: 14px;
        line-height: 18px;
    }
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .clients-details {
        flex-wrap: nowrap;
    }
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer {
        flex-direction: column;
    }

    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item .testimonial-footer .all-testimonals-button {
        margin-top: 15px;
        display: block;
        text-align: center;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes .testimonial-qoute-item {
        padding: 30px;
    }
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes ul.slick-dots {
    opacity: 0;
    display: none !important;
    width: auto;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes.clients {
    margin-top: 32px !important;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes.clients.simple {
    padding-bottom: 40px;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes.clients ul.slick-dots {
    display: block !important;
}

.site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes.blog ul.slick-dots {
    display: block !important;
}

@media screen and (max-width: 1024px) {
    .site-global-testimonial-section .testimonial-main-container .section-contents .testimonial-clients-quotes {
        margin-top: 0 !important;
    }
}

.site-global-testimonial-section.landing {
    padding-top: 300px;
}

.site-global-testimonial-section.landing .testimonial-top-graphics {
    display: none;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section.landing {
        padding-top: 230px;
    }
}

.site-global-testimonial-section .testimonial-clients-quotes .slick-arrow {
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .site-global-testimonial-section {
        padding-bottom: 30px;
    }
}

.clients .testimonial-top-graphics,
.blog .testimonial-top-graphics {
    display: none;
}

.clients .testimonial-clients-logos,
.blog .testimonial-clients-logos {
    display: none !important;
}

.clients .outside-icon,
.blog .outside-icon {
    display: block !important;
    position: absolute !important;
    top: 100px !important;
    z-index: 1;
}

@media screen and (max-width: 768px) {

    .clients .outside-icon,
    .blog .outside-icon {
        top: 32px !important;
    }
}

@media screen and (max-width: 1024px) {

    .clients .outside-icon img,
    .blog .outside-icon img {
        width: 36px;
    }
}

.clients .testimonial-clients-quotes,
.blog .testimonial-clients-quotes {
    margin-top: 50px !important;
    position: relative;
    background-color: #fff;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
}

.clients .testimonial-clients-quotes .testimonial-qoute-item,
.blog .testimonial-clients-quotes .testimonial-qoute-item {
    display: block !important;
    background-color: transparent !important;
    box-shadow: none !important;
    border-radius: none;
    margin-bottom: 25px;
}

.clients .testimonial-clients-quotes .testimonial-qoute-item .testimonail-quote-icon,
.blog .testimonial-clients-quotes .testimonial-qoute-item .testimonail-quote-icon {
    display: none;
}

.clients .testimonial-clients-quotes ul.slick-dots,
.blog .testimonial-clients-quotes ul.slick-dots {
    opacity: 1 !important;
    display: block !important;
    text-align: right;
    right: 50px;
    bottom: 30px;
}

.clients .testimonial-clients-quotes ul.slick-dots li button::before,
.blog .testimonial-clients-quotes ul.slick-dots li button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #dbdbdb;
}

.clients .testimonial-clients-quotes ul.slick-dots li.slick-active button::before,
.blog .testimonial-clients-quotes ul.slick-dots li.slick-active button::before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #fa4b00;
}

@media screen and (max-width: 768px) {

    .clients .testimonial-clients-quotes ul.slick-dots,
    .blog .testimonial-clients-quotes ul.slick-dots {
        width: 100% !important;
        text-align: center;
        right: 0;
        bottom: 15px;
    }
}

.clients .all-testimonals-button-container,
.blog .all-testimonals-button-container {
    display: none;
}

.clients .testimonial-clients-quotes .slick-arrow,
.blog .testimonial-clients-quotes .slick-arrow {
    visibility: visible;
}

.clients .testimonial-clients-quotes .slick-arrow::before,
.blog .testimonial-clients-quotes .slick-arrow::before {
    display: none;
}

.single-blog {
    padding: 30px 0;
}

.single-blog .testimonial-top-graphics {
    display: none;
}

.single-blog .testimonial-clients-logos {
    display: none !important;
}

.single-blog .testimonial-clients-quotes {
    margin-top: 50px !important;
    margin-bottom: 30px !important;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item {
    display: flex !important;
    flex-direction: row;
    padding: 0 !important;
    margin-bottom: 0 !important;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .testimonail-quote-icon {
    display: block !important;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .client-video-message-wrap {
    width: 40%;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .client-video-message-wrap object {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 768px) {
    .single-blog .testimonial-clients-quotes .testimonial-qoute-item .client-video-message-wrap object {
        height: 300px;
    }
}

@media screen and (max-width: 768px) {
    .single-blog .testimonial-clients-quotes .testimonial-qoute-item .client-video-message-wrap {
        width: 100%;
    }
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .testimonial-qoute-wrap {
    width: 60%;
    padding: 20px;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .testimonial-qoute-wrap .clients-quote {
    display: flex;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .testimonial-qoute-wrap .clients-quote .testimonail-quote-icon {
    position: relative !important;
    left: 0 !important;
    width: 100px;
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item .testimonial-qoute-wrap .clients-quote p {
    padding-left: 20px;
}

@media screen and (max-width: 768px) {
    .single-blog .testimonial-clients-quotes .testimonial-qoute-item .testimonial-qoute-wrap {
        width: 100%;
    }
}

.single-blog .testimonial-clients-quotes .testimonial-qoute-item.single-blog {
    display: flex !important;
}

@media screen and (max-width: 768px) {
    .single-blog .testimonial-clients-quotes .testimonial-qoute-item {
        flex-direction: column;
    }
}

.site-global-clients-section {
    background-color: #1b1b1a;
    padding-top: 30px;
}

.site-global-clients-section .site-global-clients-container .section-header {
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .site-global-clients-section .site-global-clients-container .section-header {
        margin-bottom: 50px;
    }
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list {
    margin-bottom: 75px;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul::-webkit-scrollbar {
    height: 5px;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul::-webkit-scrollbar-thumb {
    background: #FA4B00;
    outline: none;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul li {
    cursor: pointer;
    padding: 10px 40px;
    text-align: center;
    transition: all 0.3s ease-in-out;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul li.active {
    border: 1px solid #FA4B00;
    background-color: #FA4B00;
    pointer-events: none;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul li:hover {
    border: 1px solid #FA4B00;
}

@media screen and (max-width: 1024px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul li {
        padding: 10px;
        font-size: 14px;
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: 150px;
    }
}

@media screen and (max-width: 768px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul li:hover {
        border: none;
    }
}

@media screen and (max-width: 1024px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-type-filter-list ul {
        flex-wrap: nowrap;
        overflow-x: scroll;
        padding-bottom: 15px;
        justify-content: left;
    }
}

.site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    min-height: 218px;
    justify-content: center;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item {
    min-height: 218px;
    background: #ffffff;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(25% - 30px);
    margin: 0 10px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.1s ease-in-out;
    padding: 0 20px;
}

.site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item img {
    transition: all 0.3s ease-in-out;
    filter: grayscale(100%);
    transform: scale(0.9);
}

@media screen and (max-width: 1024px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item img {
        filter: grayscale(0%);
    }
}

@media screen and (max-width: 1024px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item {
        flex-basis: calc(50% - 20px);
    }
}

@media screen and (max-width: 768px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item {
        flex-basis: calc(100% - 10px);
        margin-right: 0;
        margin-left: 0;
    }
}

.site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item.new-load {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item.new-loaded {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers .client-brand-logo-item:hover img {
    filter: grayscale(0%);
    transform: scale(1);
}

@media screen and (max-width: 768px) {
    .site-global-clients-section .site-global-clients-container .section-contents .client-brands-logo-cotainers {
        justify-content: center;
    }
}

.site-global-job-counter-section {
    color: #000000;
    padding-top: 40px;
    padding-bottom: 130px;
}

.site-global-job-counter-section .job-counter-container .counter-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 20px;
    scrollbar-color: #FA4B00 rgba(255, 255, 255, 0);
    scrollbar-width: thin;
}

.site-global-job-counter-section .job-counter-container .counter-grid::-webkit-scrollbar {
    height: 5px;
}

.site-global-job-counter-section .job-counter-container .counter-grid::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255, 255, 255, 0);
}

@media screen and (max-width: 1240px) {
    .site-global-job-counter-section .job-counter-container .counter-grid::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    }
}

.site-global-job-counter-section .job-counter-container .counter-grid::-webkit-scrollbar-thumb {
    background-color: #FA4B00;
    outline: none;
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items {
    margin-right: 50px;
    min-width: 245px;
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items:nth-child(3) {
    min-width: 275px;
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items:nth-child(4) {
    min-width: 275px;
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .jobs-top-prefix {
    color: #FA4B00;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 12.5px;
}

@media screen and (max-width: 768px) {
    .site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .jobs-top-prefix {
        font-size: 14px;
    }
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .job-subject-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 12.5px;
}

@media screen and (max-width: 768px) {
    .site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .job-subject-title {
        font-size: 26px;
    }
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .job-count {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .job-count span {
    display: inline-block;
}

.site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .job-count .plus-sign {
    font-size: 40px;
    vertical-align: bottom;
}

@media screen and (max-width: 768px) {
    .site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items .job-count {
        font-size: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items {
        min-width: 185px !important;
    }

    .site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items:nth-child(3) {
        min-width: 230px !important;
    }

    .site-global-job-counter-section .job-counter-container .counter-grid .conter-grid-items:nth-child(4) {
        min-width: 230px !important;
    }
}

@media screen and (max-width: 1240px) {
    .site-global-job-counter-section .job-counter-container .counter-grid {
        scrollbar-color: #FA4B00 rgba(200, 200, 200, 0.3);
    }
}

.site-landing-write-to-us-section {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #000000;
}

.site-landing-write-to-us-section .section-header {
    max-width: 600px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 45px;
}

.site-landing-write-to-us-section .section-header .sale-bubble {
    position: absolute;
    top: 0;
    right: -230px;
    width: 300px;
    height: 171px;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-landing-write-to-us-section .section-header .sale-bubble img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.site-landing-write-to-us-section .section-header .sale-bubble .sale-bubble-text-wrap {
    position: relative;
    z-index: 15;
    margin-left: 15px;
}

.site-landing-write-to-us-section .section-header .sale-bubble .sale-bubble-text-wrap h3 {
    margin: 0;
    color: #fa4b00;
    font-size: 40px;
    line-height: 1;
    font-family: "Karla";
    font-weight: 900;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .section-header .sale-bubble .sale-bubble-text-wrap h3 {
        font-size: 32px;
    }
}

.site-landing-write-to-us-section .section-header .sale-bubble .sale-bubble-text-wrap p {
    margin: 0;
    font-size: 16px;
    font-family: "Karla";
    font-weight: 700;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .section-header .sale-bubble .sale-bubble-text-wrap p {
        font-size: 13px;
    }
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .section-header .sale-bubble {
        top: -10px;
        right: -95px;
        width: 240px;
        height: 137px;
    }
}

@media screen and (max-width: 768px) {
    .site-landing-write-to-us-section .section-header .sale-bubble {
        position: relative;
        right: 0;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
    }

    .site-landing-write-to-us-section .section-header .sale-bubble img {
        display: none;
    }

    .site-landing-write-to-us-section .section-header .sale-bubble .sale-bubble-text-wrap {
        margin-left: 0;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container {
    min-height: 200px;
    position: relative;
    max-width: 870px;
    margin: 0 auto;
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row {
    margin-bottom: 25px;
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col {
    position: relative;
}

@media screen and (max-width: 768px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col {
        width: 100%;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-required .form-input-field,
.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-required .form-textarea-field {
    border: 1px solid #ff0000;
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-required::after {
    content: "This field is required*";
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: -15px;
    padding-left: 25px;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-required::after {
        bottom: 10px;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-email .form-input-field,
.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-email .form-textarea-field {
    border: 1px solid #ff0000;
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-email::after {
    content: "This field required valid email address*";
    color: #ff0000;
    font-size: 12px;
    line-height: 16px;
    position: absolute;
    left: 0;
    bottom: -15px;
    padding-left: 25px;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .col.form-field-error-email::after {
        bottom: 10px;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .form-input-field {
    background: #ededed;
    padding: 25px;
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .form-input-field {
        margin-bottom: 25px;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .form-textarea-field {
    background: #ededed;
    color: #000000;
    padding: 25px;
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .write-to-us-disclaimer {
    color: #000000;
    font-style: italic;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .write-to-us-disclaimer {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .write-to-us-disclaimer {
        margin-top: 20px;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .contact-submit-container .button-stroked {
    float: right;
    padding: 10px 70px;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .contact-submit-container .button-stroked {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .contact-submit-container .button-stroked {
        width: 100%;
        float: none;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row .contact-submit-container {
        display: flex;
        justify-content: center;
    }
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row.text-area-type .col.form-field-error-required::after {
        bottom: -15px !important;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row.recaptcha-type {
    margin-top: 20px;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form .row {
        margin-bottom: 0;
    }
}

.site-landing-write-to-us-section .write-to-us-form-container .write-to-us-form.disabled {
    height: 0;
    overflow: hidden;
    pointer-events: none;
}

.site-landing-write-to-us-section .write-to-us-form-container p.write-to-us-submission-message {
    text-align: center;
    font-weight: bold;
}

.site-landing-write-to-us-section .write-to-us-form-container p.write-to-us-submission-message.form-success {
    color: green;
}

.site-landing-write-to-us-section .write-to-us-form-container p.write-to-us-submission-message.form-error {
    color: red;
}

.site-landing-write-to-us-section .write-to-us-form-container.loading::before {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
}

@media screen and (max-width: 1024px) {
    .site-landing-write-to-us-section {
        padding-top: 50px;
        padding-bottom: 70px;
    }
}

.site-top-service-section .section-header {
    margin-bottom: 110px;
}

@media screen and (max-width: 768px) {
    .site-top-service-section .section-header {
        margin-bottom: 65px;
    }
}

.site-top-service-section .section-contents {
    padding: 0 20px;
}

.site-top-service-section .section-contents .services-grid {
    /*display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.site-top-service-section .section-contents .services-grid .service-grid-item {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(33.3333333333% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .service-item-link {
    text-decoration: none;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-icon {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 25%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding-top: 5px;
    padding-right: 10px;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-icon img {
    width: 60px;
    height: 60px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .site-top-service-section .section-contents .services-grid .service-grid-item .grid-icon {
        padding-right: 0;
    }
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 75%;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-title {
    font-size: 22px;
    margin-bottom: 5px;
    transition: all 0.25s ease-in-out;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .section-bottom-line {
    display: block;
    width: 47px;
    border-bottom: 2px solid #FA4B00;
    margin-bottom: 20px;
    margin-left: 0;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-paragraph {
    font-size: 16px;
}

.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-paragraph span,
.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-paragraph b,
.site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-paragraph strong {
    font-weight: bold;
    transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 1024px) {
    .site-top-service-section .section-contents .services-grid .service-grid-item {
        margin-bottom: 30px;
        text-align: center;
        flex-basis: calc(50% - 30px);
        display: block;
    }

    .site-top-service-section .section-contents .services-grid .service-grid-item .grid-icon {
        flex-basis: 100%;
    }

    .site-top-service-section .section-contents .services-grid .service-grid-item .grid-details {
        flex-basis: 100%;
    }

    .site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .section-bottom-line {
        margin-left: auto;
    }
}

@media screen and (max-width: 768px) {
    .site-top-service-section .section-contents .services-grid .service-grid-item {
        margin-bottom: 10px;
    }

    .site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-title {
        font-size: 18px;
    }

    .site-top-service-section .section-contents .services-grid .service-grid-item .grid-details .service-item-paragraph {
        font-size: 14px;
    }
}

.site-top-service-section .section-contents .services-grid .service-grid-item:hover .grid-details .service-item-title {
    color: #FA4B00;
}

.site-top-service-section .section-contents .services-grid .service-grid-item:hover .grid-details .service-item-paragraph span,
.site-top-service-section .section-contents .services-grid .service-grid-item:hover .grid-details .service-item-paragraph b,
.site-top-service-section .section-contents .services-grid .service-grid-item:hover .grid-details .service-item-paragraph strong {
    color: #FA4B00;
}

.site-top-service-section .section-contents .services-grid .service-grid-item.slick-current.slick-active .grid-details .service-item-title {
    color: #FA4B00;
}

.site-top-service-section .section-contents .services-grid .service-grid-item.slick-current.slick-active .grid-details .service-item-paragraph span,
.site-top-service-section .section-contents .services-grid .service-grid-item.slick-current.slick-active .grid-details .service-item-paragraph b,
.site-top-service-section .section-contents .services-grid .service-grid-item.slick-current.slick-active .grid-details .service-item-paragraph strong {
    color: #FA4B00;
}

@media screen and (max-width: 1024px) {
    .site-top-service-section .section-contents .services-grid {
        margin-bottom: 60px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .site-top-service-section .section-contents .services-grid .slick-dots {
        position: relative !important;
    }

    .site-top-service-section .section-contents .services-grid .slick-dots li button {
        position: relative;
    }

    .site-top-service-section .section-contents .services-grid .slick-dots li button::before {
        display: none !important;
    }

    .site-top-service-section .section-contents .services-grid .slick-dots li button::after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        border: 1px solid #8f8f8f;
        width: 8px !important;
        height: 8px !important;
        padding: 0;
    }

    .site-top-service-section .section-contents .services-grid .slick-dots li.slick-active button::after {
        background-color: #FA4B00;
    }
}

@media screen and (max-width: 768px) {
    .site-top-service-section .section-contents .services-grid {
        display: block;
    }
}

.site-top-service-section .section-contents .explore-serivices-button {
    display: block;
    width: 278px;
    text-align: center;
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .site-top-service-section .section-contents .explore-serivices-button {
        width: 220px;
    }
}

.site-top-service-section.dark {
    background: #1b1b1b;
    padding: 40px 0;
}

.site-top-service-section.dark .section-header {
    margin-bottom: 65px;
}

.service-tools-floating-container {
    background: #fff;
    width: 90%;
    max-width: 1215px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    padding: 60px 0;
    position: relative;
    z-index: 9999;
}

.service-tools-floating-container .service-tools-section-title {
    font-size: 34px;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .service-tools-floating-container .service-tools-section-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.service-tools-floating-container .service-tools-title {
    color: #fa4b00;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .service-tools-floating-container .service-tools-title {
        font-size: 16px;
        line-height: 25px;
    }
}

.service-tools-floating-container .service-tools-logos {
    margin-bottom: 10px;
}

.service-tools-floating-container .service-stroked {
    display: inline-block;
}

.service-tools-floating-container .graphics-container {
    margin: 0 auto;
    margin-top: 150px;
    margin-bottom: -106px;
}

@media screen and (max-width: 1024px) {
    .service-tools-floating-container .graphics-container {
        width: 480px;
        margin-bottom: -95px;
    }
}

@media screen and (max-width: 768px) {
    .service-tools-floating-container .graphics-container {
        width: 300px;
        margin-bottom: -81px;
    }
}

@media screen and (max-width: 480px) {
    .service-tools-floating-container .graphics-container {
        width: 200px;
        margin-bottom: -75px;
    }
}

.site-top-service-details-section {
    padding-top: 150px;
    background-color: #1b1b1a;
}

.site-top-service-details-section .down-multiarrow {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 100px 0;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section .down-multiarrow {
        padding: 50px 0;
    }
}

.site-top-service-details-section .how-we-do-it-container .section-contents {
    padding: 50px 0;
    height: 500px;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .how-we-do-it-graphichs {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section .how-we-do-it-container .section-contents .how-we-do-it-graphichs {
        height: auto;
    }
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points {
    position: relative;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 25%;
    width: calc(100% - 5px);
    background: linear-gradient(transparent, #1b1b1a);
    pointer-events: none;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points::after {
        display: none;
    }
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points {
    max-height: 500px;
    overflow-y: scroll;
    padding: 0 10px;
    padding-bottom: 100px;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points .point-item {
    margin-bottom: 5px;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points .point-item p.point-title {
    margin: 0;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
    font-weight: 600;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points .point-item p.point-title::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fa4b00;
    position: absolute;
    left: -3px;
    top: 8px;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points .point-item p.point-details {
    padding-left: 10px;
    border-left: 2px solid #323232;
    padding-bottom: 15px;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points::-webkit-scrollbar {
    width: 5px;
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(129, 129, 129, 0.5);
}

.site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: none;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points .how-we-do-it-points {
        max-height: inherit;
        overflow-y: hidden;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section .how-we-do-it-container .section-contents .col-right-points {
        margin-top: 50px;
    }
}

.site-top-service-details-section .how-we-do-it-container .section-subtitle-dark {
    color: #000;
}

.site-top-service-details-section .why-us-container .section-contents {
    padding: 50px 0;
}

.site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item {
    display: flex;
    margin-bottom: 40px;
}

.site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-number {
    flex-basis: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-number h1 {
    margin: 0;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-number {
        flex-basis: 20%;
    }
}

.site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-content {
    flex-basis: 75%;
}

.site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-content p.point-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-content p.point-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section .why-us-container .section-contents .col-left-points .why-us-points .point-item .point-item-content {
        flex-basis: 80%;
    }
}

.site-top-service-details-section .why-us-container .section-contents .why-us-graphichs {
    display: flex;
    justify-content: center;
}

.site-top-service-details-section-v2 {
    padding-top: 50px;
    background-color: #fff;
    color: black;
    position: relative;
}

.site-top-service-details-section-v2 .graphics-container {
    position: absolute;
    top: -45px;
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .graphics-container {
        display: none;
    }
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-header .service-logo {
    margin-top: 40px;
    margin-bottom: 40px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents {
    padding: 0 0 50px 0;
    height: 500px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .how-we-do-it-graphichs {
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .how-we-do-it-graphichs {
        height: auto;
    }
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 {
    position: relative;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 {
    padding: 0 10px;
    padding-bottom: 100px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) {
    margin-bottom: 5px;
    text-align: left;
    width: 50%;
    margin-left: auto;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) p.point-title {
    margin: 0;
    margin-bottom: 5px;
    padding-left: 10px;
    position: relative;
    font-weight: 600;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) p.point-title::before {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fa4b00;
    position: absolute;
    left: -3px;
    top: 8px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) .point-details {
    padding-left: 10px;
    border-left: 2px solid #323232;
    padding-bottom: 15px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) .point-details b,
.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) .point-details strong {
    font-weight: bold;
    color: #FA4B00;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(odd) {
        width: 100%;
    }
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) {
    margin-bottom: 5px;
    text-align: right;
    width: 50%;
    margin-left: 1px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) p.point-title {
    margin: -1 !important;
    margin-bottom: 5px;
    padding-right: 10px;
    position: relative;
    font-weight: 600;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) p.point-title::after {
    content: "";
    height: 8px;
    width: 8px;
    border-radius: 50%;
    background-color: #fa4b00;
    position: absolute;
    right: -3px;
    top: 8px;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) p.point-title::after {
        left: -3px;
    }
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) p.point-title {
        padding-right: 0;
        padding-left: 10px;
    }
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) .point-details {
    padding-right: 10px;
    border-right: 2px solid #323232;
    padding-bottom: 15px;
    margin-right: -1 !important;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) .point-details b,
.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) .point-details strong {
    font-weight: bold;
    color: #FA4B00;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) .point-details {
        border-left: 2px solid #323232;
        border-right: none;
        padding-right: 0;
        padding-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 .point-item:nth-child(even) {
        text-align: left;
        width: 100%;
    }
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2::-webkit-scrollbar {
    width: 5px;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(129, 129, 129, 0.5);
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    outline: none;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .how-we-do-it-container .section-contents .col-right-points-v2 .how-we-do-it-points-v2 {
        max-height: inherit;
        overflow-y: hidden;
        padding-bottom: 50px;
    }
}

.site-top-service-details-section-v2 .how-we-do-it-container b {
    font-weight: bold;
    color: #FA4B00;
}

.site-top-service-details-section-v2 .how-we-do-it-container .section-subtitle-dark {
    color: #000;
}

.site-top-service-details-section-v2 .using-tools {
    text-align: center;
    padding: 0px 25px 100px;
}

.site-top-service-details-section-v2 .using-tools .title {
    font-family: Karla;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 45px;
}

.site-top-service-details-section-v2 .using-tools .tool-images {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .using-tools .tool-images {
        gap: 10px;
    }
}

.site-top-service-details-section-v2 .using-tools .tool-image {
    transition: all 0.5s;
    box-shadow: 0px 0px 20px 0px #f9f9f9;
    background-color: #f9f9f9;
    padding: 8px 8px;
}

.site-top-service-details-section-v2 .using-tools .tool-image:hover {
    background-color: white;
    box-shadow: 0px 4px 16px rgba(112, 112, 112, 0.35);
    transition: all 0.3s;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .using-tools .tool-image {
        padding: 4px 4px;
    }
}

.site-top-service-details-section-v2 .why-up-full-container {
    background-color: #1b1b1a;
    color: white;
    position: relative;
}

.site-top-service-details-section-v2 .why-up-full-container .down-multiarrow-v2 {
    position: absolute;
    left: 0;
    top: -95px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section-v2 .why-up-full-container .down-multiarrow-v2 img {
        width: 25px;
    }
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .title-padding {
    padding-top: 70px;
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents {
    padding: 50px 0;
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points {
    display: grid;
    grid-template-columns: auto auto auto;
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item {
    display: flex;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: baseline;
    padding: 25px;
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-number {
    flex-basis: 25%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-number h1 {
    margin: 0;
    line-height: 1;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-number {
        flex-basis: 20%;
    }
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-content {
    flex-basis: 75%;
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-content p.point-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 20px;
    font-weight: 600;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-content p.point-title {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 10px;
    }
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-content .point-details b,
.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-content .point-details strong {
    font-weight: bold;
    color: #FA4B00;
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item .point-item-content {
        flex-basis: 80%;
    }
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points .point-item {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    .site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points {
        grid-template-columns: auto auto;
    }
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .col-left-points .why-us-points {
        grid-template-columns: auto;
    }
}

.site-top-service-details-section-v2 .why-up-full-container .why-us-container-v2 .section-contents .why-us-graphichs {
    display: flex;
    justify-content: center;
}

@media screen and (max-width: 768px) {
    .site-top-service-details-section-v2 {
        padding-top: 30px;
    }
}

.have-query-section {
    background-color: #1B1B1A;
    padding-top: 30px;
    color: white;
    text-align: center;
}

.have-query-section>div {
    padding-top: 0 !important;
}

.have-query-section .query-subtitle {
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 30px;
    padding: 20px 0px;
}

.have-query-section .query-chat-graphics {
    margin-top: 45px;
}

.site-homepage-top-sections {
    padding-bottom: 85px;
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
}

.site-homepage-top-sections .site-top-hero-section .hero-title-container {
    background-repeat: no-repeat;
    background-position: 110%;
    padding-top: 130px;
    height: 600px;
}

@media screen and (max-width: 1024px) {
    .site-homepage-top-sections .site-top-hero-section .hero-title-container {
        text-align: center;
        padding-top: 100px;
        height: 400px;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {
    .site-homepage-top-sections .site-top-hero-section .hero-title-container {
        padding-top: 65px;
        height: 300px;
    }
}

@media screen and (max-width: 480px) {
    .site-homepage-top-sections .site-top-hero-section .hero-title-container {
        padding-top: 0px;
        height: 230px;
    }
}

@media screen and (max-width: 1024px) {
    .site-homepage-top-sections .site-top-hero-section .hero-title {
        margin-bottom: 24px;
    }
}

.site-homepage-top-sections .site-top-hero-section .hero-subtitle {
    font-size: 28px;
}

@media screen and (max-width: 1024px) {
    .site-homepage-top-sections .site-top-hero-section .hero-subtitle {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {
    .site-homepage-top-sections .site-top-hero-section .hero-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 480px) {
    .site-homepage-top-sections .site-top-hero-section .button-filled {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .site-homepage-top-sections {
        background: linear-gradient(260deg, #531800 -20%, #1d1d1b 25%);
        padding-top: 130px;
    }
}

@media screen and (max-width: 768px) {
    main.main>div>div.site-homepage-top-sections {
        padding-top: 140px;
    }
}

.site-landing-container .site-landing-top-sections {
    padding-bottom: 85px;
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
}

.site-landing-container .site-landing-top-sections .site-top-hero-section {
    text-align: center;
    position: relative;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section span.section-bottom-line {
    margin-top: 30px;
    margin-bottom: 35px;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .hero-title-container {
    background-position: 110%;
    padding-top: 70px;
    margin-bottom: 70px;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .hero-title-container .hero-description span {
    color: #FA4B00;
    font-weight: bold;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .hero-subtitle {
    font-size: 28px;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container {
    background: #fff;
    width: 90%;
    max-width: 1215px;
    margin: 0 auto;
    text-align: center;
    color: #000000;
    padding: 60px;
    position: relative;
    margin-bottom: -265px;
    z-index: 9999;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-section-title {
    font-size: 34px;
    font-weight: 800;
}

@media screen and (max-width: 768px) {
    .site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-section-title {
        font-size: 26px;
        line-height: 30px;
    }
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 90%;
    margin: 10px auto;
    margin-bottom: 25px;
    gap: 10px;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos .testing-tools-logo {
    width: 100px;
    height: 50px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: all .25s ease-in-out;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos .testing-tools-logo img {
    filter: grayscale(100%);
    height: 100%;
    max-height: 50px;
    transition: all .25s ease-in-out;
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos .testing-tools-logo:hover {
    transform: scale(1.05);
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos .testing-tools-logo:hover img {
    filter: grayscale(0);
}

@media screen and (max-width: 768px) {
    .site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos .testing-tools-logo {
        width: 75px;
    }
}

@media screen and (max-width: 768px) {
    .site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .testing-tools-logos {
        flex-wrap: wrap;
        width: 100%;
    }
}

.site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .button-stroked {
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container .button-stroked {
        font-size: 13px;
        padding: 10px 20px;
    }
}

@media screen and (max-width: 768px) {
    .site-landing-container .site-landing-top-sections .site-top-hero-section .testing-tools-floating-container {
        padding: 25px 20px;
    }
}

.site-landing-container .site-global-testimonial-section {
    padding-top: 205px;
}

.site-landing-container .site-global-testimonial-section .testimonial-top-graphics {
    display: none;
}

.site-team-top-sections {
    padding-top: 85px;
    padding-bottom: 30px;
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
    position: relative;
}

.site-team-top-sections .team-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 30px;
    transition: all 0.1s ease-in-out;
    justify-content: center;
}

.site-team-top-sections .team-grid .team-grid-item {
    transition: all 0.1s ease-in;
    background: rgb(255, 255, 255);
    background: linear-gradient(215deg, rgb(255, 255, 255) 0%, rgb(159, 159, 159) 0%, rgb(255, 255, 255) 77%);
    position: relative;
    display: flex;
    margin: 0 10px;
    margin-bottom: 20px;
    flex-direction: column;
    flex-basis: calc(25% - 20px);
    cursor: pointer;
}

.site-team-top-sections .team-grid .team-grid-item .member-avatar {
    height: 245px;
}

.site-team-top-sections .team-grid .team-grid-item .member-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
}

.site-team-top-sections .team-grid .team-grid-item .team-member-info {
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    padding: 15px;
    background-color: rgba(1, 1, 1, 0.8);
    opacity: 0;
    transition: all 0.1s ease-in-out;
    cursor: pointer;
}

.site-team-top-sections .team-grid .team-grid-item .team-member-info .team-member-wrap {
    transition: all 0.15s ease-in-out;
    position: relative;
    bottom: -20px;
    opacity: 0;
}

.site-team-top-sections .team-grid .team-grid-item .team-member-info .team-member-wrap p.member-name {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: bold;
}

.site-team-top-sections .team-grid .team-grid-item .team-member-info .team-member-wrap p.member-designation {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 5px;
}

.site-team-top-sections .team-grid .team-grid-item .team-member-info .team-member-wrap ul.member-social {
    margin: 0;
    list-style: none;
}

.site-team-top-sections .team-grid .team-grid-item .team-member-info .team-member-wrap ul.member-social li {
    display: inline-block;
    margin-right: 5px;
    font-size: 13px;
}

@media screen and (max-width: 1024px) {
    .site-team-top-sections .team-grid .team-grid-item .team-member-info .team-member-wrap {
        bottom: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 1024px) {
    .site-team-top-sections .team-grid .team-grid-item .team-member-info {
        position: relative;
        opacity: 1;
        height: 100%;
    }
}

.site-team-top-sections .team-grid .team-grid-item:hover .team-member-info {
    opacity: 1;
}

.site-team-top-sections .team-grid .team-grid-item:hover .team-member-info .team-member-wrap {
    bottom: 0;
    opacity: 1;
}

.site-team-top-sections .team-grid .team-grid-item.new-load {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.site-team-top-sections .team-grid .team-grid-item.new-loaded {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    .site-team-top-sections .team-grid .team-grid-item {
        flex-basis: calc(33.3333333333% - 20px);
    }

    .site-team-top-sections .team-grid .team-grid-item .member-avatar {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .site-team-top-sections .team-grid .team-grid-item {
        flex-basis: calc(50% - 20px);
    }
}

@media screen and (max-width: 480px) {
    .site-team-top-sections .team-grid .team-grid-item {
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .site-team-top-sections .team-grid .team-grid-item .member-avatar {
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .site-team-top-sections .team-grid {
        grid-template-columns: auto auto auto;
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .site-team-top-sections .team-grid {
        grid-template-columns: auto auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .site-team-top-sections .team-grid {
        grid-template-columns: auto;
    }
}

.site-team-top-sections .load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

.site-team-top-sections .member-info-details-overlay {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.site-team-top-sections .member-info-details-overlay.active {
    visibility: visible;
    opacity: 1;
    z-index: 999999;
    background-color: rgba(1, 1, 1, 0.7);
}

.site-team-top-sections .member-info-details-popup {
    position: fixed;
    height: 100vh;
    width: 480px;
    top: 0;
    right: -100%;
    background-color: #1d1d1b;
    z-index: 999999;
    transition: all 0.5s ease-in-out;
    padding: 0 20px;
    overflow-y: scroll;
    scrollbar-width: none;
}

.site-team-top-sections .member-info-details-popup span.member-details-popup-closed {
    position: fixed;
    right: -100%;
    top: 10px;
    font-size: 40px;
    line-height: 1;
    color: #FA4B00;
    display: block;
    cursor: pointer;
    z-index: 1;
    transition: all 0.5s ease-in-out;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container {
    width: 100%;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-head .member-avatar {
    position: relative;
    width: calc(100% + 40px);
    margin: 0 auto;
    margin-left: -20px;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-head .member-avatar img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-head .member-avatar::after {
    position: absolute;
    content: "";
    left: 0px;
    bottom: 0px;
    height: 60%;
    width: 100%;
    background: linear-gradient(transparent, #1d1d1b);
    pointer-events: none;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-head .member-name {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-head .member-designation {
    font-size: 18px;
    text-align: center;
    opacity: 0.6;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-content .member-info-row {
    margin-bottom: 15px;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-content .member-info-row h5 {
    font-size: 20px;
    margin-bottom: 5px;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-content .member-info-row .member-social {
    list-style: none;
    margin: 0;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-content .member-info-row .member-social li {
    display: inline-block;
}

.site-team-top-sections .member-info-details-popup .member-info-details-container .member-info-details-content .member-info-row .member-social li:not(:last-child):after {
    content: "|";
    color: #FA4B00;
    margin: 0 5px;
}

.site-team-top-sections .member-info-details-popup::-webkit-scrollbar {
    display: none;
    width: 0;
}

.site-team-top-sections .member-info-details-popup::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(129, 129, 129, 0.5);
}

.site-team-top-sections .member-info-details-popup::-webkit-scrollbar-thumb {
    background-color: #531800;
    outline: none;
}

.site-team-top-sections .member-info-details-popup.active {
    right: 0;
}

.site-team-top-sections .member-info-details-popup.active span.member-details-popup-closed {
    right: 20px;
}

@media screen and (max-width: 768px) {
    .site-team-top-sections .member-info-details-popup {
        width: 100%;
    }
}

.site-team-top-sections .section-subtitle-dark {
    color: #FFFFFF;
    margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
    .site-team-top-sections .section-subtitle-dark {
        margin-bottom: 10px;
    }
}

.site-team-top-sections .section-subtitle-dark b {
    font-weight: bold;
    color: #FA4B00;
}

.site-team-top-sections .team-who-we-are-details {
    padding: 30px 0;
}

@media screen and (max-width: 768px) {
    .site-team-top-sections .team-who-we-are-details {
        padding: 12px 0;
    }
}

.site-team-top-sections .team-who-we-are-details a {
    color: #FA4B00;
}

.site-team-top-sections .team-who-we-are-details b {
    font-weight: bold;
    color: #FA4B00;
}

@media screen and (max-width: 768px) {
    .site-team-top-sections {
        background: linear-gradient(260deg, #531800 -20%, #1d1d1b 25%);
    }
}

.site-team-container .site-global-job-counter-section {
    padding-bottom: 40px;
}

.section-subtitle-dark b,
.section-subtitle-dark strong {
    font-weight: bold;
    color: #FA4B00;
}

.team-content-header {
    margin-bottom: 20px;
}

.team-content-header .section-subtitle-dark {
    color: #000000;
    margin-bottom: 25px;
}

.team-content-header .section-subtitle-dark b,
.team-content-header .section-subtitle-dark strong {
    font-weight: bold;
    color: #FA4B00;
}

.content-rows {
    padding: 30px 0;
}

.content-rows .content-row-item {
    display: flex;
    margin-bottom: 0;
}

.content-rows .content-row-item .content-row-text {
    flex-basis: 50%;
    padding-right: 12px;
    flex-grow: 1;
    margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
    .content-rows .content-row-item .content-row-text {
        flex-basis: 100%;
        padding: 0;
    }
}

.content-rows .content-row-item .content-row-image {
    flex-basis: 50%;
    padding-left: 12px;
    flex-grow: 1;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.content-rows .content-row-item .content-row-image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .content-rows .content-row-item .content-row-image {
        align-items: center;
    }
}

@media screen and (max-width: 768px) {
    .content-rows .content-row-item .content-row-image {
        flex-basis: 100%;
        padding: 0;
    }
}

.content-rows .content-row-item.row-orient-left .content-row-text {
    padding-left: 12px;
    padding-right: 0;
    order: 2;
}

@media screen and (max-width: 768px) {
    .content-rows .content-row-item.row-orient-left .content-row-text {
        order: 1;
        padding: 0;
    }
}

.content-rows .content-row-item.row-orient-left .content-row-image {
    padding-left: 0;
    padding-right: 12px;
    order: 1;
}

.content-rows .content-row-item.row-orient-left .content-row-image img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 768px) {
    .content-rows .content-row-item.row-orient-left .content-row-image {
        order: 2;
        padding: 0;
    }
}

.content-rows .content-row-item.row-orient-center {
    flex-direction: column;
}

.content-rows .content-row-item.row-orient-center .content-row-text {
    flex-basis: 100%;
    padding: 0;
}

.content-rows .content-row-item.row-orient-center .content-row-image {
    flex-basis: 100%;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .content-rows .content-row-item {
        flex-direction: column;
    }
}

.team-contents-sections {
    padding: 30px 0;
    background: #f9f9f9;
}

.team-member-grid-section {
    padding: 30px 0;
    background: #1b1b1b;
}

.site-servicespage-container .site-servicespage-top-sections {
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-servicespage-container .site-servicespage-top-sections .hero-title-container {
    max-width: 800px;
}

.site-servicespage-container .site-servicespage-top-sections .hero-title-container p.hero-subtitle {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-servicespage-top-sections .hero-title-container p.hero-subtitle {
        font-size: 18px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-servicespage-top-sections .hero-title-container p.hero-subtitle {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-servicespage-container .site-servicespage-top-sections .hero-title-container img {
    max-width: 85%;
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-servicespage-top-sections .hero-title-container .hero-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-servicespage-top-sections {
        height: 550px;
    }
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-servicespage-top-sections {
        height: 450px;
        padding-top: 0px;
    }
}

.site-servicespage-container .site-top-service-section .section-header {
    margin-top: 30px;
    margin-bottom: 0px;
}

.site-servicespage-container .site-top-service-section .section-header .section-subtitle-dark {
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-top-service-section .section-header {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.site-servicespage-container .site-top-service-section .section-contents {
    color: #000000;
    overflow: hidden;
    padding-bottom: 30px;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item {
    display: flex;
    padding: 80px 0px 0px 0px;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-icon {
    flex-basis: 41.6666666667%;
    display: flex;
    align-items: center;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-icon img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details {
    flex-basis: 58.3333333333%;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details h2.service-item-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 20px;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details h2.service-item-title a {
    color: #000000;
    text-decoration: none;
    transition: all 100ms ease-in-out;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details h2.service-item-title a:hover {
    color: #FA4B00;
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details h2.service-item-title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details p.service-item-paragraph {
    font-size: 18px;
    line-height: 30px;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details p.service-item-paragraph a.services-read-more {
    cursor: pointer;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details p.service-item-paragraph a.services-read-more:hover {
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details p.service-item-paragraph {
        font-size: 16px;
        line-height: 25px;
    }
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details p.service-tools-title {
    color: #FA4B00;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details p.service-tools-title {
        font-size: 16px;
        line-height: 25px;
    }
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details img.service-tools-image {
    width: 100%;
    max-width: 530px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details {
        padding-left: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item .row-details {
        padding: 0;
    }
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-right .row-icon img {
    left: -75px !important;
    opacity: 0;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-right.scrolled .row-icon img {
    left: 0 !important;
    opacity: 1;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left .row-icon {
    order: 2;
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left .row-icon img {
    right: -75px !important;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left .row-icon {
        order: 1;
    }
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left .row-details {
    order: 1;
    padding-left: 0;
    padding-right: 90px;
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left .row-details {
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left .row-details {
        order: 2;
        padding: 0;
    }
}

.site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item.row-orient-left.scrolled .row-icon img {
    right: 0 !important;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .site-servicespage-container .site-top-service-section .section-contents .services-row .service-row-item {
        flex-direction: column;
        padding-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .site-servicespage-container .site-top-service-section .section-contents {
        padding-bottom: 30px;
    }
}

.site-servicedetails-top-sections,
.site-service-details-v2 {
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
}

.site-servicedetails-top-sections .site-top-hero-section,
.site-service-details-v2 .site-top-hero-section {
    background-repeat: no-repeat;
    background-position: bottom right;
}

.site-servicedetails-top-sections .site-top-hero-section .hero-title-container,
.site-service-details-v2 .site-top-hero-section .hero-title-container {
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 50%;
    height: 680px;
}

.site-servicedetails-top-sections .site-top-hero-section .hero-title-container .row,
.site-service-details-v2 .site-top-hero-section .hero-title-container .row {
    height: 100%;
}

.site-servicedetails-top-sections .site-top-hero-section .hero-title-container .row .col-hero-texts,
.site-service-details-v2 .site-top-hero-section .hero-title-container .row .col-hero-texts {
    height: 100%;
    display: flex;
    justify-content: center;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {

    .site-servicedetails-top-sections .site-top-hero-section .hero-title-container .row .col-hero-texts,
    .site-service-details-v2 .site-top-hero-section .hero-title-container .row .col-hero-texts {
        height: auto;
        justify-content: center;
        align-items: center;
    }
}

.site-servicedetails-top-sections .site-top-hero-section .hero-title-container .row .col-hero-graphics,
.site-service-details-v2 .site-top-hero-section .hero-title-container .row .col-hero-graphics {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {

    .site-servicedetails-top-sections .site-top-hero-section .hero-title-container .row .col-hero-graphics,
    .site-service-details-v2 .site-top-hero-section .hero-title-container .row .col-hero-graphics {
        margin-top: 0;
        height: auto;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 1024px) {

    .site-servicedetails-top-sections .site-top-hero-section .hero-title-container,
    .site-service-details-v2 .site-top-hero-section .hero-title-container {
        text-align: center;
        padding-top: 70px;
        height: auto;
    }
}

@media screen and (max-width: 768px) {

    .site-servicedetails-top-sections .site-top-hero-section .hero-title-container,
    .site-service-details-v2 .site-top-hero-section .hero-title-container {
        padding-top: 65px;
    }
}

.site-servicedetails-top-sections .site-top-hero-section .hero-title-container img,
.site-service-details-v2 .site-top-hero-section .hero-title-container img {
    max-width: 85%;
}

.site-servicedetails-top-sections .site-top-hero-section .hero-subtitle,
.site-service-details-v2 .site-top-hero-section .hero-subtitle {
    font-size: 28px;
}

@media screen and (max-width: 1024px) {

    .site-servicedetails-top-sections .site-top-hero-section .hero-subtitle,
    .site-service-details-v2 .site-top-hero-section .hero-subtitle {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 768px) {

    .site-servicedetails-top-sections .site-top-hero-section .hero-subtitle,
    .site-service-details-v2 .site-top-hero-section .hero-subtitle {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

@media screen and (max-width: 480px) {

    .site-servicedetails-top-sections .site-top-hero-section .button-filled,
    .site-service-details-v2 .site-top-hero-section .button-filled {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {

    .site-servicedetails-top-sections .site-top-hero-section,
    .site-service-details-v2 .site-top-hero-section {
        background-position: center;
        background-size: contain;
    }
}

@media screen and (max-width: 768px) {

    .site-servicedetails-top-sections,
    .site-service-details-v2 {
        background: linear-gradient(260deg, #531800 -20%, #1d1d1b 25%);
    }
}

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.5);
        opacity: 1;
    }

    100% {
        transform: scale(2.5);
        opacity: 0;
    }
}

.site-client-top-sections {
    padding-top: 85px;
    padding-bottom: 85px;
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
    overflow: hidden;
    position: relative;
}

@media screen and (max-width: 480px) {
    .site-client-top-sections .section-header {
        display: flex;
        justify-content: center;
    }
}

.site-client-top-sections .global-map-container {
    position: relative;
    z-index: 11;
    width: 765px;
    margin: 0 auto;
}

.site-client-top-sections .global-map-container .client-map-loaction {
    display: block;
    position: absolute;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background-color: #FA4B00;
    transition: all 0.3s ease;
    cursor: pointer;
}

.site-client-top-sections .global-map-container .client-map-loaction::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    border: 1px solid #FA4B00;
    border-radius: 50%;
    transform-origin: center;
    animation: ripple 2s linear infinite;
}

.site-client-top-sections .global-map-container .client-map-loaction::after {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -1px;
    right: 0;
    bottom: 0;
    left: -1px;
    border: 1px solid #FA4B00;
    border-radius: 50%;
    transform-origin: center;
    animation: ripple 2s linear 1s infinite;
}

.site-client-top-sections .global-map-container .client-map-loaction span {
    position: relative;
    left: 0;
    top: -15px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    display: block;
    width: 80px;
    font-size: 10px;
    text-align: left;
    pointer-events: none;
    line-height: 1;
}

.site-client-top-sections .global-map-container .client-map-loaction.has-multiple span {
    top: -30px;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover {
    transform-origin: center;
    transform: scale(1.5);
    z-index: 9999;
    background-color: #ffffff;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover::before {
    content: "";
    border: 1px solid #ffffff;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover::after {
    border: 1px solid #ffffff;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover span {
    pointer-events: all;
    opacity: 1;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover.has-multiple span:nth-child(1) {
    left: 9px;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover.has-multiple span:nth-child(2) {
    left: 6px;
}

.site-client-top-sections .global-map-container .client-map-loaction:hover.has-multiple span:nth-child(3) {
    left: 3px;
}

.site-client-top-sections .global-map-container .client-map-loaction#Toronto {
    left: 210px;
    top: 75px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Toronto {
        left: 130px;
        top: 40px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Montreal {
    left: 225px;
    top: 65px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Montreal {
        left: 135px;
        top: 30px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#NewYork {
    left: 200px;
    top: 90px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#NewYork {
        left: 120px;
        top: 52px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#SanFrancisco {
    left: 137px;
    top: 134px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#SanFrancisco {
        left: 84px;
        top: 81px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#AustinTX {
    left: 170px;
    top: 135px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#AustinTX {
        left: 105px;
        top: 75px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Vancouver {
    left: 100px;
    top: 80px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Vancouver {
        left: 60px;
        top: 50px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#London {
    left: 365px;
    top: 60px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#London {
        left: 218px;
        top: 30px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Manchester {
    left: 360px;
    top: 52px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Manchester {
        left: 218px;
        top: 30px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Leeds {
    left: 360px;
    top: 45px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Leeds {
        left: 218px;
        top: 30px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Birmingham {
    left: 360px;
    top: 55px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Birmingham {
        left: 218px;
        top: 30px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Brighton {
    left: 365px;
    top: 65px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Brighton {
        left: 218px;
        top: 30px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Dublin {
    left: 360px;
    top: 70px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Dublin {
        left: 218px;
        top: 43px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Paris {
    left: 375px;
    top: 72px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Paris {
        left: 225px;
        top: 44px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Mannheim {
    left: 385px;
    top: 70px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Mannheim {
        left: 225px;
        top: 44px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Amsterdam {
    left: 375px;
    top: 65px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Amsterdam {
        left: 225px;
        top: 44px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Tallinn {
    left: 390px;
    top: 50px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Tallinn {
        left: 235px;
        top: 35px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Dhaka {
    left: 560px;
    top: 133px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Dhaka {
        left: 339px;
        top: 80px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Sydney {
    left: 670px;
    top: 275px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Sydney {
        left: 405px;
        top: 165px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Auckland {
    left: 705px;
    top: 300px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Auckland {
        left: 430px;
        top: 180px;
    }
}

.site-client-top-sections .global-map-container .client-map-loaction#Dubai {
    left: 500px;
    top: 115px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction#Dubai {
        left: 300px;
        top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container .client-map-loaction {
        height: 3px;
        width: 3px;
    }
}

.site-client-top-sections .global-map-container .map-image-container {
    width: 100%;
}

.site-client-top-sections .global-map-container .map-image-container img {
    width: 100%;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .global-map-container {
        width: 465px;
    }
}

@media screen and (max-width: 480px) {
    .site-client-top-sections .global-map-container {
        position: absolute;
        transform-origin: center;
        transform: scale(0.7);
    }
}

.site-client-top-sections .client-hero-title-container {
    position: relative;
    z-index: 10;
    margin-top: -140px;
}

.site-client-top-sections .client-hero-title-container .section-subtitle-dark {
    max-width: 765px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .client-hero-title-container .section-subtitle-dark {
        max-width: 465px;
    }
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .client-hero-title-container p.section-subtitle-dark {
        padding: 0 24px;
    }
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .client-hero-title-container {
        margin-top: -10px;
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    .site-client-top-sections .client-hero-title-container {
        margin-top: 50px;
    }
}

.site-client-top-sections .section-subtitle-dark {
    max-width: 1024px;
    margin: 10px auto 30px auto;
}

.site-client-top-sections .client-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 100px;
    transition: all 0.1s ease-in-out;
    justify-content: center;
}

.site-client-top-sections .client-grid .client-grid-item {
    min-height: 200px;
    transition: all 0.1s ease-in;
    position: relative;
    display: flex;
    margin: 0 10px;
    margin-bottom: 20px;
    flex-direction: column;
    flex-basis: calc(25% - 20px);
    position: relative;
}

.site-client-top-sections .client-grid .client-grid-item .client-logo {
    height: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0 15px;
}

.site-client-top-sections .client-grid .client-grid-item .client-logo img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: top;
    object-position: top;
    transition: all 0.3s ease-in-out;
    filter: grayscale(100%);
    transform: scale(0.9);
}

@media screen and (max-width: 1024px) {
    .site-client-top-sections .client-grid .client-grid-item .client-logo img {
        filter: grayscale(0%);
    }
}

.site-client-top-sections .client-grid .client-grid-item .client-logo .item-bottom-arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #ffffff;
    position: absolute;
    bottom: -15px;
}

.site-client-top-sections .client-grid .client-grid-item .client-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    transition: all 0.2s ease-in-out;
    opacity: 0;
    color: #000000;
}

.site-client-top-sections .client-grid .client-grid-item .client-info .services-text {
    font-size: 20px;
    line-height: 33px;
    text-align: center;
    margin-bottom: 0;
}

.site-client-top-sections .client-grid .client-grid-item .client-info ul.clients-services {
    list-style: none;
    text-align: center;
    margin-left: 0;
}

.site-client-top-sections .client-grid .client-grid-item .client-info ul.clients-services li {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
}

.site-client-top-sections .client-grid .client-grid-item .client-info ul.clients-services li:not(:last-child):after {
    content: "|";
    margin: 0 5px;
}

.site-client-top-sections .client-grid .client-grid-item:hover .client-logo img {
    filter: grayscale(0%);
    transform: scale(1);
}

.site-client-top-sections .client-grid .client-grid-item:hover .client-member-info {
    opacity: 1;
}

.site-client-top-sections .client-grid .client-grid-item:hover .client-member-info .client-member-wrap {
    margin-top: 0;
    opacity: 1;
}

.site-client-top-sections .client-grid .client-grid-item:hover .client-info {
    opacity: 0;
    padding: 15px 10px;
}

.site-client-top-sections .client-grid .client-grid-item.new-load {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.site-client-top-sections .client-grid .client-grid-item.new-loaded {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    .site-client-top-sections .client-grid .client-grid-item {
        flex-basis: calc(33.3333333333% - 30px);
        min-height: 170px;
    }

    .site-client-top-sections .client-grid .client-grid-item .member-avatar {
        height: 200px;
    }
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .client-grid .client-grid-item {
        flex-basis: calc(50% - 30px);
    }
}

@media screen and (max-width: 480px) {
    .site-client-top-sections .client-grid .client-grid-item {
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
    }

    .site-client-top-sections .client-grid .client-grid-item .member-avatar {
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .site-client-top-sections .client-grid {
        grid-template-columns: auto auto auto;
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .site-client-top-sections .client-grid {
        grid-template-columns: auto auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .site-client-top-sections .client-grid {
        grid-template-columns: auto;
    }
}

.site-client-top-sections .load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .site-client-top-sections {
        background: linear-gradient(260deg, #531800 -20%, #1d1d1b 25%);
    }
}

@media screen and (max-width: 480px) {
    .site-client-top-sections {
        padding-top: 65px !important;
    }
}

@media screen and (max-width: 768px) {
    .site-client-container .site-global-testimonial-section .testimonial-main-container .section-contents .outside-icon {
        top: 80px !important;
    }
}

@keyframes locationblink {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.7;
    }
}

.site-blog-top-sections {
    padding-top: 85px;
    padding-bottom: 30px;
    background: linear-gradient(245deg, #531800 0%, #1d1d1b 49%);
    overflow: hidden;
    position: relative;
}

.site-blog-top-sections .blog-hero-title-container {
    position: relative;
    z-index: 11;
    margin-top: -160px;
}

.site-blog-top-sections .blog-hero-title-container .section-subtitle-dark {
    max-width: 765px;
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-hero-title-container .section-subtitle-dark {
        max-width: 465px;
    }
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-hero-title-container {
        margin-top: -60px;
    }
}

@media screen and (max-width: 480px) {
    .site-blog-top-sections .blog-hero-title-container {
        margin-top: 120px;
    }
}

.site-blog-top-sections .section-subtitle-dark {
    max-width: 1024px;
    margin: 10px auto 30px auto;
}

.site-blog-top-sections .blogs-category-filter {
    margin-top: 100px;
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list {
    list-style: none;
    border-bottom: 3px solid rgba(255, 255, 255, 0.1);
    margin: 0;
    position: relative;
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list li.category-item {
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    transition: color 0.25s ease-in-out;
    white-space: nowrap;
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list li.category-item.active {
    border-bottom: 3px solid #fa4b00;
    margin-bottom: -3px;
    color: #fa4b00;
    pointer-events: none;
}

@media screen and (max-width: 1024px) {
    .site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list li.category-item.active {
        border-bottom: none;
    }
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list li.category-item:hover {
    color: #fa4b00;
}

@media screen and (max-width: 1024px) {
    .site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list {
        border-bottom: none;
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list::-webkit-scrollbar {
        height: 5px;
    }

    .site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list::-webkit-scrollbar-track {
        box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
    }

    .site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list::-webkit-scrollbar-thumb {
        background-color: #FA4B00;
        outline: none;
    }
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list::after {
    content: "";
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 3px;
    background-color: #FA4B00;
    left: 0;
    bottom: -3px;
    transition: width 1s ease-in-out;
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list.loading-bar {
    pointer-events: none;
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list.loading-bar::after {
    visibility: visible;
    opacity: 1;
    width: 100%;
}

.site-blog-top-sections .blogs-category-filter ul.blog-category-filter-list.loaded-bar::after {
    transition: none;
    width: 100%;
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blogs-category-filter {
        margin-top: 50px;
    }
}

.site-blog-top-sections .blog-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 60px;
    transition: all 0.1s ease-in-out;
}

.site-blog-top-sections .blog-grid .blog-grid-item {
    transition: all 0.1s ease-in;
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 0 15px;
    margin-bottom: 30px;
    flex-basis: calc(33.3333333333% - 30px);
    background-color: #272727;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    height: 210px;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-logo img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    height: 100%;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-logo .item-bottom-arrow {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #272727;
    position: absolute;
    bottom: -15px;
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-grid .blog-grid-item .blog-logo {
        height: 170px;
    }
}

@media screen and (max-width: 480px) {
    .site-blog-top-sections .blog-grid .blog-grid-item .blog-logo {
        height: 200px;
    }
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info {
    padding: 20px;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info .blog-info-title {
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 15px;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info .blog-info-title:hover {
    color: #FA4B00;
    text-decoration: none !important;
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-grid .blog-grid-item .blog-info .blog-info-title {
        font-size: 16px;
        line-height: 26px;
    }
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info a:hover {
    color: #FA4B00;
    text-decoration: none !important;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info ul.blogs-categories {
    list-style: none;
    margin-left: 0;
    color: #9b9b9b;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info ul.blogs-categories li {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}

.site-blog-top-sections .blog-grid .blog-grid-item .blog-info ul.blogs-categories li:not(:last-child):after {
    content: ",";
    margin-right: 5px;
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-grid .blog-grid-item .blog-info ul.blogs-categories li {
        font-size: 14px;
        line-height: 20px;
    }
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-grid .blog-grid-item .blog-info {
        padding: 10px 15px;
    }
}

.site-blog-top-sections .blog-grid .blog-grid-item:hover .blog-member-info {
    opacity: 1;
}

.site-blog-top-sections .blog-grid .blog-grid-item:hover .blog-member-info .blog-member-wrap {
    margin-top: 0;
    opacity: 1;
}

.site-blog-top-sections .blog-grid .blog-grid-item.new-load {
    visibility: hidden;
    opacity: 0;
    transform: scale(0.8);
}

.site-blog-top-sections .blog-grid .blog-grid-item.new-loaded {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

@media screen and (max-width: 1024px) {
    .site-blog-top-sections .blog-grid .blog-grid-item {
        flex-basis: calc(50% - 30px);
    }

    .site-blog-top-sections .blog-grid .blog-grid-item .member-avatar {
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .site-blog-top-sections .blog-grid .blog-grid-item {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 480px) {
    .site-blog-top-sections .blog-grid .blog-grid-item {
        margin-right: 0;
        margin-left: 0;
    }

    .site-blog-top-sections .blog-grid .blog-grid-item .member-avatar {
        height: 300px;
    }
}

@media screen and (max-width: 1024px) {
    .site-blog-top-sections .blog-grid {
        justify-content: center;
        grid-template-columns: auto auto auto;
        margin-top: 70px;
    }
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections .blog-grid {
        grid-template-columns: auto auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 480px) {
    .site-blog-top-sections .blog-grid {
        grid-template-columns: auto;
    }
}

.site-blog-top-sections .load-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
}

@media screen and (max-width: 768px) {
    .site-blog-top-sections {
        background: linear-gradient(260deg, #531800 -20%, #1d1d1b 25%);
    }
}

.echologyx-blog-post {
    padding-bottom: 30px;
    position: relative;
}

.echologyx-blog-post .row {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .echologyx-blog-post .row .col {
        float: none;
    }
}

.echologyx-blog-post .echologyx-blog-post-article * {
    color: #000000;
    font-family: "Karla";
}

.echologyx-blog-post .echologyx-blog-post-article header .hero-title {
    font-weight: 800;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-post-banner img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 15px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 50px;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-avatar {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    margin-right: 20px;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-avatar img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 50%;
    filter: grayscale(100%);
    transition: all 0.25s ease-in-out;
    transform-origin: center;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-avatar img:hover {
    transform: scale(1.1);
    filter: grayscale(0%);
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-name p {
    font-weight: bold;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-name p span.author-degignation {
    display: inline-block;
    margin-left: 10px;
    opacity: 0.5;
}

@media screen and (max-width: 480px) {
    .echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-name p span.author-degignation {
        display: none;
    }
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-social ul {
    list-style: none;
    display: flex;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-social ul li {
    margin-right: 15px;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-social ul li img {
    height: 20px;
    transition: all 0.1s ease-in-out;
}

.echologyx-blog-post .echologyx-blog-post-article header .blog-author-info .author-social ul li img:hover {
    transform: scale(1.1);
}

.echologyx-blog-post .echologyx-blog-post-article .entry-content div {
    max-width: 100%;
}

.echologyx-blog-post .echologyx-blog-post-article .entry-content figure {
    max-width: 100%;
}

.echologyx-blog-post .echologyx-blog-post-article .entry-content ol li {
    margin-bottom: 12px;
}

.echologyx-blog-post .echologyx-blog-post-article .entry-content blockquote {
    position: relative;
}

.echologyx-blog-post .echologyx-blog-post-article .entry-content blockquote img {
    position: absolute;
    top: -16px;
    left: -52px;
}

@media screen and (max-width: 768px) {
    .echologyx-blog-post .echologyx-blog-post-article .entry-content blockquote img {
        top: -45px;
        left: -8px;
    }
}

@media screen and (max-width: 1024px) {
    .echologyx-blog-post .echologyx-blog-post-article .entry-content blockquote img {
        top: -46px;
        left: -13px;
    }
}

@media screen and (max-width: 768px) {
    .echologyx-blog-post .echologyx-blog-post-article .entry-content blockquote {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .echologyx-blog-post .echologyx-blog-post-article .entry-content blockquote {
        margin-top: 48px;
    }
}

.echologyx-blog-post .echologyx-blog-post-article .button-filled {
    color: #FFFFFF !important;
}

.echologyx-blog-post .button-filled {
    color: #FFFFFF;
}

.echologyx-blog-post .wpcf7-form .wpcf7-submit.button-filled {
    line-height: 1;
    color: #FFFFFF !important;
}

.echologyx-blog-post .side-sticky-section {
    position: sticky;
    top: 75px;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
    width: 95%;
    margin: 0 auto;
    padding: 20px;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .sticky-blogs-title {
    font-size: 34px;
    color: #000000;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item {
    display: flex;
    margin-bottom: 20px;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-banner-container {
    width: 65px;
    height: 65px;
    border-radius: 20px;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-banner-container img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-details-container {
    width: calc(100% - 65px);
    padding-left: 30px;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-details-container a {
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-details-container a:hover {
    color: #FA4B00;
    text-decoration: none;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-details-container ul {
    margin: 0;
    color: #000000;
    opacity: 0.5;
    list-style: none;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-details-container ul li {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
}

.echologyx-blog-post .side-sticky-section .recent-blogs-sticky .recent-blog-list-item .blog-details-container ul li:not(:last-child):after {
    content: ",";
    margin-right: 5px;
}

@media screen and (max-width: 1024px) {
    .echologyx-blog-post .side-sticky-section .recent-blogs-sticky.apply-job-modal-container {
        padding: 0;
    }
}

@media screen and (max-width: 1024px) {
    .echologyx-blog-post .side-sticky-section {
        margin-top: 50px;
        top: 0;
        position: relative;
    }
}

.type-job .job-description .job-header {
    margin-bottom: 50px;
    padding: 30px;
    background-color: #FAFAFA;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
}

.type-job .job-description .job-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.type-job .job-description .job-header ul li {
    flex-basis: calc(50% - 20px);
    margin-bottom: 20px;
}

.type-job .job-description .job-header ul li .heading {
    position: relative;
    top: -4px;
}

.type-job .job-description .job-header ul li .heading span {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.type-job .job-description .job-header ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 480px) {
    .type-job .job-description .job-header ul li {
        flex-basis: 100%;
    }
}

.type-job .job-description .job-details-item {
    margin-bottom: 20px;
}

.type-job .job-description .job-details-item h3 {
    margin: 0;
    font-weight: 800;
    margin-bottom: 10px;
}

.type-job .post__footer {
    text-align: center;
}

.type-job .post__footer .apply-job-form-modal-overlay {
    visibility: hidden;
    text-align: left;
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    left: 0;
    background: rgba(1, 1, 1, 0.5);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    z-index: 99999;
    transition: all 300ms ease-in-out;
    opacity: 0;
}

.type-job .post__footer .apply-job-form-modal-overlay .apply-job-modal-container {
    background: #ffffff;
    padding: 50px;
    width: 90%;
    max-width: 600px;
    opacity: 0;
    position: relative;
    transform-origin: center;
    transform: scale(0.7);
    transition: all 300ms ease-in-out;
}

.type-job .post__footer .apply-job-form-modal-overlay .apply-job-modal-container input,
.type-job .post__footer .apply-job-form-modal-overlay .apply-job-modal-container textarea {
    border: 1px solid #999;
    color: #111;
}

.type-job .post__footer .apply-job-form-modal-overlay .apply-job-modal-container .wpcf7-submit {
    cursor: pointer;
    border: none;
}

.type-job .post__footer .apply-job-form-modal-overlay .apply-job-modal-container .wpcf7-spinner {
    display: block;
    margin: 0 auto;
    width: 24px;
    margin-top: 20px;
}

.type-job .post__footer .apply-job-form-modal-overlay .apply-job-modal-container.active {
    opacity: 1;
    transform: scale(1);
}

.type-job .post__footer .apply-job-form-modal-overlay.active {
    visibility: visible;
    opacity: 1;
}

.type-job .post__footer .career-future-job-section {
    color: black;
    padding-top: 80px;
    padding-bottom: 80px;
    text-align: left;
}

.type-job .post__footer .career-future-job-section p.future-job-title {
    font-size: 24px;
    line-height: 45px;
    font-weight: 800;
}

.type-job .post__footer .career-future-job-section p.future-job-subtitle {
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width: 1024px) {
    .type-job .post__footer .career-future-job-section {
        display: none;
    }
}

/*
 Design and developed by : shiam
*/
.main {
    min-height: 55vh;
}

.main>div>div:first-child {
    padding-top: 120px;
}

@media screen and (max-width: 768px) {
    .main>div>div:first-child {
        padding-top: 110px;
    }
}

.site-partner-container .site-partner-top-sections {
    z-index: 1;
    position: relative;
}

.site-partner-container .site-partner-top-sections:before {
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    background: linear-gradient(6deg, #1d1d1b, #1d1d1b, rgba(59, 26, 11, 0.168627451));
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container {
    height: 200px;
    position: relative;
    top: -50px;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container {
    display: flex;
    justify-content: center;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container img {
    position: absolute;
    top: 80px;
    transform-origin: 50% 102%;
}

@media screen and (max-width: 768px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container img {
        top: 30px;
    }
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container .top-bg {
    animation-name: moveInTop;
    animation-duration: 3s;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container .left-bg {
    transform: rotate(270deg);
    animation-name: moveInLeft;
    animation-duration: 3s;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container .right-bg {
    transform: rotate(90deg);
    animation-name: moveInRight;
    animation-duration: 3s;
    margin-top: 3px;
    margin-left: 3px;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container .bg-inner-container .bottom-bg {
    transform: rotate(180deg);
    animation-name: moveInBottom;
    animation-duration: 3s;
}

@media screen and (max-width: 768px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-upper-bg-container {
        height: 0;
        width: 200px;
        margin: 0 auto;
    }
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section {
    z-index: 3;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-title-container .hero-description {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-title-container .hero-description {
        font-size: 14px;
    }
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 60px;
    grid-gap: 30px;
    justify-content: center;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item {
    background: #ffffff;
    flex-direction: column;
    width: 21%;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 22px;
    position: relative;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item {
        width: 47%;
    }
}

@media screen and (max-width: 768px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item {
        width: 95%;
    }
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item .partner-item-img {
    padding: 18px 0;
    height: 70px;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item .partner-item-img img {
    height: 100%;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item .partner-border {
    border: 1px solid #e6e6e6;
    width: calc(100% + 44px);
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item .partner-item-content {
    padding: 20px 0px 30px 0px;
    margin-bottom: 80px;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item .partner-item-content p {
    color: #000000;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container .partner-item .partner-item-cta {
    padding-bottom: 35px;
    position: absolute;
    bottom: 0;
}

@media screen and (max-width: 768px) {
    .site-partner-container .site-partner-top-sections .site-top-upper-bg-wrapper .site-top-hero-section .hero-partner-container .partner-item-container {
        margin-top: 30px;
    }
}

.site-partner-container .site-partner-services-section {
    padding-top: 30px;
    padding-bottom: 0px;
}

.site-partner-container .site-partner-services-section .site-partner-title-container .partner-top-title {
    font-size: 13px;
    display: block;
    line-height: 12px;
    color: #fa4b00;
    letter-spacing: 1.7px;
    font-weight: 400;
}

.site-partner-container .site-partner-services-section .site-partner-title-container .partner-services-description {
    font-size: 20px;
    line-height: 33px;
    color: #000000;
    font-weight: 400;
}

.site-partner-container .site-partner-services-section .services-partner-container {
    padding-top: 40px;
    padding-bottom: 0px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    gap: 20px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item {
    background: #fff;
    flex: 1;
    text-align: center;
    box-sizing: border-box;
    padding: 0px 22px;
    position: relative;
    margin-bottom: 20px;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1215686275);
}

@media screen and (max-width: 1280px) {
    .site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item {
        flex: 0 0 calc(33.3333333333% - 15px);
    }
}

@media screen and (max-width: 1024px) {
    .site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media screen and (max-width: 768px) {
    .site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item {
        flex: 1 1 100%;
        margin: 0 0 30px 0;
    }
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item:nth-child(4n) {
    margin-right: 0px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item:last-child {
    margin-right: 0px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-item-img {
    padding: 30px 0;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-border {
    border: 1px solid #ffffff;
    width: calc(100% + 44px);
    margin-left: -22px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-item-content {
    padding: 20px 0px 30px 0px;
    min-height: 350px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-item-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    color: #000000;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-item-cta {
    padding-bottom: 35px;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-item-cta .phone {
    color: #fa4b00;
    font-weight: normal;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
}

.site-partner-container .site-partner-services-section .services-partner-container .partner-item-container .partner-item .partner-item-cta .country {
    color: #000000;
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    margin-bottom: 10px;
}

@keyframes moveInLeft {
    0% {
        opacity: 0;
        margin-left: -25%;
    }

    100% {
        opacity: 1;
        margin-left: 0%;
    }
}

@keyframes moveInRight {
    0% {
        opacity: 0;
        margin-left: 25%;
    }

    100% {
        opacity: 1;
        margin-left: 3px;
        margin-top: 3px;
    }
}

@keyframes moveInTop {
    0% {
        opacity: 0;
        margin-top: -25%;
    }

    100% {
        opacity: 1;
        margin-top: 0%;
    }
}

@keyframes moveInBottom {
    0% {
        opacity: 0;
        margin-top: 200px;
    }

    100% {
        opacity: 1;
        margin-top: 0%;
    }
}

.site-career-container .career-bnr-section {
    background-size: cover;
}

.site-career-container .career-bnr-section .career-bnr-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-bnr-section .career-bnr-container {
        display: flex;
        flex-direction: column;
    }
}

.site-career-container .career-bnr-section .career-bnr-container .bnr-text {
    width: 50%;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-bnr-section .career-bnr-container .bnr-text {
        width: 100%;
    }
}

.site-career-container .career-bnr-section .career-bnr-container .bnr-text .career-bnr-subtitle {
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 40px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-bnr-section .career-bnr-container .bnr-text .career-bnr-subtitle {
        font-size: 0.875rem;
        line-height: 20px;
    }
}

.site-career-container .site-career-top-sections {
    padding-top: 0 !important;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.site-career-container .site-career-top-sections .career-hero-title-container .section-title {
    font-size: 60px;
    line-height: 70px;
    max-width: 980px;
    padding: 0 15px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .site-career-top-sections .career-hero-title-container .section-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .site-career-container .site-career-top-sections .career-hero-title-container .section-title {
        font-size: 30px;
        line-height: 40px;
    }
}

.site-career-container .site-career-top-sections .career-hero-title-container .hero-subtitle {
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 40px;
    padding: 0 15px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .site-career-top-sections .career-hero-title-container .hero-subtitle {
        font-size: 14px;
        max-width: 500px;
    }
}

.site-career-container .career-culture-section {
    text-align: center;
    color: black;
    padding-top: 80px;
    position: relative;
}

.site-career-container .career-culture-section .graphics-container {
    position: absolute;
    top: -47px;
    right: 0px;
}

@media screen and (max-width: 768px) {
    .site-career-container .career-culture-section .graphics-container {
        top: -22px;
        width: 350px;
    }
}

@media screen and (max-width: 1280px) {
    .site-career-container .career-culture-section .culture-header .section-title {
        font-size: 70px;
        line-height: 80px;
    }
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-header .section-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {
    .site-career-container .career-culture-section .culture-header .section-title {
        font-size: 30px;
        line-height: 40px;
    }
}

@media screen and (max-width: 1280px) {
    .site-career-container .career-culture-section .culture-header {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-header {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 768px) {
    .site-career-container .career-culture-section .culture-header {
        margin-bottom: 20px;
    }
}

.site-career-container .career-culture-section .culture-sub-header {
    margin-bottom: 40px;
}

.site-career-container .career-culture-section .culture-sub-header p.section-sub-title {
    text-align: left;
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-sub-header p.section-sub-title {
        font-size: 16px;
    }
}

.site-career-container .career-culture-section .culture-block {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details {
    width: calc(100% - 450px);
    margin: 0;
    padding-right: 40px;
    text-align: left;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details p.culture-subtitile {
    font-size: 34px;
    line-height: 45px;
    font-weight: 800;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details p.culture-subtitile span {
    color: #FA4B00;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-block .culture-benefit-details p.culture-subtitile {
        font-size: 24px;
        line-height: 32px;
    }
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details p.culture-description {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 50px;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details .culture-points p.why-join {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details .culture-points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details .culture-points ul li {
    text-align: left;
    width: calc(50% - 20px);
    margin-bottom: 25px;
}

.site-career-container .career-culture-section .culture-block .culture-benefit-details .culture-points ul li span.heading {
    position: relative;
    top: -4px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-block .culture-benefit-details {
        text-align: center;
    }
}

.site-career-container .career-culture-section .culture-block .culture-gallery-wrapper {
    width: 450px;
    margin: 0;
}

.site-career-container .career-culture-section .culture-block .culture-gallery-wrapper .culture-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.site-career-container .career-culture-section .culture-block .culture-gallery-wrapper .culture-gallery .culture-gallery-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.site-career-container .career-culture-section .culture-block .culture-gallery-wrapper .culture-gallery .culture-gallery-item:nth-child(1) {
    flex-basis: 100%;
    margin-bottom: 15px;
}

.site-career-container .career-culture-section .culture-block .culture-gallery-wrapper .culture-gallery .culture-gallery-item:nth-child(2),
.site-career-container .career-culture-section .culture-block .culture-gallery-wrapper .culture-gallery .culture-gallery-item:nth-child(3) {
    flex-basis: calc(50% - 7px);
    height: 250px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-block .culture-gallery-wrapper {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .culture-block {
        flex-direction: column;
    }

    .site-career-container .career-culture-section .culture-block .culture-benefit-details,
    .site-career-container .career-culture-section .culture-block .culture-gallery-wrapper {
        width: 100%;
    }
}

.site-career-container .career-culture-section .career-culture-group {
    font-size: 18px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .career-culture-group {
        font-size: 16px;
    }
}

.site-career-container .career-culture-section .career-culture-group .career-culture-group-block {
    display: flex;
    align-items: flex-end;
    text-align: left;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .career-culture-group .career-culture-group-block {
        flex-direction: column;
        align-items: center;
    }
}

.site-career-container .career-culture-section .career-culture-group .career-culture-group-block .career-culture-group-item:not(:nth-child(3n)) {
    margin-right: 56px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .career-culture-group .career-culture-group-block .career-culture-group-item:not(:nth-child(3n)) {
        margin-right: 0;
    }
}

.site-career-container .career-culture-section .career-culture-group .career-culture-group-block .career-culture-group-item .career-culture-group-icon {
    margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .career-culture-group .career-culture-group-block .career-culture-group-item .career-culture-group-icon {
        text-align: center;
    }
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-culture-section .career-culture-group .career-culture-group-block .career-culture-group-description {
        margin-bottom: 20px;
    }
}

.site-career-container .career-culture-section .career-culture-group .career-culture-group-bottom-description {
    text-align: left;
    margin-top: 30px;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper {
    margin-top: 80px;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .culture-gallery-item {
    width: 222px;
    margin-right: 20px;
    position: relative;
    min-height: 300px;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .culture-gallery-item img {
    position: absolute;
    bottom: 0;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .culture-gallery-item.slick-slide.slick-current {
    width: 526px !important;
    transition: all 1s cubic-bezier(0.8, 0, 0.3, 1);
    transform: scale(1);
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-prev,
.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-next {
    top: -14%;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-prev {
    left: 0;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-next {
    left: 40px;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-prev.slick-disabled img,
.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-next.slick-disabled img {
    opacity: 0.3;
}

.site-career-container .career-culture-section .career-culture-group .career-culture-gallery-wrapper .slick-track {
    max-height: 300px;
    overflow: hidden;
}

.site-career-container .career-positions-section {
    text-align: center;
    color: black;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section {
        padding: 0px 24px;
    }
}

.site-career-container .career-positions-section .position-header {
    padding: 60px 0px;
}

.site-career-container .career-positions-section .position-header .small-career {
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 12px;
    text-transform: uppercase;
    color: #FA4B00;
}

.site-career-container .career-positions-section .position-header .position-subtitile {
    font-family: Karla;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 33px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section .position-header .position-subtitile {
        font-size: 18px !important;
        line-height: 20px;
    }
}

.site-career-container .career-positions-section .position-header .position-subtitile span {
    color: #FA4B00;
}

.site-career-container .career-positions-section .all-job .job {
    background: #fff;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.25);
    text-align: left;
    padding: 40px;
    margin: 30px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.site-career-container .career-positions-section .all-job .job .job-detail {
    width: 75%;
}

.site-career-container .career-positions-section .all-job .job .job-detail .job-title {
    font-family: Karla;
    font-style: normal;
    font-weight: 800;
    font-size: 34px !important;
    line-height: 45px;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section .all-job .job .job-detail .job-title {
        font-size: 20px;
    }
}

.site-career-container .career-positions-section .all-job .job .job-detail .job-header ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
    margin: 0;
}

.site-career-container .career-positions-section .all-job .job .job-detail .job-header ul li {
    flex-basis: calc(50% - 20px);
    margin-bottom: 8px;
    font-size: 18px !important;
}

.site-career-container .career-positions-section .all-job .job .job-detail .job-header ul li span {
    display: inline-block;
    font-weight: bold;
    margin-right: 10px;
}

.site-career-container .career-positions-section .all-job .job .job-detail .job-header ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section .all-job .job .job-detail .job-header ul li {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 480px) {
    .site-career-container .career-positions-section .all-job .job .job-detail .job-header ul li {
        flex-basis: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section .all-job .job .job-detail {
        width: 100%;
        margin-bottom: 40px;
    }
}

.site-career-container .career-positions-section .all-job .job .btn {
    padding: 5px 70px;
}

.site-career-container .career-positions-section .all-job .job .action {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-career-container .career-positions-section .all-job .job .action a {
    display: block;
    width: 100%;
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section .all-job .job .action {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .site-career-container .career-positions-section .all-job .job {
        flex-direction: column;
    }
}

.site-career-container .career-future-job-section {
    color: black;
    padding-top: 80px;
    padding-bottom: 80px;
}

.site-career-container .career-future-job-section p.future-job-title {
    font-size: 24px;
    line-height: 45px;
    font-weight: 800;
}

.site-career-container .career-future-job-section p.future-job-subtitle {
    font-size: 16px;
    line-height: 30px;
}

.page-template-template-contact .main {
    min-height: auto;
}

.site-contact-container .contact-bg {
    background-size: cover;
    font-family: Karla;
    font-style: normal;
}

.site-contact-container .contact-bg .contact-container {
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    .site-contact-container .contact-bg .contact-container {
        display: flex;
        flex-flow: column;
        align-items: center;
    }
}

.site-contact-container .contact-bg .contact-container .contact-text {
    padding: 346px 0px;
    width: 50%;
    flex-grow: 1;
    padding-right: 50px;
}

@media screen and (max-width: 1024px) {
    .site-contact-container .contact-bg .contact-container .contact-text {
        padding: 50px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .site-contact-container .contact-bg .contact-container .contact-text {
        padding: 30px 0px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .site-contact-container .contact-bg .contact-container .contact-text {
        padding: 20px 0px;
        width: 100%;
    }
}

.site-contact-container .contact-bg .contact-container .contact-text p {
    font-weight: 500;
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 5px;
}

@media screen and (max-width: 1024px) {
    .site-contact-container .contact-bg .contact-container .contact-text p {
        font-size: 20px;
        line-height: 30px;
    }
}

@media screen and (max-width: 768px) {
    .site-contact-container .contact-bg .contact-container .contact-text p {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-contact-container .contact-bg .contact-container .contact-text .catch-up {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-contact-container .contact-bg .contact-container .contact-text .catch-up small {
    font-size: 18px;
    line-height: 30px;
}

@media screen and (max-width: 768px) {
    .site-contact-container .contact-bg .contact-container .contact-text .catch-up small {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-contact-container .contact-bg .contact-container .contact-text .catch-up .graphics-container {
    width: 70%;
}

.site-contact-container .contact-bg .contact-container .cantact-form {
    width: 35%;
    background-color: transparent;
    color: black;
    margin: 170px 0px;
    position: relative;
    transition: all 0.25s ease-in-out;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container {
    min-height: 120px;
    background-color: #FFFFFF;
    transition: all 0.25s ease-in-out;
    position: relative;
    padding: 20px;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container span.contact-form-message-close {
    display: none;
    position: absolute;
    right: 10px;
    top: -15px;
    color: red;
    font-size: 40px;
    cursor: pointer;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form {
    background-color: white;
    padding: 35px;
    transition: max-height 0.5s ease;
    max-height: 1000px;
    overflow: hidden;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form span {
    color: red;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form input,
.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form textarea {
    border: 1px solid #999999;
    color: #111111;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form textarea::-webkit-resizer {
    display: none;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form .agree {
    margin: 20px 0px;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form .agree>label {
    font-size: 14px;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form .please-note {
    color: gray;
    font-size: 14px;
    font-style: italic !important;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form .form-send-btn {
    text-align: center;
    background-color: #FA4B00;
    width: 100%;
    padding: 10px;
    color: white;
    margin-top: 20px;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form input[type=checkbox] {
    position: relative;
    top: 1px;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form.disabled {
    opacity: 0.1;
    pointer-events: none;
    max-height: 0;
    padding: 0;
}

@media screen and (max-width: 768px) {
    .site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container form {
        padding: 15px;
    }
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container .write-to-us-submission-message {
    text-align: center;
    margin-bottom: 0;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container .hs-form-iframe .hs_submit .actions {
    text-align: center !important;
}

.site-contact-container .contact-bg .contact-container .cantact-form .write-to-us-form-container .hs-form-iframe .hs_submit .actions input {
    font-size: 16px;
    line-height: 26px;
    width: 250px;
}

@media screen and (max-width: 1024px) {
    .site-contact-container .contact-bg .contact-container .cantact-form {
        margin: 0px 0px 100px;
        width: 100%;
    }
}

.site-contact-container .contact-bg .contact-container .cantact-form.submitted-form {
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.site-contact-container .contact-bg .contact-container .cantact-form.submitted-form span.contact-form-message-close {
    display: block;
}

.site-contact-container .contact-bg .contact-container .write-to-us-form-container.loading::before {
    margin-top: 0;
}

.site-contact-container .contact-bg .contact-container .form-success {
    transition: all 0.5s ease-in-out;
    position: relative;
    left: 0;
    top: 50px;
    width: 100%;
    border: 1px solid;
    width: 90%;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .site-contact-container .contact-bg .contact-container .hero-title {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

.contact-success-message-overlay {
    top: 0;
    left: 0;
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: rgba(1, 1, 1, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 99999;
}

.contact-success-message-overlay .success-message-container {
    width: 97%;
    max-width: 450px;
    background: #FFFFFF;
    color: #FA4B00;
    text-align: center;
    padding: 20px;
    position: relative;
    top: -50px;
    transition: all 0.3s ease;
}

.contact-success-message-overlay .success-message-container span.contact-form-message-close {
    position: absolute;
    top: -25px;
    right: 5px;
    font-size: 50px;
    color: red;
    cursor: pointer;
}

.contact-success-message-overlay.active {
    visibility: visible;
    opacity: 1;
}

.contact-success-message-overlay.active .success-message-container {
    top: 0;
}

.site-thankyou-top-sections {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 20px;
    padding-bottom: 50px;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-thankyou-top-sections h1 {
    font-size: 40px;
    line-height: 70px;
}

@media screen and (max-width: 1024px) {
    .site-thankyou-top-sections h1 {
        font-size: 30px;
        line-height: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-thankyou-top-sections h1 {
        font-size: 24px;
        line-height: 36px;
    }
}

.site-thankyou-top-sections p.thankyou-description {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .site-thankyou-top-sections p.thankyou-description {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 768px) {
    .site-thankyou-top-sections p.thankyou-description {
        font-size: 16px;
        line-height: 20px;
    }
}

.site-thankyou-top-sections .thankyou-tick-icon img.tick-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    .site-thankyou-top-sections .thankyou-tick-icon img.tick-icon {
        width: 60px;
        height: 60px;
        margin-bottom: 25px;
    }
}

p.site-copyrite-text {
    font-size: .8em;
    width: 100%;
    padding-left: 20px;
}

@media screen and (max-width: 1024px) {
    p.site-copyrite-text {
        padding-left: 0;
    }
}



/* Landing page v2 */
@charset "UTF-8";

.site-landing-v2-container {
    background-color: #F2F2F2;
    color: #000000;
}

.site-landing-v2-container .button-filled {
    transition: 0.5s;
    text-align: center;
    padding: 0;
    width: 230px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

@media (max-width: 600px) {
    .site-landing-v2-container .button-filled {
        width: 200px;
    }
}

.site-landing-v2-container .button-filled:hover span {
    padding-right: 20px;
}

.site-landing-v2-container .button-filled:hover span:after {
    opacity: 1;
    right: 0;
}

.site-landing-v2-container .button-filled span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.site-landing-v2-container .button-filled span:after {
    content: "»";
    position: absolute;
    opacity: 0;
    top: 0;
    right: -10px;
    transition: 0.5s;
}

.site-landing-v2-container .landing-cta:hover span {
    animation: bouncex 1.6s linear infinite;
}

.site-landing-v2-container .landing-cta span.arrow {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-repeat: no-repeat;
}

.site-landing-v2-container .site-landing-v2-top-section {
    position: relative;
    padding-top: 70px !important;
    background: linear-gradient(45deg, #FA4B00 -70%, #351B10 50%);
    color: #FFFFFF;
    position: relative;
}

.site-landing-v2-container .site-landing-v2-top-section .background-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.15;
    left: 0;
    top: 0;
    z-index: 1;
}

.site-landing-v2-container .site-landing-v2-top-section .header-content {
    padding-bottom: 90px;
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 100;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content {
        display: block;
        height: auto;
        padding-bottom: 50px;
        padding-top: 50px;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-left {
    flex-basis: 57%;
    position: relative;
    z-index: 100;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left {
        display: flex;
        text-align: center;
        flex-direction: column;
        justify-content: content;
        align-items: center;
        margin-bottom: 50px;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-left h1 {
    font-size: 56px;
    line-height: 64px;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1200px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left h1 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left h1 {
        font-size: 28px;
        line-height: 35px;
        max-width: 560px;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list {
    list-style: none;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    margin-left: 0;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item {
    font-size: 24px;
    line-height: 30px;
    display: flex;
    margin-bottom: 5px;
    text-align: left;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item {
        font-size: 18px;
        line-height: 24px;
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item span.tick {
    display: inline-block;
    height: 35px;
    width: 29px;
    margin-right: 5px;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item span.tick {
        width: 24px;
        height: 24px;
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item span.tick {
        width: 20px;
        height: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item span.heading {
    position: relative;
    top: -4px;
    width: calc(100% - 29px);
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item span.heading {
        top: -2px;
        width: calc(100% - 24px);
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left ul.usp-list li.usp-list-item span.heading {
        width: calc(100% - 20px);
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-left a {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-right {
    flex-basis: 43%;
    max-width: 469px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-right {
        margin: 0 auto;
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-right img {
    width: 100%;
    object-fit: contain;
    padding-left: 20px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-top-section .header-content .content-right img {
        padding: 0;
    }
}

.site-landing-v2-container .site-landing-v2-top-section .header-content .content-right svg {
    width: 100%;
    height: auto;
}

.site-landing-v2-container .site-landing-v2-brands-section {
    background-color: #FFFFFF;
    padding-top: 50px;
}

.site-landing-v2-container .site-landing-v2-brands-section .trusted-by-brand-title {
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-brands-section .trusted-by-brand-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    padding: 10px;
    list-style: none;
    margin: 0;
    text-align: center;
    justify-content: center;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list {
        margin-right: -15px;
    }

    .site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list {
        margin-right: -15px !important;
    }
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
}

@media (max-width: 1200px) {
    .site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
    }
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item {
        flex: 1 1 calc(33.3333% - 20px);
        max-width: calc(33.3333% - 20px);
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    @supports (-webkit-touch-callout: none) and (not (translate: none)) {
        .site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item {
            margin-right: 10px;
            margin-bottom: 10px;
        }

        .site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item {
            margin-right: 10px;
            margin-bottom: 10px;
        }
    }
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item a {
    position: relative;
    display: block;
    pointer-events: none;
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item a img {
    position: relative;
    z-index: 20;
    background: #FFFFFF;
    width: 258px;
    height: 107px;
    object-fit: contain;
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item:hover a:before {
    animation: steam 30s linear infinite;
    opacity: 1;
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item:hover a:after {
    animation: steam 30s linear infinite;
    opacity: 1;
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item a:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    background: linear-gradient(45deg, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF);
    background-size: 400%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.site-landing-v2-container .site-landing-v2-brands-section ul.trusted-by-brand-list li.brand-list-item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF);
    background-size: 400%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    filter: blur(50px);
}

.site-landing-v2-container .site-landing-v2-agency-section {
    background-color: #FFFFFF;
    padding-bottom: 50px;
    padding-top: 50px;
}

.site-landing-v2-container .site-landing-v2-agency-section .trusted-by-brand-title {
    color: #000000;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-agency-section .trusted-by-brand-title {
        font-size: 20px;
        line-height: 26px;
    }
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list {
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
    padding: 10px;
    list-style: none;
    margin: 0;
    text-align: center;
    justify-content: center;
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item {
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
}

@media (max-width: 1200px) {
    .site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
        box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
    }
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item {
        flex: 1 1 calc(33.3333% - 20px);
        max-width: calc(33.3333% - 20px);
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item a {
    position: relative;
    display: block;
    pointer-events: none;
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item a img {
    position: relative;
    z-index: 20;
    background: #FFFFFF;
    width: 258px;
    height: 107px;
    object-fit: contain;
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item:hover a:before {
    animation: steam 30s linear infinite;
    opacity: 1;
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item:hover a:after {
    animation: steam 30s linear infinite;
    opacity: 1;
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF);
    background-size: 400%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.site-landing-v2-container .site-landing-v2-agency-section ul.trusted-by-brand-list li.brand-list-item a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF);
    background-size: 400%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    filter: blur(50px);
}

.site-landing-v2-container .site-landing-v2-what-we-do-section {
    background-color: #FFFFFF;
    padding-top: 50px;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-header {
    margin: 0 auto;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-header h6 {
    color: #FA4B00;
    font-size: 28px;
    line-height: 35px;
    margin: 0 0 20px 0;
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-header h6 {
        margin: 0 0 15px 0;
        font-size: 20px;
        line-height: 24px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-header h1 {
    color: #000000;
    font-size: 48px;
    line-height: 62.4px;
    max-width: 840px;
    margin: 0 auto 20px auto;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-header h1 {
        font-size: 34px;
        line-height: 44px;
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-header h1 {
        font-size: 26px;
        line-height: 34px;
        margin: 0 0 15px 0;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-header p {
    color: #000000;
    max-width: 620px;
    margin: 0 auto;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container {
        flex-direction: column;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item {
    display: flex;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item {
        flex-direction: column;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light {
    padding: 170px 120px;
    flex: 50%;
    color: #000000;
    display: flex;
    align-items: center;
}

@media (max-width: 1024px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light {
        padding: 90px 60px;
    }
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light {
        padding: 90px 40px;
    }
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light {
        padding: 50px 30px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper p.short-title {
    color: #FA4B00;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper p.short-title {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper h3.title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper h3.title {
        font-size: 20px;
        line-height: 24px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper p.description {
    font-size: 16px;
    line-height: 20px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper p.description {
        font-size: 14px;
        line-height: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper a {
    color: #FA4B00;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    top: 1px;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper a span {
        margin-left: 10px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-light .column-content-wrapper a:hover {
    color: #FA4B00;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark {
    padding: 165px 120px;
    flex: 50%;
    color: #ffffff;
    background-color: #000000;
    order: 2;
    display: flex;
    align-items: center;
    font-size: 32px;
    position: relative;
}

@media (max-width: 1024px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark {
        padding: 120px 60px;
    }
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark {
        padding: 120px 40px;
    }
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark {
        padding: 90px 30px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper {
    position: relative;
    z-index: 10;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper span.orange-quote-icon {
    display: block;
    width: 192px;
    height: 145px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: -40px;
    top: -90px;
    opacity: 0.7;
    z-index: -1;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper span.orange-quote-icon {
        width: 118px;
        left: -10px;
        top: -75px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper .testimonial-text {
    font-size: 28px;
    line-height: 48px;
    font-style: italic;
}

@media (max-width: 1200px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper .testimonial-text {
        line-height: 45px;
    }
}

@media (max-width: 1024px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper .testimonial-text {
        font-size: 24px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper .testimonial-text {
        font-size: 20px;
        line-height: 34px;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper .testimonial-author {
    font-size: 18px;
    line-height: 22px;
    margin: 0;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item .item-column-dark .column-content-wrapper .testimonial-designation {
    font-size: 18px;
    line-height: 22px;
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(even) .item-column-light {
    order: 2;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(even) .item-column-light {
        order: 1;
        justify-content: center;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(even) .item-column-dark {
    order: 1;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(even) .item-column-dark {
        order: 1;
        justify-content: center;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(odd) .item-column-light {
    order: 1;
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(odd) .item-column-light {
        order: 1;
        justify-content: center;
    }
}

.site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(odd) .item-column-dark {
    order: 2;
    justify-content: flex-start;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-what-we-do-section .section-services-container .servies-item:nth-child(odd) .item-column-dark {
        order: 1;
        justify-content: center;
    }
}

.site-landing-v2-container .site-landing-v2-boost-testing-section {
    color: #000000;
    padding-top: 50px;
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-header h1 {
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 30px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-boost-testing-section .section-header h1 {
        font-size: 34px;
        line-height: 38px;
    }
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-boost-testing-section .section-header h1 {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item {
    background-color: #FFFFFF;
    padding: 30px 20px;
    flex: 1 1 calc(33.3333% - 20px);
    transition: all 0.25s ease-in-out;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item:hover {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.16);
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item {
        flex: 1 100%;
        align-items: center;
    }

    @supports (-webkit-touch-callout: none) and (not (translate: none)) {
        .site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item {
            margin-bottom: 20px;
        }
    }
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item {
        align-items: center;
    }
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item img.point-icon {
    margin-bottom: 15px;
    flex: 1 1 56px;
    height: 56px;
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item p {
    margin: 0;
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item p.point-title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    flex: 1 1 calc(100% - 60px);
    padding-left: 15px;
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item p.point-title {
        font-size: 18px;
        line-height: 24px;
    }
}

.site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item p.point-details {
    line-height: 24px;
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-boost-testing-section .section-points-container .boost-points-item p.point-details {
        font-size: 14px;
    }
}

.site-landing-v2-container .site-landing-v2-tech-partners-section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-header h1 {
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 50px;
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    row-gap: 15px;
    list-style: none;
    margin-left: 0;
    text-align: center;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items {
        margin-right: -15px !important;
    }
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item {
    position: relative;
    flex: 1 1 calc(20% - 20px);
    max-width: calc(20% - 20px);
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item {
        flex: 1 1 calc(25% - 20px);
        max-width: calc(25% - 20px);
    }
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item {
        flex: 1 1 calc(33.3333% - 20px);
        max-width: calc(33.3333% - 20px);
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item {
        flex: 1 1 calc(50% - 20px);
        max-width: calc(50% - 20px);
    }

    @supports (-webkit-touch-callout: none) and (not (translate: none)) {
        .site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item {
            margin-right: 15px;
            margin-bottom: 15px;
        }
    }
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item:hover:before {
    animation: steam 30s linear infinite;
    opacity: 1;
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item:hover:after {
    animation: steam 30s linear infinite;
    opacity: 1;
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF);
    background-size: 400%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(45deg, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF, #351B10, #FFFFFF);
    background-size: 400%;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    filter: blur(50px);
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item a {
    position: relative;
    display: block;
    transition: all 0.25s ease-in-out;
    background-color: #F2F2F2;
    z-index: 25;
    pointer-events: none;
    padding: 10px 10px;
}

.site-landing-v2-container .site-landing-v2-tech-partners-section .section-tech-partners-container ul.tech-partner-items li.tech-partners-item a img {
    position: relative;
    z-index: 20;
    height: 60px;
    object-fit: contain;
}

.site-landing-v2-container .site-landing-v2-case-studies-section {
    padding-bottom: 50px;
    padding-top: 50px;
    background-color: #FFFFFF;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-header h1 {
    color: #000000;
    font-size: 48px;
    line-height: 54px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-header h1 {
        font-size: 34px;
        line-height: 40px;
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-header h1 {
        font-size: 26px;
        line-height: 30px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item {
    display: flex;
    flex-wrap: wrap;
    padding: 25px;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    border: 1px solid #F2F2F2;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.16);
    transition: all 0.25s ease-in-out;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item.middle-of-viewport {
    border-color: #c9c9c9;
    background-color: #FFF4F0;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item.middle-of-viewport .description-container .case-progress {
    background-color: #ffd9cb;
    color: #515151;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item.middle-of-viewport .landing-cta span {
    animation: bouncex 1.6s linear infinite;
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item {
        display: block;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .screenshot-container {
    flex: 40%;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .screenshot-container {
        flex: 100%;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .screenshot-container img {
    width: 100%;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container {
    flex: 30%;
    padding: 0 30px 0 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container {
        flex: 100%;
        padding: 0;
        margin-top: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details h2 {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details h2 {
        font-size: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details p {
    margin: 0;
    margin-bottom: 20px;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details p.case-description {
    margin-top: 25px !important;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details p.case-tags {
    display: flex;
    column-gap: 5px;
    row-gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details p.case-tags span.case-tag {
    color: #686A6E;
    border: 1px solid #686A6E !important;
    padding: 5px 15px;
    border-radius: 20px;
    display: block;
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details p.case-tags span.case-tag {
        font-size: 12px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details pp.case-description {
    margin-top: 20px !important;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 768px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-details pp.case-description {
        font-size: 14px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-progress {
    background-color: #FFF4F0;
    width: 100%;
    max-width: 257px;
    padding: 15px;
    color: #686A6E;
    transition: all 0.25s ease-in-out;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-progress span.case-progess-amount {
    font-size: 58px;
    line-height: 65px;
    display: block;
    margin: 0;
    font-weight: 700;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .description-container .case-progress span.case-progess-text {
    font-size: 20px;
    line-height: 25px;
    font-weight: 700;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .tesimonial-container {
    flex: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 40px;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .tesimonial-container p.case-testimonial {
    font-style: italic;
}

@media (max-width: 1024px) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .tesimonial-container {
        flex: 100%;
        border: none;
        padding: 0;
        margin-top: 20px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .tesimonial-container a {
    color: #000000;
    text-decoration: none;
    display: flex;
    align-items: center;
    column-gap: 10px;
    position: relative;
    font-weight: bold;
    top: 1px;
}

@supports (-webkit-touch-callout: none) and (not (translate: none)) {
    .site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .tesimonial-container a span {
        margin-left: 10px;
    }
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .tech-partner-items .tech-partners-item .tesimonial-container a:hover {
    color: #000000;
}

.site-landing-v2-container .site-landing-v2-case-studies-section .section-case-studies-container .case-studies-cta {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.site-landing-v2-container .site-landing-v2-dark-banner-section {
    background-color: #1C1A1A;
    padding-bottom: 90px;
    padding-top: 90px;
}

.site-landing-v2-container .site-landing-v2-dark-banner-section .section-header h1 {
    color: #FFFFFF;
    font-size: 48px;
    line-height: 54px;
}

@media (max-width: 1024px) {
    .site-landing-v2-container .site-landing-v2-dark-banner-section .section-header h1 {
        font-size: 28px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .site-landing-v2-container .site-landing-v2-dark-banner-section .section-header h1 {
        font-size: 24px;
        line-height: 32px;
    }
}

@media (max-width: 600px) {
    .site-landing-v2-container .site-landing-v2-dark-banner-section .section-header h1 {
        font-size: 20px;
        line-height: 24px;
    }
}

.site-landing-v2-container .site-landing-write-to-us-section {
    background: #F2F2F2;
}

.site-landing-v2-container .site-landing-write-to-us-section .write-to-us-main-container .section-header {
    margin-bottom: 0;
}

.site-landing-v2-container .site-landing-write-to-us-section .write-to-us-main-container .section-header .section-title {
    margin: 0;
}



@keyframes bouncey {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes bouncex {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-7px);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes steam {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 400% 0;
    }

    100% {

        background-position: 0 0;
    }
}


/* Error page style start*/
.pb {
    padding-bottom: 32px;
}

.pb-80 {
    padding-bottom: 80px;
}

.error_div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0 !important;
}

.error_div .error_banner {
    display: flex;
    justify-content: center;
}

.error_div .error_title h1 {
    font-size: 60px;
    display: flex;
    justify-content: center;
}

.error_div .error_title span {
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0001);
}


.error_div .error_description {
    width: 100%;
    display: flex;
    justify-content: center;

}

.error_div .error_description p {
    font-size: 24px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 953px;
    text-align: center;
}

.error_div .error_back_link {
    width: 100%;
    display: flex;
    justify-content: center;
}

.error_div .error_back_link a {
    letter-spacing: 1.5px;
    text-transform: capitalize;
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .pb {
        padding-bottom: 16px;
    }

    .error_div .error_title h1 {
        font-size: 30px;
        flex-direction: column;
        text-align: center;
    }

    .error_div .error_description p {
        font-size: 16px;
        line-height: 150%;
    }
}

/* Error page style start*/

/* Contact V2 styles start */
.contact-v2-bg {
    padding-bottom: 80px;
}

.contact-v2-bg .catch-up {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-v2-bg .contact-container.container .contact-text .hero-subtitle {
    font-size: 28px;
    line-height: 40px;
}

.contact-v2-bg .contact-container.container .contact-text .hero-title.section-title-dark {
    font-size: 40px;
    line-height: 60px;
}

.contact-v2-bg .contact-container.container .contact-text {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
    max-width: 470px;
    padding-right: 24px;
}

.contact-v2-bg .contact-container.container .contact-text .service_details_div ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: 0;
    gap: 16px;
}

.contact-v2-bg .contact-container.container .service_details .service_text {
    font-size: 16px;
    line-height: 18.7px;
}

.contact-v2-bg .contact-container.container .contact-text .service_details_div .service_details_icon {
    width: 100%;
    max-width: 20px;
}

.contact-v2-bg .contact-container.container .service_details {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 16px;
}

.contact-v2-bg .contact-container.container .contact-text .graphics-container {
    margin-top: 36px;
}

.contact-v2-bg .contact-container.container {
    margin-top: -294px;
}

.contact-v2-bg .contact-container.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-v2-bg .contact-container.container .cantact-form {
    width: 100%;
    max-width: 637px;
    padding: 24px;
    background: white;
    border-radius: 8px;
}

/* FAQ part start */

.faq-container .faq-heading {
    text-align: center;
    padding: 32px 0 24px 0;
}

.faq-container .faq-heading .faq-header {
    padding-bottom: 24px;
    ;
}

.faq-container .faq-heading .faq-sub-header {
    color: black;
}

/* Accordion start */
.faq-container .faq-inner-container {
    width: 100%;
    margin: 0 auto;
    padding-top: 36px;
    padding-bottom: 36px;
}

.faq-item {
    background-color: #fff;
    border-top: 1px solid #ddd;
    overflow: hidden;
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    width: 100%;
    background-color: white;
    color: black;
    padding: 15px;
    border: none;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
    font-weight: 500;
    font-size: 20px;
    line-height: 23px;
}

.faq-question.active {
    background-color: #f2f2f2;
}

.faq_arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in;
    width: 100%;
    max-width: 24px;
}

.faq-question.active .faq_arrow {
    transform: rotate(180deg);
    transition: 0.3s ease-in;
}

.faq-answer {
    display: none;
    color: #000;
    padding: 15px;
    background-color: transparent;
    border-top: 1px solid #ddd;
}

.faq-answer p {
    margin: 0;
}

/* Accordion end */


/* Resopnsive CSS start*/

@media screen and (max-width: 1024px) {
    .contact-v2-bg .hero-title.section-title-dark {
        font-size: 1.875rem;
        margin: 0 auto;
    }

    .contact-v2-bg .contact-container.container .contact-text .hero-subtitle {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 768px) {

    .contact-v2-bg {
        position: relative;
    }

    .contact-v2-bg .catch-up {
        position: absolute;
        width: 100%;
    }

    .contact-v2-bg .catch-up .graphics-container {
        width: 100%;
        overflow-x: hidden;
    }

    .contact-v2-bg .catch-up .graphics-container img {
        max-width: fit-content;
    }

    .contact-v2-bg .hero-title.section-title-dark {
        font-size: 30px !important;
        font-weight: 700;
        line-height: 40px;
    }

    .contact-v2-bg .contact-container.container .contact-text .hero-subtitle {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .contact-v2-bg .contact-container.container {
        flex-direction: column;
        margin-top: 0;
    }

    .contact-v2-bg .contact-container.container .contact-text {
        padding-right: 0;
    }

    .contact-v2-bg .contact-container.container .contact-text .graphics-container {
        margin-bottom: 24px;
        overflow-x: hidden;
        width: 100%;
    }

    .contact-v2-bg .contact-container.container .service_details {
        gap: 8px;
    }

    .contact-v2-bg .contact-container.container .service_details .service_text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .faq-container {
        margin: 0 8px;
    }

    .faq-container .faq-question {
        padding: 16px 0;
        align-items: flex-start;
    }

    .faq-container .faq-question .question_text {
        font-weight: 500;
        font-size: 14px;
        line-height: 21px;
    }

    .faq-container .faq-question .faq_arrow {
        max-width: 13px;
        margin-top: 8px;
    }

    .faq-container .faq-answer {
        padding: 16px 0;
    }

    .faq-container .faq-answer p {
        font-weight: 400;
        font-size: 14px;
        line-height: 21px;
    }

    .faq-container .faq-heading .faq-sub-header p {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
    }
}

/* Resopnsive CSS end*/

/* FAQ part end */

/* Contact V2 styles end */




/**
 * A/B Testing Landing Page
 */

.text-primary {
    color: #FA4B00 !important;
}

.text-dark {
    color: #000 !important;
}

.text-light-dark {
    color: #000 !important;
    opacity: 70% !important;
}

.abtest-section-header {
    padding-left: 70px;
    padding-top: 126.5px;
}

.abtest-subtutile {
    font-size: 28px;
    line-height: 42px;
}

.text-bold {
    font-weight: 800;
}

.abtest-cro-button {
    font-size: 20px;
    line-height: 28px;
}

.result-group .result-group-block {
    display: flex;
    align-items: flex-end;
    text-align: center;
    justify-content: center;
    padding-top: 1rem;
}

.abtest-hero-section-container {
    padding: 130px 70px;
    display: flex;
    overflow: hidden;
}

.abtest-brand-section-container {
    padding: 103px 70px
}

.abtest-process-section-container {
    padding: 103px 70px;
}

.abtest-tool-section-container {
    padding: 0 70px 105px 70px
}

.abtest-testimonial-section-container {
    padding: 103px 70px;
}

.bg-light-grey {
    background-color: #F5F5F5 !important;
    ;
}

.bg-dark {
    background-color: #000 !important;
}

.webkit-center {
    text-align: -webkit-center;
}

.abtest-section-title {
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    line-height: 41.6px;
    letter-spacing: -1px;
    margin-bottom: 15px !important;
}

.abtest-result-section-container {
    padding: 103px 70px;
}

.abtest-hero-title-container {
    top: 126.5;
    gap: 32px;
    margin-bottom: 18px;
}

.abtest-hero-title-container .hero-section-title {
    font-weight: 700;
    font-size: 50px;
    line-height: 58.45px;
    margin: 0px;
}

.abtest-hero-title-container .hero-subtitle {
    font-weight: 400;
    font-size: 28px;
    line-height: 42px;
    margin-top: 20px;
    margin-bottom: 34px;
}

.bullet-headline {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.2px;
    padding-left: 8px;
}

.bullet-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.2px;
}

.abtest-bullet-item {
    display: flex;
    margin-bottom: 16px;
}

.hero-cta-button {
    height: 73px;
    padding: 23px 45px;
    margin-top: 15px;
    font-size: 20px;
    font-weight: 800;
}

.brand-group-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    padding-top: 2.5rem;
}

.process-group-icon {
    background-color: #FA4B00;
    border-radius: 50%;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 14px 32px #d1683c6b;
}

.process-group-block {
    display: flex;
    justify-content: space-between;
    text-align: center;
    gap: 20px;
    padding-top: 35px;
    text-align: -webkit-center;
}

.process-group-title {
    font-size: 24px;
    font-weight: 700;
    padding-top: 17px;
    padding-bottom: 5px;
}

.process-group-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #000;
    opacity: 70%;
}

.process-group-item {
    max-width: 302.5px;
}

.tool-subsection-title {
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.qa-tool-section {
    padding: 20px;
    text-align: center;
    width: 100%;
    margin: 30px 30px 0 0;
}

.analytics-tool-section {
    padding: 20px;
    text-align: center;
    width: 100%;
    margin-top: 30px;
}

.optimize-tool-section {
    padding: 20px;
    text-align: center;
    margin-top: 4rem;
}

.result-group-items {
    display: flex;
    max-width: 69%;
    overflow: hidden;
    min-height: 34em;
}

.site-result-cta-sections {
    width: 420px;
    height: 433px;
    position: relative;
    bottom: 90px;
    margin-left: 1.5rem;
}

.result-number {
    font-weight: 800;
    font-size: 38.15px;
    line-height: 28.61px;
    letter-spacing: -0.34px;
    padding-bottom: 10px;
}

.result-item-title {
    text-align: right;
    font-size: 14px;
    font-weight: 500;
    line-height: 20.51px;
    letter-spacing: -0.34px;
    position: relative;
    top: 177px;
    padding-right: 16px;
    padding-bottom: 30px;
    opacity: 90%;
}

.result-item-description {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.34px;
    padding-top: 12px;
    opacity: 90%;
}

.result-item-brand-section {
    position: relative;
    top: 160px;
    text-align: left;
    padding: 16px;
}

.case-study-link {
    font-weight: 700;
    font-size: 14px;
    line-height: 20.51px;
    letter-spacing: -0.48px;
    padding-top: 16px;
    opacity: 90%;
    color: white;
}

.testimonial-backgorund-icon {
    position: absolute;
    right: 1rem;
    top: 1rem;
}

.result-item-thin-line {
    width: 100%;
    height: 0.5px;
    background-color: #B1B1B1 !important;
    top: 159px;
    position: relative;
    opacity: 90%;
}

.cta-image {
    padding-top: 41px;
}

.result-cta-section-title {
    padding-top: 30px;
    padding-left: 65px;
    padding-right: 65px;
    font-weight: 700;
    font-size: 26px;
    line-height: 28px;
    letter-spacing: -0.48px;
    text-align: center;
    opacity: 90%;
}

.result-cta-subtitle {
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.34px;
    opacity: 90%;
    text-align: center;
    padding: 20px 65px;
}

.result-cta-button {
    width: 266px;
    height: 72px;
    align-content: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
    margin-top: 10px;
}

.abtest-footer {
    background-color: #000 !important;
}

.bg-grey {
    background: #292929;
    opacity: 70%;
}

.abtest-contact-from {
    height: 660px;
    width: 100%;
    position: relative;
    padding-bottom: 60px;
}

.contact-cta-call-button {
    position: absolute;
    bottom: 45px;
    transform: translateX(393px);
    left: calc((100vw - 70px - 1300px) / 2);
    ;
}

#write-to-us-form {
    position: relative;
}

.swiper-container {
    position: relative;
}

.result-swiper {
    max-width: 100%;
    height: auto;
    /* overflow-x: hidden;
  overflow-y: hidden; */
    /* overflow: hidden; */

}

.site-result-item-section {
    height: 400px;
    width: 275px;
    margin: 18px 20px 18px 0 !important;
    background-size: auto;

    max-width: 275px !important;
    flex-shrink: unset;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.swiper-button-next,
.swiper-button-prev {
    background: #FA4B00;
    color: #fff !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 20px !important;
    font-weight: 800 !important;
}

.swiper-button-disabled {
    background: transparent !important;
    border: 1px solid gray;
    color: gray !important;
}

.swiper-scrollbar {
    transform: translate(-13px, 50px);
    width: 80% !important;
}

.result-next {
    bottom: -3.5rem !important;
    top: unset !important;
    left: unset !important;
    right: 0px !important;
    transform: translateY(100%) !important;
}

.result-prev {
    bottom: -3.5rem !important;
    top: unset !important;
    left: calc(80% + 1rem) !important;
    right: 0 !important;
    transform: translateY(100%) !important;
}

.result-swiper-scrollbar {
    bottom: -2rem !important;
}

.testimonial-next {
    top: unset !important;
    left: unset !important;
    right: 0 !important;
    bottom: -1rem !important;
    transform: translateY(calc(100% + 16px));
}

.testimonial-prev {
    top: unset !important;
    left: calc(80% + 30px) !important;
    right: unset !important;
    bottom: -1rem !important;
    transform: translateY(calc(100% + 16px));
}

.result-swiper {
    height: 433px;
}

.testimonial-group-block {
    overflow: hidden;
    padding-bottom: 5rem;
}

.icon-section {
    min-height: 20em;
    position: relative;
    min-width: 42%;
}

.icon-block {
    position: absolute;
}

.icon-box {}

.hero-form-subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    opacity: 70%;
    margin-bottom: 3em;
}

.result-right-arrow-icon {
    width: 1rem;
    color: white;
    margin: 0.2rem 0.3rem;
}

@keyframes rotateZoomInOnLoad {
    from {
        transform: rotate(15deg) scale(.3);
    }

    to {
        transform: rotate(0deg) scale(1);
    }
}


.icon-1 {
    transform: translate(145px, -60px);
}

.icon-2 {
    transform: translate(390px, -145px);
}

.icon-3 {
    transform: translate(274px, -145px);
}

.icon-4 {
    transform: translate(85px, -145px);
}

.icon-5 {
    transform: translate(490px, -185px);

}

.icon-6 {
    transform: translate(245px, -210px);
}

.icon-7 {
    transform: translate(400px, -220px);
}

.icon-8 {
    transform: translate(120px, -245px);
}

.icon-9 {
    transform: translate(250px, -280px)
}

.icon-10 {
    transform: translate(480px, -370px);
}

.icon-inner {
    border: 1px solid #EBEBEB;
    border-radius: 15px;
    width: 90px;
    height: 90px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1;
    padding: 25px;
    display: inline-block;
    /* Required for transform animations */
    animation: rotateZoomInOnLoad .5s ease-out forwards;
}

.cta-section-block {
    width: 100%;
    padding-left: 100px;
}

.cta-section-icons {
    width: 100%;
    padding-left: 70px
}

.abtest-form-section-container {
    padding: 100px 70px 0px 70px;
}

.abtest-contact-from {
    padding-bottom: 60px;
}

.abtest-write-to-us-form-container {
    max-width: 100% !important;
    padding: 15px 30px !important;
}

.testimonial-group-item {
    padding: 30px;
    width: 530px;
    min-height: 312px !important;
}

.testimonial-group-description {
    opacity: 90%;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.5px;
}

.testimonial-client-section {
    display: flex;
}

.testimonial-client-info {
    padding-left: 15px;
    padding-top: 5px;
}

.testimonial-client-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2px;
}


.testimonial-client-subtitle {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2px;
    opacity: 70%;
}

.cta-group-description {
    font-weight: 700;
    font-size: 44px;
    line-height: 57.2px;
    letter-spacing: -1.5px;
    padding: 30px 0;
}

.cta-section-cta-button,
.cta-form-cta-button {
    width: 391px;
    height: 72px;
    text-align: center;
    font-size: 20px;
    padding: 22px 30px;
    line-height: 28px;
    border: 1px solid #FA4B00;
    font-weight: 800;
}

.contact-or {
    margin: 0;
    align-content: center;
    text-align: center;
    padding: 0 32px;
}

.contact-cta-button {
    display: flex;
}

.site-testimonial-top-sections {
    min-height: 250px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.tool-section-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0px;
    margin: 0 auto;
}

.tool-icon {
    padding: 20px;
    text-align: center;
}

.tool-group-section {
    display: flex;
}

.tool-secondary-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    max-width: 1200px;
    margin: 0 auto
}

.tool-secondary-section-icon {
    flex: 1 1 15%;
    padding: 20px;
    text-align: center;
}

.cta-block {
    display: flex;
    justify-content: center;
    align-items: center;
}

.process-group-block .process-group-item {
    position: relative;
}

.process-group-block .process-group-item:not(:last-child):after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='62' height='16' viewBox='0 0 62 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M61.3526 8.58992C61.7431 8.1994 61.7431 7.56623 61.3526 7.17571L54.9887 0.811745C54.5981 0.42122 53.965 0.42122 53.5744 0.811745C53.1839 1.20227 53.1839 1.83543 53.5744 2.22596L59.2313 7.88281L53.5744 13.5397C53.1839 13.9302 53.1839 14.5634 53.5744 14.9539C53.965 15.3444 54.5981 15.3444 54.9887 14.9539L61.3526 8.58992ZM0.645508 8.88281H60.6455V6.88281H0.645508V8.88281Z' fill='%23FA4B00'/%3E%3C/svg%3E%0A");
    display: block;
    width: 62px;
    height: 16px;
    position: absolute;
    top: 1rem;
    right: -50%;
    transform: translateX(-100%);
}

.abtest-hero-section-container {
    justify-content: space-between;
}

.tool-secondary-section {
    align-items: center;
}

.ab-test-banner-icon {
    max-width: 3rem;
}

.testimonmial-scrollbar {
    bottom: -0.5rem !important;
}

.site-abtest-sections {
    padding-top: 40px !important;
}

@media (max-width: 1024px) {
    .icon-section {
        padding-top: 85px !important;
    }
}

@media (max-width: 1350px) {
    .icon-section {
        min-width: 50%;
    }
}

@media (max-width: 1200px) {
    .result-cta-button {
        width: 245px;
        height: 50px;
    }

    .result-cta-section-title {
        padding-left: 25px;
        padding-right: 25px;
    }

    .result-cta-subtitle {
        padding: 20px 25px;
    }
}

@media (max-width: 768px) {
    .icon-section {
        display: none;
    }
}

@media (max-width: 768px) {
    .abtest-hero-section-container {
        padding: 15px 25px 40px 25px;
    }
}

@media (max-width: 768px) {
    .abtest-hero-title-container .hero-section-title {
        font-size: 45px;
        line-height: 60px;
    }
}

@media (max-width: 768px) {
    .abtest-hero-title-container .hero-subtitle {
        font-size: 19px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .bullet-headline {
        font-size: 16px;
        line-height: 0;
    }
}

@media (max-width: 768px) {
    .career-culture-group-icon {
        padding-top: 5px;
    }
}

@media (max-width: 768px) {
    .bullet-description {
        font-size: 16px;
        line-height: 0;
    }
}

@media (max-width: 768px) {
    .result-group .result-group-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: space-between;
    }
}

@media (max-width: 768px) {
    .abtest-result-section-container {
        padding: 50px 25px 0px 25px;
    }
}

@media (max-width: 768px) {
    .site-result-cta-sections {
        width: 100%;
        bottom: unset;
    }
}

@media (max-width: 768px) {
    .result-group-items {
        max-width: 100%;
        position: relative;
        min-height: unset;
        padding-bottom: 5rem;
    }
}


@media (max-width: 768px) {
    .process-group-block {
        overflow: scroll;
    }
}

@media (max-width: 768px) {
    .abtest-process-section-container {
        padding: 50px 25px;
    }
}

@media (max-width: 768px) {
    .process-group-item {
        min-width: 100%;
        padding: 0 1em;
    }
}

@media (max-width: 768px) {
    .process-group-block {
        justify-content: flex-start;
    }
}

@media (max-width: 768px) {
    .abtest-tool-section-container {
        padding: 0 25px 105px 25px;
    }
}

@media (max-width: 768px) {
    .testimonial-group-item {
        height: fit-content !important;
    }
}

@media (max-width: 768px) {
    .abtest-testimonial-section-container {
        padding: 40px 25px;
    }
}

@media (max-width: 768px) {
    .cta-group-description {
        font-size: 35px !important;
    }
}

@media (max-width: 768px) {
    .cta-section-icons {
        display: none;
    }
}

@media (max-width: 768px) {
    .abtest-cta-section-container {
        padding: 40px 20px;
    }
}

@media (max-width: 768px) {
    .cta-section-block {
        padding-left: 0;
    }
}

@media (max-width: 768px) {
    .abtest-form-section-container {
        padding: 40px 25px 40px 25px;
    }
}

@media (max-width: 768px) {
    .contact-cta-button {
        flex-direction: column;
    }
}


@media (max-width: 768px) {
    .contact-or {
        padding: 30px 0;
    }
}

@media (max-width: 768px) {
    .hs-button {
        width: 100% !important;
    }
}

@media (max-width: 768px) {

    .tool-group-section,
    .tool-secondary-section {
        display: block;
    }
}

@media (max-width: 768px) {
    .result-swiper-scrollbar {
        width: 60% !important;
        bottom: 0rem !important;
    }
}

@media (max-width: 1024px) {
    .result-swiper-scrollbar {
        width: 70% !important;
        bottom: 0rem !important;
    }
}

@media (max-width: 768px) {
    .result-next {
        bottom: -1.5rem !important;
        top: unset !important;
        left: unset !important;
        right: 0 !important;
        transform: translateY(calc(100% + 16px));
    }
}

@media (max-width: 768px) {
    .result-prev {
        bottom: -1.5rem !important;
        top: unset !important;
        left: calc(60% + 10px) !important;
        right: unset !important;
        transform: translateY(calc(100% + 16px));
    }
}

@media (max-width: 1024px) {
    .testimonmial-scrollbar {
        width: 60% !important;
    }
}

@media (max-width: 768px) {
    .testimonial-group-block {
        min-height: unset;
        padding-bottom: 5rem;
    }
}


@media (max-width: 1024px) {
    .testimonial-group-block {
        min-height: unset;
        padding-bottom: 5rem;
    }
}


@media (max-width: 1024px) {
    .result-next {
        bottom: -1.5rem !important;
        top: unset !important;
        left: unset !important;
        right: 0 !important;
        transform: translateY(calc(100% + 16px))
    }
}

@media (max-width: 1024px) {
    .result-prev {
        bottom: -1.5rem !important;
        top: unset !important;
        left: calc(70% + 10px) !important;
        right: unset !important;
        transform: translateY(calc(100% + 16px));
    }
}

@media (max-width: 1024px) {
    .tool-group-section {
        display: block;
    }
}

@media (max-width: 1024px) {
    .result-group .result-group-block {
        display: flex;
        flex-direction: column;
        gap: 30px;
        justify-content: space-between;
    }
}

@media (max-width: 1024px) {
    .site-result-cta-sections {
        width: 100%;
        bottom: unset;
    }
}

@media (max-width: 1024px) {
    .result-group-items {
        max-width: 100%;
        position: relative;
        min-height: unset;
        padding-bottom: 5rem;
    }
}

@media (max-width: 1024px) {
    .site-result-item-section {
        margin: 18px 3.3em 18px 3.3em !important;
    }
}

/* @media (max-width: 768px) {
  .site-result-item-section {
    margin: 18px 3.3em 18px 3.3em !important;
  }
} */


@media (max-width: 1024px) {
    .icon-section {
        display: none;
    }
}

@media (max-width: 1024px) {
    .process-group-block {
        overflow: scroll;
    }
}

@media (max-width: 1024px) {
    .cta-section-block {
        padding: 15px 30px;
    }
}

@media (max-width: 1024px) {
    .cta-group-description {
        line-height: 46.2px;
        padding: 17px 0;
    }
}

@media (max-width: 1024px) {
    .contact-cta-button {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .contact-or {
        padding: 27px 32px;
    }
}

@media (max-width: 1024px) {
    .testimonial-next {
        top: unset !important;
        left: unset !important;
        right: 0 !important;
        bottom: -1rem !important;
        transform: translateY(calc(100% + 16px));
    }
}

@media (max-width: 768px) {
    .testimonial-next {
        top: unset !important;
        left: unset !important;
        right: 0 !important;
        bottom: 0rem !important;
        transform: translateY(calc(100% + 16px));

    }
}

@media (max-width: 1024px) {
    .testimonial-prev {
        top: unset !important;
        left: calc(60% + 30px) !important;
        right: unset !important;
        bottom: -1rem !important;
        transform: translateY(calc(100% + 16px));
    }
}

@media (max-width: 768px) {
    .testimonial-prev {
        top: unset !important;
        left: calc(60% + 10px) !important;
        right: unset !important;
        bottom: 0rem !important;
        transform: translateY(calc(100% + 16px));
    }
}

@media (max-width: 768px) {
    .testimonmial-scrollbar {
        bottom: 0.5rem !important;
    }
}

@media (max-width: 1400px) {
    .contact-cta-call-button {
        left: 30px;
    }
}

@media (max-width: 1024px) {
    .contact-cta-call-button {
        left: calc(100vw / 2 - 190px);
        transform: unset;
        bottom: -60px;
    }
}

@media (max-width: 1024px) {
    .abtest-write-to-us-form-container {
        padding: unset !important;
    }
}


@media (max-width: 1024px) {
    .cta-section-cta-button {
        width: 350px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 768px) {
    .cta-section-cta-button {
        width: 250px !important;
        font-size: 10px !important;
    }
}

@media (max-width: 1024px) {
    .cta-form-cta-button {
        width: 250px !important;
        font-size: 15px !important;
    }
}

@media (max-width: 1024px) {
    .abtest-contact-from {
        height: fit-content;
        padding-bottom: 100px;
    }
}


@media (max-width: 768px) {
    .contact-cta-call-button {
        left: calc(100vw / 2 - 150px);
        transform: unset;
        bottom: -60px;
    }
}


/**
 * A/B Testing Landing Page end
 */


/**
 * Hackathon Page start
 */

.site-hackathon-container .site-hackathon-top-sections {
    padding-top: 0 !important;
    height: 720px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .section-title {
    font-size: 72px;
    line-height: 70px;
    max-width: 980px;
    padding: 0 15px;
}

.site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .section-title span {
    color: #FA4B00 !important;
    -webkit-text-stroke: 0px #FA4B00;
    -webkit-text-fill-color: #FA4B00;
}

.site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .hero-subtitle {
    font-size: 24px;
}

.site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .hero-subtitle span {
    font-size: 32px;
    text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .section-title {
        font-size: 50px;
        line-height: 60px;
    }
}

@media screen and (max-width: 768px) {

    .site-hackathon-container .site-hackathon-top-sections {
        height: 520px;
    }

    .site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .section-title {
        font-size: 30px;
        line-height: 40px;
    }

    .site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .hero-subtitle span {
        font-size: 18px;
    }
}

.site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .hero-subtitle {
    margin: 0 auto;
    max-width: 888px;
    margin-bottom: 40px;
    padding: 0 15px;
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-top-sections .hackathon-hero-title-container .hero-subtitle {
        font-size: 14px;
        max-width: 500px;
    }
}

.site-hackathon-container .hackathon-graphics-section {
    text-align: center;
    color: black;
    padding-top: 80px;
    position: relative;
}

.site-hackathon-container .hackathon-graphics-section .graphics-container {
    position: absolute;
    top: -47px;
    right: 0px;
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .hackathon-graphics-section .graphics-container {
        top: -22px;
        width: 350px;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-header {
    margin-top: 30px;
    margin-bottom: 0px;
}

.site-hackathon-container .site-hackathon-rules-section .section-header .section-subtitle-dark {
    color: #000000;
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-rules-section .section-header {
        margin-bottom: 0px;
        margin-top: 30px;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents {
    color: #000000;
    overflow: hidden;
    padding-bottom: 30px;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item {
    display: flex;
    padding: 80px 0px 0px 0px;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-icon {
    flex-basis: 41.6666666667%;
    display: flex;
    align-items: center;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-icon img {
    width: 100%;
    transition: all 0.5s ease-in-out;
    position: relative;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details {
    flex-basis: 58.3333333333%;
    padding-left: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details h2.rule-item-title {
    font-size: 34px;
    line-height: 45px;
    margin-bottom: 20px;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details h2.rule-item-title a {
    color: #000000;
    text-decoration: none;
    transition: all 100ms ease-in-out;
}

.site-hackathon-container .site-hackathon-rules-section .custom-rules-list {
    list-style: none;
    padding-left: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 17px;
    color: #33475b;
    margin-bottom: 30px;
}

.site-hackathon-container .site-hackathon-rules-section .custom-rules-list>li {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    padding-left: 28px;
}

.site-hackathon-container .site-hackathon-rules-section .custom-rules-list>li::before {
    content: "✔";
    color: #FA4B00;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 2px;
}

.site-hackathon-container .site-hackathon-rules-section .custom-rules-list ul {
    list-style: none;
    padding-left: 25px;
    margin-top: 10px;
}

.site-hackathon-container .site-hackathon-rules-section .custom-rules-list ul li {
    font-weight: normal;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.site-hackathon-container .site-hackathon-rules-section .custom-rules-list ul li::before {
    content: "–";
    position: absolute;
    left: 0;
    color: #aaa;
    font-weight: bold;
}

.site-hackathon-container .site-hackathon-rules-section .hackathon-prizes-section {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #33475b;
    margin-bottom: 40px;
}

.site-hackathon-container .site-hackathon-rules-section .section-heading {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.site-hackathon-container .site-hackathon-rules-section .prize-list,
.amenities-list {
    list-style: none;
    padding-left: 0;
    margin: 0 0 30px 0;
}

.site-hackathon-container .site-hackathon-rules-section .prize-list li,
.amenities-list li {
    font-size: 17px;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.site-hackathon-container .site-hackathon-rules-section .prize-rank {
    font-weight: 600;
    width: 140px;
    display: inline-block;
}

.site-hackathon-container .site-hackathon-rules-section .prize-amount {
    font-size: 18px;
    font-weight: 700;
    color: #0073e6;
}


.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details h2.rule-item-title a:hover {
    color: #FA4B00;
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details h2.rule-item-title {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 15px;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details p.rule-item-paragraph {
    font-size: 18px;
    line-height: 30px;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details p.rule-item-paragraph a.rules-read-more {
    cursor: pointer;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details p.rule-item-paragraph a.rules-read-more:hover {
    color: #000000;
    text-decoration: none;
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details p.rule-item-paragraph {
        font-size: 16px;
        line-height: 25px;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details p.rule-tools-title {
    color: #FA4B00;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details p.rule-tools-title {
        font-size: 16px;
        line-height: 25px;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details img.rule-tools-image {
    width: 100%;
    max-width: 530px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details {
        padding-left: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item .row-details {
        padding: 0;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-right .row-icon img {
    left: -75px !important;
    opacity: 0;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-right.scrolled .row-icon img {
    left: 0 !important;
    opacity: 1;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left .row-icon {
    order: 2;
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left .row-icon img {
    right: -75px !important;
    opacity: 0;
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left .row-icon {
        order: 1;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left .row-details {
    order: 1;
    padding-left: 0;
    padding-right: 90px;
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left .row-details {
        padding-right: 50px;
    }
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left .row-details {
        order: 2;
        padding: 0;
    }
}

.site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item.row-orient-left.scrolled .row-icon img {
    right: 0 !important;
    opacity: 1;
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents .rules-row .rule-row-item {
        flex-direction: column;
        padding-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-rules-section .section-contents {
        padding-bottom: 30px;
    }
}

.site-hackathon-container .site-hackathon-registration-section {
    padding-bottom: 80px;
    padding-top: 80px;
}

.site-hackathon-container .site-hackathon-registration-section .catch-up {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-subtitle {
    font-size: 24px;
    line-height: 36px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-title {
    font-size: 96px !important;
    line-height: 86px !important;
    color: #FF5722;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-title span {
    -webkit-text-stroke: 3px #ffffff !important;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-title.section-title-dark {
    font-size: 40px;
    line-height: 60px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
    max-width: 470px;
    padding-right: 24px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .registration_details_div ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: 0;
    gap: 16px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .registration_details .registration_text {
    font-size: 16px;
    line-height: 18.7px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .registration_details_div .registration_details_icon {
    width: 100%;
    max-width: 20px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .registration_details {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 16px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .graphics-container {
    margin-top: 36px;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.site-hackathon-container .site-hackathon-registration-section .contact-container.container .cantact-form {
    width: 100%;
    max-width: 637px;
    padding: 24px;
    background: white;
    border-radius: 8px;
}


@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-registration-section .hero-title.section-title-dark {
        font-size: 1.875rem;
        margin: 0 auto;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-subtitle {
        font-size: 24px;
        line-height: 32px;
    }
}

@media screen and (max-width: 768px) {

    .site-hackathon-container .site-hackathon-registration-section {
        position: relative;
    }

    .site-hackathon-container .site-hackathon-registration-section .catch-up {
        position: absolute;
        width: 100%;
    }

    .site-hackathon-container .site-hackathon-registration-section .catch-up .graphics-container {
        width: 100%;
        overflow-x: hidden;
    }

    .site-hackathon-container .site-hackathon-registration-section .catch-up .graphics-container img {
        max-width: fit-content;
    }

    .site-hackathon-container .site-hackathon-registration-section .hero-title.section-title-dark {
        font-size: 30px !important;
        font-weight: 700;
        line-height: 40px;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-title {
        font-size: 60px !important;
        line-height: 56px !important;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-title span {
        -webkit-text-stroke: 1px #ffffff !important;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .hero-subtitle {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container {
        flex-direction: column;
        margin-top: 0;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text {
        padding-right: 0;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .contact-text .graphics-container {
        margin-bottom: 24px;
        overflow-x: hidden;
        width: 100%;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .registration_details {
        gap: 8px;
    }

    .site-hackathon-container .site-hackathon-registration-section .contact-container.container .registration_details .registration_text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }
}

/**
 * Hackathon Page end
 */

/**
 * Contact Form 7 Design start
 */

.site-hackathon-container .hackathon-field label {
    font-family: "Karla", Arial, sans-serif;
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: 500;
    line-height: 20px;
}

.site-hackathon-container .hackathon-field input,
.site-hackathon-container .hackathon-field textarea {
    background: #ffffff;
    border: 1px solid #cbd6e2;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 15px;
    width: 100%;
    max-width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
}

.site-hackathon-container .hackathon-field input {
    min-height: 27px;
    height: 40px;
}

.site-hackathon-container .hackathon-custom-file-upload {
    display: flex;
    flex-direction: column;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-bottom: 20px;
}

.site-hackathon-container .hackathon-custom-file-upload .file-label {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 12px 15px;
    background-color: #f5f8fa;
    border: 2px dashed #cbd6e2;
    border-radius: 6px;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
}

.site-hackathon-container .hackathon-custom-file-upload .file-label:hover {
    background-color: #eaf0f6;
    border-color: #7baaf7;
}

.site-hackathon-container .hackathon-custom-file-upload .file-button {
    background-color: #FA4B00;
    color: white;
    padding: 8px 14px;
    border-radius: 4px;
    margin-right: 12px;
    font-weight: 600;
    font-size: 14px;
    white-space: nowrap;
}

.site-hackathon-container .hackathon-custom-file-upload .file-name {
    color: #33475b;
    font-size: 14px;
    font-weight: 400;
}

.site-hackathon-container .hackathon-custom-file-upload input[type="file"] {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
}


.site-hackathon-container .hackathon-checkbox span {
    color: rgb(0, 0, 0);
    font-family: "Karla", Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    white-space: normal;
    font-weight: normal;

}

.site-hackathon-container .hackathon-note p {
    font-family: "Karla", Arial, sans-serif;
    font-style: italic;
    line-height: 20px;
    color: #33475b;
    font-size: 14px;
    font-style: italic;
    opacity: 0.6;
    line-height: 20px;
    color: #33475b;
    font-size: 14px;
    word-break: break-word;
}

.site-hackathon-container .hackathon-submit {
    position: relative;
}

.site-hackathon-container .hackathon-submit input {
    background: #FA4B00;
    border-color: #FA4B00;
    color: #ffffff;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    position: relative;
    text-align: center;
    transition: all .15s linear;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    padding: 12px 24px;
}

.site-hackathon-container .wpcf7-not-valid-tip {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    color: #f2545b !important;
    font-size: 14px !important;
}

.site-hackathon-container .wpcf7 form.invalid .wpcf7-response-output {
    background-color: transparent !important;
    padding: 0 !important;
    text-align: left;
    color: #f2545b !important;
    font-size: 14px;
    border: none;
}

.site-hackathon-container .wpcf7 form.sent .wpcf7-response-output {
    background-color: #46b450 !important;
    color: #FFFFFF !important;
}

.site-hackathon-container .wpcf7-spinner {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(90px, -50%);
}

/**
 * Contact Form 7 Design end
 */

/**
 * Hackathon Page end
 */

.site-hackathon-container .site-hackathon-newsletter-section {
    padding-top: 264px !important;
    padding-bottom: 140px;
}

.site-hackathon-container .site-hackathon-newsletter-section .catch-up {
    display: flex;
    justify-content: center;
    align-items: center;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-title {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 60px !important;
    color: #FA4B00 !important;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-title span {
    font-family: "Bebas Neue", sans-serif !important;
    font-size: 34px !important;
    color: #DEDEDE !important;
    -webkit-text-stroke: 1px #FA4B00;
    -webkit-text-fill-color: #DEDEDE !important;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-subtitle {
    font-size: 28px;
    line-height: 40px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-title.section-title-dark {
    font-size: 40px;
    line-height: 60px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .button-filled {
    line-height: 24px !important;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text {
    font-size: 40px;
    line-height: 60px;
    width: 100%;
    max-width: 624px;
    padding-right: 24px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .newsletter_details_div ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    list-style-type: none;
    margin-left: 0;
    gap: 16px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .newsletter_details .newsletter_text {
    font-size: 16px;
    line-height: 18.7px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .newsletter_details_div .newsletter_details_icon {
    width: 100%;
    max-width: 20px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .newsletter_details {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    gap: 16px;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .graphics-container {
    margin-top: 36px;
}

/* .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container {
    margin-top: -294px;
} */

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .cantact-form {
    width: 100%;
    max-width: 476px;
    padding: 24px;
    background: white;
    border-radius: 8px;
}


@media screen and (max-width: 1024px) {
    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .hero-title.section-title-dark {
        font-size: 1.875rem;
        margin: 0 auto;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-subtitle {
        font-size: 24px;
        line-height: 32px;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text {
        max-width: 100%;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .cantact-form {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {

    .site-hackathon-container .site-hackathon-newsletter-section {
        padding-top: 120px !important;
        padding-bottom: 120px;
        position: relative;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .catch-up {
        position: absolute;
        width: 100%;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .catch-up .graphics-container {
        width: 100%;
        overflow-x: hidden;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .catch-up .graphics-container img {
        max-width: fit-content;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-title {
        font-size: 30px !important;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-title span {
        font-size: 30px !important;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-title.section-title-dark {
        line-height: 36px;
        padding-bottom: 20px;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .hero-title.section-title-dark {
        font-size: 30px !important;
        font-weight: 700;
        line-height: 40px;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .hero-subtitle {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container {
        flex-direction: column;
        margin-top: 0;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text {
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .contact-text .graphics-container {
        margin-bottom: 24px;
        overflow-x: hidden;
        width: 100%;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .newsletter_details {
        gap: 8px;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .newsletter_details .newsletter_text {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
    }

    .site-hackathon-container .site-hackathon-newsletter-section .contact-container.container .cantact-form {
        max-width: 100%;
    }
}

.site-hackathon-container .faq-answer p {
    font-size: 20px;
}

@media screen and (max-width: 1024px) {
    .site-hackathon-container .faq-answer p {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .site-hackathon-container .faq-answer p {
        font-size: 14px;
    }
}

.site-hackathon-container .tag-input-container {
    width: 100%;
}

.site-hackathon-container .tag-input-wrapper {
    position: relative;
}

.site-hackathon-container .tag-input-wrapper input[type="text"],
.site-hackathon-container .tag-input-wrapper input[type="tel"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
}

.site-hackathon-container .tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
}

.site-hackathon-container .tag {
    background-color: #fa4b00;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.site-hackathon-container .tag .remove-tag {
    margin-left: 8px;
    cursor: pointer;
    color: #ffffff;
    font-weight: bold;
}

.site-hackathon-container .error-message {
    font-size: 12px;
    margin-top: 4px;
}

/* HACKATHON CUSTOM SECTIONS */

.actionplan-container * {
    font-family: "Karla", Arial, sans-serif;
}

.actionplan-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px;
}

.actionplan-header {
    text-align: left;
    margin-bottom: 60px;
}

.actionplan-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 16px;
    letter-spacing: 2px;
}

.actionplan-title .actionplan-action {
    /* color: transparent;
            -webkit-text-stroke: 2px #333;
            text-stroke: 2px #333; */
    font-weight: 700;
    -webkit-text-stroke: 1px #000000;
    -webkit-text-fill-color: rgba(255, 255, 255, 0.0001);
}

.actionplan-title .actionplan-plan {
    color: #000;
    font-weight: 700;
    margin-left: 8px;
}

.actionplan-subtitle {
    font-size: 20px;
    color: #000000;
    font-weight: 400;
}

.actionplan-phases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    gap: 24px;
    margin-bottom: 80px;
}

.actionplan-phase-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 32px 24px;
    transition: all 0.3s ease;
    height: 100%;
}

.actionplan-phase-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transform: translateY(-2px);
    border: 1px solid #FF6F43;
    background: #FCF5F3;
}

.actionplan-phase-icon {
    width: 48px;
    height: 48px;
    /* border-radius: 8px; */
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
}

.actionplan-phase-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 16px;
}

.actionplan-phase-description {
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.actionplan-phase-description strong {
    color: #333;
    font-weight: 600;
}

.actionplan-cta-section {
    text-align: center;
    margin-top: 60px;
}

.actionplan-cta-title {
    font-size: 24px;
    color: #333;
    margin-bottom: 16px;
    font-weight: 400;
}

.actionplan-cta-button {
    display: inline-block;
    padding: 16px 32px;
    background-color: transparent;
    color: #ff6b35;
    border: 2px solid #ff6b35;
    border-radius: 0px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.actionplan-cta-button:hover {
    background-color: #ff6b35;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.3);
}

@media (max-width: 768px) {
    .actionplan-container {
        padding: 40px 16px;
    }

    .actionplan-title {
        font-size: 36px;
    }

    .actionplan-subtitle {
        font-size: 16px;
    }

    .actionplan-phases-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin-bottom: 60px;
    }

    .actionplan-phase-card {
        padding: 24px 20px;
    }

    .actionplan-phase-title {
        font-size: 20px;
    }

    .actionplan-phase-description {
        font-size: 15px;
    }

    .actionplan-cta-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .actionplan-title {
        font-size: 28px;
    }

    .actionplan-title .actionplan-plan {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }

    .actionplan-cta-button {
        padding: 14px 28px;
        font-size: 15px;
    }
}

.prizemoney-container {
    margin: 0 auto;
    padding: 60px 20px 140px;
    background-color: #FCF5F3;
}

.prizemoney-header {
    text-align: center;
    margin-bottom: 80px;
}

.prizemoney-title {
    font-size: 48px;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.prizemoney-title .prizemoney-prize {
    color: transparent;
    -webkit-text-stroke: 2px #333;
    text-stroke: 2px #333;
    font-weight: 300;
}

.prizemoney-title .prizemoney-money {
    color: #333;
    font-weight: 700;
    margin-left: 8px;
}

.prizemoney-awards-container {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 40px;
    flex-wrap: wrap;
}

.prizemoney-award-card {
    position: relative;
    border-radius: 16px;
    padding: 20px 10px 10px;
    text-align: center;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    min-width: 280px;
}

.prizemoney-award-card:hover {
    transform: translateY(-8px);
}

.prizemoney-award-card.prizemoney-champion {
    background: #FBEC9A;
    transform: scale(1.1);
    z-index: 3;
}

.prizemoney-award-card.prizemoney-first-runner {
    background: #CFCFC4;
    z-index: 2;
}

.prizemoney-award-card.prizemoney-second-runner {
    background: #FBCC9D;
    z-index: 1;
}

.prizemoney-award-ribbon {
    position: absolute;
    top: -8px;
    right: 20px;
    width: 40px;
    height: 60px;
    z-index: 10;
}

.prizemoney-award-ribbon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 45px;
    background: #ff8c42;
    border-radius: 4px 4px 0 0;
}

.prizemoney-award-ribbon::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 20px solid #ff8c42;
    border-right: 20px solid #ff8c42;
    border-bottom: 15px solid transparent;
}

.prizemoney-champion .prizemoney-award-ribbon::before,
.prizemoney-champion .prizemoney-award-ribbon::after {
    border-left-color: #d4af37;
    border-right-color: #d4af37;
    background: #d4af37;
}

.prizemoney-award-title {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-transform: uppercase;
    letter-spacing: 1px;

    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;


    font-weight: 700;
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;

}

.prizemoney-award-card .prizemoney-award-title {
    margin-bottom: 20px !important;
}

.prizemoney-award-card.prizemoney-champion .prizemoney-award-title {
    color: #7C6802;
}

.prizemoney-award-card.prizemoney-first-runner .prizemoney-award-title {
    color: #58584E;
}

.prizemoney-award-card.prizemoney-second-runner .prizemoney-award-title {
    color: #914800;
}

.prizemoney-award-amount {
    font-size: 64px;
    font-weight: 900;
    color: #0F172A;
    line-height: 1;
    margin-bottom: 8px;

    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: 0%;
    text-align: center;
    text-transform: uppercase;

}

.prizemoney-award-currency {
    font-size: 24px;
    font-weight: 600;
    color: #0F172A;
    letter-spacing: 2px;

    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -2%;
    text-align: center;
    text-transform: uppercase;

}

.prizemoney-benefits-section {
    background: linear-gradient(135deg, #ffd6cc 0%, #ffb3a6 100%);
    padding: 30px 0;
}

.prizemoney-benefits-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.prizemoney-benefits-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 40px;
}

.prizemoney-benefit-item {
    font-size: 18px;
    font-weight: 500;
    color: #000000;
    position: relative;
    text-align: center;

    font-family: font family/Font 1;
    font-weight: font weight/400;
    font-size: font size/24;
    line-height: line height/36;
    letter-spacing: 0%;
    vertical-align: middle;

}

.prizemoney-benefit-item:not(:last-child)::after {
    /* content: '';
            position: absolute;
            right: -25px;
            top: 50%;
            transform: translateY(-50%);
            font-size: 12px;
            height: 24px;
            width: 24px;
            background: url("Vector.png"); */
}

@media (max-width: 768px) {
    .prizemoney-container {
        /* padding: 40px 16px 0; */
    }

    .prizemoney-title {
        font-size: 36px;
    }

    .prizemoney-awards-container {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .prizemoney-award-card {
        min-width: 90%;
        padding: 30px 25px 40px;
    }

    .prizemoney-award-card.prizemoney-champion {
        transform: scale(1.05);
        order: -1;
    }

    .prizemoney-award-amount {
        font-size: 48px;
    }

    .prizemoney-award-currency {
        font-size: 20px;
    }

    .prizemoney-benefits-list {
        flex-direction: column;
        gap: 20px;
    }

    .prizemoney-benefit-item:not(:last-child)::after {
        /* display: none; */
    }

    .prizemoney-benefit-item {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .prizemoney-title {
        font-size: 28px;
    }

    .prizemoney-title .prizemoney-money {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }

    .prizemoney-award-card {
        min-width: 90%;
        padding: 25px 20px 35px;
    }

    .prizemoney-award-amount {
        font-size: 40px;

    }

    .prizemoney-award-currency {
        font-size: 18px;
    }

    .prizemoney-award-title {
        font-size: 16px;
    }
}

.prizemoney-award-body {
    background: #e9e3de;
    padding: 32px 0px;
}


.prizemoney-award-card::before {
    content: '';
    width: 112px;
    height: 112px;
    display: block;
    position: absolute;
    top: -72px;
    right: 32px;
    background: url("https://echologyx.com/wp-content/themes/echologyx/public/img/hackathon/confetti.png");
    clip-path: inset(0 0 35% 0);
}

.prizemoney-award-card.prizemoney-champion::before {
    top: unset;
    bottom: -60px !important;
    left: 30%;
    clip-path: inset(0 0 0 0);
}

@media (max-width: 1024px) {
    .prizemoney-award-card::before {}

    .prizemoney-award-card.prizemoney-champion::before {
        left: -38px;
    }
}

.opentopic-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 60px 20px;
}

.opentopic-main-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: stretch;
}

.opentopic-left-section {
    padding-right: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.opentopic-header {
    margin-bottom: 32px;
}

.opentopic-title {
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 24px;
    letter-spacing: 1px;
}

.opentopic-title .opentopic-open {
    color: transparent;
    -webkit-text-stroke: 2px #333;
    text-stroke: 2px #333;
    font-weight: 300;
}

.opentopic-title .opentopic-topic-policy {
    color: #333;
    font-weight: 700;
    margin-left: 8px;
}

.opentopic-description {
    font-size: 18px;
    color: #666;
    line-height: 1.7;
    margin-bottom: 40px;
}

.opentopic-submit-button {
    display: inline-block;
    background: #FA4B00;
    color: white;
    padding: 16px 32px;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    cursor: pointer;

    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;

}

.opentopic-submit-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 53, 0.3);
}

.opentopic-arrow-decoration {
    margin-top: 60px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.opentopic-arrow-chevron {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 16px solid #ff6b35;
    opacity: 0.8;
    animation: opentopic-pulse 2s infinite;
}

.opentopic-arrow-chevron:nth-child(2) {
    animation-delay: 0.2s;
    opacity: 0.6;
}

.opentopic-arrow-chevron:nth-child(3) {
    animation-delay: 0.4s;
    opacity: 0.4;
}

.opentopic-arrow-chevron:nth-child(4) {
    animation-delay: 0.6s;
    opacity: 0.3;
}

.opentopic-arrow-chevron:nth-child(5) {
    animation-delay: 0.8s;
    opacity: 0.2;
}

@keyframes opentopic-pulse {

    0%,
    100% {
        opacity: 0.2;
    }

    50% {
        opacity: 1;
    }
}

.opentopic-topics-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}

.opentopic-topic-card {
    background: #ffffff;
    border: 1px solid #e5e5e5;
    border-radius: 12px;
    padding: 40px 24px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 40px;
    border-width: 1px;
    border-radius: 4px;

}

.opentopic-topic-card:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
    border-color: #FCF5F3;
    background: #FCF5F3;
}

.opentopic-topic-title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    text-align: center;
    line-height: 1.3;

    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;

}

.opentopic-topic-icon {
    padding: 30px;
    border-radius: 90px;
    transition: 300ms all ease-in-out;
    background: #F6F6F6;
}

.opentopic-topic-card:hover .opentopic-topic-icon {
    background: #FFCCBC;

}

@media (max-width: 1024px) {
    .opentopic-main-content {
        grid-template-columns: 1fr;
        gap: 60px;
    }

    .opentopic-left-section {
        padding-right: 0;
    }

    .opentopic-arrow-decoration {
        justify-content: center;
        margin: 40px 0;
    }
}

@media (max-width: 768px) {
    .opentopic-container {
        padding: 40px 16px;
    }

    .opentopic-title {
        font-size: 36px;
    }

    .opentopic-description {
        font-size: 16px;
    }

    .opentopic-topics-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .opentopic-topic-card {
        /* height: 180px;
                padding: 30px 20px; */
    }

    .opentopic-topic-icon {}

    .opentopic-topic-icon::before {}

    .opentopic-topic-title {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .opentopic-title {
        font-size: 28px;
    }

    .opentopic-title .opentopic-topic-policy {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }

    .opentopic-submit-button {
        padding: 14px 28px;
        font-size: 15px;
    }

    .opentopic-topic-card {
        /* height: 160px;
                padding: 24px 16px; */
    }
}

/* HACKATHON CUSTOM SECTIONS */