.intro-education .news-image-hold .image-item:first-child::after {
    display: none;
}

.home-intro-section.blog-intro {
    padding-top: 230px;
}

.education-section {
    background-color: #fff;
    padding: 120px 0 300px;
    position: relative;
    z-index: 2;
}

.section-top {
    margin-bottom: 50px;
}

.section-top .title-56:last-child {
    margin-bottom: 0px;
}

.max-width-570 {
    max-width: 570px;
}

.text-center .max-width-570 {
    margin: 0 auto;
}

.education-section .section-top {
    margin-bottom: 90px;
}

.education-single-section {
    padding: 70px 0 300px;
}

.sidebar-left-hold {
    padding-right: 4%;
}

.sidebar-title {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 18px;
}

.sidebar-nav ul li {
    border-bottom: 1px solid #dcdcdc;
}

.sidebar-nav ul li a {
    font-family: 'Roboto', sans-serif;
    display: block;
    padding: 22px 0;
    color: #636978;
    opacity: 0.7;
    font-size: 18px;
    line-height: 1.3;
    letter-spacing: -0.2px;
    position: relative;
    transition: 0.2s;
}

.sidebar-nav ul li a:hover {
    color: #00bce8;
    opacity: 1;
}

.sidebar-nav ul li a:before {
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #00bce8;
    opacity: 0;
    transition: 0.1s;
}

.sidebar-nav ul li a:after {
    content: '';
    position: absolute;
    top: 27px;
    left: 4px;
    width: 12px;
    height: 12px;
    background: #00bce8;
    opacity: 0;
    transition: 0.1s;
}

.sidebar-nav ul li.active a {
    opacity: 1;
    color: #00bce8;
    font-weight: 700;
    padding-left: 37px;
}

.sidebar-nav ul li.active a:before {
    opacity: 0.22;
    transition: 0.2s 0.1s;
}

.sidebar-nav ul li.active a:after {
    opacity: 1;
    transition: 0.2s 0.1s;
}

.education-single-content-hold {
    padding-left: 9%;
    padding-right: 25px;
}

.callout-box {
    background: #f3f3f3;
    border-radius: 20px;
    padding: 50px 50px 60px;
}

.education-single-content-hold .entry {
    margin-bottom: 60px;
}

.callout-box.entry p {
    font-size: 16px;
    color: #636978;
}

.education-single-content-hold .entry *:last-child {
    margin-bottom: 0;
}

.callout-box.entry *:last-child {
    margin-bottom: 0;
}

.entry a {
    color: #00bce8;
    font-weight: 700;
    transition: 0.2s;
}

.entry a:hover {
    color: rgb(0, 118, 232);
}

.text-16 {
    color: #636978;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.intro-education-single .text-16 {
    margin-bottom: 16px;
}

.page-intro-strait.intro-support {
    min-height: 1px;
}

.btn-white,
.btn-white:focus,
.btn-white:active {
    display: inline-block;
    outline: none;
    border: none;
    line-height: 1.4;
    border-radius: 8px;
    color: #2e3449;
    font-size: 16px;
    min-width: 128px;
    padding: 12px 25px 14px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.53px;
    position: relative;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px rgba(150, 174, 198, 0.2);
    -moz-box-shadow: 0px 5px 15px rgba(150, 174, 198, 0.2);
    box-shadow: 0px 5px 15px rgba(150, 174, 198, 0.2);
    transition: 0.3s;
}

.btn-white:hover {
    color: #2e3449;
    background-color: #fff;
    -webkit-box-shadow: 0px 5px 15px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 5px 15px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 5px 15px rgba(150, 174, 198, 0.4);
}

