/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/


/* /* Missing Template at Path: \'Templates\/Custom\/Page\/Umbrella 2022 - eagleray\/css\/_bootstrap.css\' */ */

body {
  font-family: 'Inter', sans-serif;
}

/* @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    */
/*****************************************/

.buttons-wrapper {
  display: flex;
  flex-direction: row
}
.button a div {
  display: inline;
}
.button.orange a {
  background: #FF8F24;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  padding: 15px 24px;
    margin: 0 34px 0 0;
  display: inline-block;
}
.button.orange a:hover {
    background-color: #FF8F24;
    box-shadow: 8px 11px 30px rgb(255 143 36 / 31%);
    transition: box-shadow 0.15s ease-in-out;
}
.button.white.outline a {
  background-color: transparent;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  padding: 14px 24px;
  margin: 0 34px 0 0;
  display: inline-block;
  border: 1px solid #fff;
}
.button.white.outline a:hover {
  color: #2671ff;
  background-color: #fff;
  box-shadow: 8px 11px 30px rgb(255 255 255 / 31%);
  transition: box-shadow 0.15s ease-in-out;
}

.right-arrow-link a {
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #0A2144;
  display: inline-block;
}
.right-arrow-link a:after {
    content: "";
    display: block;
    display: inline-block;
    width: 16px;
    height: 13px;
    background-image: url();
    background-position: center center;
    background-repeat: no-repeat;
    margin: -8px 0 0 5px;
    transform: translateX(0px);
    transition: transform 0.2s ease-in-out;
    position: relative;
    top: 2px;
    margin-left: 14px
}
.right-arrow-link a:hover:after {
  transform: translateX(6px);
}
/* @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    */
/*****************************************/

.widget-type-form {}

.widget-type-form h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.04em;
  color: #2671FF;
  margin: 0 0 24px 0;
}

.widget-type-form form fieldset {
  max-width: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.widget-type-form form fieldset.form-columns-1 .hs-input,
.widget-type-form form fieldset .hs-input {
  width: 100%;
  border: 0;
  background: #F8F9FC;
  border-radius: 5px;
  padding: 0 14px;
  height: 40px;
  line-height: 40px;
  color: #0B1627;
  border: 1px solid #F8F9FC;
  font-size: 16px;
}

.widget-type-form form fieldset .hs-input:placeholder {
  color: #98A6B2;
}

.widget-type-form form fieldset .hs-input:focus,
.widget-type-form form fieldset .hs-input:active {
  outline: none;
  border: 1px solid #2671FF;
}
.widget-type-form form .hs-form-field>label {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #0B1627;
  margin: 0 0 9px 4px;
}
.widget-type-form form .hs-form-field>label .hs-form-required {
  color: #FF8F24;
}


.widget-type-form form  .legal-consent-container {
  margin: 20px 0 10px 0;
}
.widget-type-form form  .legal-consent-container * {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #0B1627;
  font-style: normal;
}

.widget-type-form form fieldset .hs-form-field .input {
  margin: 0;
  width: 100%;
}

.widget-type-form form .form-columns-2 .hs-form-field {
  max-width: 48%;
  width: 100%;
}

.widget-type-form form  .legal-consent-container a {
color: #2671FF;
  font-weight: 600;
}

.widget-type-form form .hs-form-field {
  position: relative;
  margin: 0 0 30px 0;
  width: 100%;
}
.widget-type-form form .hs-error-msgs {
  position: absolute;
  bottom: -24px;
  left: 4px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.widget-type-form form .hs-error-msgs li {
  font-size: 11px;
  line-height: 13px;
  color: #f00;
    padding: 0;
  margin: 0;
}
.widget-type-form form .hs-error-msgs li label {}

.widget-type-form form .hs_error_rollup {
  display: none;
}

.widget-type-form form [type="submit"] {
  background: #FF8F24;
  border-radius: 10px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #fff;
  padding: 15px 24px;
    margin: 0 34px 0 0;
  border: 0;
}
.widget-type-form form [type="submit"]:hover {
    background-color: #FF8F24;
    box-shadow: 8px 11px 30px rgb(255 143 36 / 31%);
    transition: box-shadow 0.15s ease-in-out;
}
.widget-type-form form .hs-form-checkbox::marker {
  color: transparent;
}
.widget-type-form form .hs-form-checkbox input {
  height: auto !important;
  margin-right: 7px !important;
}

@media (max-width:600px) {
  .widget-type-form form [type=submit] {
    width: 100%;
  }
}

/* @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    */
/*****************************************/


#main-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
}

#main-header.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

#main-header {
    max-width: 100%;
}

