/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* These includes are optional, but helpful. */
/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

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

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Bold/ProximaNova-Black.woff');
    font-weight: normal;
}

@font-face {
    font-family: "proxima-black";
    src: url('https://info.softserveinc.com/hubfs/ibm-think/assets/fonts/ProximaNova/Regular/ProximaNova-Bold.ttf');
    font-weight: bold;
}
@font-face{
    font-family: "opensans-regular";
    src: url('https://info.softserveinc.com/hubfs/fonts/OpenSans-Regular.ttf');
    font-weight: normal;
}

html {
  scroll-behavior: smooth;
  -webkit-scroll-behavior: smooth;
}

body {
  line-height: normal;
  overflow-x: hidden!important;
  background-color: #fff;
}

body h2 {
  margin-bottom: 40px;
}

.container-fluid {
  padding: 0!important;
  margin: 0!important;
}

#simple-translate {
  display: none!important;
}

.header-container-wrapper {
 overflow: hidden!important;
}

.section-scroll {
  -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
}

.side-navigation {
  position: fixed;
  top: 50%;
  left: 0;
  border: 1px solid #111;
  padding: 10px 10px 10px 20px;
  z-index: 1000;
  background: #fff;
  width: 65px !important;
}

.side-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.side-navigation ul li{
  width: 500%;
}

.side-link {
  display: inline-block;
  text-decoration: none;
}

.side-link::after {
    display: block;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    transition: height 0.3s 0.1s, width 0.1s, border-color 0s 0.4s;
    transition-timing-function: linear;
    content: '';
}

.side-link.active::after {
    width: 20px;
    height: 100px;
    border-color: black;
    transition: height 0.3s 0.1s, width 0.1s 0.4s, border-color 0s 0.1s;
    transition-timing-function: linear;
}

.side-navigation ul li:last-child .side-link::after {
  content: none;
}

.side-link .number,
.side-link .text {
  display: inline-block;
  color: #111;
  font-family: 'proxima-black';
  font-size: 16px;
  opacity: 0.7;
  text-transform: uppercase;
}

.side-link .number {
  padding-right: 15px;
}

.active {
  opacity: 1;
}

.side-link .text {
  display: none;
  background: #fff;
  padding-right: 5px;
}

.side-link:hover .text,
.side-link:hover .number {
  display: inline-block;
  color: #111;
  opacity: 1;
}

.active .number {
  color: FEBB0D!important;
}

.page-title-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #2684FF;
  background-image: url('https://info.softserveinc.com/hubfs/2024/digital-events/gtc-nvidia/gtc-hero-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}

.page-title-bg-image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%!important;
  min-width: 100%!important;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.page-title-bg-image img {
  width: 100%;
}

.banner-wrapper {
  position: fixed;
  top: 120px;
  z-index: 4;
  max-width: 100%;
  width: 100%;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,1) 20%, rgba(23,197,131,1) 100%);
  background-blend-mode: multiply;
}
.banner-full-w {
  position: relative;
}
.banner {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 64px;
  height: 85px;
  max-width: 1440px;
  margin: 0 auto;
  padding-right: 82px;
}

.hide {
  display: none !important;
}

.banner .left {
  display: flex;
  align-items: center;
  min-width: 60%;
}

.banner .mobile-link {
  display: none;
}

.banner .left p, 
.banner .left a {
  color: #fff;
  font-family: 'proxima-black';
  font-size: 24px;
  line-height: 1.25;
  text-transform: uppercase;
}

.banner .left p {
  margin-left: 24px;
  margin-bottom: 0;
}

.banner .banner-image {
  position: relative;
  max-width: 170px;
  bottom: 17px;
}

@media screen and (max-width: 640px) {
  .banner .banner-image {
    display: none;
  }
  
  .banner .left {
    padding-left: 20px;
  }
}

.banner .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner .banner-cta {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 14px;
  font-family: 'proxima-black';
  text-decoration: none !important;
  text-transform: uppercase;
  padding: 14px 20px;
  border: 2px solid #fff;
  text-align: center;
}

.banner .banner-cta:hover {
  color: #000;
  background-color: #fff;
}

@media screen and (max-width: 480px) {
  .banner .banner-cta { display: none; }
  .banner .left p { display: none; }
  .banner .mobile-link { display: block; }
}

.banner .close-btn {
  position: absolute;
  right: 20px;
  min-width: 48px;
  width: 48px;
  height: 48px;
  border: none;
  outline: none;
  background: none;
  color: #fff;
}

.logos-wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 90px;
}

.logos-wrapper a {
  margin-right: 32px;
}

.page-logo img {
  display: none!important;
}

.section-wrapper {
  display: flex !important;
  flex-direction: column;
  max-width: 1024px;
  margin: 0 auto 0!important;
  float: none !important;
}
.heading-main {
  margin: 0!important;
}

.heading-main > span {
  overflow: hidden;
}

.heading-main h1 {
  display: none;
  margin-top: 50px;
  margin-bottom: 30px;
  white-space: nowrap;
  color: #0065FF;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-style: normal;
  font-stretch: normal;
  line-height: 0.85;
  font-size: 170px;
  letter-spacing: normal;
  width: 200%;
}

.marker {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #00dc72;
  border-radius: 50%;
  margin-bottom: 5px;
  left: -10px;
  position: relative;
  margin-left: -10px;
  
  animation: blink 1s step-start 0s infinite;
  -webkit-animation: blink 1s step-start 0s infinite;
}

.title-description {
  color: #ffffff;
  padding-bottom: 60px;
}