.inline-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inline-links ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 15px;
    margin-left: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.inline-links ul li {
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.inline-links ul li:last-child {
    margin-right: 0px;
}


.support-section {
    padding: 70px 0 115px;
}

.support-section .section-top {
    margin-bottom: 90px;
}

.section-top .title-48:last-child {
    margin-bottom: 0;
}

.row.row-sm {
    max-width: 740px;
}

.row.row-790 {
    max-width: 850px;
}

.row.row-880 {
    max-width: 880px;
}

.home-why-list.support-list ul {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-why-list.support-list ul li {
    width: calc(50% - 8px);
    min-width: calc(50% - 8px);
    margin-right: 16px;
    margin-bottom: 66px;
    border-radius: 20px;
    transition-delay: 0s
}

.home-why-list.support-list ul li:nth-child(3n) {
    margin-right: 16px;
}

.home-why-list.support-list ul li:nth-child(2n) {
    margin-right: 0px;
}

.home-why-list.support-list ul li:nth-child(4n+2) .why-list-content:before,
.home-why-list.support-list ul li:nth-child(4n+3) .why-list-content:before {
    background: rgb(0, 118, 232);
    background: -moz-linear-gradient(right, #983BDD 0%, #0076E8 100%);
    background: -webkit-linear-gradient(right, #983BDD 0%, #0076E8 100%);
    background: linear-gradient(to left, #983BDD 0%, #0076E8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bce8', endColorstr='#0076e8', GradientType=1);
}

.home-why-list.support-list .hwl-title {
    margin-bottom: 93px;
}

.home-why-list.support-list {
    margin-bottom: 32px;
}

.home-why-list.support-list ul li>span img {
    max-height: 40px;
    max-width: 40px;
}

.info-box {
    font-family: 'Roboto', sans-serif;
    color: #636978;
    font-size: 16px;
    letter-spacing: -0.2px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    padding: 54px 10%;
}

.info-box a {
    color: #00BCE8;
    font-weight: 700;
    /* was 500 */
    transition: 0.2s;
}

.info-box a:hover {
    color: #0076E8;
}

.two-features-box {
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    padding: 62px 10%;
}

.two-features-box ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.two-features-box ul li {
    width: 43%;
    min-width: 43%;
    margin-right: 14%;
    margin-bottom: 40px;
}

.two-features-box.three-features-box ul li {
    width: 24%;
    min-width: 24%;
}

.two-features-box ul li:nth-child(2n) {
    margin-right: 0 !important;
}

.two-features-box.three-features-box ul li:nth-child(2n) {
    margin-right: 14% !important;
}

.two-features-box.three-features-box ul li:nth-child(3n) {
    margin-right: 0 !important;
}

.support-service-features-section {
    margin-bottom: 140px;
}

.support-service-features-section .two-features-box {
    margin-top: -350px;
}

.two-features-box-icon {
    margin-bottom: 16px;
    height: 40px;
}

.two-features-box-icon img {
    max-height: 100%;
}

.two-features-box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.66px;
    margin-bottom: 16px;
    min-height: 52px;
    padding-right: 20%;
}

.two-features-box-text p {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: -0.2px;
    margin-bottom: 24px;
}

.two-features-box-text p:last-child {
    margin-bottom: 0px;
}

.thirds-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    flex-wrap: wrap;
    -ms-flex-wrap: wrap;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% + 21px);
}

.thirds-list ul li {
    width: calc(33.333% - 21px);
    min-width: calc(33.333% - 21px);
    margin-right: 21px;
    margin-bottom: 40px;
}

.twos-list ul li {
    width: calc(50% - 21px);
    min-width: calc(50% - 21px);
}

.thirds-list .two-features-box-title {
    min-height: 1px;
}

.support-service-why {
    margin-bottom: 100px;
}

.cta-section {
    overflow: hidden;
}

.video-section {
    margin-bottom: 140px;
}

.video-section-hold a {
    display: block;
    position: relative;
    padding-bottom: 56%;
}

.video-section-hold a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff url(../img/icon-play.svg) no-repeat center left 22px;

}

.video-section-hold a img {
    border-radius: 20px;
}

.image-text-section.dark-bottom-right-triangle {
    padding-bottom: 300px;
}

.text-18 p {
    margin-bottom: 28px;
}

.text-18 p:last-child {
    margin-bottom: 0px;
}

.it-left {
    padding-right: 13px;
}

.it-right {
    padding-left: 5%;
}

.image-text-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.it-left .text-18 {
    margin-bottom: 16px;
}

/* .intro-support-service .platform-intro-image:before {
    width: 159px;
    height: 246px;
    background: url(../img/orn-dots-1.svg) no-repeat center center / 100% 100%;
    transform: rotate(0deg);
    top: auto;
    bottom: -100px;
    left: 67%;
} */

.intro-support-service {
    position: relative;
}

/* .intro-support-service:before {
    content: '';
    position: absolute;
    width: 159px;
    height: 246px;
    background: url(../img/orn-dots-1.svg) no-repeat center center / 100% 100%;
    top: 150px;
    transform: rotateX(180deg);
    left: -10px;
} */

.page-intro-strait.intro-documentation {
    min-height: 1px;
}

.intro-documentation .inline-links {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.documentation-section {
    padding: 70px 0 300px;
}

.entry h5 {
    color: #2e3449;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.68px;
    margin-bottom: 16px;
}

.entry h5:not(:first-child) {
    margin-top: 32px;
}

.entry h3:not(:first-child) {
    margin-top: 50px;
}

.entry h4:not(:first-child) {
    margin-top: 50px;
}

.documentation-middle .title-48 {
    margin-bottom: 32px;
}

.documentation-right {
    padding-left: 7%;
}

.documentation-right .white-text-2 {
    text-align: left;
}

.title-18 {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.sibebar-text {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.sibebar-text a {
    color: #00bce8;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.09px;
    padding-right: 20px;
    position: relative;
}

.sibebar-text a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    background: url(../img/angle-blue-right.svg) no-repeat center center;
    width: 5px;
    height: 8px;
    transition: 0.3s;
}

.sibebar-text a:hover:after {
    transform: translate(5px, -50%);
}

.documentation-right-box {
    margin-bottom: 32px;
}

.documentation-right-box.has-border {
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 32px;
}

.sidebar-search {
    position: relative;
}

.sidebar-search input,
.sidebar-search input:focus {
    height: 42px;
    border-radius: 25px;
    border: solid 1px #dcdcdc;
    margin: 0;
    box-shadow: none;
    padding: 2px 16px;
    padding-right: 50px;
    font-size: 14px;
    letter-spacing: -0.18px;
}

.sidebar-search button,
.sidebar-search button:focus,
.sidebar-search button:focus {
    position: absolute;
    top: 0;
    right: 6px;
    width: 42px;
    height: 42px;
    background: url(../img/icon-search-blue.svg) no-repeat center center;
}

.form-element input::-webkit-input-placeholder {
    color: #636978;
    opacity: 0.75;
}

.form-element input::-moz-placeholder {
    color: #636978;
    opacity: 0.75;
}

.form-element input:-ms-input-placeholder {
    color: #636978;
    opacity: 0.75;
}

.form-element input:-moz-placeholder {
    color: #636978;
    opacity: 0.75;
}


.documentation-middle .entry *:last-child {
    margin-bottom: 0;
}

.documentation-middle .entry {
    margin-bottom: 50px;
}

.documentation-middle .blue-box {
    margin-bottom: 50px;
}

.blue-box {
    padding: 30px 35px;
    border-radius: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f87e5+0,00c7f7+100 */
    background: rgb(31, 135, 229);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(31, 135, 229, 1) 0%, rgba(0, 199, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(31, 135, 229, 1) 0%, rgba(0, 199, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(31, 135, 229, 1) 0%, rgba(0, 199, 247, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f87e5', endColorstr='#00c7f7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.8px;
    overflow: hidden;
}

.blue-box:before {
    content: '';
    position: absolute;
    width: 98px;
    height: 124px;
    background: url(../img/orn-dots-3.svg) no-repeat center center;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.blue-box span {
    position: relative;
    z-index: 5;
}

.blue-box a {
    white-space: nowrap;
    margin-left: 20px;
    z-index: 5;
}

.post-by-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: 'Roboto', sans-serif;
    color: #2e3449;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.2px;
    padding: 35px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 50px;
}

.post-by-block img {
    max-height: 80px;
    max-width: 100px;
    margin-right: 17px;
}

.custom-pagination a.page-prev {
    float: left;
}

.custom-pagination a.page-next {
    float: right;
    text-align: right;
}

.custom-pagination a.page-prev span {
    padding-left: 16px;
}

.custom-pagination a.page-next span {
    padding-right: 16px;
}

.custom-pagination a.page-prev span:before,
.custom-pagination a.page-next span:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    transform: translateY(-50%);
}

.custom-pagination a.page-prev span:before {
    left: 0;
    background: url(../img/angle-dark-left.svg) no-repeat center center;
}

.custom-pagination a.page-next span:before {
    right: 0;
    background: url(../img/angle-dark-right.svg) no-repeat center center;
}

.custom-pagination a {
    max-width: 48%;
    width: 100%;
    color: #00bce8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    letter-spacing: -0.1px;
    transition: 0.2s;
}

.custom-pagination a:hover {
    color: #2199e8;
}

.custom-pagination a span {
    display: block;
    margin-bottom: 16px;
    color: #2e3449;
    letter-spacing: -0.53px;
    position: relative;
}

.documentation-right .box-with-white-text::after {
    content: "";
    background: url(../img/orn-dots-three.svg) no-repeat right bottom;
    width: 66px;
    height: 66px;
    position: absolute;
    bottom: 0px;
    right: 0px;
    filter: none;
}

.documentation-right .box-with-white-text a {
    z-index: 5;
}

.entry table {
    width: 100%;
    margin-bottom: 40px;
}

.entry table thead td,
.entry table thead th {
    padding: 16px 16px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: -0.46px;
    color: #2e3449;
}

.entry table tbody td {
    color: #636978;
    padding: 12px 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.178px;
    height: 56px;
}

.entry table thead {
    background: transparent;
}


.entry table tbody,
.entry table tfoot,
.entry table thead {
    border: none;
    background-color: transparent
}

.entry table thead tr {
    border-bottom: 2px solid #d8d8d8;
}

.entry table tbody tr {
    border-bottom: 1px solid #e3e3e3;
}

.entry table tbody tr:nth-child(even) {
    background-color: #f7f8fa;
}

.documentation-middle {
    padding-right: 10px;
}

.intro-career {
    padding: 160px 0 380px;
}

/* .intro-career:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: linear-gradient(to bottom, rgba(34,122,151, 0.8), rgba(82,112,118, 0.4));
} */
.intro-career .row {
    position: relative;
    z-index: 5;
}

.intro-career .title-80 {
    color: #fff;
    margin-bottom: 16px;
}

.intro-career .text-20 {
    color: #fff;
    margin-bottom: 16px;
}

.text-20 p {
    margin-bottom: 10px;
}

.text-20 p:last-child {
    margin-bottom: 0px;
}

.values-section {
    position: relative;
    z-index: 5;
    background: #fff;
}

.values-hold {
    margin-top: -310px;
    background: #fff;
    padding: 70px 8.5%;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
}

.values-hold .title-56,
.values-hold .title-48 {
    margin-bottom: 34px;
}

.values-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.values-list ul li {
    width: calc(33.333% - 24px);
    min-width: calc(33.333% - 24px);
    margin-right: 36px;
    text-align: center;
}

.values-list ul li:nth-child(3n) {
    margin-right: 0px;
}

.values-item-icon {
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 12px;
}

.values-item-icon img {
    max-height: 100%;
}

.values-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.66px;
    margin-bottom: 16px;
}

.values-item-text {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.light-top-left-triangle .row {
    position: relative;
    z-index: 5;
}

.light-top-left-triangle:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: calc(100% - 1px);
    border-style: solid;
    border-width: 250px 100vw 0px 0vw;
    border-color: transparent #EBF4FD transparent transparent;
    pointer-events: none;
}

.meat-team-section {
    background: #EBF4FD;
    padding: 220px 0 140px;
    position: relative;
}

.meat-team-section:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../img/orn-bg-3.svg) no-repeat center bottom 70px;
    pointer-events: none;
    opacity: 1;
}

.meat-team-main-image {
    margin-left: -20px;
    width: calc(100% + 40px);
    border-radius: 10px;
    border: 2px solid #00a8e8;
    padding: 19px;
    background: #ffffff;
    box-shadow: 0px 10px 40px rgba(154, 166, 179, 0.4);
    position: relative;
    z-index: 10;
}

.meat-team-main-image img {
    border-radius: 8px;
    border: solid 1px #d8d8d8;
    ;
}

.meat-team-section .section-top {
    margin-bottom: 38px;
}

.meat-team-hold {
    position: relative;
}

.mt-image {
    position: absolute;
    z-index: 1;
}

.mt-image img {
    border-radius: 8px;
}

.mt-left {
    width: 190px;
    height: 285px;
    top: 22px;
    right: calc(100% + 20%);
}

.mt-top-left {
    width: 327px;
    height: 197px;
    top: -244px;
    left: -78px;
}

.mt-top-right {
    width: 169px;
    height: 253px;
    top: -188px;
    left: calc(100% + 40px)
}

.mt-right {
    width: 289px;
    height: 193px;
    top: 144px;
    left: calc(100% + 125px)
}

.our-teams-section {
    padding: 140px 0;
    background: #f7f8fa;
}

.our-team-tabs .tabs {
    background: transparent;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 32px;
}

.our-team-tabs .tabs-title {
    width: 100%;
    margin-right: 20px;
}

.our-team-tabs .tabs-title:last-child {
    margin-right: 0px;
}

.our-team-tabs .tabs-title>a {
    padding: 5px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 8px;
    background: #ffffff;
    height: 60px;
    color: #2e3449;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    position: relative;
    letter-spacing: -0.2px;
    -webkit-box-shadow: 0px 5px 20px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 5px 20px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 5px 20px rgba(150, 174, 198, 0.4);
}

.our-team-tabs .tabs-title>a:after {
    content: '';
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    transform: translateX(-2px);
    width: 4px;
    height: 21px;
    background: url(../img/tab-orn.svg) no-repeat center center;
    opacity: 0;
    transition: 0.2s;
}

.our-team-tabs .tabs-title.is-active>a:after {
    opacity: 1;
}

.our-team-tabs .tabs-content {
    background: transparent;
    border: none;
}

.our-team-tabs .tabs-panel {
    padding: 0;
}

.our-team-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    -moz-box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
}

.our-team-content-left {
    width: 47%;
    position: relative;
    z-index: 5;
    padding: 83px 28px 83px 8.6%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.our-team-content-left:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 110%;
    width: 120px;
    transform-origin: bottom right;
    background: #fff;
    transform: rotate(10deg);
}


.our-team-content-right {
    width: 53%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 52px 8.6% 45px 12%;
    position: relative;
    background: linear-gradient(100deg, #EAEEF7, #FFFFFF);
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.our-team-content-title {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
    position: relative;
    z-index: 2;
}

.our-team-content-text {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 2;
}

.our-team-content-quote {
    padding-top: 72px;
    font-family: 'Roboto', sans-serif;
    color: #636978;
    font-size: 22px;
    font-style: italic;
    line-height: 1.63;
    letter-spacing: -0.48px;
    margin-bottom: 32px;
    position: relative;
    z-index: 2;
}

.our-team-content-quote:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 45px;
    background: url(../img/quote-team.svg) no-repeat center center / 100% 100%;
}

.our-team-tabs .tabs-content {
    position: relative;
}

.our-team-tabs .tabs-content:before {
    content: '';
    position: absolute;
    width: 246px;
    height: 158px;
    background: url(../img/orn-dots-h.png) no-repeat center center / 100% 100%;
    top: calc(100% - 94px);
    left: 42px;
}

.jobs-section {
    background: #fff;
    padding: 140px 0 105px;
}

.job {
    padding: 30px 60px;
    -webkit-box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    border-radius: 20px;
    background: #ffffff;
    margin-bottom: 16px;
}

.ja-job-details {
    padding: 30px 60px 0px 60px;
    -webkit-box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    background: #ffffff;
}

.job .title,
.ja-job-details .title {
    color: #2e3449;
    font-family: "IBM Plex Sans";
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.8px;
    margin-bottom: 8px;
}

.ja-job-details .description,
.job .summary {
    color: #636978;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.55;
    letter-spacing: -0.2px;
}

.ja-job-details .description ul,
.bullet-points {
    margin-bottom: 24px;
}

.bullet-points {
    padding-bottom: 20px;
    border-bottom: 1px solid #bbcadf;
}

.ja-job-details .description ul li,
.bullet-points li {
    position: relative;
    padding-left: 20px;
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.2px;
    margin-bottom: 8px;
}

.ja-job-details .description ul li:before,
.bullet-points li:before {
    content: "";
    position: absolute;
    top: 48%;
    left: 0;
    transform: translate(0, -50%);
    width: 4px;
    height: 4px;
    background-color: #00bce8;
    ;
}

.ja-job-details .description ul li:last-child,
.bullet-points li {
    margin-bottom: 0px;
}

.ja-job-details .apply {
    width: calc(100% + 120px);
    margin-left: -60px;
    padding: 10px 60px;
    background-color: #ebf4fd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 70px;
}

.apply .back-link,
.apply .back-link:focus,
.apply .back-link:active,
.view-details,
.view-details:focus,
.view-details:active {
    display: inline-block;
    border: none;
    outline: none;
    line-height: 1.5;
    background: transparent;
    color: #00bce8;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: -0.1px;
    padding-left: 20px;
    position: relative;
}

.view-details,
.view-details:focus,
.view-details:active {
    margin-top: 20px;
    font-size: 16px;
}

.apply .back-link:hover,
.view-details:hover {
    color: #00bce8;
}

.apply .back-link:after,
.view-details::after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    border: solid #00bce8;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    transition: 0.3s;
}

.view-details::after {
    transform: rotate(-315deg);
    -webkit-transform: rotate(-315deg);
    top: 5px;
}

.apply .back-link:hover:after {
    right: auto;
    left: 0px;
}

.view-details:hover::after {
    top: 10px;
}

.ja-button,
.ja-button:focus,
.ja-button:active {
    display: inline-block;
    outline: none;
    border: none;
    line-height: 1.5;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0076e8+0,00bce8+100 */
    background: rgb(0, 118, 232);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076e8', endColorstr='#00bce8', GradientType=1);
    /* IE6-9 */
    min-width: 160px;
    padding: 14px 25px 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.1px;
    position: relative;
}

.ja-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 30px;
    background: rgb(0, 118, 232);
    /* Old browsers */
    background: -moz-linear-gradient(right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bce8', endColorstr='#0076e8', GradientType=1);
    /* IE6-9 */
    opacity: 0;
    transition: 0.5s;
}

.ja-button:hover:before {
    opacity: 1;
}

.ja-button span {
    position: relative;
    z-index: 2;
}

.ja-button:hover {
    color: #fff;
}

.ja-job-details .meta,
.job .meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ja-job-details .meta p,
.job .meta p {
    color: #636978;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
}

.ja-job-details .classifications,
.job .classifications {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.ja-job-details .classifications li,
.job .classifications li {
    color: #636978;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.2px;
    margin-bottom: 16px;
    padding-right: 10px;
    border-right: 1px solid #bbcadf;
    margin-right: 7.5px;
}

.ja-job-details .classifications li:last-child,
.job .classifications li:last-child {
    border-right: none;
}

.ja-pager-summary {
    display: none;
}

.ja-pager .next,
.ja-pager .previous {
    display: none;
}

.ja-pager {
    text-align: center;
}

.ja-pager .current-page {
    margin-right: 10px;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 6px 0 0;
    display: inline-block;
    background: -o-linear-gradient(45deg, #0076E8, #00BCE8);
    background: linear-gradient(45deg, #0076E8, #00BCE8);
    text-align: center;
}

.ja-pager .page {
    margin-right: 10px;
    color: #636978;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    width: 40px;
    height: 40px;
    padding: 6px 0 0;

    display: inline-block;
    text-align: center;
}

.ja-pager .first-page,
.ja-pager .last-page {
    margin-right: 10px;
    color: #636978;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    width: 40px;
    height: 40px;
    padding: 6px 0 0;

    display: inline-block;
    text-align: center;
}

.ja-pager .previous-ellipsis,
.ja-pager .next-ellipsis {
    margin-right: 10px;
    color: #636978;
    border-radius: 50%;
    border: 1px solid #c8c8c8;
    width: 40px;
    height: 40px;
    padding: 6px 0 0;

    display: inline-block;
    text-align: center;
}

.powered-by-jobadder {
    display: none;
}

.life-section {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f8fa+0,ebf4fd+100 */
    background: rgb(247, 248, 250);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(247, 248, 250, 1) 0%, rgba(235, 244, 253, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(247, 248, 250, 1) 0%, rgba(235, 244, 253, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(247, 248, 250, 1) 0%, rgba(235, 244, 253, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa', endColorstr='#ebf4fd', GradientType=0);
    /* IE6-9 */

    padding: 140px 0 0;
}

.white-bottom-left-triangle {
    position: relative;
}

.white-bottom-left-triangle:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -1px;
    border-style: solid;
    border-width: 250px 100vw 0px 0vw;
    border-color: transparent #fff transparent transparent;
    pointer-events: none;
}

.tech-culture-section {
    padding: 140px 0;
}

.life-section .video-section-hold {
    margin-bottom: -70px;
}

.life-section .video-section-hold:before {
    content: '';
    position: absolute;
    width: 246px;
    height: 158px;
    background: url(../img/orn-dots-h.png) no-repeat center center / 100% 100%;
    bottom: -35px;
    right: -57px;
}

.video-section-hold {
    position: relative;
}

.tc-right {
    padding-left: 10px;
}

.tc-image {
    padding-bottom: 83%;
}

.tc-image img {
    z-index: 5;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    -moz-box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
    box-shadow: 0px 0px 60px rgba(150, 174, 198, 0.39);
}

.tc-image:before {
    content: '';
    position: absolute;
    width: 246px;
    height: 158px;
    background: url(../img/orn-dots-h.png) no-repeat center center / 100% 100%;
    top: 52px;
    right: -36px;
}

.tc-image span {
    position: absolute;
    right: -36px;
    bottom: -45px;
    width: 135px;
    height: 150px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1f87e5+0,00c7f7+100 */
    background: rgb(31, 135, 229);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(31, 135, 229, 1) 0%, rgba(0, 199, 247, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(31, 135, 229, 1) 0%, rgba(0, 199, 247, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(31, 135, 229, 1) 0%, rgba(0, 199, 247, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1f87e5', endColorstr='#00c7f7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.tc-image span:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    right: 2px;
    left: 2px;
    background: #fff;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.tc-left {
    padding-right: 11%;
}

.tc-left .text-18 {
    margin-bottom: 24px;
}

.tc-accordion .accordion-title {
    padding: 8px 0;
    padding-right: 30px;
    line-height: 1.5;
    position: relative;
    border: none;
    color: #2e3449;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.53px;
}

.tc-accordion :last-child:not(.is-active)>.accordion-title {
    border-bottom: none;
}

.tc-accordion .accordion-item {
    border-bottom: 1px solid #dcdcdc;
}

.tc-accordion .accordion-content {
    padding: 0 30px 8px 0;
    font-family: 'Roboto', sans-serif;
    border: none;
    background-color: transparent;
    color: #636978;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: -0.18px;
}

.tc-accordion .accordion-title:focus,
.tc-accordion .accordion-title:hover {
    background-color: transparent
}

.tc-accordion .accordion-title:before {
    content: '';
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    width: 10px;
    height: 7px;
    background: url(../img/angle-dark-bottom.svg) no-repeat center center;
}

.tc-accordion .accordion-title:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 7px;
    opacity: 0;
    background: url(../img/angle-blue-top.svg) no-repeat center center;
}

.tc-accordion .is-active>.accordion-title:before {
    content: '';
    opacity: 0;
}

.tc-accordion .is-active>.accordion-title:after {
    opacity: 1;
}

.pb-section {
    background: #f7f8fa;
    padding: 140px 0 108px;
}

.pb-section .section-top {
    margin-bottom: 70px;
}

.pb-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pb-list ul li {
    width: calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
    margin-right: 21px;
    margin-bottom: 32px;
}

.pb-list ul li:nth-child(3n) {
    margin-right: 0px;
}

.pb-icon {
    height: 43px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
    margin-bottom: 16px;
}

.pb-text {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.animation-element.fade-in {
    opacity: 0;
    transition: opacity 1.2s linear;
}

.animation-element.fade-in.in-view {
    opacity: 1;
}

.animation-element.fade-in-later {
    opacity: 0;
    transition: opacity 1.2s 0.6s linear;
}

.animation-element.fade-in-later.in-view {
    opacity: 1;
}

.logo-white {
    display: none;
}

header.h-white .logo-dark {
    display: none;
}

header.h-white .logo-white {
    display: inline-block;
}

header.h-white .nav ul li a {
    color: #fff;
}

header.h-white .nav ul li a:hover {
    color: #00bce8;
}

header.h-white .hamburger-inner,
header.h-white .hamburger-inner:after,
header.h-white .hamburger-inner:before {
    background-color: #fff;
}

header.h-white .link-blue:hover {
    color: #fff;
}

.sec-nav {
    margin-top: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding-top: 7px;
}

.sec-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.sec-nav ul li {
    margin-right: 8px;
}

.sec-nav ul li:last-child {
    margin-right: 0px;
}

.sec-nav ul li a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.52px;
    padding: 2px 13px;
    border-radius: 15px;
    transition: 0.2s;
}

.sec-nav ul li a:hover {
    background: rgba(255, 255, 255, 0.2);
}

.link-blue,
.link-blue:focus,
.link-blue:active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: none;
    border: none;
    background: none;
    line-height: 1.5;
    color: #00bce8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.1px;
    transition: 0.2s;
}

.link-blue:hover {
    color: #2e3449;
}

.btn-search,
.btn-search:focus,
.btn-search:active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: #F3FAFF;
    background-image: url(../img/search-blue.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    transition: 0.2s;
}

.btn-search:hover {
    -webkit-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.9);
    -moz-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.9);
    box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.9);
    background-image: url(../img/search-white.svg);
    background-color: #017BE8;
}

.header-cta ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.header-cta ul li {
    margin-right: 20px;
}

.header-cta ul li:last-child {
    margin-right: 0px;
}

.logo {
    align-items: center;
    display: flex;
    width: 220px;
}
.logo a {
    width: 220px;
    height: 22px;
}

/*.header-cta {
    width: 280px;
}*/

.nav {
    width: calc(100% - 180px);
}



.intro-partner-portal .title-80 {
    margin-bottom: 16px;
}

.intro-partner-portal .text-20 {
    margin-bottom: 16px;
}

.pp-benefits-section {
    padding: 140px 0;
}

.pp-benefits-section .section-top {
    margin-bottom: 70px;
}

.pp-benefits ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pp-benefits ul li {
    width: calc(50% - 40px);
    min-width: calc(50% - 40px);
    margin-right: 80px;
    margin-bottom: 36px;
    padding-left: 64px;
    position: relative;
}

.pp-benefits ul li:nth-child(2n) {
    margin-right: 0px;
}

.pp-benefits ul li img {
    position: absolute;
    left: 0;
    top: 0;
    max-width: 44px;
}

.benefit-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.66px;
    margin-bottom: 16px;
}

.benefit-text {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    letter-spacing: -0.2px;
}

.partner-how-section {
    padding: 140px 0 70px;
    background: #ebf4fd;
}

.partner-how-section .section-top {
    margin-bottom: 125px;
}

.partner-how-scheme ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    counter-reset: item;
}

.partner-how-scheme ul li:before {
    content: counters(item, "") "";
    counter-increment: item;
    position: absolute;
    width: 66px;
    height: 66px;
    background: #bbcadf;
    border-radius: 50%;
    left: 35px;
    top: -40px;
    text-align: center;
    line-height: 65px;
    font-size: 42px;
    font-weight: 600;
    letter-spacing: -1.4px;
    color: #fff;
}

.partner-how-scheme ul li:after {
    content: '';
    position: absolute;
    width: 41px;
    height: 4px;
    background: url(../img/orn-partner-scheme.svg) no-repeat center center;
    top: -39px;
    left: calc(100% - 10px);
}

.partner-how-scheme ul li:last-child:after {
    display: none;
}

.partner-how-scheme ul li {
    width: calc(33.333% - 14px);
    min-width: calc(33.333% - 14px);
    margin-right: 21px;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    padding: 35px;
    -webkit-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
}

.partner-how-scheme ul li:nth-child(3n) {
    margin-right: 0px;
}

.partner-how-scheme-title {
    position: absolute;
    bottom: calc(100% + 25px);
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.8px;
}

.partner-how-scheme-content {
    color: #636978;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 1.55;
    letter-spacing: -0.2px;
}

.intro-partner-portal-hold {
    position: relative;
}

.intro-partner-portal-hold>img {
    position: absolute;
    max-width: 380px;
    z-index: -1;
    top: 50%;
    transform: translateY(-50%);
}

.pp-left {
    right: calc(100% - 50px);
}

.pp-right {
    left: calc(100% + 20px);
}

.featured-resources-section {
    padding: 70px 0 0px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f8fa+0,ebf4fd+100 */
    background: rgb(247, 248, 250);
    /* Old browsers */
    background: -moz-linear-gradient(0deg, rgba(247, 248, 250, 1) 0%, rgba(235, 244, 253, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(0deg, rgba(247, 248, 250, 1) 0%, rgba(235, 244, 253, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(0deg, rgba(247, 248, 250, 1) 0%, rgba(235, 244, 253, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f8fa', endColorstr='#ebf4fd', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.featured-resources-section .section-top {
    margin-bottom: 70px;
}

.fr-carousel-item {
    border-radius: 20px;
    background: #00bce8;
    min-height: 100%;
    height: 100%;
    /* -webkit-box-shadow: 0px 2px 4px rgba(86,95,105,0.5);
    -moz-box-shadow: 0px 2px 4px rgba(86,95,105,0.5);
    box-shadow: 0px 2px 4px rgba(86,95,105,0.5); */
    -webkit-box-shadow: 1px 0px 20px -5px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 1px 0px 20px -5px rgba(150, 174, 198, 0.4);
    box-shadow: 1px 0px 20px -5px rgba(150, 174, 198, 0.4);
    transition: 0.3s;
}

.fr-carousel-item:hover {
    background: #0076e8;
    -webkit-box-shadow: 1px 0px 20px -5px rgba(150, 174, 198, 0.6);
    -moz-box-shadow: 1px 0px 20px -5px rgba(150, 174, 198, 0.6);
    box-shadow: 1px 0px 20px -5px rgba(150, 174, 198, 0.6);
}

.fr-carousel-item a,
.fr-carousel-item>span {
    display: block;
    padding-bottom: 88px;
    min-height: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fr-carousel-item-image {
    padding-bottom: 67.6%;
}

.fr-carousel-item-title {
    color: #fff;
    position: relative;
    z-index: 2;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
    letter-spacing: -0.8px;
    min-height: 124px
}

.fr-carousel-item-content {
    padding: 18px 35px 0;
    position: relative;
}

.fr-carousel-item-content:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% + 15px);
    height: 100px;
    transform-origin: left top;
    background: #00bce8;
    transform: rotate(-10deg);
    transition: 0.3s;
}

.fr-carousel-item:hover .fr-carousel-item-content:before {
    background: #0076e8;
}

.fr-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.fr-carousel .owl-item {
    padding: 20px 15px;
}

.fr-carousel-item-link {
    position: absolute;
    bottom: 35px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 35px;
}

.link-white-arrow,
.link-white-arrow:focus,
.link-white-arrow:active {
    display: inline-block;
    border: none;
    outline: none;
    line-height: 1.5;
    background: transparent;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.1px;
    padding-right: 18px;
    position: relative;
}

.link-white-arrow:hover {
    color: #fff;
}

.link-white-arrow:after {
    content: '';
    position: absolute;
    right: 5px;
    top: 11px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: 0.3s;
}

.link-white-arrow:hover:after {
    right: 0px;
}

.fr-carousel-item-image img {
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;
}


.fr-carousel.owl-carousel .owl-nav button.owl-next,
.fr-carousel.owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 65px;
    height: 65px;
    border-radius: 50%;
    /* border: 2px solid #01114a; */
    font-weight: 300;
    font-size: 50px;
    line-height: 1;
    text-align: center;
    background: rgb(0, 118, 232);
    background: -moz-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: linear-gradient(to right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    filter: grayscale(1);
    opacity: 0.6;
    transition: 0.2s;
}

.fr-carousel.owl-carousel .owl-nav button.owl-prev {
    left: -82px;
}

.fr-carousel.owl-carousel .owl-nav button.owl-next {
    right: -82px;
}


.fr-carousel.owl-carousel .owl-nav button.owl-next.disabled,
.fr-carousel.owl-carousel .owl-nav button.owl-prev.disabled {
    display: none;
}

.fr-carousel.owl-carousel .owl-nav button.owl-next span,
.fr-carousel.owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -4px;
    z-index: 5;
    background: -webkit-linear-gradient(45deg, #007ae8, #00BCE8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.fr-carousel.owl-carousel .owl-nav button.owl-next:after,
.fr-carousel.owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    width: 61px;
    height: 61px;
    top: 2px;
    left: 2px;
    background: #f4f6f9;
    border-radius: 50%;
}

.fr-carousel.owl-carousel .owl-nav button.owl-next:hover,
.fr-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    border-image-source: linear-gradient(to left, #743ad5, #d53a9d);
    border-color: transparent;
}

.fr-carousel.owl-carousel .owl-nav button.owl-next span,
.fr-carousel.owl-carousel .owl-nav button.owl-prev span {
    position: relative;
    top: -4px;
    z-index: 5;
    background: -webkit-linear-gradient(45deg, #007ae8, #00BCE8 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.fr-carousel.owl-carousel .owl-nav button.owl-next:hover,
.fr-carousel.owl-carousel .owl-nav button.owl-prev:hover {
    filter: grayscale(0);
    opacity: 1;
}

.fr-hold {
    margin-left: -10px;
    width: calc(100% + 20px);
}

.intro-search-section {
    padding: 200px 0 70px;
}

.intro-search-input {
    position: relative;
}

.intro-search-input input,
.intro-search-input input:focus {
    border: none;
    border-bottom: 2px solid #00bce8;
    background: transparent;
    box-shadow: none;
    padding: 2px 0;
    padding-right: 40px;
    margin: 0;
    height: 108px;
    font-weight: 600;
    font-size: 56px;
    letter-spacing: -2px;
    color: #2e3449;
}

.intro-search-input input:focus {
    border-bottom: 2px solid #2e3449;
}

.intro-search-input button,
.intro-search-input button:focus,
.intro-search-input button:focus {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 0;
    top: 0;
    background: url(../img/icon-search-lg.svg) no-repeat center center;
}

.intro-search-input input::-webkit-input-placeholder {
    color: #2e3449;
    opacity: 0.2;
}

.intro-search-input input::-moz-placeholder {
    color: #2e3449;
    opacity: 0.2;
}

.intro-search-input input:-ms-input-placeholder {
    color: #2e3449;
    opacity: 0.2;
}

.intro-search-input input:-moz-placeholder {
    color: #2e3449;
    opacity: 0.2;
}

.search-box-wrap {
    background: #0b1a3a;
    border-radius: 20px 20px 0 0;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    margin-bottom: 50px;
    /* margin-top: -100px; */
    padding: 60px 40px 30px;
    position: relative;
    z-index: 10;
}

.search-card {
    border-bottom: 0.5px solid #b6d4ff;
    padding: 35px 0 10px;
}

.search-card a {
    color: #0c2340;
}

.search-card:is(:focus-within, :hover) a {
    color: #1073ff;
}

.search-card .post-title {
    margin-bottom: 1.2rem;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
}

.search-content-section {
    background: #f7f8fa;
    padding: 70px 0;
}

.search #navigation {
    align-items: center;
    display: flex;
    justify-content: center;
    padding: 70px 0;
    width: 100%;
    flex-wrap: wrap;
}

.search #navigation .current {
    border: 2px solid #0c2340;
}

.search #navigation a,
.search #navigation span {
    border-radius: 100%;
    color: #0c2340;
    display: block;
    font-family: Gotham A, Gotham B, sans-serif;
    font-size: 20px;
    font-weight: 700;
    height: 52px;
    line-height: 52px;
    margin: 0 5px;
    min-width: 52px;
    text-align: center;
    transition: .1s;
}

.search-item {
    display: none;
    margin-bottom: 20px;
}

.search-item a {
    float: left;
    width: 100%;
    padding: 24px 100px 24px 50px;
    border-radius: 20px;
    background: #ffffff;
    -webkit-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    position: relative;
}

.search-item a .arrow-blue {
    left: auto;
    right: 50px;
    bottom: 26px;
    width: 40px;
    height: 40px;
}

.search-item a:hover .arrow-blue {
    transform: translateX(10px);
}

.search-item a .arrow-blue:before {
    background: url(../img/angle-white-right.svg) no-repeat left 9px center;
}


.title-24 {
    color: #2e3449;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: -0.8px;
    margin-bottom: 6px;
}

.title-24:last-child {
    margin-bottom: 0px;
}

.search-content-right {
    padding-right: 8.5%;
}

.search-item-type {
    margin-bottom: 5px;
}

.search-item-type span {
    display: inline-block;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 0.51px;
    padding: 2px 12px;
    border-radius: 9px;
}

.search-item-type span.type-documentation {
    background: #00bce8;
}

.search-item-type span.type-page {
    background: #00bce8;
}

.search-item-type span.type-products {
    background: #0076e8;
}

.search-item-type span.type-support {
    background: #933dec;
}

.search-item-type span.type-resource {
    background: #ffb848;
}

.search-item-type span.type-blog {
    background: #57d9a3;
}

.search-item-type span.type-event {
    background: #ff4444;
}

.search-item-type span.type-news {
    background: #ff48b3;
}

.search-left-box {
    margin-bottom: 32px;
}

.search-left-box:last-child {
    margin-bottom: 0px;
}

.search-content-left {
    padding-right: 50px;
}

.search-left-box-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.2px;
    margin-bottom: 18px;
}

.search-results-filter ul li {
    margin-bottom: 10px;
    padding-left: 27px;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -0.18px;
    cursor: pointer;
}

.search-results-filter ul li:last-child {
    margin-bottom: 0px;
}

.search-results-filter ul li.active {
    font-weight: 700;
}

.search-results-filter ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    border-radius: 3px;
    border: 1px solid #cecece;
}

.search-results-filter ul li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 17px;
    height: 17px;
    background: url(../img/checkmark-blue.svg) no-repeat center center;
    opacity: 0;
}

.search-results-filter ul li.active:before {
    border: solid 1px #00bce8;
}

.search-results-filter ul li.active:after {
    opacity: 1;
}

.search-results-filter ul li sup {
    top: 0;
}

.search-items-more {
    margin-top: 4px;
}

.search-item .text-16 {
    max-height: 48px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.related-news-list .card-content p {
    max-height: 72px;
    height: auto;
}

.contact-form-hold {
    height: auto;
}

.blogs-list ul li a {
    display: block;
}

.blogs-carousel-hold .blog-image {
    margin-bottom: 16px;
}

.blogs-list ul li a {
    padding-bottom: 20px;
}

.content-library-strait .content-library-btn-title::before {
    background: #EBF4FD;
}

.single-resource .page-intro-strait .image-item:after {
    opacity: 0;
}

.entry blockquote {
    padding-left: 24px;
    padding-right: 24px;
}

.entry-article-hold .entry-article-image img {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.post-type-archive-education .home-why-list ul li>span img {
    max-height: 40px;
    max-width: 45px;
}

.content-library-list>ul>li>a {
    -webkit-box-shadow: 0px 10px 40px -5px rgba(150, 174, 198, 0.39);
    -moz-box-shadow: 0px 10px 40px -5px rgba(150, 174, 198, 0.39);
    box-shadow: 0px 10px 40px -5px rgba(150, 174, 198, 0.39);
}

.post-type-archive-resource .other-news-section {
    /* z-index: 2; */
}

.content-library-list {
    margin-top: -440px;
}

.card-list-carousel {
    padding: 0 15px;
    margin-left: -15px;
    width: calc(100% + 30px);
    overflow: hidden;
    position: relative;
}

.card-list-carousel:before,
.card-list-carousel:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 15px;
    z-index: 10;
}

.card-list-carousel:before {
    left: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}

.card-list-carousel:after {
    right: -1px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.card-list-carousel .owl-stage-outer {
    overflow: visible;
}

.news-carousel-item>a {
    -webkit-box-shadow: 0px 0px 13px -5px rgba(150, 174, 198, 0.39);
    -moz-box-shadow: 0px 0px 13px -5px rgba(150, 174, 198, 0.39);
    box-shadow: 0px 0px 13px -5px rgba(150, 174, 198, 0.39);
}

.news-carousel .owl-stage {
    padding: 25px 0 40px;
}

.card-list-carousel>ul {
    width: calc(100% + 20px);
    margin-left: -10px;
}

.card-list-noafters.card-list-carousel:before,
.card-list-noafters.card-list-carousel:after {
    display: none;
}

.nav ul li {
    position: relative;
}

.nav ul li:hover .subnav-wrapper {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.subnav-wrapper {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 14px;
    opacity: 0;
    visibility: hidden;
}

.subnav-hold {
    background: #ffffff;
    /* border-radius: 10px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.subnav {
    padding: 30px;
}

.subnav:is(.two-columns) ul {
    column-count: 2;
    break-inside: avoid;
}

.subnav-hold .subnav-description {
    padding-top: .5rem;
    padding-bottom: .5rem;
    font-size: 12px;
    line-height: 1.2;
    max-width: 30ch;
}

.subnav-hold .subnav ul {
    display: block;
    margin: 0;
    padding: 0;
}

.subnav-hold .subnav ul li {
    margin-bottom: 20px;
    margin-right: 0;
}

.subnav-hold .subnav ul li:last-child {
    margin-bottom: 0px;
}

.subnav-hold .subnav ul li a {
    color: #2E3449 !important;
    display: block;
    padding: 0;

    position: relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    white-space: nowrap;
    transition: 0.2s;
    min-width: 200px;
}

.subnav-hold .subnav ul li a:has(span) {
    padding-left: 44px;
}

.subnav-hold .subnav ul li a:hover {
    color: #017BE8 !important;
}

.subnav-hold .subnav ul li.no-icon a {
    padding: 0;
    padding-left: 0px;
}

.subnav-hold .subnav ul li a span {
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 2px;
    /* background: #ebf4fd; */
    left: 0;
    top: -3px;
}

.subnav-hold .subnav ul li a span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 22px;
    height: 22px;
}

.subnav-hold .subnav-right {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    position: relative;
}

.subnav-hold .subnav-right:before {
    content: '';
    height: 90%;
    width: 1px;
    display: block;
    top: 5%;
    bottom: 5%;
    position: absolute;
    left: 0;
    background-color: #2E3449;
}

.subnav-hold .subnav-icon-no-bg.subnav ul li a span {
    background: transparent;
}

.subnav-hold .subnav-right.subnav ul li a span {
    background: transparent;
}

.subnav-hold .subnav-right.subnav ul li a span img {
    max-width: 24px;
    max-height: 24px;
}

.subnav-hold .subnav-icon-no-bg.subnav ul li a span img {
    max-width: 24px;
    max-height: 24px;
}

.subnav>span {
    font-family: 'Roboto', sans-serif;
    display: block;
    color: #017BE8;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    margin-bottom: 21px;
}

.subnav>span:nth-of-type(2) {
    margin-top: 24px;
}

.nav ul li a {
    display: inline-block;
    padding: 9px 0;
    position: relative;
}

.nav>ul>li:has(li)>a:after {
    content: "";
    position: absolute;
    top: 32px;
    left: 50%;
    translate: -50% 0;
    right: 0;
    height: 0;
    width: 0;
    z-index: 1;
    opacity: 0;
    transition: .3s;
    border: 12px solid hsla(0, 0%, 100%, 0);
    border-bottom-color: #fff;
}

.nav>ul>li:hover a:after {
    opacity: 1;

}

.nav>ul>li>a:hover {
    color: #017BE8;
}

.nav>ul>li:first-child .subnav-wrapper {
    left: -100px;
    transform: translateX(-0%);
}

.nav>ul>li {
    transition: 0.2s;
}

.nav > ul.hovered > li {
    opacity: 0.5;
}
.nav > ul.hovered > li.active {
    opacity: 1;
}

.hamburger {
    padding-top: 1px;
    float: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
}

.hamburger:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0081e8+0,00b1e8+100 */


    opacity: 0;
    transition: 0.2s;
}

.hamburger.is-active:before {
    opacity: 1;
}

.hamburger.is-active:before {
    opacity: 1;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
    /* background: #fff; */
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    height: 3px;
    width: 22px;
}

.hamburger-box {
    width: 22px;
    z-index: 5;
}

header {
    z-index: 500;
    position: fixed;
    transition: 0.3s;
    background-color: #ebf4fd;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

header.scrolled {
    background: #ebf4fd;
}

header.nav-open {
    background: #fff;
    -webkit-box-shadow: 0px 1px 0px 0px rgba(235, 244, 253, 1);
    -moz-box-shadow: 0px 1px 0px 0px rgba(235, 244, 253, 1);
    box-shadow: 0px 1px 0px 0px rgba(235, 244, 253, 1);
}

.header__top-search {
    background-color: #0B1A3A;
}

.header__top-search .searchform div,
.search-box-wrap .searchform div {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 15px;
    position: relative;
}

.search-box-wrap .searchform .search-close-button {
    display: none;
}

.header__top .header-cta {
    padding: 10px 0;
}

.header__top-search .searchform input,
.search-box-wrap .searchform input {
    margin: 0;
    border: 1px solid transparent;
    border-bottom-color: #fff;
    padding-left: 50px;
    background-color: transparent;
    padding-bottom: 14px;
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 400;
    height: auto;
}

.header__top-search .searchform .search-close-button {
    position: absolute;
    right: 0;
    ;
}

.header__top-search .searchform input:focus,
.search-box-wrap .searchform input:focus {
    box-shadow: none;
}

.header__top-search .searchform .btn-submit,
.search-box-wrap .searchform .btn-submit {
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    padding: 10px;
    background-color: #017BE8;
    position: absolute;
    left: 0;
    padding: 6px;
}

.search-results .home-intro-section {
    padding-top: 200px;
    padding-bottom: 150px;
    background-color: #ebf4fd;
    background-image: url('../img/search-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.search-page-search {
    margin-top: -100px;
}

.search-page-search input {
    box-shadow: inset 0 1px 2px transparent;
}

.screen-reader-text {
    display: none;
}

.mob-nav-hold {
    padding-top: 104px;
    padding-bottom: 42px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    overflow: auto;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    z-index: 490;
    transition: 0.3s;
}

.mob-nav-hold.close {
    opacity: 1;
    visibility: visible;
}

.mob-nav>ul>li {
    margin-bottom: 34px;
    position: relative;
}

.mob-nav>ul>li>span {
    position: absolute;
    right: -20px;
    top: -6px;
    width: 70px;
    height: 40px;
    background: url(../img/angle-mob-subnav.svg) no-repeat center center;
    z-index: 5;
    cursor: pointer;
}

.mob-nav>ul>li>a {
    font-family: 'Roboto', sans-serif;
    color: #2e3449;
    font-size: 22px;
    padding-left: 8px;
    font-weight: 400;
    line-height: 27px;
    display: block;
}

.mob-nav-hold .row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.mob-nav-hold .row:before,
.mob-nav-hold .row:after {
    display: none;
}

.mob-nav-buttons {
    margin-bottom: 18px;
}

.mob-nav-buttons ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.mob-nav-buttons ul li {
    flex: 1 1 33%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /* margin-right: 10px; */
}

/* .mob-nav-buttons ul li:nth-child(2n) {
    margin-right: 0px;
} */

.mob-nav-buttons .btn-blue-gradient,
.mob-nav-buttons .btn-blue-gradient:focus,
.mob-nav-buttons .btn-blue-gradient:active {
    min-width: 100%;
    text-align: center;
    padding: 8px 10px 9px;
}

.btn-blue-border,
.btn-blue-border:focus,
.btn-blue-border:active {
    display: inline-block;
    outline: none;
    border: none;
    line-height: 50px;
    border-radius: 30px;
    height: 54px;
    color: #00bce8;
    font-size: 16px;
    background: rgb(0, 118, 232);
    background: -moz-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: linear-gradient(to right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076e8', endColorstr='#00bce8', GradientType=1);
    min-width: 160px;
    padding: 14px 25px 16px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.1px;
    position: relative;
    transition: 0.2s;
}

.btn-blue-border:hover {
    color: #fff;
}

.btn-blue-border span {
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    background: #fff;
    border-radius: 25px;
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    transition: 0.2s;
}

.btn-blue-border:hover span {
    background: transparent;
}

.mob-nav-buttons .btn-blue-border,
.mob-nav-buttons .btn-blue-border:focus,
.mob-nav-buttons .btn-blue-border:active {
    min-width: 100%;
    text-align: center;
    padding: 8px 10px 9px;
    height: 42px;
    line-height: 36px;
}

.mob-nav-buttons .btn-blue-border span {
    border-radius: 19px;
}

.mob-nav-bottom .btn-search,
.mob-nav-bottom .btn-search:focus,
.mob-nav-bottom .btn-search:active {
    width: 32px;
    height: 32px;
}

.btn-search-text,
.btn-search-text:focus,
.btn-search-text:active {
    position: relative;
    display: inline-block;
    color: #00bce8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.1px;
    padding-right: 43px;
}

.btn-search-text:hover {
    color: #00bce8;
}

.btn-search-text:after {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    right: 0;
    top: -5px;
    border-radius: 50%;
    outline: none;
    border: none;
    background-color: #fff;
    background-image: url(../img/icon-search-nav.svg);
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.4);
    transition: 0.2s;
}

.mob-subnav {
    padding-top: 104px;
    padding-bottom: 42px;
    padding-left: 24px;
    padding-right: 24px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    overflow: auto;
    background: #fff;

    z-index: 495;
    display: block;
    box-shadow: none;
    transform: translateX(-100%);
    transition: 0.3s;
}

.mob-subnav.active {
    transform: translateX(0%);
}

.mob-subnav .subnav {
    padding: 24px 0;
}

.mob-subnav-back a {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    color: #2e3449;
    font-size: 22px;
    padding-left: 8px;
    font-weight: 400;
    line-height: 27px;
    padding-left: 20px;
    background: url(../img/angle-mob-subnav-back.svg) no-repeat left center;
}

.mob-subnav.subnav-hold .subnav-right {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.mob-subnav.subnav-hold .subnav-right:before,
.mob-subnav.subnav-hold .subnav-right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    background: #000;
    background: transparent;
    width: 25px;
}

.mob-subnav.subnav-hold .subnav-right:before {
    right: calc(100% - 1px);
}

.mob-subnav.subnav-hold .subnav-right:after {
    left: calc(100% - 1px);
}




.jobs-section .title-48 {
    margin-bottom: 40px;
}

.meat-team-main-image a {
    display: block;
    padding-bottom: 56%;
}

.platform-intro-image a:after,
.meat-team-main-image a:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff url(../img/icon-play.svg) no-repeat center left 22px;
}

header.h-white.scrolled .nav ul li a {
    color: #2e3449;
}

header.scrolled .sec-nav ul li a {
    color: #2e3449;
}

header.h-white.scrolled .logo-white {
    display: none;
}

header.h-white.scrolled .logo-dark {
    display: inline-block
}

header.scrolled .sec-nav {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.ww-tabs {
    /* background: #fff;
    padding: 36px 20px 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 60px -10px rgb(150 174 198 / 40%);
    -moz-box-shadow: 0px 0px 60px -10px rgba(150,174,198,0.4);
    box-shadow: 0px 0px 60px -10px rgb(150 174 198 / 40%); */
}

.ww-tabs img {
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 60px -10px rgb(150 174 198 / 40%);
    -moz-box-shadow: 0px 0px 60px -10px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 0px 60px -10px rgb(150 174 198 / 40%);
}

.title-64 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: -2.28px;
    margin-bottom: 16px;
}

.pricing-label {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -0.66px;
    margin-bottom: 8px;
}

.pricing-content-section {
    padding: 70px 0 300px;
}

.pricing-content-section-sales {
    padding-bottom: 70px !important;
}

.pricing-radios {
    margin-bottom: 12px;
}

.pricing-radios ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pricing-radios ul li {
    margin-right: 20px;
    margin-bottom: 20px;
}

.pricing-radios ul li.disabled {
    position: relative;
}

.pricing-radios ul li.disabled:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.6;
    z-index: 5;
}

.pricing-radios ul li:last-child {
    margin-right: 0px;
}

.pricing-radios ul li input {
    display: none;
}

.pricing-radios ul li label {
    width: 140px;
    min-width: 140px;
    height: 104px;
    position: relative;
    border-radius: 8px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.2);
    -moz-box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.2);
    box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.2);
    margin: 0;
    transition: 0.2s;
}

.pricing-radios ul li label:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.5);
    -moz-box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.5);
    box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.5);
}