#master-header-wrapper {
    padding: 0 40px;
    height: 87px;
    display: block;
    /* display: flex;
    flex-direction: row;
    justify-content: space-between; */
    /* align-items: center; */
    position: relative;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#master-header-container {
    max-width: 1120px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 0 auto;
}

.sticky #master-header-wrapper {
    border-bottom: 1px solid rgba(183, 191, 203, 0.5)
}

#logo-header {
    width: 100%;
    max-width: 120px;
    margin: 0 56px 0 0;
}

#logo-header a {
    display: block;
    width: 100%;
    max-width: 120px;
}

#logo-header a svg,
#logo-header a img {
    width: 100%;
    height: auto;
    display: block;
}

#user-nav {
    display: flex;
    height: 100%;
}

#user-menu {
    display: flex;
    height: 100%;
    /* padding: 20px 0; */
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 34px 0 0;
}

#login-nav-btn {
    position: relative;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #0A2144;
    margin: 0;
    width: 65px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}


/* #user-menu-dropdown {
    display: none;
} */


/* .hover #user-menu-dropdown { */

#user-menu.visible #user-menu-dropdown {
    visibility: visible;
}

#user-menu.open #user-menu-dropdown {
    /* top: 64px; */
    /* visibility: visible; */
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}

#user-menu-dropdown {
    display: block;
    position: absolute;
    z-index: 1;
    top: 56px;
    left: -110px;
    width: 280px;
    padding: 22px 0 0 0;
    /* padding: 24px 0 0 0; */
    /* height: 484px;
    display: flex;
    justify-content: center; */
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s ease-in-out;
}

#user-menu-dropdown-inner {
    width: 100%;
    background: #FFFFFF;
    box-shadow: 8px 22px 51px rgb(66 94 165 / 25%);
    border-radius: 15px;
    overflow: hidden;
    display: block;
    padding: 32px;
}


/* #user-menu-dropdown-inner a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 8px;
    font-weight: 600;
    font-size: 14px;
    color: #0A2144;
    border-radius: 5px;
}

#user-menu-dropdown-inner a:hover {
    background: rgba(201, 219, 255, 0.2);
} */

#menu-header-menu #nav-item-log-in {
    display: none;
}

@media (max-width: 1250px) {
    #logo-header {
        width: 180px;
    }
    #menu-header-menu>li {
        margin: 0 12px;
    }
    #menu-header-menu>li:first-child {
        margin-left: 0;
    }
    #menu-header-menu>li:last-child {
        margin-right: 0;
    }
    #login-nav-btn {
        margin: 0 16px 0 0;
    }
    #master-header-wrapper #user-nav .button.size-1 {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
    }
    #login-nav-btn {
        font-size: 14px;
    }
    #search-button {
        margin-right: 26px;
    }
}

#mobile-request-demo {
  display: none;
}

#mobile-menu .button, #main-header .button {
    display: flex;
    justify-content: center;
    align-self: center;
    cursor: pointer;
    background-color: #2671FF;
    height: 48px;
    line-height: 48px;
    padding: 0 24px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    opacity: 1;
    transition: 0.2s ease-in-out;
    min-width: 176px;
}
#main-header .button:hover {
    background-color: #256DF5;
    box-shadow: 8px 11px 30px rgb(38 113 255 / 31%);
    transition: 0.2s ease-in-out;
}

