﻿body {
    background: pink;
    content: "Custom css included";
}

.col.hide-desktop {
    display: none;
}

/* img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
} */

.w-layout-grid {
    display: grid;
    grid-auto-columns: 1fr;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
}

._4-col-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_76733b4c-ed6b-ac89-3fcb-16e5fb333a2e-5be8d1cd, #w-node-afa6eba6-1cff-26b2-6866-2f2d173ccda0-5be8d1cd {
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-column-start: span 2;
    grid-row-end: span 1;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
}

.w-inline-block {
    display: inline-block;
    max-width: 100%;
}

.w-button {
    background-color: #3898ec;
    border: 0;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: inherit;
    padding: 9px 15px;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.first-fold-card-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
}

.first-fold-card-item {
    align-items: center;
    background-color: #201547;
    background-image: linear-gradient(180deg, #220960, #10042e);
    border-radius: 10px;
    display: flex;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 0;
    padding-left: 0;
    padding-top: 0;
    position: relative;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition: all .3s ease;
}

.first-fold-card-item:hover {
    background-image: linear-gradient(180deg, #d99f5b, #aa7b41);
}

.white-icon {
    color: #f0f4f7;
    padding-left: 20px;
    padding-top: 5px;
}

.icon-navigator[data-v-aa8aed4c] {
    padding-top: 0;
}

.icon-navigator img[data-v-aa8aed4c] {
    height: 24px;
    width: 24px;
}

.text-white-3card {
    color: #fff;
    flex: 1;
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-top: 25px;
    position: relative;
}

.card-item-arrow.button-navigator {
    color: #fff;
}

.card-item-arrow {
    align-items: center;
    border-left: 1px solid hsla(0, 0%, 100%, .25);
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
    padding: 20px;
    position: relative;
}

.section {
    display: block;
    justify-content: center;
    /* padding-bottom: 100px; */
    /* padding-top: 100px; */
    position: relative;
    z-index: 0;
}

#industries {
    background-color: #f0f4f7;
    background-image: url(/Files/Images/Demo/industries-bg.png);
    background-position: 200% 0;
    background-repeat: no-repeat;
    background-size: auto;
}

.industries-item {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    color: #201547;
    cursor: pointer;
    display: block;
    overflow: hidden;
    transform: translate(0);
    transition: color .3s cubic-bezier(.55,.055,.675,.19), background-color .3s cubic-bezier(.47,0,.745,.715), transform .3s cubic-bezier(.215,.61,.355,1);
    width: 100%;
}

.industries-item:hover {
    background-color: #b18147;
    color: #f0f4f7;
    transform: scale(1.03);
}

.industries-top-item {
    align-items: stretch;
    background-color: #f0f4f7;
    background-image: linear-gradient(0deg, #201547, hsla(0, 0%, 100%, 0) 60%);
    border-radius: 0;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: flex-end;
    min-height: 200px;
    overflow: hidden;
    padding: 40px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.industries-item-headline {
    position: relative;
    text-align: center;
    z-index: 1;
}

.solutions-photo-item {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.industries-item-bottom {
    align-items: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.small-bottom-arrow {
    margin-left: 10px;
    padding-top: 3px;
    width: 20px;
}

.show-up-transition.bounce-animation-active {
    animation: bounce 1s;
}
.show-up-transition.active {
    opacity: 1;
}
.show-up-transition {
    opacity: 0;
    transition: all .75s;
}

.hero-home-v2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
}

.text-gold {
    color: #b18147;
}

.subheading-block {
    align-items: center;
    display: flex;
}

.bottom-margin-20 {
    margin-bottom: 20px;
}

.peacock-icon-subheading {
    margin-right: 10px;
    max-width: 20px;
    position: relative;
}

.max-width-80 {
    width: 90%;
}

.card-background[data-v-2f77d3f4] {
    background-size: cover;
}

.solution-item {
    background-color: #f0f4f7;
    border-radius: 10px;
    color: #fff !important;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    min-height: 380px;
    overflow: hidden;
    padding: 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

.solutions-item-description[data-v-2f77d3f4],
.solutions-item-gold-overlay[data-v-2f77d3f4] {
    transition: all .5s;
}

.solutions-item-gold-overlay {
    background-color: rgba(177, 129, 71, .8);
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.solutions-item-info {
    bottom: auto;
    position: absolute;
    top: auto;
    width: 80%;
    z-index: 1;
}

.card-background:hover .solutions-item-description[data-v-2f77d3f4] {
    max-height: 250px;
}

.card-background:hover .solutions-item-gold-overlay[data-v-2f77d3f4] {
    opacity: 1 !important;
}

.solutions-item-description[data-v-2f77d3f4] {
    max-height: 0;
    opacity: 1;
}

.solutions-item-description {
    height: auto;
    opacity: 0;
    overflow: hidden;
}

.item-blue-gradient {
    background-image: linear-gradient(0deg, #201547, hsla(0, 0%, 100%, 0) 98%);
    bottom: 0;
    height: 50%;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}

.hero-circle-gallery {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 550px;
    position: relative;
    width: 100%;
}

.big-circle.square {
    background-color: transparent;
    border-radius: 0;
    height: 450px;
    overflow: visible;
    width: 450px;
}

.big-circle {
    background-color: #f0f4f7;
    border-radius: 50%;
    height: 500px;
    left: auto;
    overflow: hidden;
    position: absolute;
    right: auto;
    width: 500px;
    z-index: 1;
}

.delivering-quality-img {
    border-radius: 50%;
    bottom: 0;
    left: 0;
    margin: auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

.image-100 {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
}

.image-100.full {
    position: relative;
    z-index: -1;
}

.user-multiple-img {
    bottom: auto;
    left: -3%;
    position: absolute;
    right: auto;
    top: 20vh;
    width: 10%;
}

.user-multiple-img1 {
    bottom: auto;
    left: 0;
    position: absolute;
    right: auto;
    top: 17.5vh;
    width: 10%;
}

.user-multiple-img2 {
    bottom: 20.3vh;
    left: 4%;
    position: absolute;
    right: auto;
    width: 10%;
}

.ellipse-img {
    bottom: 11%;
    left: 10%;
    position: absolute;
    right: auto;
    width: 15%;
}

.ellipse-img1 {
    bottom: 17%;
    left: 4%;
    right: auto;
    z-index: 0;
}

.ellipse-img2 {
    bottom: 19%;
    left: 7%;
    right: auto;
}

.ellipse-img3 {
    bottom: -4%;
    position: absolute;
    right: 20%;
    width: 10%;
}

.arrow1-img,
.graph-img {
    position: absolute;
    width: 10%;
}

.arrow1-img {
    bottom: 10vh;
    right: 0;
}

.arrow1-img2 {
    bottom: 10vh;
    position: absolute;
    right: 0;
    width: 10%;
}

.graph-img {
    right: .6vh;
    top: 20vh;
}

.graph1-img {
    left: 8vh;
    position: absolute;
    top: 5vh;
    width: 10%;
}

.graph-img1 {
    right: 1.2vh;
    top: 9.8vh;
    z-index: 0;
}

.graph1-img1 {
    position: absolute;
    right: 9.7vh;
    top: .5vh;
    width: 10%;
}

.ellipse1-img {
    bottom: 6%;
    left: 20%;
}

.ellipse2-img {
    bottom: 5%;
    left: 15%;
}

.ellipse1-img,
.ellipse2-img {
    position: absolute;
    right: auto;
    width: 15%;
}

.dh-image2 {
    bottom: 0;
    left: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 15%;
}

.dh-image3,
.ellipse-img1 {
    position: absolute;
    width: 20%;
}

.dh-image3 {
    bottom: 20%;
    right: -10%;
}

.circle-1-img {
    position: absolute;
    right: 4vh;
    top: 10vh;
    width: 20%;
    z-index: 0;
}

.dh-img {
    left: 4vh;
    position: absolute;
    width: 10%;
}

.dh1-image {
    bottom: 18%;
    left: 5%;
    position: absolute;
    width: 8%;
}

.img1 {
    bottom: 11.6vh;
    left: 4%;
    position: absolute;
    right: auto;
    width: 10%;
}

.botle1-img {
    bottom: 10vh;
    position: absolute;
    right: 5%;
    width: 5%;
}

.circle1-img {
    position: absolute;
    right: -6%;
    top: 13.1vh;
    width: 10%;
}

.graph1-img.color-label-img1 {
    left: 5.6vh;
    top: 9.9vh;
    width: 15%;
    z-index: 0;
}

.ellipse-img2,
.graph-img3 {
    position: absolute;
    width: 15%;
}

.graph1-img.color-label-img2 {
    left: auto;
    right: 8%;
    top: 8.1vh;
    width: 10%;
    z-index: 0;
}

.arrow1-img3 {
    bottom: 10vh;
    position: absolute;
    right: 0;
    width: 10%;
}

.graph-img2,
.graph1-img-3 {
    position: absolute;
    width: 15%;
}

.graph-img3 {
    right: 8vh;
    top: 2vh;
}

.graph1-img-3 {
    left: -2.4vh;
    top: 5vh;
}

.graph1-img-4 {
    left: 8vh;
    position: absolute;
    top: 8.1vh;
    width: 10%;
    z-index: 0;
}

.arrow1-img1,
.graph-img1 {
    position: absolute;
    width: 20%;
}

.arrow1-img1 {
    bottom: 9.8vh;
    right: 0;
}

.gradient-lightblue-white {
    background-image: linear-gradient(0deg, #f0f4f7, hsla(0, 0%, 100%, 0));
    bottom: 0;
    height: 35%;
    position: absolute;
    width: 100%;
    z-index: -2;
}

.mesh-home-first-fold.v2 {
    background-color: #10042e;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}

.mesh-home-first-fold {
    bottom: 0;
    overflow: visible;
    position: absolute;
    top: auto;
    width: 100%;
    z-index: -1;
}

.width-100.hero-img-100 {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .25;
}

.pattern-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
}

.hero-dropdowns {
    bottom: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: -40px;
    z-index: 999;
}

#brand {
    background-color: #201547;
}

.our-brands-info {
    color: #fff;
}

.subheading-block {
    align-items: center;
    display: flex;
}

.logo-grid-wrapper {
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    /* height: auto; */
    justify-content: center;
    min-height: 160px;
    padding: 12px 30px;
    transform: translate(0);
    transition: transform .3s cubic-bezier(.215,.61,.355,1);
}

.logo-grid-wrapper-image {
    width: 100px;
}

.grid-slide-item {
    display: grid;
    grid-area: 1 / 1;
    /* opacity: 0; */
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: repeat(2, min-content);
    grid-auto-rows: min-content;
    transition: opacity .5s;
    /* visibility: hidden; */
}

@media (min-width: 480px) {
    .grid-slide-item {
        grid-gap: 20px;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }
}

.case-studies-slide-content {
    align-items: flex-start;
    color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    padding: 70px 70px 70px 110px;
    width: 100%;
}

.bg-main-blue {
    background-color: #201547;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}

.slide-background-radius {
    border-radius: 10px 0 0 10px;
}

#stories, 
#stories-bg-img {
    background-color: #f0f4f7;
}

#stories-bg-img {
    position: relative;
    z-index: 1;
}

#stories-bg-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f4f7;
    background-image: url(/Files/Images/Demo/Mesh002.svg);
    background-position: 0 200%;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: .4;
    z-index: -1;
}

.brands-grid {
    display: grid;
    grid-template-columns: repeat(8, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 40px;
    margin-top: 2rem;
}

.brand-item {
    align-items: center;
    display: flex;
    flex-direction: row;
    height: 100%;
    justify-content: center;
    max-height: 150px;
    padding: 15px;
    width: 100%;
}

.brand-item img {
    display: inline-block;
    max-width: 100%;
    width: 100%;
}

.social-buttons {
    display: flex;
}

.social-icon {
    align-items: center;
    background-color: #fff;
    border-radius: 100px;
    color: #201547 !important;
    display: flex;
    height: 30px;
    justify-content: center;
    padding-top: 5px;
    width: 30px;
}

.social-svg w-embed {
    margin-bottom: 7px;
}

.newsletter {
    display: flex;
    flex-direction: column;
}

.right-margin-15 {
    margin-right: 15px;
}

.bottom-margin-40 {
    margin-bottom: 40px;
}

.bottom-margin-60 {
    margin-bottom: 60px;
}

.w-input, .w-select {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 1.428571429;
    margin-bottom: 10px;
    padding: 8px 12px;
    vertical-align: middle;
    width: 100%;
}

.form-field {
    border-radius: 5px;
    color: #191919;
    font-family: Dmsans, sans-serif;
    min-height: 45px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.button-wrapper {
    display: flex;
    justify-content: flex-end;
}

.check-box-container {
    cursor: pointer;
    display: block;
    margin-bottom: 12px;
    padding-left: 35px;
    padding-right: 10px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.checkmark {
    background-color: transparent;
    border: 2px solid;
    height: 25px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 25px;
}

.cta-button {
    background-image: url(/Files/Images/Demo/CTA_Arrow.svg), linear-gradient(180deg, #d99f5b, #b18147);
    background-position: 85% 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: auto, auto;
    border: 1px solid #b18147;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-weight: 700;
    padding: 15px 70px 15px 40px;
    position: static;
}

.cta-button {
    border: 1px solid #b18147;
    border-radius: 5px;
    padding: 15px 70px 15px 40px;
    position: static;
    transform: translate(0);
    transition: all .2s;
}

.cta-button:hover {
    transform: translateY(-2px);
    transition: all .2s;
}

input.w-button {
    -webkit-appearance: button;
}

.cta-button.dark {
    transition: all .2s ease;
}

.cta-button.dark:hover {
    box-shadow: 0 3px 10px 3px rgba(208, 205, 224, .2);
    transform: translateY(-3px);
}