.pricing-radios ul li input:checked+label {
    -webkit-box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.5), inset 0px 0px 0px 2px rgba(0, 188, 232, 1);
    ;
    -moz-box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.5), inset 0px 0px 0px 2px rgba(0, 188, 232, 1);
    ;
    box-shadow: 0px 0px 15px rgba(150, 174, 198, 0.5), inset 0px 0px 0px 2px rgba(0, 188, 232, 1);
    ;
    color: #00bce8;
}

.pricing-radio-title {
    position: absolute;
    bottom: 9px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    color: #2e3449;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.46px;
}

.pricing-radio-image {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
    top: 18px;
    text-align: center;
}

.pricing-radio-image img {
    max-height: 48px;
    max-width: 48px;
}

.documentation-left .nav-filter>ul>li {
    display: block;
    position: relative;
    color: #2e3449;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.33;
    margin-bottom: 10px;
}

.documentation-left .nav-filter>ul>li ul li {
    font-weight: 300;
}

.documentation-left .nav-filter>ul>li:last-child {
    margin-bottom: 0px;
}

.documentation-left .nav-filter>ul>li a {
    display: inline-block;
    color: #2e3449 !important;
    padding-left: 18px;
    position: relative;
    font-weight: 400;
    transition: 0.2s;
}

.documentation-left .nav-filter>ul>li a:hover {
    color: #2e3449;
    opacity: 1 !important;
}