.title-description p,
.title-description h3 {
  max-width: 960px;
  color: #fff;
}

.title-description strong {
  font-size: 24px;
  font-weight: unset;
  font-family: 'proxima-black';
}

.title-description h1 {
  color: #fff;
  font-family: 'proxima-black';
  font-size: 60px;
  margin-top: 40px;
  padding-bottom: 10px;
  line-height: 1.25;
  text-transform: uppercase;
}

.title-description .button-color {
  margin: 50px auto;
}

.title-description .button-color {
  display: none;
}

.title-panel {
  background-image: conic-gradient(transparent 25%, #280801 25%, #FFFFFF 0, #FFFFFF 75%, transparent 0);
}

.title-panel ul {
  display: flex !important;
  justify-content: space-between;
  gap: 24px;
  max-width: 1124px;
  margin: 20px auto 0!important;
  float: none !important;
  list-style: none;
  padding: 45px;
  background: #fff;
  border: 2px solid #000;
}

.title-panel ul li {
  flex-basis: 25%;
}

.title-panel ul li a {
  margin-right: 0;
  color: #111D5F;
  display: block;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
}

.title-panel ul li span {
  color: #63B000;
  display: block;
  font-family: 'proxima-black';
  font-size: 24px;
  padding-bottom: 0;
}

.gradiented-corner-top-white {
  background: linear-gradient(135deg,transparent 4vw,white 0) left/50% 100% no-repeat, 
        linear-gradient(-135deg,transparent 4vw,white 0) right/50% 100% no-repeat;
}


.left-col img,
.right-col img {
  margin: 50px 0 30px;
}

.left-col,
.right-col {
  flex-basis: 45%;
}

.right-col ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  padding-left: 0;
}

.right-col ul li {
  flex-basis: 75%;
  position: relative;
  padding-left: 30px;
}

.right-col ul li:before {
  content: '';
  background: #61DCFF;
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0px;
  top: 3px;
}

.right-col ul li:nth-child(2):before {
  content: '';
  background: none;
  width: 0; 
  height: 0; 
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;  
  border-top: 20px solid #61DCFF;
}

.right-col ul li strong {
  display: inline-block;
  padding-bottom: 15px;
}

.event-desc strong {
  font-family: 'proxima-black';
  font-weight: normal;
  font-size: 20px;
  line-height: 100%;
}

.colored-title {
  color: #12D1C6;
}

.button-wrapper  {
  padding-bottom: 65px;
  flex-direction: row;
  justify-content: center;
  position: relative;
  z-index: 0;
}