@media (max-width: 992px) {
    #mega-menu-log-in .mega-menu-right-col,
    #mega-menu-learn .mega-menu-right-col,
    #mega-menu-industries .mega-menu-right-col {
        display: none;
    }
    #desktop-menu {
        display: none;
    }
    #user-nav {
        display: none;
    }
    #menu-header-menu #nav-item-log-in {
        display: block;
    }
    #mobile-menu {
        display: block;
    }
    #mobile-menu-toggle {
        display: block;
    }
    #mobile-request-demo {
        display: block;
    }
    body {
        padding: 78px 0 0 0;
    }
    #master-header-wrapper {
        padding: 0 36px;
        height: 77px;
    }
    #logo-header {
        width: 100%;
        max-width: 102px;
        margin: 0;
    }
    #mobile-menu-toggle-button {
        width: 42px;
    }
    #mobile-menu-toggle-button {
        display: block;
        width: 42px;
        height: 32px;
        position: relative;
    }
    #mobile-menu-toggle-button::before,
    #mobile-menu-toggle-button::after {
        content: "";
        position: absolute;
        width: 22px;
        height: 3px;
        background-color: #1F2C9C;
        left: 10px;
    }
    #mobile-menu-toggle-button::before {
        top: 10px;
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu-toggle-button::after {
        bottom: 10px;
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu-toggle-button.active::before {
        top: 14.5px;
        transform: rotate(45deg);
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu-toggle-button.active::after {
        bottom: 14.5px;
        transform: rotate(-45deg);
        transition: transform 0.2s ease-in-out;
    }
    #mobile-menu {
        position: fixed;
        top: -100%;
        width: 100%;
        height: 100%;
        background-color: #fff;
        z-index: 998;
        overflow: auto;
        transition: all 0.2s ease-in-out;
    }
    #mobile-menu.active {
        top: 0;
        transition: all 0.2s ease-in-out;
    }
    #mobile-menu #menu-header-menu {
        padding: 0 13px;
    }
    #menu-header-menu {
        display: block;
    }
    #mobile-menu .mobile-menu-inner {
        padding: 90px 0 70px 0;
    }
    #master-header-wrapper {
        border: 0;
    }
    #menu-header-menu>li {
        margin: 0;
        height: 56px;
        /* height: auto; */
        align-items: start;
        padding: 0 8px 0 24px;
    }
    #menu-header-menu>li[data-menu="log-in"] {
        border-top: 1px solid #EAEEF5;
    }
    #menu-header-menu>li>a {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 20px;
        color: #353D46;
        position: relative;
    }
    #menu-header-menu>li>a:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url();
        background-position: center center;
        background-repeat: no-repeat;
    }
    #mobile-menu .mobile-button-wrapper {
        width: 100%;
        display: block;
        align-items: center;
        justify-content: center;
    }
    #mobile-menu .mobile-button-wrapper .button {
        margin: 48px auto 0 auto;
        width: max-content;
    }
    #mobile-menu .mega-menu {
        position: static;
        width: auto;
        margin: 0;
        height: auto;
    }
    .mobile-mega-menu {
        display: none;
    }
    .mobile-mega-menu .mega-menu {
        display: none;
    }
    .mobile-mega-menu.active {
        display: block;
    }
    .mobile-mega-menu.active .mega-menu.active {
        display: block;
    }
    #mobile-menu .mobile-menu-inner.hide {
        display: none;
    }
    .mobile-mega-menu {
        padding: 90px 0 0 0;
    }
    #mobile-menu .mega-menu-inner {
        flex-direction: column;
        box-shadow: none
    }
    #mobile-menu .mega-menu-left-col {
        width: 100%;
        padding: 0;
    }
    #mobile-menu .mega-menu-right-col {
        max-width: none;
        width: 100%;
        background-color: #F6F9FC;
        padding: 34px 36px 36px 36px;
        border-radius: 0px;
    }
    #mobile-menu #mega-menu-banner {
        max-width: 240px;
    }
    .mega-menu-inner {
        border-radius: 0;
    }
    .mega-menu-inner-row {
        padding: 0 25px;
    }
    .menu-back-button-wrapper {
        margin: 0;
        height: 56px;
        line-height: 56px;
        align-items: start;
        padding: 0 24px 0 24px;
        border-top: 0;
        border-bottom: 0;
        display: flex;
        align-items: center;
    }
    .menu-back-button-wrapper a {
        display: block;
        width: 100%;
        font-weight: 600;
        font-size: 16px;
        line-height: 24px;
        color: #2671ff;
        position: relative;
        padding: 0 0 0 30px;
        margin: 0 24px;
    }
    .menu-back-button-wrapper a:after {
        content: "";
        width: 24px;
        height: 24px;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url();
        background-position: center center;
        background-repeat: no-repeat;
    }
    body.overflow-hidden {
        overflow-y: hidden;
    }
    .mega-menu-icon-items .icon-item {
        padding: 16px 24px 16px 8px;
        height: 48.676px;
    }
    .mega-menu-icon-items .icon-item .icon {
        width: 32px;
        height: 32px;
    }
    #mega-menu-learn .mega-menu-inner-col {
        max-width: 100%;
    }
    ul#mega-menu-links li:last-child {
        position: inherit;
    }
    #mobile-request-demo a.button {
        font-size: 12px;
        line-height: 32px;
        height: 32px;
        min-width: 118px;
        width: 118px;
        padding: 0;
    }
}