.documentation-left .nav-filter>ul>li a:before {
    content: "";
    width: 10px;
    height: 10px;
    background: url(../img/checkbox-angle.svg) no-repeat center center;
    position: absolute;
    top: 5px;
    left: 0;
}

.documentation-left .nav-filter>ul>li ul li a:before {
    /* display: none; */
}

.documentation-left .nav-filter>ul>li ul li a[data-toggle="collapse"] {
    position: relative;
    padding-left: 18px;
}

.documentation-left .nav-filter>ul>li ul li a[data-toggle="collapse"]:before {
    /* content: "";
    width: 15px;
    height: 15px;
    background-color: transparent;
    border-radius: 3px;
    border: 1px solid #cecece;
    position: absolute;
    top: 2px;
    left: 0;
    display: none; */
}

.documentation-left .nav-filter>ul>li ul li a {
    opacity: 0.7;
    padding-left: 14px;
    /* padding-left: 0; */
}

.documentation-left .nav-filter>ul>li ul li a:before {
    width: 4px;
    height: 4px;
    top: 8px;
    background: #dcdcdc;
}

.documentation-left .nav-filter>ul>li ul li a[data-toggle="collapse"]:before {
    width: 10px;
    height: 10px;
    background: url(../img/checkbox-angle.svg) no-repeat center center;
    top: 5px;
}

.documentation-left .nav-filter>ul>li ul li ul li a {
    padding-left: 14px;
}

.documentation-left .nav-filter>ul>li ul li ul li a:before {
    width: 4px;
    height: 4px;
    top: 8px;
    background: #dcdcdc;

    /* display: none; */
}

.documentation-left .nav-filter>ul>li.active>a {
    font-weight: 700;
}

.documentation-left .nav-filter>ul li ul>li.active>a {
    /* font-weight: 700; */
    opacity: 1;
}

.documentation-left .nav-filter {
    margin-bottom: 32px;
}

.documentation-left .nav-filter:last-child {
    margin-bottom: 0px;
}

.documentation-left .nav-filter>ul>li.active>a:before {
    transform: rotate(90deg);
}

.documentation-left .nav-filter>ul>li>ul>li.active>a:before {
    transform: rotate(90deg);
}

.documentation-left .nav-filter>ul li ul>li.active>a:before {
    /* background: url(../img/checked.svg);
    background-position: center;
    background-repeat: no-repeat;
    border-color: #00bce8; */
}


.documentation-left .nav-filter h6 {
    margin-bottom: 18px;
}

.documentation-left .nav-filter h6 a {
    color: #2e3449;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.55;
    letter-spacing: -0.2px;
    transition: 0.2s;
}

.documentation-left .nav-filter h6 a:hover {
    color: #00bce8;
}



.documentation-left .nav-filter ul .collapse {
    display: none;
}

.documentation-left .nav-filter ul .in {
    display: block;
}

.documentation-left .nav-filter ul li>ul {
    margin-top: 9px;
    margin-left: 12px;
}

.documentation-left .nav-filter ul ul ul {
    padding-left: 0;
    margin-left: 14px;
}

.documentation-left .nav-filter ul li.active>ul {
    display: block;
}

.documentation-left .nav-filter>ul>li>ul li {
    margin-bottom: 7px;
}

.documentation-left .nav-filter>ul>li>ul li a {
    transition: 0.2s;
}

.documentation-left .nav-filter>ul>li>ul.collapse li a.active {
    color: #2e3449 !important;
    opacity: 1;
    color: #00bce8 !important;
}

.documentation-left .nav-filter>ul>li>ul.collapse li a.active:before {
    background: #00bce8;
}

.documentation-left .nav-filter>ul>li>ul.collapse li ul.collapse li a.active {
    color: #00bce8 !important;
    opacity: 1;
}