.gradient-text {
  /*background: radial-gradient(140.81% 269.49% at 112.87% 211.77%, #2A4AF2 24%, #041A3D 95.31%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #005BFF;
}


.gradient-bg {
  background: linear-gradient(102.31deg, #12D1C6 -17.74%, #096F99 37.73%, #01126F 103.81%);
}

.migration-section {
  background: #DEEBFF;
}

.assessment-section {
  background: #0065FF;
  color: #111;
}

.benefits-section {
  background: #B3D4FF;
}

.case-study-section {
  background: #4C9AFF;
}

.discover-section {
  background-image: url('https://info.softserveinc.com/hubfs/2023/digital-events/cisco_EMEA_event/learn-more-bg.png'), linear-gradient(286.44deg, #CC61FF 2.48%, #0055FF 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 100%, 100% 100%;
  background-size: cover, 100%;
}

.discover-wrapper {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 80px;
}

.case-study-section .discover-wrapper {
  padding-top: 80px;
}

.success-section .discover-wrapper {
  color: #000;
}

.discover-wrapper ul {
  list-style: none;
  padding-left: 0!important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 20px;
}

.discover-wrapper ul li {
  flex-basis: 30%;
  margin-bottom: 40px;
}

.item-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 20px;
  border-bottom: 2px solid #94DABD;
  margin-bottom: 25px;
}

.item-title-number {
  flex-basis: 20%;
  font-family: 'proxima-black';
  font-style: normal;
  font-size: 88px;
  line-height: 107px;
  color: #94DABD;
}

.discover-wrapper h2,
.success-section h2,
.assessment-section h2 {
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 40px;
  color: #fff;
}

.success-section .discover-wrapper h2 {
  color: #0065FF;
}

.success-section .discover-wrapper h3 {
  color: #111;
  font-size: 24px;
  font-family: 'proxima-black';
  text-transform: none;
}

.success-section .discover-wrapper p {
  font-size: 'open-sans';
}

.case-study-section .discover-wrapper h2 {
  color: rgba(148, 218, 189, 1);
}

.success-section .discover-wrapper ul {
  margin-top: 40px;
}

.success-section .discover-wrapper ul li {
  flex-basis: 45%;
  display: flex;
  padding-left: 20px;
  margin-bottom: 20px;
}

.success-section .discover-wrapper ul li::before {
  position: relative;
  left: -20px;
  top: 5px;
  display: inline-block;
  width: 12px;
  min-width: 12px;
  height: 12px;
  background: #0065FF;
  transform: rotate(45deg);
  content: '';
}

.success-section .discover-wrapper img {
  margin-top: 40px;
}

.assessment-section .discover-wrapper h2, 
.assessment-section .discover-wrapper h3 {
  color: #fff;
  font-size: 40px;
}

.assessment-section .discover-wrapper h4 {
  margin-top: 25px;
}
 
.discover-wrapper a {
  color: #fff;
}

.discover-wrapper h4,
.success-section .discover-wrapper h4 {
  margin: 0;
  color: #fff;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.2;
}

.success-section .discover-wrapper h4 {
  font-size: 24px;
  font-weight: normal;
  line-height: 125%;
  color: #000000;
}

.migration-section .discover-wrapper h2 {
  color: #111;
}

.migration-section .discover-wrapper h3 {
  color: #94DABD;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
}

.discover-wrapper p {
  font-size: 16px;
}

.migration-section .discover-wrapper {
  color: #111;
}

.migration-section .discover-wrapper ul li {
  flex-basis: 55%;
}

.migration-section .discover-wrapper ul li.image-wrap {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}

.migration-section .discover-wrapper .inner-list {
  min-height: 270px;
  list-style: disc;
  padding-left: 20px!important;
  display: flex;
  justify-content: flex-start;
  flex-direction: column;}

.migration-section .discover-wrapper .inner-list li:last-child {
  margin-bottom: 0;
}

.migration-section .discover-wrapper .inner-list li {
  margin-bottom: 0;
}

.hs_cos_gallery_main .slick-dots li button::before, 
.hs_cos_gallery_thumbnails .slick-dots li button::before, 
.hs_cos_gallery_lightbox .slick-dots li button::before {
  font-size: 20px;
}

.assessment-section .discover-wrapper {
  padding-bottom: 0;
}

.assessment-section .discover-wrapper ul  {
  align-items: center;
}

.assessment-section .discover-wrapper ul li {
  text-align: left;
  flex-basis: 60%!important;
}

.assessment-section .discover-wrapper ul li.button-wrap {
  flex-basis: 35%!important;
}

.assessment-section .button-color {
  margin: 0 auto;
  color: #111!important;
  background: #B3D4FF;
}

.assessment-section .button-color:hover {
  color: #111!important;
}

.benefits-section .discover-wrapper h2,
.benefits-section .discover-wrapper h3,
.benefits-section .discover-wrapper h4,
.benefits-section .discover-wrapper p {
  color: #111;
}

.benefits-section .discover-wrapper h4 {
 margin: 25px 0;
}

.benefits-section .discover-wrapper ul li:last-child {
  flex-basis: 100%;
  display: flex;
  justify-content: space-between;
}

.benefits-section .discover-wrapper ul li:last-child h4 {
  margin-top: 0;
}

.benefits-section .discover-wrapper a,
.benefits-section .discover-wrapper a:hover {
  color: #111;
  text-decoration: underline;
}

.learn-more-brochure {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.aws-info {
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;   
  color: #111;
}

.learn-more-brochure-desc {
  flex-basis: 55%;
  display: flex;
  align-items: center;
  font-family: proxima-black;
  line-height: 0.9;
}

.learn-more-brochure-image {
  flex-basis: 35%;
  display: flex;
  align-items: center;
}

.learn-more-brochure-desc p {
  color: #fff;
  font-size: 40px;
}

.learn-more-brochure-desc span {
  color: #B3D4FF;
}

.aws-info h2 {
  color: #005BFF;
}

.aws-info-desc {
  flex-basis: 45%;
  margin-left: 20px;
}

.aws-info-image {
  display: flex;
  flex-basis: 40%;
}

.aws-info .discover-wrapper h3,
.aws-info .discover-wrapper ul li {
  color: #111;
  text-align: center;
}

.aws-info .discover-wrapper h3 {
  text-align: left;
}

.aws-info .discover-wrapper h4 {
  color: #111;
  font-weight: normal;
  font-size: 16px;
  font-family: proxima-black;
  text-transform: uppercase;
}

.experts-wrapper,
.demo-wrapper,
.aws-section,
.stats-section,
.aws-section,
.partner-section {
  padding-top: 40px;
  padding-bottom: 40px;
}

.demo-section,
.aws-section {
  background-color: #fff;
}

.demo-wrapper {
  padding-top: 164px;
  padding-bottom: 108px;
}

.demo-wrapper h2 {
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.1;
  color: #001294;
  margin-top: 0;
  margin-bottom: 80px;
}

.demo-section .demo-wrapper h2  {
  color: #000000;
}

.experts-wrapper ul {
  list-style: none;
  padding-top: 40px;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.experts-wrapper ul li {
  flex-basis: 30%;
  color: #000;
}

.experts-wrapper figure {
  display: flex;
  height: 100%;
  min-height: 170px;
  flex-direction: row-reverse;
  padding-bottom: 20px;
}

.experts-wrapper .name {
  display: flex;
  flex-direction: column;
}

.experts-wrapper h3 {
  font-family: 'proxima-black';
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 10px;
}

.experts-wrapper .position {
  font-style: italic;
  font-size: 14px;
}

.experts-wrapper figure img {
  height: 100%!important;
  padding-right: 20px;
}

.practices-section {
  color: #fff;
}

.practices-section h2 {
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 48px;
  line-height: 1.2;
  color: #F0993D;
}

.stats-content-small ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.stats-content-small li {
  flex-basis: 33%;
  padding-right: 20px;
}

.stats-content-small li h3 {
  min-height: 40px;
  font-size: 24px;
  color: rgba(93, 233, 166, 1);
  border-bottom: 1px solid #fff!important;
  padding-bottom: 15px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'proxima-black';
  font-weight: normal;
}

.stats-content-small p {
  line-height: 22px;
}

.logos-section {
  padding-top: 25px;
  color: #fff;
}

.logos-section ul {
  list-style: none;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0;
}

.logos-section li {
  width: 290px;
  margin-right: 20px;
  margin-bottom: 40px;
  height: 100%;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}

.logos-section li a {
  display: inherit;
  background: #005BFF;
}

.logos-section li p {
  background: linear-gradient(180deg, #CADCFF 0%, #FBF2FF 100%);;
  margin: 0;
  padding: 20px 15px 20px 20px;
  height: 100%;
  min-height: 335px;
  color: #111;
}

.logos-section li figure {
  margin: 0;
  height: 100%;
  max-height: 84px;
  max-height: 84px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.logos-section li img {
  margin: 30px 0 30px 20px;
}

.logos-section h2,
.aws-wrapper h2,
.stats-section h2 {
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 60px;
  line-height: 1.2;
  color: rgba(0, 18, 148, 1);
}

.stats-section h2 {
 color: #0065FF;
}

.logos-section h2 {
  color: #fff;
}

.logos-section h2 {
  text-transform: none;
}

.aws-wrapper img {
  margin-bottom: 40px;
}

.demo-wrapper h4 {
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 15px;
  color: #111;
}

/* carousel and new styles */
.embla {
  overflow: hidden;
  position: relative;
}
.embla__container {
  display: flex;
}
.embla__slide {
  flex: 0 0 100%;
  padding-right: 20px;
  min-width: 0;
}

.slide-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 36px;
}