@media (max-width: 768px) {
    #mega-menu-solutions .mega-menu-inner-col {
        max-width: 100%;
        margin: 0 0 10px 0;
    }
    .mega-menu-inner-row {
        flex-direction: column;
        padding: 0 13px 25px 13px;
    }
    .menu-col-title {
        font-weight: 500;
        font-size: 15px;
        line-height: 32px;
        letter-spacing: 0.085em;
        padding: 0 0 0 24px;
    }
    .mega-menu-right-col .menu-col-title {
        padding: 0;
        margin-top: 15px;
        font-weight: 700;
        font-size: 16px;
    }
    .mega-menu-items .item-content h3 {
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        margin-bottom: 4px;
    }
    .mega-menu-items .item-content p {
        font-size: 16px;
        line-height: 20px;
        max-width: 218px;
    }
    .mega-menu-items .item {
        height: 80px;
        align-items: center;
        margin: 0 0 10px 17px;
    }
    .mega-menu-items .item-icon {
        max-width: 40px;
    }
    .menu-col-title {
        padding-top: 0;
        padding-bottom: 0;
        height: 56px;
        line-height: 56px;
        margin: 0 0 6px 0;
    }
    .menu-back-button-wrapper {
        padding: 0 13px 0 13px;
    }
    .menu-back-button-wrapper a {
        margin: 0 24px 0 10px;
    }
    .menu-col-title {
        padding: 0 0 0 17px;
    }
    #master-header-wrapper {
        padding: 0 12px 0 31px;
    }
}

#modal-form .modal-dialog {
  max-width: 724px;
}

.modal-backdrop.show {
  background-color: rgba(244, 248, 255, 0.7);
  opacity: 1;
}

.modal-header {
  border-bottom: 0;
}
.modal-footer {
  border-top: 0;
}
.modal-body .close {
  opacity: 1;
}
.modal-body .close span {
  display: block;
  width: 20px;
  height: 20px;
}
.modal-body .close span img {
  display: block;
  width: 100%;
  height: auto;
}
.modal-body {
  padding: 56px;
  position: relative;
}
.modal-body .close {
    opacity: 1;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 19px;
    top: 32px;
}

.modal-open .modal {
  background: transparent;
}
.modal .modal-content {
  border-radius: 15px;
  border: 0;
  box-shadow: 8px 22px 51px rgba(66, 94, 165, 0.12);
}
@media (max-width: 768px) {
  .modal-body {
      padding: 48px 24px 24px;
  }
  .modal-body .close {
    right: 24px;
    top: 24px;
}
  .widget-type-form h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .modal .modal-dialog {
    margin: 24px;
  }
  .modal .widget-type-form form [type=submit] {
    width: 100%;
  }
}

@media (max-width: 568px) {
  .widget-type-form form .form-columns-2 .hs-form-field {
    max-width: none;
    width: 100%!important;
  }
  .widget-type-form form fieldset input {
    width: 100%!important;
  }
}
/* @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    */
/*****************************************/


.footer-bottom {
    padding: 0 0 25px 0;
    background-color: #F4F8FF;
    background-image: url();
    background-repeat: no-repeat;
    background-size: auto 398px;
    background-position: bottom center;
    /* min-height: 730px; */
    position: relative;
}

.footer-bottom .cta .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #2671FF;
  margin: 0 0 32px 0;
}

.footer-bottom .cta .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #0A2144;
  margin: 0 auto 48px auto;
  max-width: 760px;
}

.footer-bottom .cta .buttons-wrapper {
  align-items: center;
  justify-content: center;
}

.copyright-row {
    padding: 325px 0 0px 0;
}


/* .footer-menus .col-lg-2 {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
} */

.footer-menus .orange-chevron-right a {
    color: #2671FF;
    font-weight: 700;
    position: relative;
    margin-top: 22px;
}

#main-footer .social-media-links {
  height: 40px;
}

#main-footer-inner {
    max-width: 1120px;
    margin: 0 auto;
}

.copyright-row .copyright {
 align-items: center; 
}

#footer-logo {
  display: flex;
  justify-content: center;
}