.documentation-left .nav-filter>ul>li>ul.collapse li ul.collapse li a.active:before {
    background: #00bce8;
}

.documentation-left .nav-filter>ul>li>ul.collapse li a.active[data-toggle="collapse"]:before {
    background: url(../img/checkbox-angle.svg) no-repeat center center;
}

.documentation-left .nav-filter>ul>li>ul.collapse li a.active[data-toggle="collapse"] {
    color: #2e3449 !important;
}


.documentation-left {
    padding-right: 4%;
}

.pricing-content-section .entry table {
    border: 1px solid #e3e3e3;
}

.pricing-input {
    margin-bottom: 15px;
}

.pricing-input input,
.pricing-input input:focus {
    margin: 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #757b8a;
    font-size: 16px;
    padding: 2px 0;
    height: 30px;
    max-width: 470px;
    width: 100%;
}

.pricing-input select,
.pricing-input select:focus {
    margin: 0;
    outline: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #757b8a;
    font-size: 16px;
    padding: 2px 0;
    height: 30px;
    max-width: 470px;
    background: url(../img/dropdown-select.svg) no-repeat right center;
    width: 100%;
}

.pricing-links {
    margin-top: 35px;
    margin-bottom: 16px;
}

.pricing-links ul {
    float: left;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #ffffff;
    box-shadow: 0px 2px 10px rgba(150, 174, 198, 0.5);
    border-radius: 22px;
}

.pricing-links ul li {
    float: left;
}

.pricing-links ul li a {
    float: left;
    color: #00bce8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    text-align: center;
    letter-spacing: -0.1px;
    padding: 11px 40px;
    border-radius: 22px;
}