.slide-text {
  display: flex;
  gap: 24px;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

.slide-text ul {
  display: flex;
  flex-direction: column;

  padding-left: 20px !important;
  list-style: disc;
}

.slide-text li {
  margin: 0 !important;
  color: #646262;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
}

.embla__button {
  position: absolute;
  padding: 0 !important;
  margin: 0 !important;
  min-width: unset !important;
  width: 64px;
  aspect-ratio: 1;
  top: 45%;
  border: none;
  background: none;
  cursor: pointer;
}

.embla__button:hover {
  background: rgba(100, 98, 98, 0.1);
}

.embla__button--prev {
  left: -100px;
}

.embla__button--next {
  right: -100px;
}
.embla__dots {
  display: none;
  gap: 8px;
  width: fit-content;
  margin: 0 auto;
  margin-top: 40px;
}

.embla__button.embla__button--prev img {
  transform: rotate(180deg);
}

.embla__dot {
  margin: 0;
  padding: 0;
  min-width: 75px;
  height: 4px;
  border: none;
  outline: none;
  background-color: #808080;
  cursor: pointer;
}

.embla__dot--selected {
  background-color: #000;
}

.carousel-section-description {
  margin: 0 0 45px;
  font-family: 'proxima-black';
  font-size: 24px !important;
  font-style: normal;
  line-height: 125%;
  color: #646262 !important;
}

.carousel-title {
  margin: 0 0 63px;
  font-size: 32px;
  font-style: normal;
  font-family: 'proxima-black';
  line-height: 1;
  text-transform: uppercase;
}

.video-preview {
  margin-top: 0 !important;
  width: 100%;
  max-width: 100%;
}

.carousel-section {
  position: relative;
}

.carousel-gl-wrapper {
  position: relative;
  margin-top: 46px;
}
.slide-text {
  max-width: 50%;
  width: 100%;
}
.slide-text p {
 color: #646262 !important;
}
.carousel-section *,
.carousel-sectionh3, 
.carousel-section h2, 
.carousel-section h1, 
.carousel-section p,
.carousel-section .heading-2,
.carousel-section .carousel-section-description, 
.carousel-section .carousel-title {
  color: #000;
}

.topics {
  display: flex;
  flex-wrap: wrap;
  gap: 36px;
  margin-top: 60px;
}

.topic {
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
  gap: 10px;
}

.topic img {
  max-width: 50px;
}

.topic h4 {
  color: #000;
  margin: 0;
  font-family: 'proxima-black';
  text-transform: uppercase;
}

.topic p {
  margin: 0;
}

.side-navigation ul li {
  width: max-content;
}

.image-wrapper {
  position: relative;
  width: 100%;
  max-width: 485px;
  height: fit-content;
}

.image-wrapper img {
  width: 100%;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 64px;
  transform: translate(-50%, -50%);
  cursor: pointer;
  border: 1px solid #fff;
}

.gl-cta {
  max-width: 322px;
  height: 64px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background-color: #000;
  font-family: 'proxima-black';
  text-transform: uppercase;
  text-decoration: none !important;
  border: 2px solid #000;

  &:hover {
    color: #000 !important;
    background: #fff;
  }
}

.heading-2 {
  margin: 0 0 40px;
  font-family: 'proxima-black';
  font-size: 48px;
  font-style: normal;
  line-height: 85.26%;
  text-transform: uppercase;
}

.full-block {
  display: none;
  position: fixed;
  top: 0;
  overflow: hidden;
  width: 99vw;
  height: 100vh;
  max-width: 100%;
  background: rgba(0, 0, 0, 0.8);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
}

.modal-video {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube-iframe {
  width: 65vw;
  aspect-ratio: 16/9;
}

.modal-video button {
  position: absolute;
  top: -40px;
  right: -10px;
  padding: 10px;
  margin: 0;
  background: none;
  outline: none;
  border: none;
  min-width: unset;
  color: #fff;
  font-size: 24px;
}

.accordion-wrapper {
  background-image: url('https://info.softserveinc.com/hubfs/2024/digital-events/gtc-nvidia/section-bg.png');
  background-size: cover;
  background-position: center;
}

.accordion-section h2,
.accordion-section summary, 
.accordion-section p {
  color: #fff;
}


/*carousel and new styles END */

/* Accordion styles */
.faq-section {
  padding: 124px 0 180px;
}

.faq-section h2 {
  margin-bottom: 107px;
  font-family: "proxima-black";
  font-size: 48px;
  font-style: normal;
  line-height: 85.26%;
  text-transform: uppercase;
  color: #E0E0E0;
}

details {
  border-top: 2px solid #63b000;
}

details:last-of-type {
  border-bottom: 2px solid #63b000;
}

details summary {
  position: relative;
  padding: 32px 72px 32px 0;
  font-family: "proxima-black";
  font-size: 24px;
  font-style: normal;
  line-height: 125%;
  cursor: pointer;
}

details summary::marker {
  display: none;
  content: "";
}

details summary::after {
  content: "+";
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
}

details[open] > p {
  padding: 40px 0;
}

details[open] > summary::after {
  content: "-";
}
/* Accordion styles END */

.body-banner,
.benefits-wrapper,
.second-banner, 
.stats-common-section {
  display: none !important;
}

.discover-wrapper h3,
.demo-wrapper h3 {
  margin-bottom: 45px;
  font-family: 'proxima-black';
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
  color: #fff;
}

.demo-wrapper ul {
  list-style: none;
  display: flex;
  gap: 60px 30px;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0;
}

.demo-wrapper li {
  flex-basis: 30%;
  flex-grow: 1;
  flex-shrink: 1;
  max-width: 300px;
}

.demo-wrapper li.video {
  flex-basis: 50%;
}

.demo-wrapper a {
  display: inline-block;
  padding: 10px 0;
  font-size: 16px;
  font-family: 'proxima-black';
  text-decoration: underline;
  text-transform: uppercase;
  color: #000;
}  

.demo-wrapper p {
  font-size: 16px;  
}

.demo-wrapper a:hover {
  text-decoration: none;
  cursor: pointer;
}  

.demo-wrapper li.video a {
  text-transform: uppercase;
}

.stats-content ul {
  list-style: none;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  flex-wrap: wrap;
}

.stats-content li {
  flex-basis: 27%;
  margin-bottom: 35px;
  height: 100%;
  min-height: 210px;
  margin-right: 3.5%;
}

.stats-content li h3,
.stats-content .desc {
  font-size: 14px;
  color: #111;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'proxima-black';
  font-weight: normal;
}

.stats-content li h3 {
  font-size: 24px;
  color: #111;
}

.stats-content p {
  line-height: 22px;
}

.stats-content .number {
  color: #0065FF;
  font-size: 88px;
  line-height: 88px;
  text-transform: uppercase;
  font-family: 'proxima-black';
  font-weight: normal;
  border-top: 2px solid #0065FF;
}

.stats-content .number span {
  display: block;
  height: 30px;
  font-family: 'Open sans';
  font-size: 18px;
  text-transform: none;
  padding-bottom: 40px;
  margin-top: 0;
  font-weight: 400;
  color: #111;
  line-height: 34px;
}

.stats-content .number span.small {
  display: inline;
  color: #0065FF;
  font-size: 60px;
  line-height: 60px;
  font-family: 'proxima-black';
  font-weight: normal;
}

.stats-content .desc {
  padding-right: 20px;
  color: #111;
  text-transform: none;
  font-family: inherit;
  font-size: 18px;
  line-height: 24px;
}

.partner-section {
  background-image: url('https://info.softserveinc.com/hubfs/2023/campaigns/finops_journey/aws-partnership-bg.png'), linear-gradient(286.44deg, #CC61FF 2.48%, #0055FF 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: 100% 100%, 100% 100%;
  background-size: cover, 100%;
}

.button-bottom {
  position: relative;
  overflow: hidden;
}

.button-bottom img {
  position: absolute;
  z-index: -1;
  left: 70%;
  width: 100%;
  max-width: 350px;
  top: -5%;
}

.button-color {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 325px;
  height: 64px;
  margin: 0 20px 20px;
  padding: 0 60px;
  color: #fff!important;
  font-size: 18px;
  font-family:  'proxima-black';
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none!important;
  transition: all 0.3s ease-in-out;
  background: #111;
}

.button-color:hover {
  box-shadow: 4px 10px 42px -4px rgba(0, 0, 0, .6);
  text-decoration: none!important;
  color: #fff!important;
}

.button-color-blue {
  max-width: 300px;
  margin: 70px 0;
  font-size: 18px;
  border: none;
  background: #000B55;
}

.button-color-blue:hover {
  box-shadow: 0px 16px 32px rgba(148, 218, 189, .8);
}

.inverted-button {
  background: rgba(148, 218, 189, 1)!important;
  color: rgba(0, 11, 85, 1)!important;
}

.inverted-button:hover {
  box-shadow: 0px 16px 32px rgba(148, 218, 189, .6)!important;
  color: rgba(0, 11, 85, 1)!important;
}


.tooltip-button {
  position: relative;
}

.tooltiptext {
  visibility: hidden;
  width: 100%;
  max-width: 500px;
  background-color: #000;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 20px;
  margin: 10px;
  font-weight: normal;
  text-transform: none;
  font-family: 'Open Sans',sans-serif;
  font-size: 14px;
  transition: visibility 0.3s linear, opacity 0.35s linear;
  opacity: 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 5%;
}

.tooltip-button:hover .tooltiptext {
  visibility: visible;
  opacity: 0.8;
  transition: visibility 0.3s linear, opacity 0.35s linear;
}

@media only screen and (min-width: 767px) and (max-width: 1240px) {
  .section-wrapper {
    padding-left: 100px!important;
    padding-right: 20px;
  }
}

@media only screen and (max-width: 1240px) {  
  .heading-main h1 {
    font-size: 14vw;
  }
  
  .title-panel ul {
    margin-left: 10vw!important;
    margin-right: 6vw!important;
  }
  
  .title-panel ul li a {
    font-size: 1.1vw;
  }
  
  .title-panel ul li span {
    font-size: 1.5vw;
  }
  
  .title-panel ul li:last-child {
    margin-left: 20px;
  }
  
  .learn-more-brochure-desc h3 {
    margin-top: 0;
  }
    
  .logos-section ul
    justify-content: space-around;
  }
}

@media only screen and (max-width: 1080px) {
  .title-description {
    padding-left: 40px;
  }
  
  .section-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .experts-wrapper ul li {
    flex-basis: 45%;
    margin-bottom: 40px;
  }
  
  .experts-wrapper figure {
    flex-direction: column-reverse;
  }  
}

@media only screen and (max-width: 1080px) {    
  .stats-content li {
    flex-basis: 45%;
  }
  
  .aws-info {
    flex-direction: column;
  }
  
    
  .demo-wrapper li {
    flex-basis: 48%;
  }
}

@media only screen and (max-width: 767px) {
  .section-wrapper {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  
  .side-navigation {
    display: none!important;
  }
  
  .title-panel {
    display: none;
  }
  
  .title-panel ul {
    display: none!important;
  }
  
  .discover-wrapper h2 {
    font-size: 48px;
  }
  
  .discover-wrapper ul li,
  .success-section .discover-wrapper ul li,
  .assessment-section .discover-wrapper ul li {
    flex-basis: 100%!important;
  }
  
  .demo-wrapper h3 {
    font-size: 24px;
  }
  
  .logos-section ul{
    justify-content: space-around;
  }
  
  .demo-wrapper ul {
    justify-content: space-between;
  }
  
  .demo-wrapper li {
    flex-basis: 45%;
  }
    
  .stats-content-small li {
    flex-basis: 50%;
  }
  
   .stats-content-small li {
    padding-right: 0;
  }
  
  .stats-content-small li:nth-child(odd) {
    padding-right: 20px;
  }
  
  .stats-content ul { 
    justify-content: space-around;
  }
  
  .stats-content .number {
    font-size: 60px;
    line-height: 70px;
  }
  
  .stats-content .desc {
     font-size: 16px;
    line-height: 22px;
  }
}

@media only screen and (max-width: 560px) {
  body h2 {
    font-size: 36px !important;
  }
  
  .title-description h2 {
    font-size: 18px !important;
  }
  
  .right-col ul { 
    flex-direction: column;
  }
  
  .right-col ul li {  
    margin-bottom: 20px;
  }
  
  .success-section .discover-wrapper img,
   .desktop-slider {
    display: none!important;
  }
  
  .success-section .discover-wrapper .mobile,
  .mobile-slider {
    display: block!important;
    max-width: 257px;
    margin-left: auto!important;
    margin-right: auto!important;
  } 
  
  .mobile-slider {
    max-width: 90%;
  }
  
  .slick-arrow {
    display: none!important;
  }
  
  .assessment-section .discover-wrapper h3 {
    margin-bottom: 0;
  }
  
  .assessment-section .discover-wrapper ul li.button-wrap {
    flex-basis: 100%!important;
  }
  
  .benefits-section .discover-wrapper ul li:last-child img {
    margin: 0 auto 30px;
  }
  
  .benefits-section .discover-wrapper ul li:last-child div {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  .learn-more-brochure,
  .experts-wrapper ul,
  .migration-section .discover-wrapper ul,
  .benefits-section .discover-wrapper ul li:last-child {
    flex-direction: column!important;
  }
  
  .learn-more-brochure-desc,
  .learn-more-brochure-image,
  .experts-wrapper ul li {
    flex-basis: 100%;
    margin-bottom: 30px;
  }
  
  .learn-more-brochure {
    padding-top: 0;
  }
  
  .learn-more-brochure-desc h3,
  .learn-more-brochure-desc p {
    font-size: 24px;
  }
  
  .learn-more-brochure-image img {
    margin: 0 auto;
  }
  
  .aws-info-desc,
  .aws-info-image {
    flex-basis: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  
  .aws-info-image {
    display: flex;
    max-width: 400px;
    margin-bottom: 30px;
  }
  
  .aws-info-image img {
    width: 100%!important;
    height: 100%!important;
   }
  
  .stats-content li {
    flex-basis: 100%;
    margin-right: 0;
  }
  
  .stats-content .number {
    font-size: 48px;
    line-height: 54px;
  }
  
  .demo-wrapper {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 1240px) {
  .embla__button {
    display: none;
  }
}

@media screen and (max-width: 820px) {
  .slide-content {
    flex-direction: column;
  }
  
  .slide-text,
  .image-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .video-preview {
    min-width: unset;
    max-width: 100%;
  }
  
  .topics {
    flex-direction: column;
  }
  
  .title-description h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 480px) {
  .gl-cta {
    max-width: 100%;
  }
  
  .faq-section {
    padding: 60px 0;
  }

  .faq-section h2 {
    margin-bottom: 40px;
  }

  .carousel-section-description {
    font-size: 18px !important;
    margin-bottom: 24px !important;
  }

  .carousel-title {
    font-size: 20px !important;
  }

  .accordion-wrapper {
    background-position: top left;
  }
  
  .embla__dots {
    display: flex;
  }
  
  .youtube-iframe {
    width: 90vw !important;
    max-width: unset;
  }
  
  .demo-wrapper ul {
    flex-direction: column;
    row-gap: 16px;
  }
  
  .demo-wrapper ul li {
    max-width: 100%;
  }
  
  .demo-wrapper h2 {
    margin-bottom: 24px;
  }
  
  .demo-wrapper {
    padding-top: 60px;
    padding-bottom: 60px !important;
  }
  
  .demo-wrapper ul li img {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .carousel-gl-wrapper {
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 475px) {  
  .success-section {
    background-position: 100px 100%;
  }

  .migration-section {
    background-position: 0 0;
  }
  
  .demo-wrapper a {
    width: 100%;
  }
  
  .demo-wrapper li,
  .demo-wrapper li.video {
    flex-basis: 100%;
  }
}

.footer-container {
  padding: 0;
  background: #000;
}

.footer-wrapper {
  width: 100%!important;
  max-width: 1064px!important;
  float: none!important;
  margin: 0 auto!important;
  padding: 40px 20px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.adress p {
  margin: 0;
  font-size: 14px;
  font-family: "opensans-regular";
}

.logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.logos p {
  min-width: 180px;
  margin: 10px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.logos table {
  width: 75px!important;
  align-self: flex-end;
}

.logos p > img {
  display: none;
}

@media only screen and (max-width: 600px) {
  .title-description h3 {
    font-size: 24px;
  }
  .logos-wrapper > a {
    width: 100px;
    margin-bottom: 5px;
    margin-right: 10%;
  }
  .logos-wrapper > a > img {
    width: 95px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .logos {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
  }
  .logos table {
    align-self: center;
  }
  
  .logos p {
    justify-content: flex-start;
  }
  
  .button-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  .button-wrapper .button-color {
    width: 100%;
    max-width: 100%;
    height: 64px;
    margin: 10px 20px;
  }
}


@keyframes scroll {
  0%  { 
    transform: translate(45%, 0);
    opacity: 0;
  }
  
  5% {
    opacity: 1;
  }
  
  95% {
    opacity: 1;
  }
  
  100% {
    transform: translate(-70%, 0);
    opacity: 0;
  }
}

@keyframes blink {
  50% {
    opacity: 0.0;
  }
}
@-webkit-keyframes blink {
  50% {
    opacity: 0.0;
  }
}

/************ Form ***********/
.form-container {
  width: 100% !important;
  margin: 0 auto 80px !important;
  padding: 30px!important;
  float: none !important;
  padding: 0;
  position: relative;
  background: #fff;
}

.form-bg-common {
  position: relative;
  background-color: #000;
}

.form-bg-common::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: radial-gradient(76.43% 72.84% at 50% 49%, #0075FF 0%, rgba(0, 0, 0, 0) 100%); /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
  background-size: cover;
  z-index: 1;
}

#section-form {
  position: relative;
  z-index: 2;
}

.form-bg-common .stats-section {
  background: none;
}

.form-bg-common .stats-section h2 {
  margin-bottom: 0;
  color: #FFF;
  position: relative;
  z-index: 1;
}

.form-bg-common .stats-section h2::before {
  position: absolute;
  top: -10px;
  left: -20px;
  width: 90px;
  height: 90px;
  background: #63B000;
  content: '';
  z-index: -1;
  box-shadow: 0px 11px 24px 0px #00000040;
}

.inputs-list {
  list-style: none;
  padding: 0;
  display: block;
}

.hs-form label {
    color: #111;
}

.hs-form-booleancheckbox-display {
    display: block;
}

.hs-input {
    display: none;
}

.hs-input + span {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
}


.hs-input + span::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #111;
  background: #fff;
}


.hs-input + span::after {
    content: '';
    display: none;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 5px;
    left: 5px;
    background-color: #e0e0e0;
    background: #111;
}


.hs-input:checked + span::after {
    display: block;
}

.hs_terms_end_conditions .hs-error-msgs label {
    display: none;
}

.hs_terms_end_conditions .hs-error-msgs::before {
    content: 'We need your permission to process your personal data.';
    display: inline-block;
    color: red;
    font-size: 14px;
    line-height: 150%;
    font-family: opensans-regular;
    font-weight: 700;
}

.hs-form-booleancheckbox a {
    color: #111;
    text-decoration: underline;
}
.hs-form-booleancheckbox a:hover {
    color: #111;
}

.contact-form fieldset {
  max-width: 955px!important;
}

.contact-form input,
.contact-form select {
    border: none;
    border: 2px solid #111;
    background: transparent;
    border-radius: 0!important;
}
.contact-form input:focus{
    border: none;
    border: 2px solid #111;
}
.contact-form .hs-form-field{
    position: relative;
    overflow: hidden;
}
.contact-form .hs-form-field input{
    padding-left: 12px;
    text-indent: 0;
    color: #111;
    min-height: 58px;
    background: #fff;
}

.contact-form .hs-form-field>label{
    display: inline-block;
    float: right;
    color: #555559;
    font-weight: normal;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-top: 16px;
    width: 100%;
    text-align: left;
    position: absolute;
    bottom: auto;
    pointer-events: none;
    overflow: hidden;
    padding: 0;
    margin-left: 10px;
    font-weight: 500;
    font-family: proxima-black;
    text-transform: uppercase;
    opacity: 0.6;
}


.contact-form .hs-form-field>label span{
    position: relative;
    display: inline-block;
    width: auto;
    color: #111;
    font-size: 14px;
    padding: .25em 0;
    font-style: normal!important;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.contact-form .focus.hs-form-field>label span{
    left: 96%;
    -webkit-transform: translate3d(-96%,0,0);
    transform: translate3d(-96%,0,0);
}

#section-form .contact-form .hs_preferred_meeting_time_dropdown.hs-form-field > label span {
  color: #e0e0e0;
}

.contact-form fieldset.form-columns-2 .focus.hs-form-field>label span{
    left: 80%;
    -webkit-transform: translate3d(-80%,0,0);
    transform: translate3d(-80%,0,0);
}

.contact-form fieldset.form-columns-2 {
  margin-bottom: 30px;
}


.contact-form .hs-error-msgs{
  margin-left: 20px;
}

.contact-form .hs-error-msgs li{
  list-style-type: none;
}

.contact-form .hs-error-msgs label{
  color: red;
  font-weight: 700;
}

.contact-form .submitted-message {
  display: block;
  font-size: 26px!important;
  font-family: proxima-black;
  line-height: 30px;
  color: #000 !important;
  text-align: center;
  overflow: hidden !important;
  text-transform: uppercase;
  padding-top: 16px !important;
  padding-bottom: 16px;
}

.contact-form select.hs-input {
  display: block;
  margin-top: 50px;
  padding-top: 18px;
  background: #fff;
}

.contact-form select.hs-input {
  /* for Firefox */
  -moz-appearance: none;
  /* for Chrome */
  -webkit-appearance: none;
}

/* For IE10 */
.contact-form select.hs-input::-ms-expand {
  display: none;
}

.contact-form select {
    padding-left: 6px;
    text-indent: 0;
    min-height: 58px;
    float: right;
    color: #7d7d82;
    font-weight: normal;
    font-size: 14px;
    font-family: proxima-black;
    text-transform: uppercase;
}

.contact-form select > option {
    padding-left: 6px;
    text-indent: 0;
    min-height: 58px;
    float: right;
    color: #555559;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-form select > option[selected] {
    display: none;
}

.contact-form .hs-input {
  width: 100%!important;
}
#section-form .form-columns-2 .hs-form-field > label {
  opacity: 1;
}

#section-form .form-columns-2 .hs-form-field > label  span {
  color: #E0E0E0;
}

.hs_submit.hs-submit {
  padding: 30px 0;
  width: 100% !important;
  max-width: 320px; 
  margin: 0 auto!important;
}

.hs-submit .actions input.hs-button {
  font-size: 18px;
  font-family: proxima-black;
  display: inline-block;
  height: 64px;
  margin: 40px 20px 20px;
  padding: 0 60px;
  color: #fff !important;
  width: 100%;
  min-width: 320px;
  font-weight: normal!important;
  box-sizing: border-box !important;
  text-align: center;
  border: 1px solid #000;
  transition: all 0.3s linear;
  background: #000;
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.3);
  text-transform: uppercase;
  line-height: 21px;
}

.hs-submit .actions input.hs-button:hover{
  box-shadow: 0px 16px 32px rgba(0, 0, 0, 0.9);
  text-decoration: none!important;
  color: #fff!important;
}

.contact-form .hs-error-msgs{
  margin-left: 20px;
}

.contact-form .hs-error-msgs li{
  list-style-type: none;
}

.contact-form .hs-error-msgs label{
  color: red;
}

.hs_submit.hs-submit {
  padding: 20px 0;
  width: 100% !important;
  max-width: 320px; 
  margin: 0 auto!important;
}

.actions {
  position: absolute;
  bottom: -50px;
  right: 10%;
}

/**********************************************/
@media only screen and (max-width: 767px) {
  .form-bg-common .stats-section h2 {
    margin-left: 25px;
  }
  .contact-form .hs-form-field>label{
    width: 95%;
  }
  
  .contact-form .focus.hs-form-field>label span{
      left: 90%;
      -webkit-transform: translate3d(-90%,0,0);
      transform: translate3d(-90%,0,0);
  }
}

@media only screen and (min-width: 680px) {
  .contact-form .hs-fieldtype-booleancheckbox {
    width: 100%;
  }
}

@media only screen and (max-width: 680px) {
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    margin-bottom: 5vw;
  }
  
  .form-container {
    padding-bottom: 40px;
  }
  
  .form-bg-common {
    padding: 0;
  }
  
  .actions {
    position: absolute;
    bottom: -59px;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
  
    
  .contact-form fieldset.form-columns-2 .hs-form-field {
     width: 100%!important;
     float: none!important;
   }
}

@media only screen and (max-width: 560px) {
  .form-container {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .hs-submit .actions input.hs-button {
    width: 280px;
    margin: 30px 0; 40px
  }
  
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    margin-bottom: 5vw;
    flex-basis: 47%;
  }
  
  .form-bg-common .stats-section h2::before {
      top: -5px;
      left: -10px;
      width: 50px;
      height: 50px;
    }
  
  .form-bg-common .stats-section h2 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 475px) {
  .contact-form .hs_events_checkbox_group li.hs-form-checkbox {
    flex-basis: 47%;
    min-width: 123px;
  }
  
  .contact-form .hs_events_checkbox_group .hs-input + span {
    font-size: 16px;
  }
  
  .contact-form .submitted-message {
    font-size: 18px!important;
  }
  
  .contact-form select.hs-input {
    margin-top: 75px;
  }
}

@media screen and (max-width: 400px) {
  .hs-submit .actions input.hs-button {
    min-width: 80vw;
  }
}