.copyright {
    /* float: left; */
}

.copyright p,
.copyright a {
    /* float: left; */
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 30px;
    color: #FFFFFF;
    opacity: 0.64;
    display: block;
    margin: 0;
}
.copyright a#footer-logo {
  opacity: 1;
}

.copyright #footer-logo {
  max-width: 120px;
  width: 100%;
}
.copyright .copyright-text {
  max-width: 376px;
  width: 100%;
  text-align: right;
}
.copyright .footer-links {
  max-width: 298px;
  width: 100%;
  justify-content: flex-end;
}
.copyright .social-media-links {
  width: 160px;
}
.copyright .footer-links a {
  margin: 0 16px 0 0;
  
}
#main-footer.simple-footer .copyright .footer-links a {
  opacity: 1;
}
.copyright .footer-links a:last-child {
  margin: 0;
}
.social-media-links a {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    background-size: auto 20px;
    background-position: center center;
    background-repeat: no-repeat;
    float: left;
}

.social-media-links .github {
    background-image: url();
}

.social-media-links .twitter {
    background-image: url();
}

.social-media-links .linkedin {
    background-image: url();
}

.social-media-links .facebook {
    background-image: url();
}
.social-media-links .instagram {
    background-image: url();
}

#main-footer.simple-footer .social-media-links .twitter {
    background-image: url();
}

#main-footer.simple-footer .social-media-links .linkedin {
    background-image: url();
}

#main-footer.simple-footer .social-media-links .facebook {
    background-image: url();
}
#main-footer.simple-footer .social-media-links .instagram {
    background-image: url();
}

.copyright .footer-links {
    display: inline-block;
}
#main-footer.simple-footer .social-media-links a {
 opacity: 1; 
}
@media (max-width: 1168px) {
  #main-footer-inner {
    max-width: none;
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
  }
  .copyright .footer-links {
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .copyright .copyright-text {
      max-width: 250px;
      width: 100%;
      text-align: left;
    }
    .copyright .footer-links {
      max-width: 100px;
      width: 100%;
      justify-content: flex-start;
    }
    .footer-bottom {
        padding: 80px 0 34px 0;
        background-size: 100% auto;
        background-position: 70% bottom;
        /* border-bottom: 40px solid #4082ff; */
/*         background-image: url(); */
        /* background-size: 392px auto; */
/*         background-size: auto 392px; */
    }
    .copyright-row {
        padding: 180px 0 0 0;
    }
    .copyright p,
    .copyright a {
        font-size: 13px;
        margin: 0 20px 0 0;
    }
    .footer-bottom {
        background-size: 100% auto;
        background-position: 70% bottom;
        background-image: url();
        background-size: auto 360px;
    }
}

@media (max-width: 768px) {
  
    #main-footer-inner {
        padding: 0 15px;
    }
    
    #main-footer-inner .separator {
        width: 1px;
        height: 13px;
        background-color: #fff;
        opacity: 0.64;
    }
    #main-footer-inner .copyright {
        width: 100%;
        max-width: 420px;
        margin: 0 auto;
    }
    #main-footer-inner .footer-links {
        justify-content: space-between;
        max-width: 260px;
        margin: 0 auto;
        width: 100%;
    }
    #main-footer-inner .copyright a {
        font-size: 13px;
        line-height: 15px;
    }
    #main-footer-inner .copyright p {
        margin: 0;
        font-size: 13px;
        line-height: 15px;
        margin: 0 0 8px 0;
        text-align: center;
    }
    #main-footer-inner .social-media-links a {
        background-size: contain;
    }
    .footer-list li {
        position: relative;
    }
    
}

#footer-menu-product-inner .tag {
    position: relative;
}

#footer-menu-product-inner a .tag {
    /* content: "WE’RE HIRING!"; */
    display: inline-block;
    color: #FF8F24;
    font-weight: bold;
    font-size: 12px;
    line-height: 24px;
    padding: 0 8px;
    /* background: rgba(255, 172, 6, 0.3); */
    background-color: #F7E1B4;
    border-radius: 5px;
    margin: 0 0 0 10px;
}
#main-footer-inner .button.orange a {
  margin: 0;
}