.pricing-links ul li.active a {
    color: #fff;
    background: rgb(0, 118, 232);
    background: -moz-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: linear-gradient(to right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076e8', endColorstr='#00bce8', GradientType=1);
}

/* .intro-pricing:before {
    content: '';
    position: absolute;
    width: 207px;
    height: 134px;
    right: 0%;
    top: 72px;
    background: url(../img/orn-pricing.png) no-repeat center center / 100% 100%;
} */

.page-intro-strait.intro-pricing {
    min-height: 1px;
    background-image: url('../img/platform-pricing.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.page-intro-strait.intro-become-partner {
    min-height: 1px;
    padding-bottom: 250px;
}

.page-intro-strait.intro-become-partner:before {
    content: '';
    position: absolute;
    width: 134px;
    height: 427px;
    top: 80px;
    left: 70px;
    background: url(../img/orn-bp1.png) no-repeat center center / 100% 100%;
}

.page-intro-strait.intro-become-partner:after {
    content: '';
    position: absolute;
    width: 134px;
    height: 427px;
    top: 80px;
    right: 70px;
    background: url(../img/orn-bp2.png) no-repeat center center / 100% 100%;
}

.become-partner-section {
    position: relative;
    z-index: 5;
    padding-bottom: 140px;
    background: #fff;
}

.pb-form-hold {
    margin-top: -170px;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0px 10px 60px rgba(150, 174, 198, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.pb-form-hold:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 43.5%;
    transform: translateX(-50%);
    width: 246px;
    height: 102px;
    z-index: 2;
    opacity: 0.5;
    background: url(../img/orn-bp3.png) no-repeat center center / 100% 100%;
}

.pb-form-right {
    padding: 48px 64px 53px 65px;
    background: #fff;
    z-index: 5;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.title-36 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.17;
    letter-spacing: -0.8px;
    margin-bottom: 25px;
}

.pb-form-left {
    position: relative;
}

.pb-form-left:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2600c7+0,1f87e5+32,00c7f7+100&0.5+0,0.5+31,0.5+100 */
    background: -moz-linear-gradient(45deg, rgba(38, 0, 199, 0.5) 0%, rgba(31, 131, 228, 0.5) 31%, rgba(31, 135, 229, 0.5) 32%, rgba(0, 199, 247, 0.5) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(38, 0, 199, 0.5) 0%, rgba(31, 131, 228, 0.5) 31%, rgba(31, 135, 229, 0.5) 32%, rgba(0, 199, 247, 0.5) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(38, 0, 199, 0.5) 0%, rgba(31, 131, 228, 0.5) 31%, rgba(31, 135, 229, 0.5) 32%, rgba(0, 199, 247, 0.5) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#802600c7', endColorstr='#8000c7f7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.pb-form-left img {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.pb-form {
    position: relative;
    z-index: 10;
}

footer.footer-simple {
    padding: 80px 0;
}

footer.footer-simple .footer-bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

footer.footer-simple .footer-bottom ul li {
    margin-right: 35px;
}

footer.footer-simple .footer-bottom ul li:last-child {
    margin-right: 0px;
}

.intro-become-partner .row {
    position: relative;
    z-index: 5;
}

.intro-policies .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.page-template-tp-policies .hwl-title {
    min-height: 64px;
    margin-bottom: 38px;
}

.page-template-tp-policies .events-list-web .hwl-text {
    min-height: 76px;
}

.round-gradient {
    position: relative;
}

.round-gradient:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1400px;
    height: 1400px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d6e9fd+0,ebf4fd+70&1+0,0+100 */
    background: -moz-radial-gradient(center, ellipse cover, rgba(214, 233, 253, 1) 0%, rgba(235, 244, 253, 0.3) 70%, rgba(235, 244, 253, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(214, 233, 253, 1) 0%, rgba(235, 244, 253, 0.3) 70%, rgba(235, 244, 253, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, rgba(214, 233, 253, 1) 0%, rgba(235, 244, 253, 0.3) 70%, rgba(235, 244, 253, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6e9fd', endColorstr='#00ebf4fd', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
    z-index: -1;
}

.sidebar-blog-left {
    padding-right: 40px;
}

.sidebar-blog-right {
    padding-left: 60px;
}

.sidebar-blog-right .box-with-white-text {
    margin-bottom: 50px;
}

.sidebar-blog-right .box-with-white-text:last-child {
    margin-bottom: 0;
}

.sidebar-blog-right .white-text-2 {
    text-align: left;
}

.related-information-wrapper .white-text-2 {
    text-align: left;
}

.entry-speakers .testimonial-author-image-hold:after {
    left: -11px;
    bottom: -8px;
    width: 96px;
    height: 96px;
}

.page-intro-strait.intro-partner-portal {
    padding-bottom: 350px;
}

.page-intro-strait.intro-partner-portal .title-80 {
    color: #fff;
}

.page-intro-strait.intro-partner-portal .text-20 {
    color: #fff;
}

.page-intro-strait.intro-partner-portal .row {
    position: relative;
    z-index: 5;
}

.page-intro-strait.intro-partner-portal+.pp-benefits-section {
    padding-top: 90px;
}

.two-features-box-button {
    margin-top: 20px;
}

.ppr.ppr-upcoming {
    padding-bottom: 100px;
}

.image-text-section.dark-bottom-right-triangle.no-it {
    padding-bottom: 150px;
}

.home-intro-section.blog-intro.no-featured {
    padding-bottom: 240px;
}

.blog-links-section.no-featured {
    padding-top: 40px;
}

.intro-become-partner .title-80 {
    margin-bottom: 16px;
}

header.nav-open .logo .logo-dark {
    display: inline-block;
}

header.nav-open .logo .logo-white {
    display: none;
}

.history-carousel-hold .testimonials-carousel-item {
    border-radius: 0;
}

.home-cluster-right-tab-link {
    padding-left: 10px;
    padding-top: 10px;
}

.subnav-right-button {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px;
}

.subnav-right-button .btn-blue-gradient,
.subnav-right-button .btn-blue-gradient:focus,
.subnav-right-button .btn-blue-gradient:active {
    padding: 14px 25px 16px !important;
}

.two-features-box-link {
    margin-top: 16px;
}


.entry nav {
    margin-bottom: 30px;
}

.single-documentation .entry h2:not(:first-child) {
    margin-top: 50px;
}

.auhtor-blog-items {
    padding-left: 6%;
}

.auhtor-info-image .testimonial-author-image-hold {
    width: 160px;
    margin-right: 0px;
    margin-left: 0px;
    position: relative;
}

.auhtor-info-image .testimonial-author-image {
    -webkit-box-shadow: 0px 0px 40px rgba(150, 174, 198, 0.4);
    -moz-box-shadow: 0px 0px 40px rgba(150, 174, 198, 0.4);
    box-shadow: 0px 0px 40px rgba(150, 174, 198, 0.4);
}

.auhtor-info-image {
    margin-bottom: 37px;
}

.auhtor-info-image .testimonial-author-image-hold:before {
    left: auto;
    right: -12px;
    bottom: -9px;
    width: 92px;
    height: 92px;
}

.auhtor-info-image .testimonial-author-image-hold:after {
    left: auto;
    right: -10px;
    bottom: -7px;
    width: 88px;
    height: 88px;
}

.auhtor-info-name {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -0.8px;
    margin-bottom: 16px;
}

.auhtor-info-position {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.53px;
    margin-bottom: 16px;
}

.auhtor-info-desc {
    color: #636978;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
}

.auhtor-info-desc p {
    margin-bottom: 24px;
}

.auhtor-info-desc p:last-child {
    margin-bottom: 0px;
}

.auhtor-info-hold {
    padding-right: 1%;
}

.page-intro-strait.intro-author {
    min-height: 1px;
}

.intro-author .headline {
    margin-bottom: 0;
}

.intro-author .doted-orn::after {
    top: 85px;
}

.icon-image.object-fit img {
    border-radius: 50%;
}

.icon-image.object-fit::after {
    display: none;
}

.single-documentation .entry h2 {
    font-size: 36px;
    letter-spacing: -1.2px;
}

.single-documentation .entry h3 {
    color: #1A1A1C;
    font-size: 24px;
    letter-spacing: -0.8px;
}

.page-template-tp-platform_detail .platform-logos ul,
.page-template-tp-platform .platform-logos ul {
    -webkit-box-lines: single;
    -moz-box-lines: single;
    -ms-flex-wrap: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    min-width: 550px;
}

.page-template-tp-platform_detail .platform-logos ul li,
.page-template-tp-platform .platform-logos ul li {
    width: auto;
    margin-right: 12px;
    margin-left: 0;
    text-align: left;
    min-width: 1px;
    margin-bottom: 0;
}

.page-template-tp-platform_detail .platform-logos ul li:last-child,
.page-template-tp-platform .platform-logos ul li:last-child {
    margin-right: 0px;
}

.page-template-tp-platform_detail .home-intro-logos ul li img,
.page-template-tp-platform .home-intro-logos ul li img {
    max-height: 20px;
    max-width: 100%;
}

.key-benefit-text-hold {
    padding: 60px 60px;
    background-color: #fff;
    border-radius: 20px;
    -webkit-box-shadow: 0px 10px 60px rgb(0 0 0 / 17%);
    box-shadow: 0px 10px 60px rgb(0 0 0 / 17%);
    position: relative;
    z-index: 0;
}

.key-benefit-text-hold .text-18 {
    margin-bottom: 0;
}

.page-template-tp-platform .wrapper-tools {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.has-top-padd.other-news-section {
    padding-top: 80px;
}

.page-template-tp-support_service .featured-resources-section {
    margin-top: 60px;
}

.entry code {
    font-family: monospace, monospace;
    background: transparent;
    color: #636978;
}

.entry ol li ol li {
    padding-left: 34px;
}

.video-section .title-48 {
    margin-bottom: 50px;
}

.newsletter-blog-hold-padd {
    padding-left: 15%;
}

.news-letter-code form {
    font-family: 'Roboto', sans-serif;
    width: 100% !important;
    padding: 0;
}

.news-letter-code .mktoForm .mktoOffset {
    display: none;
}

.news-letter-code .mktoForm .mktoRequiredField label.mktoLabel {
    display: none;
}

.news-letter-code .mktoForm.mktoLayoutAbove .mktoField {
    width: 100% !important;
    padding: 2px 25px;
    height: 44px;
    font-family: 'Roboto', sans-serif;
    border-radius: 25px;
    border: 1px solid #DCDCDC;
    box-shadow: none;
    background: transparent;
    color: #2e3449;
    font-size: 14px;
}

.news-letter-code .mktoForm .mktoFormCol {
    margin-bottom: 6px !important;
}

.news-letter-code .mktoForm .mktoButtonWrap.mktoDownloadButton button.mktoButton {
    display: inline-block;
    outline: none;
    border: none;
    line-height: 1.5;
    border-radius: 30px;
    color: #fff !important;
    font-size: 16px;
    background: rgb(0, 118, 232);
    background: -moz-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    background: linear-gradient(to right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0076e8', endColorstr='#00bce8', GradientType=1);
    min-width: 160px;
    padding: 11px 25px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -0.1px;
    position: relative;
    box-shadow: none;
    height: 44px;
    text-shadow: none;
}


.news-letter-code .mktoButtonWrap.mktoDownloadButton {
    margin: 0 !important;
}

.news-letter-code .mktoForm.mktoLayoutAbove .mktoField::-webkit-input-placeholder {
    color: #636978;
    opacity: 1;
}

.news-letter-code .mktoForm.mktoLayoutAbove .mktoField::-moz-placeholder {
    color: #636978;
    opacity: 1;
}

.news-letter-code .mktoForm.mktoLayoutAbove .mktoField:-ms-input-placeholder {
    color: #636978;
    opacity: 1;
}

.news-letter-code .mktoForm.mktoLayoutAbove .mktoField:-moz-placeholder {
    color: #636978;
    opacity: 1;
}

.fr-carousel-item-hover-hold {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: #0076e8;
    border-radius: 20px;
    padding: 35px 35px;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

a:hover .fr-carousel-item-hover-hold {
    opacity: 1;
    visibility: visible;
}

.fr-carousel-item-hover-hold .fr-carousel-item-title {
    color: #fff;
    margin-bottom: 30px;
    min-height: 1px;
    max-height: 93px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.fr-carousel-item-text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    max-height: 144px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.events-section.cards-list-section {
    padding-bottom: 60px;
    padding-top: 30px;
}

.events-section.cards-list-section .section-top {
    margin-bottom: 90px;
}

.events-section.cards-list-section .events-list-web ul li {
    margin-bottom: 90px;
}

/* .page-template-tp-support_service .cta-section {
    margin-top: 300px;
}
.page-template-tp-support_service .cta-section:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: calc(100% - 1px);
    border-style: solid;
    border-width: 250px 100vw 0px 0vw;
    border-color: transparent #0a1a3a transparent transparent;
    pointer-events: none;
} */

.support-platform-features-section {
    background: linear-gradient(to top, rgba(235, 244, 253, 1), rgba(255, 255, 255, 1));
    padding: 0px 0 120px 0;
}

.image-text-section.dark-bottom-right-triangle-zzzzz {
    margin-bottom: 100px;
}

.simple-sublinks-list {
    margin-bottom: 31px;
}

.simple-sublinks-list ul {
    margin: 0;
    opacity: 0.75;
}

.simple-sublinks-list ul li {
    display: block;
    color: #2e3449;
    font-family: "Roboto";
    font-size: 18px;
    font-weight: 300;
    line-height: 1.33;
    margin-bottom: 7px;
}

.simple-sublinks-list ul li:last-child {
    margin-bottom: 0px;
}

.simple-sublinks-list ul li a {
    color: #2e3449;
    transition: 0.2s;
}

.simple-sublinks-list ul li a:hover {
    font-weight: 700;
}

.history-tabs {
    position: relative;
}

.history-tabs.prel:after {
    content: '';
    position: absolute;
    top: 35px;
    bottom: 110px;
    left: 100px;
    right: 100px;
    background: #fff;
    z-index: 15;
}

.intro-documentation .btn-blue-gradient,
.intro-documentation .btn-blue-gradient:focus,
.intro-documentation .btn-blue-gradient:active {
    min-width: 128px;
    padding-top: 11px;
    padding-bottom: 13px;
}

.page-template-tp-platform_detail .platform-features .tabs-content {
    padding: 0;
    background: transparent;
}

.page-template-tp-platform_detail .tabs-content {
    border: none;
    padding: 0 !important;
}

.tpc-content {
    max-width: 100%;
    margin: 0;
    padding: 30px 105px;
    background-color: #fff;
    border-radius: 20px;
}

.post-type-archive-resource .other-news-section {
    background: #fff;
}

.page-template-tp-platform .provider-section .row-md:last-child {
    padding-bottom: 150px;
}

.casandra-features-hold .casandra-text a {
    color: #fff;
    text-decoration: underline;
    transition: 0.2s;
}

.casandra-features-hold .casandra-text a:hover {
    opacity: 0.7;
}

.meat-team-main-image a.not-video {
    cursor: default;
}

.meat-team-main-image a.not-video:after {
    display: none;
}

.page-template-tp-support_service .support-platform-features-section+.featured-resources-section {
    margin-top: 0;
    padding-top: 0;
}

.page-template-tp-support_service .image-text-section+.hide+.support-platform-features-section {
    margin-top: 80px;
}

.glossary-wrapper {
    padding: 100px 0 0;
}

.glossary-right h2 {
    font-weight: 700;
    color: #000034;
    font-size: 2.5rem;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 1.25rem;
}

.glossary-right h3 {
    font-weight: 700;
    color: #000034;
    font-size: 1.5rem;
    line-height: 1.25;
    margin-bottom: 1.875rem;
}

.glossary-right *+h3 {
    margin-top: 2.8125rem;
}

.glossary-right *:not(.has-tiny-font-size)+h2 {
    margin-top: 3.75rem;
}

.glossary-right p {
    color: #646978;
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.glossary-left {
    min-height: 1px;
}

.glossary-left-hold {
    max-height: calc(100vh - 130px);
    overflow-y: scroll;
}

.glossary-left ul {
    min-width: 150px;
    padding-bottom: 50px;
}

.glossary-left ul li:first-child {
    padding-top: 0.9375rem;
}

.glossary-left ul li:first-child~li {
    padding-top: 0.9375rem;
}

.glossary-left ul li a {
    position: relative;
    color: #646978;
    padding: 0 1.25rem 0 2rem;
    font-size: .75rem;
}

.glossary-left ul li a:before {
    content: '';
    display: block;
    position: absolute;
    left: 0.78125rem;
    bottom: 0.125rem;
    top: -2.25rem;
    transform: translateX(-50%);
    width: 2px;
    background: #e6e6e6;
}

.glossary-left ul li a i {
    position: absolute;
    left: 0;
    top: 0.5625rem;
    transform: translateY(-50%) scale(.66);
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 100%;
    background: #e6e6e6;
    z-index: 2;
    transition: all .1s !important;
}

.glossary-left ul li.active a i {
    background: #00bce9;
}

.glossary-left-title {
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 0;
    color: #646978;
    font-weight: 700;
    position: relative;
    padding-left: 2.125rem;
    color: #646978;
}

.glossary-left-title a {}

.glossary-left-title i {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 1.5625rem;
    height: 1.5625rem;
    border-radius: 100%;
    background: #e6e6e6;
    z-index: 2;
    transition: all .1s !important;
}

.glossary-right {
    padding-bottom: 50px;
}



@media(max-width: 1280px) {
    .pp-right {
        left: calc(100% - 10px);
    }

    .intro-partner-portal-hold>img {
        max-width: 250px;
    }

    .mt-right {
        top: 200px;
        left: calc(100% + 65px);
    }

    .documentation-right {
        padding-left: 5%;
    }

    .sidebar-nav ul li a {
        padding: 18px 0;
        font-size: 16px;
    }

    .sidebar-nav ul li a:before {
        top: 18px;
    }

    .sidebar-nav ul li a:after {
        top: 22px;
    }
}

@media(max-width: 1199px) {
    .newsletter-blog-hold-padd {
        padding-left: 10%;
    }

    .single-documentation .entry h2 {
        font-size: 28px;
        letter-spacing: -1px;
    }

    .single-documentation .entry h2:not(:first-child) {
        margin-top: 35px;
    }

    .blog-links-section.no-featured {
        padding-top: 60px;
    }

    .home-intro-section.blog-intro.no-featured {
        padding-bottom: 160px;
    }

    .home-intro-section.blog-intro {
        padding-top: 200px;
    }

    .sidebar-blog-right {
        padding-left: 35px;
    }

    .pb-form-hold {
        margin-top: -140px;
    }

    .page-intro-strait.intro-become-partner {
        padding-bottom: 180px;
    }

    .become-partner-section {
        padding-bottom: 110px;
    }

    .pb-form-right {
        padding: 46px 40px;
    }

    .title-36 {
        font-size: 32px;
    }

    .page-intro-strait.intro-become-partner:before {
        left: -20px;
    }

    .page-intro-strait.intro-become-partner:after {
        right: -20px;
    }

    .title-64 {
        font-size: 58px;
    }

    .jobs-section {
        padding: 105px 0;
    }

    .title-24 {
        font-size: 20px;
    }

    .search-item a .arrow-blue {
        right: 25px;
    }

    .search-item a {
        padding: 24px 70px 24px 30px;
    }

    .intro-search-input input,
    .intro-search-input input:focus {
        height: 70px;
        font-size: 40px;
    }

    .search-content-right {
        padding-right: 0;
    }

    .partner-how-section {
        padding: 110px 0 70px;
    }

    .pp-benefits-section {
        padding: 110px 0;
    }

    .intro-partner-portal-hold>img {
        max-width: 170px;
    }

    .nav ul li {
        margin-right: 25px;
    }

    .white-bottom-left-triangle:before {
        border-width: 80px 100vw 0px 0vw;
    }

    .light-top-left-triangle:before {
        border-width: 150px 100vw 0px 0vw;
    }

    .pb-section {
        padding: 110px 0 88px;
    }

    .tech-culture-section {
        padding: 110px 0;
    }

    .life-section {
        padding: 110px 0 0;
    }

    .our-team-tabs .tabs-title>a {
        font-size: 16px;
    }

    .our-teams-section {
        padding: 110px 0;
    }

    .meat-team-section {
        padding: 220px 0 110px;
    }

    .mt-right {
        left: calc(100% - 25px);
    }

    .mt-left {
        right: calc(100% + 30px);
    }

    .values-hold {
        padding: 70px 5%;
    }

    .documentation-section {
        padding: 70px 0 260px;
    }

    .inline-links ul {
        margin-left: 60px;
    }

    .title-80 {
        font-size: 72px;
    }

    .post-by-block {
        padding: 25px 0;
    }

    .blue-box {
        padding: 30px 24px;
        font-size: 20px;
    }

    .documentation-right {
        padding-left: 2%;
    }

    .video-section {
        margin-bottom: 110px;
    }

    .support-service-why {
        margin-bottom: 70px;
    }

    .support-service-features-section {
        margin-bottom: 110px;
    }

    .intro-support-service:before {
        left: -50px;
    }

    .support-service-features-section .two-features-box {
        margin-top: -330px;
    }

    .education-section {
        padding: 100px 0 280px;
    }

    .education-single-section {
        padding: 70px 0 230px;
    }

    .it-left {
        padding-right: 0;
    }

    footer.footer-simple {
        padding: 60px 0;
    }
}

@media(max-width: 1100px) {
    .nav ul li a {
        font-size: 15px;
    }

    .nav ul li {
        margin-right: 15px;
    }
}

@media(min-width: 1024px) {
    .mob-nav-hold {
        display: none !important;
    }
}

@media(max-width: 1023px) {
    .page-template-tp-platform .provider-section .row-md:last-child {
        padding-bottom: 100px;
    }

    .tpc-content {
        padding: 30px 30px;
    }

    .events-section.cards-list-section {
        padding-bottom: 30px;
    }

    .newsletter-blog-hold-padd {
        padding-left: 5%;
    }

    .video-section .title-48 {
        margin-bottom: 40px;
    }

    .key-benefit-text-hold {
        padding: 40px 40px;
    }

    .subnav-right-button {
        position: static;
        bottom: auto;
        left: auto;
        right: auto;
        padding: 0;
        margin-top: 20px;
    }

    .image-text-section.dark-bottom-right-triangle.no-it {
        padding-bottom: 100px;
    }

    .home-intro-right {
        padding: 0 15%;
        margin-bottom: 40px;
    }

    .home-intro-image {
        width: 100%;
    }

    .home-intro {
        display: block;
    }

    .home-intro-left {
        padding-right: 0px;
    }

    .platform-image-hold {
        padding: 0 15%;
        margin-bottom: 40px;
    }

    .sidebar-blog-right {
        padding-left: 30px;
    }

    .round-gradient:before {
        width: 500px;
        height: 500px;
    }

    .page-template-tp-policies .hwl-title {
        min-height: 48px;
        margin-bottom: 60px;
    }

    .title-36 {
        font-size: 28px;
    }

    .pb-form-right {
        padding: 40px 25px;
    }

    .title-64 {
        font-size: 44px;
    }

    .intro-pricing:before {
        right: -100px;
    }

    .pricing-radios ul li label {
        width: 125px;
        min-width: 125px;
    }

    .pricing-content-section {
        padding: 70px 0 180px;
    }

    .contact-details-c h4 {
        font-size: 22px;
        letter-spacing: -0.7px;
    }

    .box-with-white-text {
        padding-left: 24px;
        padding-right: 24px;
    }

    .card-content h4 {
        font-size: 20px;
        height: 78px;
        -webkit-line-clamp: 3;
        letter-spacing: -0.5px;
        line-height: 1.25;
    }

    .error-section:before {
        width: 680px;
        height: 450px;
        background: url(../img/orn-error.svg) no-repeat center center / 100% 100%;
    }

    .search-item a .arrow-blue {
        display: none;
    }

    .search-item a {
        padding: 24px 24px;
    }

    .intro-search-input input,
    .intro-search-input input:focus {
        height: 60px;
        font-size: 32px;
    }

    .pp-benefits-section .section-top {
        margin-bottom: 50px;
    }

    .partner-how-section .section-top {
        margin-bottom: 110px;
    }

    .featured-resources-section .section-top {
        margin-bottom: 50px;
    }

    .partner-how-scheme-title {
        font-size: 20px;
        letter-spacing: -0.6px;
    }

    .partner-how-scheme ul li:before {
        width: 48px;
        height: 48px;
        left: 24px;
        top: -24px;
        line-height: 48px;
        font-size: 32px;
        letter-spacing: -1.0px;
    }

    .partner-how-scheme-content {
        font-size: 16px;
    }

    .partner-how-scheme ul li {
        padding: 30px 24px 24px;
    }

    .pp-benefits ul li {
        width: calc(50% - 20px);
        min-width: calc(50% - 20px);
        margin-right: 40px;
    }

    .intro-partner-portal-hold>img {
        display: none;
    }

    .logo {
        width: 66.66667%;
    }
    .logo img {
        width: 180px;
    }

    .sec-nav ul li a {
        padding: 2px 10px;
    }

    .pb-section .section-top {
        margin-bottom: 50px;
    }

    .tc-left {
        padding-right: 6%;
    }

    .tc-right {
        padding-left: 0;
    }

    .our-team-content-right {
        padding: 50px 6% 45px 13%;
    }

    .our-team-content-quote {
        padding-top: 56px;
        font-size: 18px;
    }

    .our-team-content-title {
        font-size: 24px;
    }

    .our-team-content-text {
        font-size: 16px;
    }

    .our-team-content-left {
        padding: 60px 10px 60px 6%;
    }

    .our-team-tabs .tabs-title {
        margin-right: 10px;
    }

    .mt-top-right {
        width: 140px;
        height: 200px;
        top: -210px;
        left: calc(100% - 140px);
    }

    .mt-top-left {
        width: 280px;
        height: 170px;
        top: -220px;
        left: 5%;
    }

    .mt-right {
        display: none;
    }

    .mt-left {
        display: none;
    }

    .values-hold {
        padding: 60px 5%;
    }

    .values-item-text {
        font-size: 14px;
    }

    .documentation-section {
        padding: 70px 0 200px;
    }

    .title-80 {
        font-size: 50px;
    }

    .entry h4:not(:first-child) {
        margin-top: 36px;
    }

    .thirds-list .two-features-box-text p {
        margin-bottom: 20px;
    }

    .thirds-list .two-features-box-text p:last-child {
        margin-bottom: 0px;
    }

    .text-18 p {
        margin-bottom: 20px;
    }

    .image-text-section.dark-bottom-right-triangle {
        padding-bottom: 160px;
    }

    .two-features-box ul li {
        width: 46%;
        min-width: 46%;
        margin-right: 8%;
    }

    .two-features-box.three-features-box ul li {
        width: 28%;
        min-width: 28%;
        margin-right: 8%;
    }

    .two-features-box {
        padding: 50px 6%;
    }

    .support-service-features-section .two-features-box {
        margin-top: -240px;
    }

    .inline-links ul {
        padding-top: 30px;
        margin-left: 0;
    }

    .inline-links {
        display: block;
    }

    .education-single-section {
        padding: 70px 0 180px;
    }

    .callout-box.entry p {
        font-size: 15px;
    }

    .education-single-content-hold {
        padding-right: 0;
    }

    .education-single-content-hold .entry {
        margin-bottom: 45px;
    }

    .sidebar-left-hold {
        padding-right: 0;
    }

    .callout-box {
        padding: 30px;
    }

    .education-section {
        padding: 100px 0 180px;
    }

    .entry h4 {
        font-size: 22px;
        letter-spacing: -0.7px;
    }
    .home-intro-section.blog-intro.no-featured {
        padding: 75px 0;
    }
}

@media(max-width: 639px) {

    .home .animation-element.fade-in {
        opacity: 1;
    }

    .home .animation-element.fade-up {
        transform: translateY(0px);
        opacity: 1;
    }

    .home .animation-element.fade-up-later {
        transform: translateY(0px);
        opacity: 1;
    }

    .home .animation-element.fade-up-late {
        transform: translateY(0px);
        opacity: 1;
    }

    .mob-animation .animation-element.fade-in {
        opacity: 1;
    }

    .mob-animation .animation-element.fade-up {
        transform: translateY(0px);
        opacity: 1;
    }

    .mob-animation .animation-element.fade-up-later {
        transform: translateY(0px);
        opacity: 1;
    }

    .mob-animation .animation-element.fade-up-late {
        transform: translateY(0px);
        opacity: 1;
    }

    .glossary-right h2 {
        font-size: 2rem;
    }

    .page-template-tp-platform .provider-section .row-md:last-child {
        padding-bottom: 0;
    }

    .no-item-padd-small .news-carousel-item {
        padding-left: 0;
        padding-right: 0;
    }

    .resources-list-v2>ul>li>a,
    .resources-list-v2-carousel a {
        padding: 70px 20px 108px;
    }

    .resources-list-v2>ul>li>a .arrow-blue,
    .resources-list-v2-carousel a .arrow-blue {
        left: 20px;
    }

    .resources-list-v2.mob-stack>ul {
        display: block;
    }

    .resources-list-v2.mob-stack>ul>li {
        width: 100%;
        margin-right: 0;
        margin-top: 20px;
    }

    .resources-list-v2.mob-stack ul li:last-child {
        margin-top: 0px;
    }

    .home-why-list ul {
        display: block;
    }

    .home-why-list ul li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 0;
    }

    .home-why-list ul li:last-child {
        margin-bottom: 0;
    }

    .home-why-list.has-icon ul li {
        margin-bottom: 70px;
    }

    .home-why-list.has-icon ul li:last-child {
        margin-bottom: 0px;
    }

    .page-template-tp-about .home-why-list.events-list-web ul {
        margin-bottom: 80px !important;
    }

    .events-list-web.has-icon ul li {
        margin-bottom: 70px;
    }

    .events-list-web.has-icon ul li:last-child {
        margin-bottom: 0px;
    }

    .tpc-content {
        padding: 20px 20px;
    }

    .intro-documentation .btn-blue-gradient,
    .intro-documentation .btn-blue-gradient:focus,
    .intro-documentation .btn-blue-gradient:active {
        min-width: 100%
    }

    .history-tabs.prel:after {
        top: 30px;
        bottom: 94px;
        left: 50px;
        right: 40px;
    }

    .testimonials-carousel-hold.history-carousel-hold .owl-stage-outer {
        background: transparent;
        border-radius: 0;
    }

    .support-platform-features-section {
        padding-bottom: 90px;
    }

    .image-text-section.dark-bottom-right-triangle-zzzzz {
        margin-bottom: 50px;
    }

    .events-section.cards-list-section .events-list-web ul li {
        margin-bottom: 0px;
    }

    .events-section.cards-list-section {
        padding-bottom: 90px;
    }

    .newsletter-blog-hold-padd {
        padding-left: 0;
    }

    .cloud-cloud {
        padding-right: 0;
    }

    .key-benefit-text-hold {
        padding: 40px 20px;
    }

    .page-template-tp-platform_detail .platform-logos ul li,
    .page-template-tp-platform .platform-logos ul li {
        padding-left: 0;
        margin-bottom: 10px;
    }

    .page-template-tp-platform_detail .platform-logos ul,
    .page-template-tp-platform .platform-logos ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        min-width: 100%;
    }

    .intro-author .doted-orn::after {
        top: 45px;
    }

    .intro-author .title-80 {
        margin-bottom: 0px;
    }

    .auhtor-blog-items {
        padding-left: 0;
    }

    .auhtor-info-image .testimonial-author-image-hold:after {
        width: 68px;
        height: 68px;
    }

    .auhtor-info-image .testimonial-author-image-hold:before {
        width: 72px;
        height: 72px;
    }

    .auhtor-info-image .testimonial-author-image-hold {
        width: 120px;
    }

    .auhtor-info-name {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .auhtor-info-desc {
        font-size: 14px;
    }

    .auhtor-info-hold {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .pb-form-right {
        border-bottom-left-radius: 20px;
    }

    .blog-links-section {
        padding-bottom: 110px;
    }

    .pagination {
        margin-bottom: 32px;
    }

    .blogs-list-hold {
        padding-right: 0;
    }

    .blog-links-section.no-featured {
        padding-top: 30px;
    }

    .home-intro-section.blog-intro.no-featured {
        padding-bottom: 90px;
    }

    .blog-intro .page-intro-strait-wrapper {
        padding-top: 0px;
    }

    .image-text-section.dark-bottom-right-triangle.no-it {
        padding-bottom: 50px;
    }

    .ppr.ppr-upcoming {
        padding-bottom: 60px;
    }

    .card-list>ul>li>a {
        padding: 70px 20px 108px 20px;
    }

    .home-intro-right {
        padding: 0;
    }

    .several-buttons a {
        margin-bottom: 10px;
    }

    .several-buttons {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .platform-image-hold {
        padding: 0;
    }

    .page-intro-strait.intro-partner-portal {
        padding-bottom: 70px;
    }

    .sidebar-blog-right .box-with-white-text {
        margin-bottom: 0;
    }

    .sidebar-blog-right {
        padding-left: 0;
    }

    .page-template-tp-policies .events-list-web .hwl-text {
        min-height: 1px;
    }

    .intro-policies .row {
        display: block;
    }

    footer.footer-simple .footer-bottom ul {
        display: block;
        margin-bottom: 20px;
    }

    footer.footer-simple .footer-bottom {
        display: block;
    }

    .become-partner-section {
        padding-bottom: 90px;
    }

    .title-36 {
        font-size: 24px;
    }

    .pb-form-hold:after {
        left: 3%;
        transform: translateX(0%);
        width: 123px;
        height: 51px;
    }

    .pb-form-left img {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .pb-form-left:after {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0px;
    }

    .pb-form-left {
        padding-bottom: 100%;
    }

    .pb-form-hold {
        display: block;
    }

    .page-intro-strait.intro-become-partner:before {
        width: 67px;
        height: 214px;
        left: -36px;
    }

    .page-intro-strait.intro-become-partner:after {
        width: 67px;
        height: 214px;
        right: -36px;
    }

    .pricing-links ul li a {
        font-size: 14px;
        padding: 11px 16px;
    }

    .pricing-content-section {
        padding: 70px 0 110px;
    }

    .pricing-label {
        font-size: 16px;
    }

    .pricing-radio-image img {
        max-height: 40px;
    }

    .pricing-radio-image {
        top: 14px;
    }

    .pricing-radios ul li {
        margin-right: 9px;
        margin-bottom: 9px;
        width: calc(33.333% - 6px);
        min-width: calc(33.333% - 6px);
    }

    .pricing-radios ul li:nth-child(3n) {
        margin-right: 0;
    }

    .pricing-radios ul li label {
        width: 100%;
        min-width: 100%;
    }

    .intro-pricing:before {
        width: 103px;
        height: 67px;
        right: -40px;
        top: auto;
        bottom: 15px;
    }

    .title-64 {
        font-size: 36px;
        line-height: 1.1;
        letter-spacing: -1.2px;
    }

    .policy-image-hold::after {
        background: url(../img/orn-1.svg) no-repeat top left / 100% 100%;
        width: 120px;
        height: 77px;
        right: 124px;
    }

    .page-template-tp-policies .page-intro-strait .title-80 {
        margin-bottom: 14px;
    }

    .policy-image-hold {
        padding-right: 0;
        padding-left: 0;
    }

    .policy-image {
        width: 203px;
        height: 124px;
        padding-bottom: 0;
        margin-left: auto;
    }

    .intro-education.page-intro-strait {
        padding-bottom: 50px;
    }

    .intro-education .events-image-hold .image-item:nth-child(2n) {
        margin-top: 0;
    }

    .intro-education .events-image-hold .image-item:nth-child(3n) {
        margin-top: 25px;
    }

    .intro-education .events-image-hold .image-item {
        width: 150px;
        height: 124px;
    }

    .intro-education .page-intro-strait-wrapper {
        padding-top: 0;
    }

    .intro-education .events-image-hold .image-item:nth-child(2n) {
        margin-right: 10px;
    }

    .intro-education .events-image-hold::after {
        display: block;
        background: url(../img/orn-1.svg) no-repeat top left / 100% 100%;
        top: 53px;
        right: auto;
        left: 21px;
    }

    .intro-education .news-image-hold {
        transform: translate(87px, -10px);
    }

    .intro-library-strait.page-intro-strait {
        height: auto;
        min-height: 1px;
        padding-bottom: 10px;
    }

    .intro-library-strait.page-intro-strait .page-intro-strait-wrapper {
        padding-top: 0;
    }

    .card-content p {
        height: auto;
    }

    .content-library-list>ul>li>a .arrow-blue {
        left: 20px;
        bottom: 40px;
    }

    .page-intro-strait.intro-events-archive .events-image-hold .image-item {
        width: 122px;
        height: 150px;
        margin-right: 10px;
    }

    .intro-news-archive .news-image-hold::after {
        display: block;
        background: url(../img/orn-1.svg) no-repeat left top / 100% 100%;
        width: 120px;
        height: 80px;
        top: 97px;
        right: 53px;
    }

    .intro-news-archive.intro-events-archive .news-image-hold::after {
        top: 137px;
        right: -7px;
    }

    .page-intro-strait.intro-news-archive {
        min-height: 1px;
    }

    .page-intro-strait.intro-news-archive .news-image-hold {
        position: absolute;
        top: -28px;
        right: auto;
        left: 120px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .page-intro-strait.intro-news-archive .image-item {
        margin-right: 10px;
    }

    .page-intro-strait.intro-news-archive .news-image-hold .image-item:nth-child(2n) {
        margin-right: 0;
        margin-top: 20px;
    }

    .page-template-tp-partner_portal .pp-benefits-section .text-center {
        text-align: left;
    }

    .contact-details-c h4 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .contact-form-hold {
        padding-left: 24px;
        padding-right: 24px;
    }

    .information-box-list ul li {
        padding-left: 24px;
        padding-right: 24px;
    }

    .intro-support-service:before {
        display: none;
    }

    .white-text-2 {
        font-size: 20px;
        letter-spacing: -0.7px;
    }

    .entry p {
        font-size: 16px;
        letter-spacing: -0.1px;
    }

    .page-template-tp-support .page-intro-strait .title-80 {
        text-align: center;
    }

    .inline-links ul li {
        width: calc(50% - 5px);
    }

    .inline-links ul li:nth-child(2n) {
        margin-right: 0;
    }

    .inline-links ul li .btn-white,
    .inline-links ul li .btn-white:focus,
    .inline-links ul li .btn-white:active {
        width: 100%;
    }

    .entry h4 {
        font-size: 20px;
        letter-spacing: -0.5px;
    }

    .news-single-section {
        padding-bottom: 110px;
    }

    .card-content h4 {
        font-size: 20px;
        height: auto;
        letter-spacing: -0.5px;
    }

    .content-library-list>ul>li .card-content h4 {
        -webkit-line-clamp: 10;
    }

    .single .page-intro-strait-wrapper {
        padding-top: 0;
    }

    .testimonials-carousel-right {
        border-bottom-left-radius: 20px;
    }

    .testimonials-carousel-left {
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .blogs-list ul li a {
        padding-left: 20px;
        padding-right: 20px;
    }

    .blogs-list .card-content h4 {
        min-height: 1px;
        font-size: 18px;
        letter-spacing: -0.6px;
        line-height: 1.3;
    }

    .error-section:before {
        width: 680px;
        height: 510px;
        background: url(../img/orn-error-mob.svg) no-repeat center center / 100% 100%;
    }

    .title-24 {
        font-size: 16px;
    }

    .search-content-left {
        padding-right: 0;
        margin-bottom: 40px;
    }

    .search-results-filter ul li {
        margin-bottom: 6px;
    }

    .search-left-box-title {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .fr-carousel-item-title {
        font-size: 20px;
        min-height: 78px;
    }

    .partner-how-section .section-top {
        margin-bottom: 90px;
    }

    .partner-how-scheme ul li:after {
        top: auto;
        left: 28px;
        bottom: -36px;
        transform: rotate(90deg);
    }

    .partner-how-scheme-title {
        font-size: 18px;
        bottom: calc(100% + 16px);
    }

    .partner-how-scheme ul {
        display: block;
    }

    .partner-how-scheme ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 70px;
    }

    .partner-how-scheme ul li:last-child {
        margin-bottom: 0px;
    }

    .partner-how-section {
        padding: 80px 0 60px;
    }

    .benefit-text {
        font-size: 14px;
        letter-spacing: -0.1px;
    }

    .benefit-title {
        font-size: 18px;
        letter-spacing: -0.5px;
        margin-bottom: 12px;
    }

    .pp-benefits ul li img {
        max-height: 44px;
    }

    .pp-benefits ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        padding-top: 60px;
        padding-left: 0;
    }

    .pp-benefits-section {
        padding: 80px 0;
    }

    .sec-nav {
        display: none;
    }

    .our-team-content-left:before {
        display: none;
    }

    .pb-text {
        font-size: 14px;
    }

    .pb-list ul li {
        width: calc(50% - 10px);
        min-width: calc(50% - 10px);
        margin-right: 20px;
        margin-bottom: 32px;
    }

    .pb-list ul li:nth-child(3n) {
        margin-right: 20px;
    }

    .pb-list ul li:nth-child(2n) {
        margin-right: 0px;
    }

    .tc-left {
        padding-right: 0;
        margin-bottom: 50px;
    }

    .our-team-tabs .tabs-content:before {
        left: 102px;
    }

    .our-team-content-quote {
        font-size: 16px;
    }

    .our-team-content-text {
        font-size: 14px;
    }

    .our-team-content-title {
        font-size: 20px;
    }

    .our-team-content-left {
        width: 100%;
        padding: 40px 20px;
    }

    .our-team-content-right {
        width: 100%;
        padding: 40px 20px;
    }

    .our-team-content {
        display: block;
    }

    .tabs-list-hold {
        margin-left: -20px;
        overflow: auto;
        padding: 0 20px;
        width: calc(100% + 40px);
    }

    .our-team-tabs .tabs {
        /* margin-bottom: 0; */
    }

    .our-team-tabs .tabs-title {
        min-width: 100px;
    }

    .our-team-tabs .tabs-title>a {
        font-size: 14px;
    }

    .pb-section {
        padding: 80px 0 50px;
    }

    .tech-culture-section {
        padding: 80px 0;
    }

    .white-bottom-left-triangle:before {
        border-width: 80px 100vw 0px 0vw;
    }

    .life-section {
        padding: 80px 0 0;
    }

    .jobs-section {
        padding: 80px 0;
    }

    .our-teams-section {
        padding: 80px 0;
    }

    .meat-team-section {
        padding: 170px 0 80px;
    }

    .meat-team-main-image {
        margin-left: 0;
        width: 100%;
        border-radius: 10px;
        border: 1px solid #00a8e8;
        padding: 10px;
    }

    .mt-top-right {
        width: 100px;
        height: 160px;
        top: -190px;
        left: calc(100% - 100px);
    }

    .mt-top-left {
        width: 180px;
        height: 120px;
        top: -180px;
        left: -5%;
    }

    .intro-career {
        padding: 140px 0 220px;
    }

    .light-top-left-triangle:before {
        border-width: 80px 100vw 0px 0vw;
    }

    .values-item-title {
        margin-bottom: 12px;
    }

    .values-list ul {
        display: block;
    }

    .values-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }

    .values-list ul li:last-child {
        margin-bottom: 0px;
    }

    .values-hold {
        padding: 40px 20px;
        margin-top: -150px;
    }

    .documentation-section {
        padding: 70px 0 100px;
    }

    .documentation-right-box.has-border {
        padding-bottom: 24px;
    }

    .documentation-right-box {
        margin-bottom: 24px;
    }

    .documentation-right {
        padding-left: 0;
    }

    .custom-pagination a {
        font-size: 14px;
    }

    .documentation-middle .blue-box {
        margin-bottom: 40px;
    }

    .post-by-block {
        font-size: 16px;
        padding: 20px 0;
        margin-bottom: 40px;
    }

    .post-by-block img {
        max-height: 60px;
        max-width: 80px;
        margin-right: 15px;
    }

    .intro-documentation .title-80 {
        margin-bottom: 0px;
    }

    .documentation-middle {
        margin-bottom: 50px;
    }

    .blue-box a {
        margin-left: 0px;
    }

    .blue-box span {
        display: block;
        width: 100%;
        min-width: 100%;
        margin-bottom: 20px;
    }

    .blue-box {
        font-size: 22px;
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .entry table tbody td {
        padding: 8px 18px;
        font-size: 13px;
        height: 50px;
    }

    .entry table thead td,
    .entry table thead th {
        padding: 14px 6px;
        font-size: 12px;
    }

    .documentation-middle {
        padding-right: 0px;
    }

    .title-80 {
        font-size: 36px;
        letter-spacing: -1.6px;
    }

    .two-features-box-text p {
        margin-bottom: 20px;
    }

    .image-text-section.dark-bottom-right-triangle {
        padding-bottom: 100px;
    }

    .it-right {
        padding-left: 0;
    }

    .it-left {
        margin-bottom: 30px;
    }

    .image-text-hold {
        display: block;
    }

    .video-section {
        margin-bottom: 80px;
    }

    .support-service-why {
        margin-bottom: 80px;
    }

    .thirds-list ul {
        display: block;
        width: 100%;
    }

    .thirds-list ul li,
    .thirds-list.twos-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }

    .thirds-list ul li:last-child {
        margin-bottom: 0px;
    }

    .support-service-features-section {
        margin-bottom: 80px;
    }

    .two-features-box-title {
        min-height: 1px;
        font-size: 18px;
    }

    .two-features-box ul li,
    .two-features-box.three-features-box ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
        float: left;
        width: 100%;
    }

    .two-features-box ul li:last-child {
        margin-bottom: 0px;
    }

    .two-features-box ul {
        display: block;
    }

    .two-features-box {
        padding: 40px 20px;
    }

    .support-service-features-section .two-features-box {
        margin-top: -170px;
    }

    .inline-links ul li {
        margin-right: 10px;
    }

    .support-section {
        padding: 70px 0 90px;
    }

    .info-box {
        font-size: 14px;
        padding: 40px 20px;
    }

    .home-why-list.support-list {
        margin-bottom: 20px;
    }

    .home-why-list.support-list .hwl-title {
        margin-bottom: 80px;
    }

    .intro-support .title-80 {
        margin-bottom: 0;
    }

    .home-why-list.support-list ul li:nth-child(3n) {
        margin-right: 0px;
    }

    .home-why-list.support-list ul li {
        width: 100%;
        min-width: 100%;
        margin-right: 0px;
    }

    .education-single-section {
        padding: 70px 0 100px;
    }

    .callout-box {
        padding: 20px;
    }

    .callout-box.entry p {
        font-size: 14px;
    }

    .education-single-content-hold {
        padding-left: 0;
    }

    .sidebar-nav ul li a {
        padding: 10px 0;
        font-size: 14px;
    }

    .sidebar-left-hold {
        margin-bottom: 40px;
    }

    .education-section {
        padding: 80px 0 120px;
    }

    .intro-education .events-image-hold .image-item:nth-child(3n) {
        display: block;
    }

    .intro-education .events-image-hold .image-item:nth-child(1) {
        display: none;
    }

    .job {
        padding: 30px 25px;
    }

    .ja-job-details {
        padding: 30px 25px 0 25px;
    }

    .job .title,
    .ja-job-details .title {
        font-size: 22px;
    }

    .apply .ja-button,
    .apply .ja-button:focus,
    .apply .ja-button:active {
        margin-top: 20px;
        display: block;
        width: 100%;
    }
    .home-intro-section.blog-intro {
        padding: 160px 0 300px 0;
    }
}

@media(max-width: 359px) {
    .pricing-links ul li a {
        padding: 11px 11px;
    }

    .history-carousel-hold .testimonials-carousel {
        height: 260px;
    }
}

/* Override noto sans in olark to reduce font count & improve load time */
#olark-container,
#olark-container .olark-form-container .olark-form-input,
#olark-container .olark-form-container .olark-form-message-input,
.olark-launch-button,
.olark-launch-button.olark-text-button .olark-button-text,
.olark-notification-badge .olark-notification-badge-text,
#olark-container .olark-top-bar,
#olark-container .olark-top-bar-text,
#olark-container .olark-module-wrapper {
    font-family: "Roboto", "sans-serif" !important;
}


.announcement-bar {
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    /* margin-top: 70px; */
    background: #0a1a3a;
    color: #fff;
    text-align: center;
    padding: 18px 20px;
    position: relative;
    z-index: 1;
}

.announcement-bar a {
    color: #fff;
    text-decoration: underline;
}

.mktoForm {
    background: #fff;
    clear: both;
    margin-bottom: .3em;
    margin-top: 15px;
    width: 100% !important
}

.mktoForm * {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400 !important
}

.mktoForm .mktoButtonRow,
.mktoForm .mktoFormRow {
    width: 100%
}

.mktoForm .mktoCheckboxList>label,
.mktoForm .mktoRadioList>label {
    margin-bottom: 0;
    margin-top: 4px
}

.mktoForm .mktoFormCol {
    margin-bottom: 0 !important;
    width: 100%
}

@media (min-width:768px) and (max-width:989px) {
    .mktoForm {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    /*.mktoForm .mktoFormRow {
        width: calc(50% - 15px)
    }*/

    .mktoForm .mktoButtonRow {
        width: 100%
    }
}

.mktoForm .mktoOffset {
    display: none
}

.mktoForm input[type=date],
.mktoForm input[type=email],
.mktoForm input[type=number],
.mktoForm input[type=tel],
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm textarea.mktoField[type=date],
.mktoForm textarea.mktoField[type=email],
.mktoForm textarea.mktoField[type=number],
.mktoForm textarea.mktoField[type=tel],
.mktoForm textarea.mktoField[type=text],
.mktoForm textarea.mktoField[type=url] {
    background-color: #eee !important;
    border-color: transparent;
    border-width: 0 0 2px;
    box-shadow: none !important;
    color: #fff;
    font-size: 18px;
    font-weight: 400 !important;
    height: 35px;
    line-height: 60px;
    margin-bottom: 1rem !important;
    outline: 0;
    padding: .5rem !important;
    width: 100% !important
}

.mktoForm input[type=date].mktoInvalid,
.mktoForm input[type=email].mktoInvalid,
.mktoForm input[type=number].mktoInvalid,
.mktoForm input[type=tel].mktoInvalid,
.mktoForm input[type=text].mktoInvalid,
.mktoForm input[type=url].mktoInvalid,
.mktoForm textarea.mktoField[type=date].mktoInvalid,
.mktoForm textarea.mktoField[type=email].mktoInvalid,
.mktoForm textarea.mktoField[type=number].mktoInvalid,
.mktoForm textarea.mktoField[type=tel].mktoInvalid,
.mktoForm textarea.mktoField[type=text].mktoInvalid,
.mktoForm textarea.mktoField[type=url].mktoInvalid {
    border-color: #e51616
}

.mktoForm .mktoFieldWrap {
    position: relative
}

.mktoForm .mktoFieldWrap.chevron:before {
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    bottom: 0;
    display: inline-block;
    height: 12px;
    left: auto;
    margin: auto;
    right: 2px;
    top: 0;
    transform: rotate(45deg);
    width: 12px;
    z-index: -1
}

.mktoForm .mktoFieldWrap.chevron select {
    color: #fff
}

.mktoForm .mktoFieldWrap.chevron option {
    color: #00c83c
}

.mktoForm .mktoFieldWrap,
.mktoForm .mktoHtmlText,
.mktoForm input {
    width: 100% !important
}

.mktoForm .mktoButtonWrap {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 0 !important;
    width: 100%
}

.mktoForm .mktoButtonWrap .mktoButton {
    align-items: center !important;
    background: linear-gradient(to left, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%) !important;
    background-color: rgba(0, 118, 232, 1) !important;
    border-color: rgba(0, 118, 232, 1) !important;
    border-radius: 3px !important;
    border-radius: 45px !important;
    color: #fff !important;
    display: inline-flex !important;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    height: -moz-fit-content !important;
    height: fit-content !important;
    margin-bottom: 14px !important;
    padding: 5px 20px !important;
    position: relative !important;
    text-decoration: none !important;
    transition: .2s !important;
    vertical-align: top !important;
    width: -moz-fit-content !important;
    width: fit-content !important
}

.mktoForm .mktoButtonWrap .mktoButton.active,
.mktoForm .mktoButtonWrap .mktoButton:active,
.mktoForm .mktoButtonWrap .mktoButton:focus,
.mktoForm .mktoButtonWrap .mktoButton:hover {
    background: linear-gradient(to right, rgba(0, 118, 232, 1) 0%, rgba(0, 188, 232, 1) 100%) !important;
    background-color: rgba(0, 188, 232, 1) !important;
    border-color: rgba(0, 118, 232, 1) !important
}

.mktoForm .mktoButtonWrap .mktoButton:first-letter {
    text-transform: lowercase !important
}

.mktoForm .mktoButtonWrap .mktoButton:hover {
    text-decoration: none !important
}

@media (min-width:1025px) {
    .mktoForm .mktoButtonWrap .mktoButton {
        display: inline-flex !important;
        font-size: 16px !important;
        padding: 10px 24px !important;
        text-align: center !important
    }
}

.mktoForm .mktoCheckboxList,
.mktoForm .mktoRadioList {
    float: left !important;
    width: auto !important
}

.mktoForm .mktoLabel {
    line-height: 1;
    margin-bottom: .5rem;
    margin-top: 5px;
    width: auto !important
}

.mktoForm .mktoCheckboxList>label,
.mktoForm .mktoRadioList>label {
    display: inherit !important
}

.mktoForm input,
.mktoForm textarea {
    background: #eee !important;
    color: #000 !important
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio],
.mktoForm textarea[type=checkbox],
.mktoForm textarea[type=radio] {
    width: auto !important;
    margin-top: 6px;
}

.mktoForm fieldset legend {
    margin: inherit !important
}

.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
    background-color: transparent;
    border-color: transparent;
    border-width: 0 0 2px;
    color: #1e1e9a;
    font-size: 18px;
    font-weight: 400 !important;
    height: 60px;
    margin-bottom: 1rem !important;
    outline: 0;
    padding: .5rem !important;
    width: 100% !important
}
.mktoForm select.mktoField {
    height: 35px;
}

.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid {
    border-color: #e51616;
}

.mktoForm select.mktoField {
    background-position: 100%;
    padding-right: 30px
}

.mktoForm .mktoError {
    font-weight: 500;
    left: 0;
    top: 0;
    width: 100% !important
}

.mktoForm .mktoError:before {
    border-bottom: 3px solid #e51616;
    border-right: 3px solid #e51616;
    bottom: 0;
    display: inline-block;
    height: 10px !important;
    left: auto;
    margin: auto;
    right: 2px;
    top: 2px;
    transform: rotate(-135deg);
    width: 10px !important
}

.mktoForm .mktoError .mktoErrorArrow {
    display: none
}

.mktoForm .mktoError .mktoErrorMsg {
    background: none !important;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #e51616;
    display: flex;
    float: right;
    font-size: 14px;
    font-weight: 600;
    font-weight: 500 !important;
    letter-spacing: .005em;
    line-height: 150%;
    margin: 0;
    max-width: none;
    padding: 0 20px;
    text-align: right;
    text-shadow: none
}

.mktoForm .mktoError .mktoErrorMsg .mktoErrorDetail {
    font-weight: 500 !important
}

.checkbox-wrapper {
    margin-top: 20px
}

@media (min-width:500px) {
    .checkbox-wrapper {
        margin-top: 0
    }
}

.mktoLogicalField .mktoCheckboxList {
    width: 100% !important
}

.mktoAsterix,
.mktoForm .mktoGutter {
    display: none !important
}

.mktoButtonWrap {
    margin-left: 0 !important
}

[id*=mktoForm] #mktooptinterm {
    display: none
}

[id*=mktoForm] .mktoFormRow.multi-field {
    display: flex;
    justify-content: space-between
}

[id*=mktoForm] .mktoFormRow.multi-field .mktoFormCol {
    max-width: 47% !important
}

@media (min-width:540px) {
    [id*=mktoForm] .mktoFormRow.multi-field .mktoFormCol .chevron:before {
        bottom: 25%;
        margin: auto;
        right: 0
    }
}

[id*=mktoForm] .mktoFormRow.multi-field .mktoClear {
    display: none
}

[id*=mktoForm]>.mktoFormRow:last-of-type .mktoLabel {
    display: block !important
}

.hs-form label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 8px;
    position: relative;
    text-transform: inherit !important;
}

.display-none {
    display: none;
}

.bg-light-blue {
    background-color: #EBF4FC;
}

.bg-white {
    background-color: #fff;
}

/* Sales template - Mktoform styling */
@media screen and (min-width: 639px) {
    .form-section .contact-form-hold .mktoForm {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    .form-section .contact-form-hold .mktoForm .mktoFormRow {
        flex: 45%;
    }
    .form-section .contact-form-hold .mktoForm .mktoFormRow:has(input[type="hidden"]) {
        width: 0 !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        position: absolute;
    }
    .form-section .contact-form-hold .mktoForm .mktoButtonRow button {
        margin-bottom: 0 !important;
        margin-top: 24px;
    }
}

/* Temporary element styling */
.key-benefit-cta {
    margin-top: 4rem;
}
.key-benefit-cta a::before,
.ww-link a::before {
    content: none;
}
.home-cluster-section .home-why-list {
    margin-top: 5.5rem;
}
.home-cluster-section .home-why-list .ctas-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
    .home-cluster-section .ctas-list > li {
        flex: 100%;
        margin-bottom: 4rem;
    }
}
.home-cluster-section .home-why-list ul li span {
    position: absolute;
    left: 35px;
    background: #fff;
    transform: translateY(-50%);
    top: 0;
    z-index: 5;
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, .4);
    -moz-box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, .4);
    box-shadow: 0px 0px 25px -5px rgba(150, 174, 198, .4);
}
.home-cluster-section .home-why-list ul li span img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 40px;
    max-width: 43px;
}
.home-cluster-section .why-list-content {
    background: linear-gradient(45deg,#1f87e5,#00c7f7);
    color: white;
    padding: 72px 35px 35px 35px;
}
.home-cluster-section .why-list-content .ctas-list {

}
.home-cluster-section .why-list-content .hwl-text {
    color: white;
}
.home-cluster-section .why-list-content .hwl-title {
    margin-bottom: 20px;
}
.home-cluster-section .why-list-content.no-icon {
    padding: 35px;
}
.home-cluster-section .why-list-content::before {
    content: none;
}
.home-cluster-section .why-list-content .hwl-link {
    display: inline-block;
    border: none;
    outline: none;
    line-height: 1.5;
    background: 0 0;
    color: white;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -.1px;
    padding-right: 20px;
    margin-top: 1.25rem;
    position: relative;
}
.image-text-section .support-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: -1.7px;
    margin-top: 2rem;
}
.image-text-section .card-grid {
    margin-top: 3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.image-text-section .card-grid .card {
    border-radius: 20px;
    background: #fff;
    -webkit-box-shadow: 0px 10px 60px rgba(150, 174, 198, .4);
    -moz-box-shadow: 0px 10px 60px rgba(150, 174, 198, .4);
    box-shadow: 0px 10px 60px rgba(150, 174, 198, .4);
    padding: 35px;
    flex: 30%;
    margin: .75rem;
}
.image-text-section .card-grid .card .card-title {
    margin-bottom: .5rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: -.66px;
}
.image-text-section .card-grid .card a {
    margin-top: 1rem;
}
.key-benefit-text-hold .benefit-cta {
    margin-top: 2rem;
}
.key-benefit-text-hold .benefit-cta a::before {
    content: none;
}
.open-source-technologies-section .content-video {
    padding-top: 3rem;
}
.open-source-technologies-section .content-video .btn-blue-gradient::before,
.two-features-box.three-features-box .btn-blue-gradient::before {
    content: none;
}
@media screen and (max-width: 639px) {
    .open-source-technologies-section .content-video .video {
        margin-top: 2rem;
    }
}