@media (max-width: 768px) {
  .footer-list li a {
    position: relative;
    padding: 6px 2px;
    margin-left: 16px;
  }
  .footer-list li a:hover {
    background: transparent;
  }
  .footer-bottom {
    background-size: auto 470px;
    background-position: 67% bottom;
  }
  .copyright-row {
    padding: 200px 0 0;
  }
  .copyright .social-media-links {
    width: 264px;
    margin: 11px 0;
    height: auto;
  }
  .copyright .social-media-links a {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 18px;
  }
  .copyright .footer-links a {
    margin: 0;
  }
}

#main-footer.simple-footer .footer-bottom {
  background: #0A182D;
  border-top: 1px solid #414D5A;
  padding: 0;
}

#main-footer.simple-footer .footer-bottom .copyright-row {
  padding: 0;
}
#main-footer.simple-footer .footer-bottom .copyright-row .copyright {
  height: 90px;
}
#main-footer.simple-footer .social-media-links {
  height: 90px;
}
@media (max-width: 768px) {
  #main-footer.simple-footer .footer-bottom .copyright-row {
    padding: 24px 0 34px 0;
  }
  #main-footer.simple-footer .footer-bottom .copyright-row .copyright {
    height: auto;
  }
  #main-footer.simple-footer .social-media-links {
    height: auto;
  }

}
/* @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    */
/*****************************************/

#hero {
  padding: 140px 0 60px 0;
}
#hero .container {
  max-width: 1176px;
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  justify-content: flex-start;
}
#hero .container .left {
 max-width: 640px;
  width: 100%;
  
}
#hero .container .left .hero-title {
  font-weight: 700;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.04em;
  color: #0B1627;
  margin: 0 0 24px 0;
  max-width: 470px;
}
#hero .container .left .hero-text-content {
  max-width: 510px;
}
#hero .container .left .hero-content-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 39px;
  letter-spacing: -0.02em;
  color: #0A2144;
  margin: 0;
}
#hero .container .left .hero-content-text {
  font-size: 18px;
  line-height: 32px;
  letter-spacing: -0.02em;
  color: #0A2144;
  margin: 0 0 40px 0
}

#hero .buttons-wrapper {
    align-items: center;
}
.review {
 display: flex; 
  flex-direction: column;
}
.review .stars {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin-bottom: 3px;
}

.star {
  background-image: url();
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 18px auto;
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}
.testimonials-slideshow .slide .left .text,
.review .text {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #0A2144;
  margin-bottom:3px
}

#hero .container .right {
 max-width: 502px;
  width: 100%;
}
#hero .container .right .image-wrapper {
  width: 100%;
}
#hero .container .right .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 1200px) {
  #hero .container .left {
    max-width: none;
    width: 50%;
  }
  #hero .container .right {
    max-width: none;
    width: 48%;
  }
  #hero .container .left .hero-title {
    font-size: 54px;
    line-height: 59px;
  }
  #hero .container .left .hero-content-title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 7px;
  }
  #hero .container .left .hero-content-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
  }
}
@media (max-width: 992px) {
  #hero .container .left {
    max-width: none;
    width: 48%;
  }
  #hero .buttons-wrapper {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
  #hero .button.orange a {
    margin: 0 0 20px 0;
  }
}

@media (max-width: 768px) {
  #hero {
    padding: 40px 24px 45px;
  }
  #hero .container {
    flex-direction: column;
  }
  #hero .container .left .hero-title {
    margin: 0 0 24px 0;
  }
  #hero .container .left {
    max-width: none;
    width: 100%;
    order: 2;
  }
  #hero .container .right {
    max-width: none;
    width: 100%;
    order: 1;
  }
  #hero .container .image-wrapper {
    max-width: 206px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
  }
}
/* @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    */
/*****************************************/

#hero-form {
  padding: 120px 0 60px 0;
}
#hero-form .container {
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

#hero-form .container .left {
  max-width: 448px;
  width: 100%;
}
#hero-form .container .hero-content-title {
  font-weight: 700;
  font-size: 52px;
  line-height: 62px;
  letter-spacing: -0.04em;
  color: #0A2144;
  margin: 0 0 24px 0;
}
#hero-form .container .hero-content-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #353D46;
  margin: 0 0 36px 0;
}
#hero-form .container .hero-content-foot {
  font-weight: 700;
  font-size: 18px;
  line-height: 32px;
  color: #353D46;
  margin: 0 0 65px 0;
}
#hero-form .container .right {
  max-width: 523px;
  width: 100%;
}
#hero-form .container .hero-form-wrapper {
  background: #FFFFFF;
  box-shadow: 8px 22px 51px rgba(66, 94, 165, 0.12);
  border-radius: 15px;
  padding: 40px 32px 60px 32px
}
@media (max-width: 1338px) {
  #hero-form .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 1200px) {
  #hero-form .container .left {
      max-width: 48%;
      width: 100%;
  }
  #hero-form .container .right {
    max-width: 48%;
    width: 100%;
  }
}
@media (max-width: 992px) {
  #hero-form {
    padding: 40px 0 54px 0;
  }
  #hero-form .container .hero-content-title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px 0;
  }
  #hero-form .container .hero-content-text {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 24px 0;
  }
  #hero-form .container .hero-content-foot {
    font-size: 16px;
    line-height: 27px;
    margin: 0 0 24px 0;
  }
}

@media (max-width: 768px) {
  #hero-form .container .right .hero-form-wrapper {
    margin-bottom: 60px;
    padding: 32px 24px 40px;
  }
  #hero-form .container {
    flex-direction: column;
  }
  #hero-form .container .left {
      max-width: 100%;
      width: 100%;
  }
  #hero-form .container .right {
    max-width: 100%;
    width: 100%;
  }
  #hero-form .container .right .title {
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 50px 0;
  }
  #hero-form .container .right .logos-wrapper {
    margin: 0 0 24px 0;
  }
}
/* @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    */
/*****************************************/


#features {
  background-color: #0B1627;
  padding: 60px 0;
}
#features .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1120px;
}
#features .left {
  max-width: 395px;
  width: 100%;
}
#features .left .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin: 0 0 27px 0;
  max-width: 390px;
}
#features .left .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #FFFFFF;
}
#features .right {
  max-width: 443px;
  max-width: 500px;
  width: 100%;
}
#features .right .list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
#features .right .list li {
  font-weight: 400;
  font-size: 24px;
  line-height: 38px;
  color: #EAEEF5;
  margin: 0 0 48px 0;
  padding: 0 0 0 46px;
  background-image: url();
  background-position: 0px 4px;
  background-repeat: no-repeat;
  background-size: 28px auto;
}
#features .right .list li:last-child {
  margin: 0;
}
#features .right .list li strong {
 font-weight: 700; 
}
@media (max-width: 992px) {
  #features {
    padding: 68px 0;
  }
  #features .container {
    flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
  #features .left {
    max-width: none;
    width: 100%;
  }
  #features .right {
    max-width: none;
    width: 100%;
  }
  #features .left .title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 16px 0;
  }
  #features .left .text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 36px 0;
  }
  #features .right .list li {
    font-size: 24px;
    line-height: 38px;
    margin: 0 0 36px 0;
  }
  #features .left .title {
    max-width: none;
  }
}

@media (max-width: 768px) {}
/* @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    */
/*****************************************/

#logos {
 background-color: #fff;
  padding: 60px 0 70px 0;
}
#logos .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #0A2144;
  margin: 0 0 35px 0;
}
#logos .logos-wrapper {
  max-width: 1072px;
  width: 100%;
  margin: 0 auto 24px auto;
}
.back-to-homepage {
  text-align: center;
}

@media (max-width: 768px) {
  #logos {
    padding: 60px 0;
  }
  #logos .title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 30px 0;
  }
}
/* @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    */
/*****************************************/

#cta {
  padding: 60px 0 0 0;
  background-color: #f4f8ff;
}

#cta .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #2671FF;
  margin: 0 0 32px 0;
}

#cta .text {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #0A2144;
  margin: 0 auto 48px auto;
  max-width: 760px;
}

#cta .buttons-wrapper {
  align-items: center;
  justify-content: center;
}
#cta .button.orange a {
  margin: 0;
}

@media (max-width: 768px) {
   #cta {
    padding: 64px 24px 30px;
  }
  #cta .title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px 0;
  }
  #cta .text {
    font-size: 18px;
    line-height: 29px;
  }
  #cta .text {
    max-width: 280px;
    margin-bottom: 36px;
  }
}
/* @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    */
/*****************************************/

#section-locations {
 background-color: #0A182D;
 padding: 0;
}

#section-locations .container {
  max-width: 1120px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
}

#section-locations .container .left {
  max-width: 558px;
  width: 100%;
}
#section-locations .container .left .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 79px;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin: 0 0 84px 0;
  max-width: 450px;
}
#section-locations .container .left .locations-grid-wrapper .container-fluid {
  padding-left: 0;
}
#section-locations .container .left .locations-grid {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 56px;
    grid-column-gap: 136px;
}

#section-locations .container .left .locations-grid .country {
  font-weight: 900;
  font-size: 20px;
  line-height: 24px;
  color: #FFFFFF;
  margin: 0 0 12px 0;
}
#section-locations .container .left .locations-grid .address {
  font-weight: 400;
  font-size: 16px;
  line-height: 27px;
  color: #F4F8FF;
}

#section-locations .container .right {
  max-width: 635px;
  width: 100%;
}
#section-locations .container .right img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  right: -20%;
}

@media (max-width: 1371px) {
  #section-locations .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media (max-width: 998px) {
  #section-locations .container .left .title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 36px 0;
  }
  #section-locations .container .left {
    max-width: 48%;
  }
  #section-locations .container .right {
    max-width: 48%;
  }
  #section-locations .container .left .locations-grid {
    grid-row-gap: 30px;
    grid-column-gap: 30px;
  }
} 

@media (max-width: 768px) {
  #section-locations {
    padding: 13px 0 64px 0;
  }
  #section-locations .container {
    flex-direction: column;
  }
  #section-locations .container .left {
    max-width: 100%;
  }
  #section-locations .container .right {
    max-width: 100%;
  }
  #section-locations .locations-section-image-mobile {
    margin: 0 0 50px 0;
  }
  #section-locations .container .left .locations-grid {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 36px;
    grid-column-gap: 0;
  }
  #section-locations .container .left .locations-grid .location {
    max-width: 258px;
    margin: 0 auto;
  }
  #section-locations .container .left .title {
    text-align: center;
    max-width: none;
  }
  #section-locations .container .left .locations-grid .country {
    text-align: center;
    font-weight: 700;
  }
  #section-locations .container .left .locations-grid .address {
    text-align: center;
  }
}
/* @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    */
/*****************************************/

#thank-you {
  padding: 196px 0 196px 0;
  background-color: #0A2144;
}
#thank-you .container {
  max-width: 640px;
}
#thank-you .image-wrapper {
  max-width: 128px;
  margin: 0 auto 48px auto;
}
#thank-you .image-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
#thank-you .title {
  font-weight: 700;
  font-size: 72px;
  line-height: 79px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin: 0 0 32px 0;
}

#thank-you .text-1 {
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.04em;
  color: #FFFFFF;
  margin: 0 0 74px 0;
}
#thank-you .text-2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 36px 0;
}

#thank-you .buttons-wrapper {
  align-items: center;
  justify-content: center;
}

#thank-you .buttons-wrapper .button.orange a:hover {
  opacity: 0.8;
  background-color: #ff8f24;
  box-shadow: none;
  transition: opacity .15s ease-in-out;
}

#thank-you .buttons-wrapper .button.white.outline a:hover {
    color: #2671ff;
    background-color: #fff;
    box-shadow: none;
    transition: background .15s ease-in-out;
}

@media (max-width: 768px) {
  #thank-you {
    padding: 80px 0;
  }
  #thank-you .container {
    max-width: 280px;
  }
  #thank-you .image-wrapper {
    max-width: 118px;
    margin: 0 auto 26px auto;
  }
  #thank-you .title {
    font-size: 40px;
    line-height: 48px;
    margin: 0 0 24px 0;
  }
  #thank-you .text-1 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 36px 0;
  }
  #thank-you .text-2 {
    font-weight: 400;
    font-size: 18px;
    line-height: 29px;
    margin: 0 0 36px 0;
  }
  #thank-you .buttons-wrapper {
    flex-direction: column;
  }
  #thank-you .buttons-wrapper .button.orange a {
    margin: 0 0 24px 0;
    width: 240px;
    text-align: center;
  }
  #thank-you .buttons-wrapper .button.white a {
    margin: 0;
    width: 240px;
    text-align: center;
  }
}

a:hover,
a {
text-decoration: none;
}
@media (max-width: 992px) {
.container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

body>img[width="1"] {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: -9999;
}

.container {
  padding-left: 0;
  padding-right: 0;
}
#main-content .row-fluid-wrapper,
#main-content .row-fluid,
#main-content .widget-span,
#main-content .container-fluid {
  padding: 0;
  margin: 0;
}