:root {
    --black: #1D1D1D;
    --black-60: rgba(29,29,29,0.6);
    --white: #fff;
    --green: #002107;
    --green-40: rgba(0,33,7,0.4);
    --green-10: rgba(0,33,7,0.1);
    --green-light: #A7B7AA;
    --purple: #E0CCF3;
    --purple-light: #E4CBF6;
    --light-gray: #FFFEF9;
    --light-gray-2: #F6F6F6;

    --blue-light: #CBE6E8;

    --teal-dark: #176678;
    --teal-dark-50: rgba(23,102,120,0.5)
}

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    font-family:"ivypresto-display", serif;
    font-family: "DM Sans", sans-serif;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: -0.02em;
    color: var(--green);
    background: var(--light-gray)
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.layouts-title {
	font-size: 26px;
	margin:15px 0px;
}
.layouts ul li {
	margin-bottom:5px;
}
.layouts ul li a {
	font-size: 17px;
	display: inline-block;
	padding:3px 10px;
}
.layouts ul li a:hover {
	background:#000;
	color:#fff;
}

/* -- END RESET -- */

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}
/* -- main styles -- */

.nopad {
	padding:0px;
}
.nopadleft {
	padding-left:0px;
}
.nopadright {
	padding-right:0px;
}
strong, b {
	font-weight: bold;
}
i {
	font-style: italic;
}
em {
	font-style: italic;
}
.clear {
	clear:both;
}
.left {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.right {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.alignright {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.wp-caption {
	max-width: 100%;
    margin-bottom: 15px;
}
.invi {
	visibility: hidden;
	opacity: 0;
}

.owl-carousel .owl-item img {
    display: inline-block;
    width: auto;
}

.object-fit {
	position: relative;
}
.object-fit > img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
	-o-object-fit: cover;
    object-fit: cover;
}
.object-fit.object-contain > img {
    -o-object-fit: contain;
    object-fit: contain;
}
.object-fit > video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-fit: cover;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.submitting button,
.submitting input[type="button"] {
    pointer-events: none;
}
/* .submitting {
    position: relative;
}
.submitting::before {
    content: '';
    width: 100%; height: 100%;
    background: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0; left: 0;
    z-index: 11;
}
.submitting::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    border-radius: 50%;
    border-top: 2px solid #000;
    border-right: 2px solid transparent;
    -webkit-animation: formSpinner .6s linear infinite;
    animation: formSpinner .6s linear infinite;
    z-index: 12;
}
@-webkit-keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
}
@keyframes formSpinner {
    to {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
} */

/* preloader */
.preloader {
    display: inline-block;
	width: 25px;
	height: 25px;
	border: 3px solid hsla(0,0%,100%,.3);
    border-top-color: rgba(255, 255, 255, 0.3);
    border-right-color: rgba(255, 255, 255, 0.3);
    border-bottom-color: rgba(255, 255, 255, 0.3);
    border-left-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	border-top-color: #ccc !important;
	-webkit-animation: a 1s ease-in-out infinite;
	animation: a 1s ease-in-out infinite;
	z-index: 50;
}
@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}
@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

/*   hamburger   */
.hamburger {
    font: inherit;
    display: inline-block;
    overflow: visible;
	margin: 0;
	padding: 0;
    cursor: pointer;
    transition-timing-function: linear;
    transition-duration: .15s;
    transition-property: opacity, filter;
    text-transform: none;
    color: inherit;
    border: 0;
    background-color: transparent;
	float: right;
}
.hamburger:hover {
    opacity: 1;
}
.hamburger-box {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 16px;
    float: right;
}
.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
}
.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	border-radius: 2px;
    position: absolute;
    width: 24px;
    height: 2px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    background-color: var(--green);
}
.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: "";
}
.hamburger-inner:before {
    top: -7px;
}
.hamburger-inner:after {
    bottom: -7px;
}
.hamburger--squeeze .hamburger-inner {
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: 75ms;
}
.hamburger--squeeze .hamburger-inner:before {
    transition: top 75ms ease .12s, opacity 75ms ease;
}
.hamburger--squeeze .hamburger-inner:after {
    transition: bottom 75ms ease .12s, transform 75ms cubic-bezier(.55, .055, .675, .19);
}
.hamburger--squeeze.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(45deg);
}
.hamburger--squeeze.is-active .hamburger-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease .12s;
    opacity: 0;
}
.hamburger--squeeze.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg);
}

.grid-container {
	width: 100%;
    max-width: 1360px;
    padding-left: 24px;
    padding-right: 24px;
    position: relative;
    z-index: 10;
}
.grid-container.grid-container-mdl {
    max-width: 1194px;
}
.grid-container.grid-container-md {
    max-width: 1138px;
}

.grid-container-full {
    max-width: 100%;
}

.grid-container.nopad {
    padding-left: 0;
    padding-right: 0;
}


.dflex {
    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;
}

.dflex-middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dflex-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.dflex-cbetween {
    -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;
}

.pt-xlarge {
    padding-top: 160px;
}
.pt-large {
    padding-top: 120px;
}
.pt-xsmall {
    padding-top: 40px;
}

.pb-xlarge {
    padding-bottom: 160px;
}
.pb-large {
    padding-bottom: 120px;
}
.pb-xsmall {
    padding-bottom: 40px;
}

.bg-green {
    background: var(--green);
    color: var(--white);
}
.bg-light {
    background: var(--light-gray-2);
}
.bg-lightgrey {
    background: var(--light-gray);
}
.bg-light-blue {
    background: var(--blue-light);
}

.title-72 {
    font-family: "ivypresto-display", serif;
    font-size: 72px;
    line-height: 1.12;
}
.title-672:not(:last-child) {
    margin-bottom: 32px;
}

.title-64 {
    font-family: "ivypresto-display", serif;
    font-size: 64px;
    line-height: 1.12;
}
.title-64:not(:last-child) {
    margin-bottom: 32px;
}

.title-56 {
    font-size: 56px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.06em;
    letter-spacing: -0.03em;
}
.title-56:not(:last-child) {
    margin-bottom: 24px;
}

.title-40 {
    font-family: "ivypresto-display", serif;
    font-size: 40px;
    line-height: 1.12;
}
.title-40.alt {
    font-family: "DM Sans", sans-serif;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.2;
}

.title-32 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.02em;
}
.title-32:not(:last-child) {
    margin-bottom: 16px;
}
.title-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.text-20 {
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: var(--black);
}
.text-20 p:not(:last-child) {
    margin-bottom: 1.6em;
}
.text-20 a {
    color: var(--black);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}
.text-20 a:hover {
    color: var(--black);
    text-decoration-line: none;
}

.bg-green .text-20 {
    color: var(--white);
}

.bg-green .text-20 a {
    color: var(--white);
}
.bg-green .text-20 a:hover {
    color: var(--white);
}

.text-16 {
    font-size: 16px;
    line-height: 1.6;
    color: var(--black);
}
.text-16 p:not(:last-child) {
    margin-bottom: 1.6em
}

.bg-green .text-16 {
    color: var(--white);
}

.text-16 ul li {
    position: relative;
    padding-left: 24px;
}
.text-16 ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 8px;
}

.btn-purple,
.btn-purple:focus,
.btn-purple:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--purple);
    background: var(--purple);
    color: var(--green);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-purple:hover {
    border: 1px solid var(--green);
    background: var(--green);
    color: var(--white);
}

footer .btn-purple:hover,
.bg-green .btn-purple:hover {
    border: 1px solid var(--purple);
    background: transparent;
    color: var(--purple);
}

.btn-blue,
.btn-blue:focus,
.btn-blue:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--blue-light);
    background: var(--blue-light);
    color: var(--green);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-blue:hover {
    border: 1px solid var(--green);
    background: var(--green);
    color: var(--white);
}

footer .btn-blue:hover,
.bg-green .btn-blue:hover {
    border: 1px solid var(--blue-light);
    background: transparent;
    color: var(--blue-light);
}

.btn-green,
.btn-green:focus,
.btn-green:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid var(--green);
    background: var(--green);
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 24px;
    border-radius: 4px;
    cursor: pointer;
    transition: 0.2s;
}
.btn-green:hover {
    background: transparent;
    color: var(--green);
}

.link-simple,
.link-simple:focus,
.link-simple:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--green);
    font-size: 16px;
    line-height: 1;
    transition: 0.2s;
}
.link-simple:hover {
    color: var(--green);
    opacity: 0.7;
}

.link-purple,
.link-purple:focus,
.link-purple:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--purple-light);
    line-height: 1.6;
    transition: 0.2s;
}
.link-purple:hover {
    color: var(--white);
}

.has-arrow:after {
    content: '';
    width: 14px;
    height: 18px;
    margin-left: 8px;
}
.link-purple.has-arrow:after {
    background: url(../img/arrow-right-purple.svg) no-repeat center center;
}

.mt-32 {
    margin-top: 32px;
}
.mt-24 {
    margin-top: 24px;
}

footer {
    background: var(--green);
    color: var(--white);
    padding: 120px 0 32px;
    position: relative;
    overflow: hidden;
}
footer:before {
    content: '';
    position: absolute;
    top: -267px;
    right: 0;
    width: 406px;
    height: 682px;
    background: url(../img/orn-footer.svg) no-repeat center center / 100% 100%;
}

.footer-cta {
    max-width: 970px;
    max-width: 1000px;
    max-width: 1050px;
    margin-bottom: 160px;
}

.footer-cta-button {
    margin-top: 32px;
}

.footer-main {
    margin-bottom: 102px;
}

.footer-logo {
    margin-bottom: 13px;
}

.footer-sertificates 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;
    margin-bottom: -16px;
}
.footer-sertificates ul li {
    margin-bottom: 16px;
}
.footer-sertificates ul li:not(:last-child) {
    margin-right: 14px;
}
.footer-sertificates ul li img {
    max-width: 56px;
    max-width: 56.5px;
}

.footer-main-left {
    width: 30%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-main-right {
    width: 70%;
    max-width: 757px;
    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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.footer-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.footer-bottom-left {
    width: 30%;
}
.footer-bottom-right {
    width: 70%;
    max-width: 757px;
}

.footer-nav-title {
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer-nav + .footer-nav-title {
    margin-top: 40px;
}

.footer-nav ul li:not(:last-child) {
    margin-bottom: 32px;
}
.footer-nav ul li {
    line-height: 1;
}
.footer-nav ul li a {
    display: inline-block;
    font-size: 16px;
    color:  var(--green-light);
    font-weight: 500;
    line-height: 1;
    transition: 0.2s;
}
.footer-nav ul li a:hover {
    color:  var(--white);
}

.footer-sec-nav 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;
}
.footer-sec-nav ul li {
    line-height: 1;
    margin-right: 24px;
}
.footer-sec-nav ul li:last-child {
    margin-right: 0px;
}
.footer-sec-nav ul li a {
    display: inline-block;
    font-size: 14px;
    color:  var(--green-light);
    line-height: 1;
    transition: 0.2s;
}
.footer-sec-nav ul li a:hover {
    color:  var(--white);
}

.copyrights {
    color:  var(--green-light);
    font-size: 14px;
    line-height: 1;
}

.socials 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;
}
.socials ul li {
    line-height: 1.12;
    margin-right: 24px;
}
.socials ul li:last-child {
    margin-right: 0px;
}
.socials ul li a {
    font-family: "ivypresto-display", serif;
    display: inline-block;
    font-size: 24px;
    color:  var(--green-light);
    line-height: 1.12;
    transition: 0.2s;
}
.socials ul li a:hover {
    color:  var(--white);
}

.footer-apps {
    margin-top: 84px;
    margin-top: 16px;
}

.footer-apps ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
}
.footer-apps ul li:not(:last-child) {
    margin-right: 6px;
}
.footer-apps ul li img {
    max-height: 39px;
}
.footer-apps ul li:last-child img {
    max-height: 34px;
}

.footer-contacts {
    margin-top: 32px;
    color: #A7B7AA;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: -0.28px;
}
.footer-contacts p:not(:last-child) {
    margin-bottom: 16px;
}
.footer-contacts p a {
    color: #A7B7AA;
    transition: 0.2s;
}
.footer-contacts p a:hover {
    color: #fff;
}

.footer-contacts {
    margin-top: 32px;
}

.hero-contact-left {
     width: 50%;
     padding-right: 9%;
}
.hero-contact-right {
     width: 50%;
     padding-left: 5%;
}

.form-box {
    background: var(--blue-light);
    border-radius: 4px;
    padding: 32px 32px;
}

.form-box.white {
    background: var(--white);
}

.form-reg input,
.form-reg input:focus {
    outline: none;
    /* margin: 0; */
    padding: 2px 16px;
    background: transparent;
    border: none;
    box-shadow: none;
    background: var(--white);
    border-radius: 4px;
    height: 48px;
    color: var(--green);
}
.form-reg.white input,
.form-reg.white input:focus {
    border: 1px solid #A4A4A1;
}

.hero-contact-details {
    /* color: var(--black); */
    margin-top: 64px;
}

.hero-contact-details .title-24 {
    margin-bottom: 24px;
}

.hero-contact-details-item {
    font-size: 16px;
}
.hero-contact-details-item h3 {
    font-weight: 600;
    line-height: 1;
    margin-bottom: 12px;
}
.hero-contact-details-item h3:not(:first-child) {
    margin-top: 24px;
}
.hero-contact-details-item p {
    line-height: 1.6;
}
.hero-contact-details-item a {
    color: var(--black);
}
.hero-contact-details-item a:hover {
    color: var(--black);
    text-decoration: underline;
}

.hero-pt-reg {
    padding-top: 160px;
}
.hero-pt-md {
    padding-top: 140px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 500;
    padding: 24px 0;
    background: var(--light-gray);
    transform: translateY(-100%);
    transition: background 0.2s, transform 0.5s;
}

header.in-view {
    transform: translateY(0%);
}

.header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.logo {
    /* width: 240px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
}

.logo a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
}

.header-right {
    /* width: 240px; */
    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;
    position: relative;
    z-index: 5;
}

.header-right > div:not(:last-child) {
    margin-right: 32px;
}

.nav {
    /* width: calc(100% - 240px - 240px); */
}
.nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.nav > ul > li:not(:last-child) {
    margin-right: 40px;
}
.nav > ul > li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: var(--black);
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    position: relative;
    z-index: 10;
}
.nav > ul > li > a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: var(--green);
    opacity: 0;
    transition: 0.2s;
}
.nav > ul > li:hover > a:after {
    opacity: 1;
}

.checkmark-list ul li {
    position: relative;
    padding-left: 36px;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
}
.checkmark-list ul li:last-child {
    margin-bottom: 0px;
}
.checkmark-list ul li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    background: url(../img/checkmark-circle-purple.svg) no-repeat center center;
}

.hero-book-demo-image {
    max-width: 499px;
    margin-top: 92px;
}

.text-20 + .checkmark-list {
    margin-top: 32px;
}

.header-alt svg path.alt {
    fill: var(--white);
}

header.header-alt {
    background: transparent;
}

.header-simple .nav,
.header-simple .nav-trigger,
.header-simple .header-right {
    opacity: 0;
    visibility: hidden;
}
    

.scroller {
    max-width: 100%;
} 

.scroller__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.logos-list {
    gap: 120px;
}
  
.scroller[data-animated="true"] {
    overflow: hidden;
    /* -webkit-mask: linear-gradient(
      90deg,
      transparent,
      white 20%,
      white 80%,
      transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent); */
}
  
.scroller[data-animated="true"] .scroller__inner {
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll var(--_animation-duration, 40s)
      var(--_animation-direction, forwards) linear infinite;
}
  
.scroller[data-direction="right"] {
    --_animation-direction: reverse;
}
  
.scroller[data-direction="left"] {
    --_animation-direction: forwards;
}
  
.scroller[data-speed="fast"] {
    --_animation-duration: 20s;
}

.scroller[data-speed="normal"] {
    --_animation-duration: 40s;
}
  
.scroller[data-speed="slow"] {
    --_animation-duration: 60s;
}
  
@-webkit-keyframes scroll {
    to {
      -webkit-transform: translate(calc(-50% - 60px));
      -moz-transform: translate(calc(-50% - 60px));
      transform: translate(calc(-50% - 60px));
    }
}
@-moz-keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 60px));
        -moz-transform: translate(calc(-50% - 60px));
        transform: translate(calc(-50% - 60px));
    }
}
@keyframes scroll {
    to {
        -webkit-transform: translate(calc(-50% - 60px));
        -moz-transform: translate(calc(-50% - 60px));
        transform: translate(calc(-50% - 60px));
    }
}

.logos-list li {
    /* width: 193px;
    height: 104px; */
    height: 120px;
    text-align: center;
    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;
}
.logos-list li img {
    /* width:  100%; */
    max-width: 203px;
    max-height: 100%;
    filter: grayscale(1) brightness(0);
}

.bg-green .logos-list li img {
    filter: grayscale(1) brightness(0) invert(1)
}

.hero-book-demo-section {
    min-height: calc(100vh - 120px);
    min-height: calc(100svh - 120px);
}

header .grid-container {
    position: static;
}

.subnav-hold {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 120px 0 0;
    background: var(--light-gray);
    -webkit-box-shadow: 0px 100vh 0px 100vh rgba(0,33,7,0.12);
    -moz-box-shadow: 0px 100vh 0px 100vh rgba(0,33,7,0.12);
    box-shadow: 0px 100vh 0px 100vh rgba(0,33,7,0.12);
    opacity: 0;
    visibility: hidden;
    /* transition: 0.3s; */
}

.nav > ul > li:hover .subnav-hold {
    opacity: 1;
    visibility: visible;
}

.subnav-wrap-left {
    width: 38%;
    padding-right: 5.5%;
}
.subnav-wrap-right {
    width: 62%;
    padding-left: 4.3%;
}

.subnav-2-cols-grid {
    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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.subnav-2-cols-item {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
}

.subnav-nav-label {
    color: var(--black);
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(29,29,29,0.4);
    margin-bottom: 32px;
}

.subnav-nav ul {
    margin: 0;
    padding: 0;
}
.subnav-nav ul li {
    line-height: 1;
    margin-bottom: 32px;
}
.subnav-nav ul li:last-child {
    margin-bottom: 0px;
}
.subnav-nav ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    color: var(--black);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    transition: 0.2s;
}
.subnav-nav ul li a:hover {
    color: var(--black-60);
}
.subnav-nav ul li a span {
    display: block;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}
.subnav-nav ul li a.remote {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
}
.subnav-nav ul li a.remote:after {
    content: '';
    width: 9px;
    height: 10px;
    background: url(../img/arrow-remote.svg) no-repeat center center;
    margin-left: 8px;
}

.subnav-nav ul li a.has-icon {
    padding-left: 60px;
    position: relative;
}
.subnav-nav ul li a.has-icon img {
    position: absolute;
    top: 0;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-width: 39px;
    max-height: 39px;
}

.subnav-wrap {
    padding-bottom: 48px;
}

.subnav-bottom-line-wrap {
    background: var(--green);
    padding: 11px 0;
    color: #fff;
}

.subnav-bottom-line {
    font-size: 16px;
    line-height: 1.6;
}
.subnav-bottom-line a {
    margin-left: 24px;
}

.subnav-full .subnav-nav 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;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.subnav-full .subnav-nav ul li {
    width: calc(50% - 20px);
    min-width: calc(50% - 20px);
}

.subnav-nav.with-images ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    line-height: 1.3;
}

.subnav-nav-image-hold {
    width: 30%;
}

.subnav-nav-image {
    padding-bottom: 71.389%;
}
.subnav-nav-image img {
    border-radius: 6px;
}

.subnav-nav-image-title {
    width: 70%;
    padding-left: 20px;
}

.mob-nav-hold {
    position: fixed;
    padding: 100px 0 32px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 499;
    background: var(--white);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
}

.mob-nav-hold.active {
    opacity: 1;
    visibility: visible;
}

.subnav-hold-mob {
    display: none;
}

.mob-nav > ul > li {
    border-bottom: 1px solid rgba(29,29,29,0.4);
}
.mob-nav > ul > li > a {
    color: var(--green);
    display: block;
    padding: 24px 0 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    position: relative;
    transition: 0.2s;
}
.mob-nav > ul > li > a:hover {
    color: var(--teal-dark)
}

.mob-nav > ul > li.has-subnav > a:after {
    content: '';
    position: absolute;
    width: 11px;
    height: 8px;
    background: url(../img/dropdown-nav.svg) no-repeat center center;
    right: 0;
    top: 28px;
    filter: grayscale(1) brightness(0);
}
.mob-nav > ul > li.active > a {
    color: var(--teal-dark)
}
.mob-nav > ul > li.active > a:after {
    transform: rotate(180deg);
    filter: grayscale(0) brightness(1);
}

.mob-nav .subnav-nav-label {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 24px;
}

.mob-nav-bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.mob-nav-bottom > div:not(:last-child) {
    margin-right: 40px;
}

.nav-active {
    background: #fff;
}

.hero-main-left {
    width: 45%;
    padding-right: 20px;
}
.hero-main-right {
    width: 55%;
    padding-left: 56px;
    padding-left: 12.698%;
}

.hero-main-image {
    /* width: 109.527%; */
    position: relative;
}
.hero-main-image:before {
    content: '';
    position: absolute;
    top: -44px;
    left: 50%;
    transform: translateX(-50%);
    width: 674px;
    /* max-width: 93%; */
    height: 365px;
    background: url(../img/orn-hero-main.svg) no-repeat top center / 100% auto;
    opacity: 0.5;
}
.hero-main-image img {
    position: relative;
    z-index: 2;
    border-radius: 8px;
}

.section-top {
    margin-bottom: 64px;
}
.section-top.mb-lg {
    margin-bottom: 80px;
}
.section-top.mb-xl {
    margin-bottom: 96px;
}

.section-top-button {
    margin-top: 24px;
}

.max-w-880 {
    max-width: 880px;
}
.max-w-800 {
    max-width: 800px;
}
.max-w-708 {
    max-width: 708px;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.po-tabs-image-hold {
    margin-top: 75px;
    height: 380px;
    position: relative;
}
.po-tabs-image-hold:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFEF9 0%, #002809 100%);
    border-radius: 8px;
    opacity: 0.11;
}

.po-tabs-image {
    position: absolute;
    left: 8.765%;
    right: 8.765%;
    width: calc(100% - 8.765% - 8.765%);
    bottom: 0;
}

.po-tabs .tabs-panel {
    padding: 0;
}

.po-tabs .tabs-content {
    border: none;
    background: transparent;
    color: var(--green);
}

.po-tabs-button {
    margin-top: 24px;
}

.po-tabs-top {
    position: relative;
    z-index: 10;
    min-height: 265px;
}

.po-tabs-top,
.po-tabs-image-hold {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.4s cubic-bezier(0.33, 1, 0.68, 1), transform 0.4s cubic-bezier(0.33, 1, 0.68, 1);
}
.tabs-panel.act .po-tabs-top,
.tabs-panel.act .po-tabs-image-hold {
    opacity: 1;
    transform: translateY(0px);
}

.po-tabs {
    text-align: center;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex; */
}

.po-tabs .tabs {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    border: none;
    border-radius: 32px;
    background: rgba(0, 33, 7, 0.10);
    padding: 10px 12px;
    margin-bottom: 56px;
    margin-left: auto;
    margin-right: auto;
}

.po-tabs .tabs-title:not(:last-child) {
    margin-right: 16px;
}

.po-tabs .tabs-title>a {
    display: block;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1.12;
    color: var(--green);
    opacity: 0.4;
    font-weight: 600;
    border-radius: 24px;
    transition: 0.2s;
}

.po-tabs .tabs-title>a:hover {
    background: transparent;
    color: var(--green);
    opacity: 1;
}

.po-tabs .tabs-title>a:focus, 
.po-tabs .tabs-title>a[aria-selected=true],
.po-tabs .tabs-title.active>a {
    background: var(--green);
    color: var(--light-gray);
    opacity: 1;
}

.tlir-left {
    width: 42%;
    padding-right: 8%;
}
.tlir-right {
    width: 58%;
    padding-left: 2.512%;
}

.tlir-tabs-title {
    color: var(--black);
    font-size: 32px;
    font-weight: 500;
    line-height: 1.12;
    letter-spacing: -0.03em;
    padding: 16px 0;
    cursor: pointer;
    opacity: 0.4;
    transition: 0.2s;
}
.tlir-tabs-title:hover {
    opacity: 1;
}

.tlir-tabs-text {
    display: none;
    color: var(--black);
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 16px;
}

.tlir-tabs ul li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(29,29,29,0.4);
    transition: 0.2s;
}
.tlir-tabs ul li:first-child {
    padding-top: 0;
}
.tlir-tabs ul li:first-child .tlir-tabs-title {
    padding-top: 0;
}

.tlir-tabs ul li.active .tlir-tabs-title {
    opacity: 1;
}

.tlir-tabs ul li.active {
    border-bottom: 1px solid rgba(29,29,29,1);
}

.tlir-images {
    padding-bottom: 81.32%;
}
.tlir-images img {
    border-radius: 8px;
    opacity: 0;
    transition: 0.3s;
}
.tlir-images img.active {
    opacity: 1;
}

.stats-left {
    width: 50%;
    padding-right: 7%;
}
.stats-right {
    width: 50%;
    padding-left: 4.4%;
}

.stats-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;
}
.stats-list ul li {
    width: 50%;
    min-width: 50%;
    margin-top: -1px;
    margin-left: -1px;
}
.stats-list ul li:nth-child(1) {
    transition-delay: 0.3s;
}
.stats-list ul li:nth-child(2) {
    transition-delay: 0.45s;
}
.stats-list ul li:nth-child(3) {
    transition-delay: 0.6s;
}
.stats-list ul li:nth-child(4) {
    transition-delay: 0.75s;
}
.stats-list ul li:nth-child(5) {
    transition-delay: 0.9s;
}
.stats-list ul li:nth-child(6) {
    transition-delay: 1.05s;
}

.stats-item {
    padding-bottom: 100%;
    /* border: 1px dashed #89CAE4; */
    border-radius: 50%;
    position: relative;
}

.stats-item svg {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}
.stats-item circle {
    fill: none;
    stroke: #89CAE4;
    stroke-width: 1.3;
    stroke-dasharray: 5, 5;
}

.stats-list ul li:nth-child(4n+2) .stats-item circle,
.stats-list ul li:nth-child(4n+3) .stats-item circle {
    stroke: #B788E4;
}

.stats-item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 44px;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -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;
}

.stats-item-number {
    font-size: 72px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.05em;
}

.stats-item-text {
    font-size: 16px;
    line-height: 1.6;
    color: var(--black);
}

.stats-item-text + .stats-item-number {
    margin-top: 8px;
}
.stats-item-number + .stats-item-text {
    margin-top: 8px;
}

.global-cta-hold {
    padding-left: 80px;
    position: relative;
    overflow: hidden;
}

.b-8 {
    border-radius: 8px;
}
.b-8 > img {
    border-radius: 8px;
}

.global-cta-left {
    padding: 64px 0;
    width: 50%;
    padding-right: 32px;
    position: relative;
    z-index: 10;
}

.global-cta-right {
    width: 50%;
    padding-left: 32px;
    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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.global-cta-right:before {
   content: '';
   position: absolute;
   top: 0;
   right: -30px;
   width: 502px;
   height: 560px;
   background: url(../img/orn-cta.png) no-repeat center center / 100% 100%;
}

.global-cta-image {
    height: 100%;
    padding-top: 102px;
    position: relative;
    text-align: right;
}
.global-cta-image > img {
    /* height: 100%; */
    max-width: 584px;
    max-width: 488px;
}

.global-cta-image-left {
    position: absolute;
    bottom: 0;
    left: -1%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 155px;
    z-index: 5;
}

.fr-carousel-item-image {
    padding-bottom: 71.36%;
    padding-bottom: 50%;
    margin-bottom: 22px;
    border-radius: 8px;
}
.fr-carousel-item-image img {
    border-radius: 8px;
}

.fr-carousel-item-image > span {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 2;
    border-radius: 50%;
    background: var(--blue-light);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--green);
    right: 14px;
    bottom: -30px;

    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;
    opacity: 0;
    transition: 0.2s;
}

.fr-carousel-item a:hover .fr-carousel-item-image > span {
    opacity: 1;
}
.fr-carousel-item {
    width: 440px;
    position: relative;
    min-height: 100%;
}
.fr-carousel-item:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    right: -41px;
    /* background-image: linear-gradient(0deg, #ffffff 31.25%, #cdcdcd 31.25%, #cdcdcd 50%, #ffffff 50%, #ffffff 81.25%, #cdcdcd 81.25%, #cdcdcd 100%);
    background-size: 32.00px 32.00px; */
    background-image: linear-gradient(0deg, #CDCDCD 20%, transparent 20%, transparent 50%, #CDCDCD 50%, #CDCDCD 70%, transparent 70%);
    background-size: 32px 32px;
    pointer-events: none;
}

.owl-item:last-child .fr-carousel-item:after {
    display: none;
}

.fr-carousel-item a {
    display: block;
    color: var(--black);
    position: relative;
}
.fr-carousel-item a:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
}


.item-title-24 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
}

.fr-carousel-item .text-16 {
    margin-top: 16px;
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.owl-carousel .owl-nav button.owl-next, 
.owl-carousel .owl-nav button.owl-prev, 
.owl-carousel button.owl-dot {
    outline: none;
}

.owl-has-nav .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
}

.owl-has-nav.owl-carousel .owl-nav button.owl-next, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--green);
    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;
    transition: 0.2s;
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next:hover, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover {
    border: 1px solid var(--green);
    background: var(--green);
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next svg path, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev svg path {
    transition: 0.2s;
}
.owl-has-nav.owl-carousel .owl-nav button.owl-next:hover svg path, 
.owl-has-nav.owl-carousel .owl-nav button.owl-prev:hover svg path {
    stroke: var(--white);
}

.owl-has-nav.owl-carousel .owl-nav button.owl-prev {
    margin-right: 16px;
}

.owl-has-nav.owl-has-dots .owl-nav {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.owl-has-dots .owl-dots {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    background: rgba(29,29,29,0.34);
    padding: 3px 4px;
    border-radius: 6px;
}

.owl-carousel button.owl-dot {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 6px;
}

.owl-carousel button.owl-dot:last-child {
    margin-right: 0px;
}
.owl-carousel button.owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--green);
    opacity: 0.57;
    transition: 0.2s linear;
}
.owl-carousel button.owl-dot.active span {
    width: 30px;
    opacity: 1;
}

main {
    position: relative;
    overflow: hidden;
}


.owl-has-nav.owl-has-dots .owl-dots {
    position: absolute;
    left: 0;
    bottom: 10px;
}

.fr-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.fr-carousel.owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.featured-resources-hold {
    position: relative;
}
.featured-resources-hold:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    height: calc(100% + 2px);
    background: var(--light-gray);
    right: calc(100% + 3px);
    width: 100vw;
    z-index: 8;
}

.co-acc ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.co-acc ul li {
    background: var(--light-gray-2);
    border-radius: 8px;
    padding: 24px 24px;
    margin-right: 24px;
    width: 19.5%;
    height: 504px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    opacity: 0;
    transform: translateY(20px);
    transition: width 0.8s, padding 0.8s, opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.co-acc ul li:nth-child(2) {
    transition: width 0.8s, padding 0.8s, opacity 1.1s 0.25s cubic-bezier(0.33, 1, 0.68, 1), transform 1.1s 0.25s cubic-bezier(0.33, 1, 0.68, 1);
}
.co-acc ul li:nth-child(3) {
    transition: width 0.8s, padding 0.8s, opacity 1.1s 0.5s cubic-bezier(0.33, 1, 0.68, 1), transform 1.1s 0.5s cubic-bezier(0.33, 1, 0.68, 1);
}

.co-acc.in-view ul li {
    opacity: 1;
    transform: translateY(0px);
}
.co-acc ul li:hover .co-acc-nr {
    opacity: 1;
}
.co-acc ul li.active {
    width: 61%;
    padding: 40px 40px;
}
.co-acc ul li:not(.active) {
    cursor: pointer;
}
.co-acc ul li:last-child {
    margin-right: 0px;
}

.co-acc-desk-trigger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.co-acc-mob-trigger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.co-acc ul li.active .co-acc-desk-trigger,
.co-acc ul li.active .co-acc-mob-trigger {
    pointer-events: none;
}

.co-acc-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: -0.06em;
    letter-spacing: -0.03em;
    transition: 0.3s;
}

.co-acc ul li.active .co-acc-title {
    font-size: 40px;
}

.co-acc-button {
    margin-top: 16px;
}

.co-acc-content {
    position: relative;
    z-index: 5;
}

.co-acc-content-hidden {
    padding-top: 16px;
    display: none;
    max-width: 328px;
}

.co-acc-nr {
    position: absolute;
    top: 40px;
    left: 40px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: var(--blue-light);
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    transition: 0.2s;
}

.co-acc ul li.active .co-acc-nr {
    opacity: 1;
    transition: 0.3s 0.3s;
}

.co-acc-image-hold {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    min-width: 248px;
    max-width: calc(100% - 328px - 40px - 32px);
}

.co-acc-image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    width: 100%;
    /* padding-bottom: 15%; */
    transition: 0.3s;
}

.co-acc-image:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 183px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+0,f6f6f6+100&0+0,1+100 */
    background: linear-gradient(to bottom,  rgba(246,246,246,0) 0%,rgba(246,246,246,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    z-index: 2;
    transition: 0.3s;
}
.co-acc-image img {
    opacity: 0.46;
    transition: 0.3s;
}

.co-acc ul li.active .co-acc-image {
    width: 100%;
    padding-bottom: 0%;
}
.co-acc ul li.active .co-acc-image:after {
    opacity: 0;
}

.co-acc ul li.active .co-acc-image img {
    opacity: 1;
}

.tlir-tabs-image-inline {
    margin-top: 20px;
    padding-bottom: 81.32%;
}

.tlir-tabs-image-inline img {
    border-radius: 8px;
}

.program-management-overview-section {
    position: relative;
    overflow: hidden;
}
.program-management-overview-section:after {
    content: '';
    position: absolute;
    width: 497px;
    height: 896px;
    background: url(../img/orn-tlir.svg) no-repeat center center / 100% 100%;
    right: 0;
    top: 230px;
    opacity: 0.5;
}

.form-reg .with_frm_style .frm_primary_label {
    color: var(--black);
    font-size: 14px;
    line-height: 1;
    padding-bottom: 8px;
}

.form-reg .with_frm_style .frm_required {
    color: var(--black);
}

.form-reg .with_frm_style input[type=text], 
.form-reg .with_frm_style input[type=password], 
.form-reg .with_frm_style input[type=email], 
.form-reg .with_frm_style input[type=number], 
.form-reg .with_frm_style input[type=url], 
.form-reg .with_frm_style input[type=tel], 
.form-reg .with_frm_style input[type=phone], 
.form-reg .with_frm_style input[type=search], 
.form-reg .with_frm_style select, 
.form-reg .with_frm_style textarea, 
.form-reg .frm_form_fields_style, 
.form-reg .with_frm_style .frm_scroll_box .frm_opt_container, 
.form-reg .frm_form_fields_active_style, 
.form-reg .frm_form_fields_error_style, 
.form-reg .with_frm_style .frm-card-element.StripeElement, 
.form-reg .with_frm_style .frm_slimselect.ss-main {
    border: 1px solid transparent;
    outline: none;
    /* margin: 0; */
    padding: 2px 16px;
    background: transparent;
    border: none;
    box-shadow: none;
    background: var(--white);
    border-radius: 4px;
    height: 48px;
    color: var(--green);
}

.form-reg .with_frm_style select {
    padding-right: 40px;
    background: var(--white) url(../img/dropdown-select.svg) no-repeat center right 16px; 
}

.white.form-reg .with_frm_style input[type=text], 
.white.form-reg .with_frm_style input[type=password], 
.white.form-reg .with_frm_style input[type=email], 
.white.form-reg .with_frm_style input[type=number], 
.white.form-reg .with_frm_style input[type=url], 
.white.form-reg .with_frm_style input[type=tel], 
.white.form-reg .with_frm_style input[type=phone], 
.white.form-reg .with_frm_style input[type=search], 
.white.form-reg .with_frm_style select, .with_frm_style textarea, 
.white.form-reg .frm_form_fields_style, 
.white.form-reg .with_frm_style .frm_scroll_box .frm_opt_container, 
.white.form-reg .frm_form_fields_active_style, 
.white.form-reg .frm_form_fields_error_style, 
.white.form-reg .with_frm_style .frm-card-element.StripeElement, 
.white.form-reg .with_frm_style .frm_slimselect.ss-main {
    border: 1px solid #A4A4A1;
}

.frm_style_formidable-style.with_frm_style .frm_blank_field input[type=text], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=password], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=url], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=tel], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=number], .frm_style_formidable-style.with_frm_style .frm_blank_field input[type=email], .frm_style_formidable-style.with_frm_style .frm_blank_field textarea, .frm_style_formidable-style.with_frm_style .frm_blank_field .mce-edit-area iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field select:not(.ui-datepicker-month):not(.ui-datepicker-year), .frm_form_fields_error_style, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .g-recaptcha iframe, .frm_style_formidable-style.with_frm_style .frm_blank_field .frm-card-element.StripeElement, .frm_style_formidable-style.with_frm_style .frm_form_field :invalid {
    border: 1px solid #F04438;
}



.form-reg .with_frm_style textarea {
    border: 1px solid transparent;
    outline: none;
    /* margin: 0; */
    padding: 10px 16px;
    resize: none;
    background: transparent;
    border: none;
    box-shadow: none;
    background: var(--white);
    border-radius: 4px;
    height: 96px;
    color: var(--green);
}
.white.form-reg .with_frm_style textarea {
    border: 1px solid #A4A4A1;
}

.form-reg .frm_combo_inputs_container, 
.form-reg .frm_grid_container, 
.form-reg .frm_form_fields .frm_section_heading, 
.form-reg .frm_form_fields .frm_fields_container {
    grid-gap: 0 3%;
}

.form-reg .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.form-reg .frm_style_formidable-style.with_frm_style input[type=submit], 
.form-reg .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.form-reg .frm_style_formidable-style.with_frm_style .frm_submit button, 
.form-reg .frm_form_submit_style, 
.form-reg .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: var(--green);
    border: 1px solid var(--green)!important;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 15px 24px;
    border-radius: 4px;
    cursor: pointer;
    margin: 0;
    transition: 0.2s;
}

.form-reg .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, 
.form-reg .frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.form-reg .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.form-reg .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    border: 1px solid var(--green)!important;
    background: transparent;
    color: var(--green);
}

.white.form-reg .frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message, 
.white.form-reg .frm_style_formidable-style.with_frm_style input[type=submit], 
.white.form-reg .frm_style_formidable-style.with_frm_style .frm_submit input[type=button], 
.white.form-reg .frm_style_formidable-style.with_frm_style .frm_submit button, 
.white.form-reg .frm_form_submit_style, 
.white.form-reg .frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
    border: 1px solid var(--purple)!important;
    background: var(--purple);
    color: var(--green);
}

.white.form-reg .frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover, 
.white.form-reg .frm_style_formidable-style.with_frm_style input[type=submit]:hover, 
.white.form-reg .frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover, 
.white.form-reg .frm_style_formidable-style.with_frm_style .frm_submit button:hover {
    border: 1px solid var(--green)!important;
    background: var(--green);
    color: var(--white);
}

.form-reg .with_frm_style .frm_form_fields > fieldset {
    padding: 0;
}

.hero-pt-reg {
    /* padding-top: 196px; */
}

.hero-text-image-centered-section {
    position: relative;
}
.hero-text-image-centered-section:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    width: 100%;
    height: 143px;
    background: var(--white);
}

.hero-text-image-centered-content {
    max-width: 862px;
    margin-left: auto;
    margin-right: auto;
}
.hero-text-image-centered-content:not(:last-child) {
    margin-bottom: 40px;
}

.hero-text-image-centered-content .text-20 {
    max-width: 794px;
    margin-left: auto;
    margin-right: auto;
}

.icons-benefits-section.has-gradient .three-features-list {
    position: relative;
    padding-bottom: 100px;
}
.icons-benefits-section.has-gradient .three-features-list:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -110px;
    right: -110px;
    width: calc(100% + 220px);
    height: 380px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: linear-gradient(180deg, #FFFEF9 0%, #002809 100%);
    opacity: 0.11;
}

.three-features-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;
    margin-bottom: -96px;
}
.three-features-list ul li {
    width: 27%;
    margin-right: 9.5%;
    margin-bottom: 96px;
    padding: 58px 0 0px;
    position: relative; 
    z-index: 5;
}

.three-features-list ul li:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    right: -17.5%;
    /* background-image: linear-gradient(0deg, #ffffff 31.25%, #cdcdcd 31.25%, #cdcdcd 50%, #ffffff 50%, #ffffff 81.25%, #cdcdcd 81.25%, #cdcdcd 100%);
    background-size: 32.00px 32.00px; */
    background-image: linear-gradient(0deg, #CDCDCD 20%, transparent 20%, transparent 50%, #CDCDCD 50%, #CDCDCD 70%, transparent 70%);
    background-size: 32px 32px;
}
.three-features-list ul li:nth-child(3n):after {
    display: none;
}
.three-features-list ul li:last-child:after {
    display: none;
}

.three-features-list ul li:nth-child(3n) {
    margin-right: 0;
}

.three-features-list-item-icon {
    height: 40px;
    margin-bottom: 24px;
}
.three-features-list-item-icon img {
    max-height: 100%;
}

.tlcr-tabs-left {
    width: 42%;
    padding-right: 6%;
    position: relative;
    z-index: 5;
}
.tlcr-tabs-right {
    width: 58%;
    padding-left: 2.512%;
}

.tlcr-tabs .tabs {
    border: none;
    background: transparent;
}

.tlcr-tabs .tabs-title {
    float: none;
    margin-bottom: 20px;
}
.tlcr-tabs .tabs-title:last-child {
    margin-bottom: 0px;
}

.tlcr-tabs .tabs-title>a {
    display: inline-block;
    padding: 12px 24px;
    font-size: 20px;
    line-height: 1.6;
    color: var(--green-40);
    letter-spacing: -0.01em;
    background: var(--white);
    border-radius: 30px;
    transition: 0.2s;
}

.tlcr-tabs .tabs-title>a:hover {
    background: var(--white);
    color: var(--green);
}

.tlcr-tabs .tabs-title>a:focus, 
.tlcr-tabs .tabs-title>a[aria-selected=true] {
    background: var(--green);
    color: var(--white);
}

.tlcr-tabs .tabs-panel {
    padding: 0;
}

.tlcr-tabs .tabs-content {
    border: none;
    background: var(--white);
    border-radius: 8px;
    color: var(--black);
}

.tlcr-tabs-content {
    padding: 56px 12% 56px;
}

.tlcr-tabs-image {
    padding-bottom: 57.7%;
    padding-bottom: 49.451%;
}
.tlcr-tabs-image img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.tlcr-section {
    position: relative;
}

.tlcr-section:after {
    /* content: '';
    position: absolute;
    right: 0;
    width: 586px;
    height: 896px;
    background: url(../img/orn-tlcr.svg) no-repeat center center / 100% 100%;
    bottom: -120px;
    opacity: 0.5; */
}

.tt-left {
    width: 53.2%;
    padding-right: 3%;
}
.tt-right {
    width: 46.8%;
    padding-left: 6%;
}

.testimonials-hold{
    padding: 28px 28px 122px;
}

.testimonials-images > img {
    border-radius: 8px;
}

.testimonials-hold {
    position: relative;
}

.testimonials-images {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.testimonials-images img {
    opacity: 0;
    transition: 0.4s;
}
.testimonials-images img.active {
    opacity: 1;
}

.testimonials-carousel-hold {
    max-width: 566px;
    background: var(--green);
    color: var(--white);
    border-radius: 8px;
    position: relative;
    z-index: 5;
}
.testimonials-carousel-hold:before {
   content: '“”';
   position: absolute;
   top: -8px;
   left: 40px;
   pointer-events: none;
   font-family: "ivypresto-display", serif;
   color: #FFBFA4;
   font-size: 101px;
   line-height: 1.6;
   letter-spacing: -0.01em;
}

.testimonials-carousel-item {
    padding: 98px 48px 32px 40px;
    min-height: 510px;
    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;
}

.testimonials-carousel-item-text {
    max-width: 447px;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.testimonials-carousel-item-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-top: 48px;
}

.tcia-left {
    max-width: 50%;
}
.tcia-right {
    max-width: 50%;
}

.tcia-logo img {
    max-width: 186px;
}

.tcia-title {
    font-size: 20px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: -0.01em;
}

.tcia-info {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    letter-spacing: -0.01em;
}

.testimonials-nav {
    position: absolute;
    z-index: 5;
    right: 30px;
    bottom: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.testimonials-nav button.owl-prev {
    margin-right: 16px;
}

.testimonials-nav button.owl-next, 
.testimonials-nav button.owl-prev {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--white);
    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;
    cursor: pointer;
    transition: 0.2s;
}
.testimonials-nav button.owl-next:hover, 
.testimonials-nav button.owl-prev:hover {
    border: 1px solid var(--white);
    background: var(--white);
}
.testimonials-nav button.owl-next svg path, 
.testimonials-nav button.owl-prev svg path {
    transition: 0.2s;
}
.testimonials-nav button.owl-next:hover svg path, 
.testimonials-nav button.owl-prev:hover svg path {
    stroke: var(--black);
}


.testimonials-dots {
    position: absolute;
    z-index: 5;
    left: 28px;
    bottom: 39px;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    background: rgba(255, 255, 255, 0.32);
    padding: 3px 4px;
    border-radius: 6px;
}

.testimonials-dots button.owl-dot {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 6px;
    cursor: pointer;
}
.testimonials-dots button.owl-dot:last-child {
    margin-right: 0px;
}

.testimonials-dots button.owl-dot.active span {
    width: 30px;
}
.testimonials-dots button.owl-dot span {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--white);
    transition: 0.2s linear;
}

.compare-table-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.compare-table-cell {
    width: 15.5%;
}
.compare-table-cell:nth-child(2) {
    width: 17%;
}
.compare-table-cell:nth-child(1) {
    width: 21%;
}

.compare-table-body .compare-table-cell {
    padding: 18px 16px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.compare-table-body .compare-table-row:nth-child(2n) {
    background: var(--light-gray-2);
    border-radius: 4px;
}
.compare-table-body .compare-table-cell:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.compare-table-body .compare-table-cell:first-child > div {
    max-width: 210px;
}
.compare-table-body .compare-table-cell:first-child span {
    font-weight: 400;
}
.compare-table-body .compare-table-cell:not(:first-child) {
    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;
}
.compare-table-body .compare-table-cell:nth-child(2) {
    background: var(--teal-dark-50);
}
.compare-table-body .compare-table-row:last-child .compare-table-cell:nth-child(2) {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.compare-table-body .compare-table-cell:nth-child(2) > span {
    background-color: var(--white);
}

.compare-table-cell > span {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--green-10);
    background-image: url(../img/checkmark-green.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.compare-table {
    position: relative;
}

.compare-table:not(:last-child) {
    margin-bottom: 24px;
}

.compare-table-border {
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1px;
    /* background-image: linear-gradient(0deg, #ffffff 31.25%, #cdcdcd 31.25%, #cdcdcd 50%, #ffffff 50%, #ffffff 81.25%, #cdcdcd 81.25%, #cdcdcd 100%);
    background-size: 32.00px 32.00px; */
    background-image: linear-gradient(0deg, #002107 20%, transparent 20%, transparent 50%, #002107 50%, #002107 70%, transparent 70%);
    background-size: 32px 32px;
    opacity: 0.4;
}

.compare-table-border-1 {
    right: 15.5%;
}
.compare-table-border-2 {
    right: 31%;
}
.compare-table-border-3 {
    right: 46.5%;
}

.compare-table-head .compare-table-cell:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    padding: 6px 16px;
}
.compare-table-head .compare-table-cell:not(:nth-child(1)) { 
    padding: 6px 6px;
    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;
}
.compare-table-head .compare-table-row {
    position: relative;
}
.compare-table-head .compare-table-row:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    /* background-image: linear-gradient(90deg, #ffffff 31.25%, #cdcdcd 31.25%, #cdcdcd 50%, #ffffff 50%, #ffffff 81.25%, #cdcdcd 81.25%, #cdcdcd 100%);
    background-size: 32.00px 32.00px; */
    background-image: linear-gradient(90deg, #002107 20%, transparent 20%, transparent 50%, #002107 50%, #002107 70%, transparent 70%);
    background-size: 32px 32px;
    opacity: 0.4;
}
.compare-table-head .compare-table-row .compare-table-cell:nth-child(2) {
    background: var(--teal-dark-50);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.compare-table-head .compare-table-cell img {
    max-height: 60px;
    max-width: 86%;
}
.compare-table-head .compare-table-cell svg {
    max-width: 86%;
    height: auto;
    max-height: 60px;
}

.compare-table-logo {
    width: 100%;
    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;
    min-height: 64px;
    background: var(--white);
    border-radius: 4px;
}

.custom-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.custom-nav a {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid var(--green);
    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;
    transition: 0.2s;
}
.custom-nav a:hover {
    background: var(--green);
}
.custom-nav a svg path {
    transition: 0.2s;
}
.custom-nav a:hover svg path {
    stroke: var(--white);
}
.custom-nav a:not(:last-child) {
    margin-right: 16px;
}

.compare-table-mob-nav {
    display: none;
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    margin-bottom: 32px;
}

.versus-section.expand .table-compare-mob-button  {
    display: none;
}
.versus-section.expand .table-compare-dislaimer {
    display: block;
}
.versus-section.expand .compare-table-body .compare-table-row:nth-child(n+8) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}








.header-alt .nav > ul > li > a {
    color: var(--white);
}
.header-alt .nav > ul > li > a:after {
    background: var(--white);
}

.header-alt .nav > ul > li.has-subnav:hover > a {
    color: var(--black);
}
.header-alt .nav > ul > li.has-subnav:hover > a:after {
    background: var(--black);
}
.header-alt .link-simple, 
.header-alt .link-simple:focus, 
.header-alt .link-simple:active {
    color: var(--white);
}

.header-alt .hamburger-inner, 
.header-alt .hamburger-inner:after, 
.header-alt .hamburger-inner:before {
    background-color: var(--white);
}

svg path.alt {
    transition: 0.2s;
}

.header-alt-hovered svg path.alt {
    fill: #000;
}
.header-alt-hovered  .nav > ul > li > a {
    color: var(--black);
}
.header-alt-hovered  .nav > ul > li > a:after {
    background: var(--black);
}

.header-alt-hovered  .nav > ul > li.has-subnav:hover > a {
    color: var(--black);
}
.header-alt-hovered  .nav > ul > li.has-subnav:hover > a:after {
    background: var(--black);
}
.header-alt-hovered  .link-simple, 
.header-alt-hovered  .link-simple:focus, 
.header-alt-hovered  .link-simple:active {
    color: var(--green);
}

.header-alt-hovered  .hamburger-inner, 
.header-alt-hovered  .hamburger-inner:after, 
.header-alt-hovered  .hamburger-inner:before {
    background-color: var(--green);
}




header.scrolled  {
    background: var(--white);
}

header.scrolled svg path.alt {
    fill: #000;
}
header.scrolled  .nav > ul > li > a {
    color: var(--black);
}
header.scrolled  .nav > ul > li > a:after {
    background: var(--black);
}

header.scrolled  .nav > ul > li.has-subnav:hover > a {
    color: var(--black);
}
header.scrolled  .nav > ul > li.has-subnav:hover > a:after {
    background: var(--black);
}
header.scrolled  .link-simple, 
header.scrolled  .link-simple:focus, 
header.scrolled  .link-simple:active {
    color: var(--green);
}

header.scrolled  .hamburger-inner, 
header.scrolled  .hamburger-inner:after, 
header.scrolled  .hamburger-inner:before {
    background-color: var(--green);
}

.hero-secodary-content {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.hero-secodary {
    position: relative;
}
.hero-secodary:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 75%;
    background: linear-gradient(180deg, #FFFEF9 11.35%, #002809 92.91%);
    opacity: 0.25;
}

.hero-secodary-image {
    /* max-width: 1086px;
    margin-left: auto;
    margin-right: auto; */
    padding: 0 20.885%;
    margin-top: 170px;
    position: relative;
}
.hero-secodary-image img {
    position: relative;
    z-index: 5;
}

.hero-secodary-image > span {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    right: 0;
    width: 100%;
    max-width: 89%;
    max-width: 74%;
}
.hero-secodary-image > span img {
    width: 100%;
}

.sertifications-hold {
    position: relative;
}
.sertifications-hold:before {
    content: '';
    position: absolute;
    top: 65%;
    right: calc((100vw - 1312px) / -2);
    transform: translate(0%, -50%);
    width: 439px;
    height: 439px;
    background: url(../img/orn-cert.svg) no-repeat center center / 100% 100%;
}

.sertifications-left {
    width: 36%;
    padding-right: 3%;
}
.sertifications-right {
    width: 64%;
    padding-left: 2.4%;
}

.sertifications-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;
    width: calc(100% + 40px);
    margin-bottom: -40px;
}
.sertifications-list ul li {
    width: calc(25% - 40px);
    min-width: calc(25% - 40px);
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 4px;
    background: var(--light-gray-2);
    aspect-ratio: 1;
    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;
}

.sertifications-list ul li img {
    max-width: calc(100% - 14px);
    max-height: calc(100% - 14px);
}

.image-text-cta-left {
    width: 50%;
    padding-right: 7.394%;
}
.image-text-cta-right {
    width: 50%;
    padding-left: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.hero-images-carousel {
    margin-top: 120px;
    gap: 40px;
}

.reverse .image-text-cta-left {
    padding-right: 0%;
    padding-left: 7.394%;
    order: 2;
}
.reverse .image-text-cta-right {
    padding-left: 0px;
    padding-right: 14px;
}


.hero-images-carousel li img {
    max-height: 320px;
    border-radius: 8px;
}

.scroller[data-animated="true"] .hero-images-carousel.scroller__inner {
    animation: scroll2 var(--_animation-duration, 40s)
      var(--_animation-direction, forwards) linear infinite;
}

  
@-webkit-keyframes scroll2 {
    to {
      -webkit-transform: translate(calc(-50% - 20px));
      -moz-transform: translate(calc(-50% - 20px));
      transform: translate(calc(-50% - 20px));
    }
}
@-moz-keyframes scroll2 {
    to {
        -webkit-transform: translate(calc(-50% - 20px));
        -moz-transform: translate(calc(-50% - 20px));
        transform: translate(calc(-50% - 20px));
    }
}
@keyframes scroll2 {
    to {
        -webkit-transform: translate(calc(-50% - 20px));
        -moz-transform: translate(calc(-50% - 20px));
        transform: translate(calc(-50% - 20px));
    }
}

.hero-secodary-with-carousel-section {
    padding-bottom: 120px;
    position: relative;
}
.hero-secodary-with-carousel-section > span {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-width: 910px;
    width: calc(100% - 40px);
    bottom: 0;
    text-align: center;
    /* opacity: 0.5; */
    /* background: url(../img/hero-sec-imgaes-carousel-orn.svg) no-repeat center center / 100% 100%; */
}
.hero-secodary-with-carousel-section > span img {
    width: 100%;
}

.hero-secodary-with-carousel-content {
    max-width: 880px;
    margin-left: auto;
    margin-right: auto;
}

.bg-light.hero-secodary-with-carousel-section > span,
.bg-lightgrey.hero-secodary-with-carousel-section > span {
    filter: brightness(0);
}
.bg-lightgrey.hero-secodary-with-carousel-section > span img {
    /* filter: invert(1) */
}

.positions-section .section-top .text-20 {
    max-width: 665px;
}

.positions-list-item a {
    padding: 24px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 98px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    color: var(--green);
}

.positions-list-item {
    border-bottom: 1px solid var(--black);
}

.positions-list-item-title {
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    width: 43%;
    padding-right: 20px;
}

.positions-list-item-location {
    padding-right: 20px;
    width: 17%;
    font-size: 20px;
    line-height: 1.6;
    padding-left: 33px;
    position: relative;
}
.positions-list-item-location:before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 21px;
    height: 28px;
    background: url(../img/icon-pink-teal.svg) no-repeat center center / 100% 100%;
}

.positions-list-item-type {
    
    width: 20%;
    font-size: 20px;
    line-height: 1.6;
}
.positions-list-item-link {
    padding-left: 20px;
    width: 20%;
    text-align: right;
}
.positions-list-item-link span {
    color: var(--teal-dark);
    font-size: 16px;
    font-weight: 600;
}

.positions-block:not(:last-child) {
    margin-bottom: 64px;
}

.positions-list-item a:hover .positions-list-item-link span {
    text-decoration: underline;
}
.positions-block-title.title-32:not(:last-child) {
    margin-bottom: 8px;
}

.hero-featured-resource-section .section-top {
    max-width: 980px;
}

.hero-featured-resource {
    /* max-width: 1198px; */
}

.hero-featured-resource a {
    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;
    background: var(--green);
    color: var(--white);
    border-radius: 8px;
}

.hero-featured-resource-left {
    width: 44.408%;
    width: 55%;
}
.hero-featured-resource-right {
    width: 55.592%;
    width: 45%;
    padding: 40px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-featured-resource-image {
    padding-bottom: 67.67%;
    padding-bottom: 50%;
    min-height: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.scale-effect {
    overflow: hidden;
}
.scale-effect img {
    transform: scale(1);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}
a:hover .scale-effect img {
    transform: scale(1.15);
}

.link-hover-arrow,
.link-hover-arrow:focus,
.link-hover-arrow:active {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
.link-hover-arrow:after {
    content: '';
    width: 13px;
    height: 14px;
    margin-left: 16px;
    opacity: 0;
    transition: 0.2s;
}
.link-hover-arrow:hover:after {
    opacity: 1;
}
a:hover .link-hover-arrow:after {
    opacity: 1;
}

.link-hover-arrow-purple-light,
.link-hover-arrow-purple-light:focus,
.link-hover-arrow-purple-light:active {
    color: var(--purple-light);
}
.link-hover-arrow-purple-light:after {
    background: url(../img/link-arrow-purple-light.svg) no-repeat center center;
}

.link-hover-arrow-teal,
.link-hover-arrow-teal:focus,
.link-hover-arrow-teal:active {
    color: var(--teal-dark);
}
.link-hover-arrow-teal:after {
    background: url(../img/link-arrow-teal.svg) no-repeat center center;
}

.resources-grid-item-image {
    padding-bottom: 81.56%;
    padding-bottom: 50%;
    padding-bottom: 63%;
    margin-bottom: 22px;
}

.resources-grid 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;
    margin-left: -38px;
    width: calc(100% + 76px);
    margin-bottom: -76px;
}

.resources-grid ul li {
    width: calc(33.333% - 76px);
    min-width: calc(33.333% - 76px);
    margin: 0 38px 76px;
}
.resources-grid ul li a {
    display: block;
    color: var(--green);
}
.resources-grid ul li a .title-24 {
    margin-bottom: 16px;
}
.resources-grid ul li a .text-16 {
    max-height: 77px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.hero-featured-resource a .text-16 {
    max-height: 52px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.resources-grid-item-link {
    margin-top: 16px;
}

.resources-grid-more {
    position: relative;
    z-index: 30;
    margin-top: 40px;
}

.resources-archive-section .title-56:not(:last-child) {
    margin-bottom: 40px;
}

.filter-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    position: relative;
    z-index: 50;
}

.filter-label {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.4;
    margin-right: 28px;
}

.filter-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;
}
.filter-list ul li:not(:last-child) {
    /* margin-right: 4px; */
}
.filter-list ul li a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--green);
    padding: 4px 18px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.01em;
    transition: 0.2s;
}
.filter-list ul li a:hover {
    background: var(--green-10);
    color: var(--green);
}
.filter-list ul li.active a {
    background: var(--green);
    color: var(--white);
}

.filter-list > span {
    display: none;
}

.entry {
    color: var(--black);
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: -0.01em;
}
.entry p {
    margin-bottom: 1.6em;
}
.entry > *:last-child {
    margin-bottom: 0;
}

.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 24px;
}
.entry h2:not(:first-child),
.entry h3:not(:first-child),
.entry h4:not(:first-child),
.entry h5:not(:first-child) {
    margin-top: 68px;
}
.entry h6:not(:first-child) {
    margin-top: 24px;
}

.entry h2 + h2,
.entry h2 + h3,
.entry h2 + h4,
.entry h2 + h5,
.entry h3 + h3,
.entry h3 + h4,
.entry h3 + h4,
.entry h4 + h4,
.entry h4 + h5,
.entry h5 + h5 {
    margin-top: 0 !important;
}

.entry h2 {
    font-size: 40px;
}
.entry h3 {
    font-size: 32px;
}
.entry h4 {
    font-size: 24px;
}
.entry h5 {
    font-size: 20px;
}
.entry h6 {
    font-size: 20px;
}

.entry a {
    color: var(--teal-dark);
}
.entry a:hover {
    color: var(--teal-dark);
    text-decoration-line: underline;
    text-decoration-thickness: 1px;
}

.entry .wp-caption {
    margin-top: 32px;
    margin-bottom: 32px;
} 
.entry .wp-caption p {
    font-size: 16px;
    margin-top: 16px;
    margin-bottom: 0;
} 
.entry .wp-caption img {
    border-radius: 8px;
    width: 100%;
    max-width: 757px;
} 

.entry ul,
.entry ol {
    margin-bottom: 32px;
}
.entry ul li {
    padding-left: 113px;
    position: relative;
    margin-bottom: 8px;
}

.entry ul li:last-child {
    margin-bottom: 0px;
}

.entry ul li:before {
    content: '•';
    position: absolute;
    top: 0;
    left: 82px;
}

.entry ol {
    counter-reset: item;
}
.entry ol li {
    padding-left: 113px;
    position: relative;
    margin-bottom: 8px;
}

.entry ol li:last-child {
    margin-bottom: 0px;
}

.entry ol li:before {
    font-family: "ivypresto-display", serif;
    content: counters(item, ".") ".";
    counter-increment: item;
    position: absolute;
    top: 0;
    left: 82px;
}

.single-newsletter-fields {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;    
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 868px;
    margin-left: auto;
    margin-right: auto;
    /* padding-right: 16px; */
    gap: 16px;
}

.single-newsletter-fields-item {
    flex: 1 1 auto;
}

.single-newsletter-fields-button {
    flex: 0 0 0;
}

.single-newsletter-fields label {
    font-size: 14px;
    line-height: 1;
}

.single-newsletter-fields label input,
.single-newsletter-fields label input:focus {
    margin-top: 8px;
}

.single-newsletter-fields input,
.single-newsletter-fields input:focus {
    outline: none;
    box-shadow: none;
    margin: 0;
    padding: 2px 16px;
    border-radius: 4px;
    border: 1px solid #A4A4A1;
    background: var(--white);
    height: 48px;
    font-size: 16px;
}

.single-newsletter-section .title-56:not(:last-child) {
    margin-bottom: 32px;
}

.hero-single-resource-left {
    width: 50%;
    padding-right: 10px;
    /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; */
}

.hero-single-resource-right {
    width: 50%;
    padding-left: 4.269%;
}

.hero-single-resource-image {
    padding-bottom: 72.167%;
    padding-bottom: 50%;
    /* min-height: 100%; */
}

.hero-back {
    margin-bottom: 35px;
}

.hero-single-resource-date {
    margin-bottom: 24px;
}

.hero-single-resource-share {
    margin-top: 32px;
}

.hero-single-resource-share-text {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 16px;
    color: var(--light-gray);
}

.hero-single-resource-share-links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.hero-single-resource-share-links ul li:not(:last-child) {
   margin-right: 16px;
}
.hero-single-resource-share-links ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    transition: 0.2s;
}
.hero-single-resource-share-links ul li a:hover {
    opacity: 0.7;
}

.link-back:before {
    content: '';
    width: 7px;
    height: 10px;
    margin-right: 8px;
}

.link-back.link-purple:before {
    background: url(../img/link-back-purple.svg) no-repeat center center;
}

.hero-single-resource-section {
    padding-top: 120px;
}

.content-sot-cards-section .section-top {
    margin-bottom: 0;
}
.differentiators-section .section-top {
    margin-bottom: 0;
}

.sot-card-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 500px;
}
.sot-card-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sot-card-item {
    padding-top: 64px;
    padding-left: 110px;
    padding-right: 60px;
    transform-origin: top center;
    position: relative;
}

.sot-card-grid {
    position: relative;
    z-index: 2;
    
}

.sot-card-left {
    width: 50%;
    padding-right: 1.4889%;
}

.sot-card-right {
    width: 50%;
    max-width: 522px;
    padding-left: 5.5%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.sot-card-image {
    padding-bottom: 100%;
    padding-bottom: 85.359%;
    padding-bottom: 102.89%;
    height: 100%;
    /* min-height: 66vh; */
    /* min-height: calc(100vh - 36px - 36px - 70px - 70px); */
    /* height: 48vh; */
}

.sot-card-image img {
    -webkit-filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
    filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
}

.top-reached .sot-card-holder {
    position: fixed;
}

.sot-card-right .title-40:not(:last-child) {
    margin-bottom: 24px;
}

.sot-cards-indicator-hold {
    position: absolute;
    top: 0;
    height: 100vh;
    height: 100svh;
    left: calc((100vw - 1312px) / 2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* z-index: 20;  */
}

.sot-cards-indicator {
    background: var(--green-40);
    border-radius: 6px;
    padding: 3px;
    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;
}
.sot-cards-indicator a {
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: var(--green);
    opacity: 0.57;
    margin-bottom: 6px;
    transition: 0.2s linear;
}
.sot-cards-indicator a:last-child {
    margin-bottom: 0;
}
.sot-cards-indicator a.active {
    height: 30px;
    opacity: 1;
}

.sot-cards {
    position: relative;
}
.sot-cards.sot-reached-top .sot-cards-indicator-hold {
    position: fixed;
}
.sot-cards.sot-reached-top.sot-reached-bottom .sot-cards-indicator-hold {
    position: absolute;
    top: auto;
    bottom: 0;
}

.hero-secondary-5050-image {
    padding-bottom: 78.52%;
}

.hero-secondary-5050-left {
    width: calc(50% - 16px);
    padding-right: 7.6%;
}
.hero-secondary-5050-right {
    width: calc(50% + 16px);
}

.hero-secondary-5050-section {
    position: relative;
}
.hero-secondary-5050-section:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    opacity: 0.11;
    background: linear-gradient(180deg, #FFFEF9 0%, #002809 100%);
}
.hero-secondary-5050-section > span {
    position: absolute !important;
    right: 0;
    bottom: 0;
    width: 653px;
    height: 488px;
    background: url(../img/orn-secondary-5050.svg) no-repeat bottom right / 100% 100%
}



/* animations  */

.hero-secondary-5050-section > span.anim-intro {
    transform: translateX(40px);
}
.hero-animations.in-view.hero-secondary-5050-section > span.anim-intro {
    transform: translateX(0px);
}

.anim-intro {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.1s cubic-bezier(0.33, 1, 0.68, 1);
}
/* .anim-intro.in-view {
    opacity: 1;
    transform: translateY(0px);
} */
.hero-animations.in-view .anim-intro {
    opacity: 1;
    transform: translateY(0px);
}

.anim-intro-1 {
    transition-delay: 0.5s;
}
.anim-intro-2 {
    transition-delay: 0.7s;
}
.anim-intro-3 {
    transition-delay: 0.9s;
}
.anim-intro-4 {
    transition-delay: 1.1s;
}

.animated-title.in-view {
    opacity: 1;
}

.animated-title {
    opacity: 0;
    line-height: 1;
}

.animated-title em .word {
    padding-right: 0.06em;
}

.animated-title .word {
    overflow: hidden;
    padding-top: 0.01em;
    padding-bottom: 0.16em;
    margin-bottom: -0.16em;
}
/* .animated-title.title-h2 {
}

.animated-title.title-h3 {
    line-height: 0.82;
} */

.animated-title.in-view .char {
    transform: translateY(0);
}
.animated-title .char {
    transform: translateY(185%);
    /* transition: transform 0.6s ease-in-out;
    transition-delay: calc(30ms* var(--word-index)); */
    transition: transform 1.1s cubic-bezier(0.33, 1, 0.68, 1);
    transition-delay: calc(40ms* var(--word-index));
}

.animation-element.fade-up {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.6s linear, transform 0.6s ease;
    transition: opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1), transform 1.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-up-later {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s .3s linear, transform .6s .3s ease;
    transition: opacity 1.1s 0.3s cubic-bezier(0.33, 1, 0.68, 1), transform 1.1s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up-later.in-view {
    opacity: 1;
    transform: translateY(0px);
}
.animation-element.fade-up-late {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity .6s .6s linear, transform .6s .6s ease;
    transition: opacity 1.1s 0.6s cubic-bezier(0.33, 1, 0.68, 1), transform 1.0.6s 1s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-up-late.in-view {
    opacity: 1;
    transform: translateY(0px);
}

.animation-element.fade-in {
    opacity: 0;
    transition: opacity 0.6s ease;
    transition: opacity 1.1s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-in.in-view {
    opacity: 1;
}
.animation-element.fade-in-later {
    opacity: 0;
    transition: opacity 1.1s 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.animation-element.fade-in-later.in-view {
    opacity: 1;
}

.hero-animations .animated-title .char {
    transform: translateY(185%);
}

.hero-animations.in-view .animated-title .char {
    transform: translateY(0%);
}

.cursor {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 2222;
    pointer-events: none;
    transform: scale(0.4);

    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: var(--blue-light);
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: var(--green);
    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;
    transition: opacity 0.2s, visibility 0.2s, transform 0.2s;
}

.cursor.active {
    transform: scale(1);
    visibility: visible;
    opacity: 1;
}

.fbm-box {
    padding: 0 80px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.fbm-box:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    width: 406px;
    height: 682px;
    background: url(../img/orn-fbm-box.svg) no-repeat center center / 100% 100%;
    z-index: -1;
}
.fbm-box .title-64 {
    color: var(--blue-light);

}

.fbm-box-left {
    width: 50%;
    padding-right: 9.72%;
}
.fbm-box-right {
    width: 50%;
    padding-top: 120px;
    padding-bottom: 120px;
    padding-left: 2%;
    /* min-height: 80vh; */
    /* min-height: 80svh; */
    min-height: 753px;
    /* max-height: 80vh; */
    /* max-height: 80svh; */
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fbm-box-left-content {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.fbm-box-item-image {
    padding-bottom: 64.31%;
    margin-bottom: 32px;
}

.scroller-vertical {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.scroller-vertical[data-animated="true"] {
    overflow: hidden;
    /* -webkit-mask: linear-gradient(
      90deg,
      transparent,
      white 20%,
      white 80%,
      transparent
    );
    mask: linear-gradient(90deg, transparent, white 20%, white 80%, transparent); */
}

.fbm-box-list {
    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;
    gap: 120px;
}
  
.scroller-vertical[data-animated="true"] .scroller-vertical__inner {
    /* width: max-content; */
    /* flex-wrap: nowrap; */
    animation: scrollVertical var(--_animation-duration, 40s)
      var(--_animation-direction, forwards) linear infinite;
}
  
.scroller-vertical[data-direction="right"] {
    --_animation-direction: reverse;
}
  
.scroller-vertical[data-direction="left"] {
    --_animation-direction: forwards;
}
  
.scroller-vertical[data-speed="fast"] {
    --_animation-duration: 25s;
}

.scroller-vertical[data-speed="normal"] {
    --_animation-duration: 30s;
}
  
.scroller-vertical[data-speed="slow"] {
    --_animation-duration: 35s;
}
  
@-webkit-keyframes scrollVertical {
    to {
      -webkit-transform: translateY(calc(-50% - 60px));
      -moz-transform: translateY(calc(-50% - 60px));
      transform: translateY(calc(-50% - 60px));
    }
}
@-moz-keyframes scrollVertical {
    to {
        -webkit-transform: translateY(calc(-50% - 60px));
        -moz-transform: translateY(calc(-50% - 60px));
        transform: translateY(calc(-50% - 60px));
    }
}
@keyframes scrollVertical {
    to {
        -webkit-transform: translateY(calc(-50% - 60px));
        -moz-transform: translateY(calc(-50% - 60px));
        transform: translateY(calc(-50% - 60px));
    }
}

.tlcr-tabs > span {
    display: none;
}

.differentiators-card-item {
    /* padding-top: 64px; */
}

.differentiators-card-image {
    padding-bottom: 52.51%;
}
.differentiators-card-hold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 338px;
    /* margin-top: 64px; */
}

.differentiators-card-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.top-reached .differentiators-card-holder {
    position: fixed;
}

.differentiators-card-item {
    padding-top: 64px;
    padding-top: 100px;
    /* padding-top: 15vh; */
    transform-origin: top center;
    position: relative;
}
.differentiators-card-item .text-16,
.differentiators-card-item-mob .text-16 {
    color: var(--light-gray);
}

.differentiators-card-grid {
    /* margin-top: 64px; */
    padding: 40px;
    background: var(--green);
    color: var(--white);
    position: relative;
    z-index: 2;
}


.differentiators-card-left {
    width: 50%;
    padding-right: 1.39%;
}

.differentiators-card-right {
    width: 50%;
    padding-left: 3%;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.differentiators-card-right .title-40:not(:last-child) {
    margin-bottom: 24px;
}

.hero-tic-image-hold {
    position: relative;
    max-width: 868px;
    margin-left: auto;
    margin-right: auto;
}

.hero-tic-image-left {
    position: absolute;
    top: 22%;
    left: 2%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 261px;
    z-index: 6;
}
.hero-tic-image-right {
    position: absolute;
    left: 99%;
    bottom: 30px;
    transform: translate(-50%, 0%);
    width: 100%;
    z-index: 5;
    max-width: 244px;
}

.hero-tic-image {
    margin-top: 144px;
    position: relative;
}
.hero-tic-image:before {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 1014px;
    height: 481px;
    background: url(../img/orn-why.svg) no-repeat center center / 100% 100%;
    top: -104px;
}

.hero-tic-image img {
    position: relative;
    z-index: 2;
    width: 100%;
}

.hero-featured-resource-section .section-top:last-child {
    margin-bottom: 0;
}

.filter-list ul li input {
    display: none;
}
.filter-list ul li label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--green);
    padding: 4px 18px;
    border-radius: 20px;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    letter-spacing: -0.01em;
    transition: 0.2s;
}
.filter-list ul li label:hover {
    background: var(--green-10);
    color: var(--green);
}
.filter-list ul li input:checked + label {
    background: var(--green);
    color: var(--white);
}

.logos-static-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between; */
    -webkit-gap: 20px 100px;
    gap: 20px 100px;
}

.logos-static-list ul li img {
    max-width: 203px;
    max-height: 120px;
    filter: grayscale(1) brightness(0);
}
.bg-green .logos-static-list ul li img {
    filter: grayscale(1) brightness(0) invert(1);
}

.stats-section .title-64 {
    /* color: #0B3815; */
}

.resources-filtered-list ul.filter-activated {
    opacity: 0;
    transform: translateY(20px);
    transition: 0s;
}
.resources-filtered-list ul.filter-activated.in-view {
    opacity: 1;
    transform: translateY(0px);
    transition: 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.text-20.hero-single-resource-author {
    color: var(--light-gray);
}

.three-features-list .title-32 {
    color: var(--black);
}


.hero-main-image-left {
    position: absolute;
    top: 39%;
    left: 8%;
    transform: translate(-50%, -50%);
    z-index: 5;
    width: 100%;
    max-width: 308px;
}
.hero-main-image-right {
    position: absolute;
    bottom: -28px;
    right: -39px;
    z-index: 6;
    width: 100%;
    max-width: 201px;
}

.hero-main-hold {
    margin-bottom: 40px;
}
.hero-sec-image-left {
    position: absolute;
    bottom: 0;
    left: 18%;
    transform: translateX(-50%);
    z-index: 5;
    width: 100%;
    max-width: 156px;
}

.hero-sec-image-right {
    position: absolute;
    top: 49%;
    left: 75%;
    transform: translate(-50%, -50%);
    z-index: 6;
    width: 100%;
    max-width: 273px;
}

.image-text-cta-image-hold {
    position: relative;
    padding-left: 39px;
    padding-right: 22px;
}

.itc-image-left {
    position: absolute;
    left: -39px;
    bottom: 38px;
    width: 100%;
    max-width: 244px;
}

.itc-image-right{
    position: absolute;
    right: -22px;
    top: 38%;
    transform: translateY(-50%);
    width: 100%;
    max-width: 261px;
}

.flip-card {
    perspective: 1000px;
    pointer-events: all;
    cursor: default;
}

.flip-card-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.6s cubic-bezier(0.83, 0, 0.17, 1);
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
    transform: rotateY(-180deg);
}

.resources-grid-item-image-front, 
.resources-grid-item-image-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}
.resources-grid-item-image-back {
    transform: rotateY(180deg);
}

.form-reg .frm_style_formidable-style.with_frm_style .frm_error, 
.form-reg .frm_style_formidable-style.with_frm_style .frm_limit_error {
    color: #F04438 !important;
}


.po-tabs-image-hold-v2 {
    margin-top: 75px;
    height: 380px;
    position: relative;
}
.po-tabs-image-hold-v2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #FFFEF9 0%, #002809 100%);
    border-radius: 8px;
    opacity: 0.11;
}

.po-tabs-card {
    position: absolute;
}

.po-tabs-cards-circles {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0.5;
    overflow: hidden;
}

.po-tabs-cards-circles-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    width: 100%;
    max-width: 757px;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: 0;
    transform-origin: bottom center;
    transition: 2s ease-in-out;
}

.in-view .po-tabs-cards-circles-inner {
    transform: translateX(-50%) rotate(0deg);
}

/* .po-tabs-cards-circle-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%) rotate(180deg);
    bottom: 0;
    transform-origin: bottom center;
    transition: 0.8s 0.2s ease-in-out;
}

.in-view .po-tabs-cards-circle-1 {
    transform: translateX(-50%) rotate(0deg);
}
.po-tabs-cards-circle-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    transform: translateX(-50%)  rotate(180deg);;
    transform-origin: bottom center;
    bottom: 0;
    transition: 1s ease-in-out;
}
.in-view .po-tabs-cards-circle-2 {
    transform: translateX(-50%) rotate(0deg);
} */

.po-tabs-card-01 {
    z-index: 12;
    width: 100%;
    max-width: 466px;
    left: 31.5%;
    top: 37%;
    transform: translate(-50%, -50%);
}
.po-tabs-card-02 {
    z-index: 11;
    width: 100%;
    max-width: 471px;
    left: 46%;
    transform: translateX(-50%);
    bottom: 0px;
    overflow: hidden;
}

.po-tabs-card-03 {
    z-index: 10;
    width: 100%;
    max-width: 397px;
    left: 75%;
    transform: translateX(-50%);
    bottom: 12px;
}

.po-tabs-card-01 img {
    opacity: 0;
    transform: translate(-40px, 40px) rotate(-15deg) scale(0.9);
    transition: 1.8s 0.7s cubic-bezier(0.33, 1, 0.68, 1);;
}

.in-view .po-tabs-card-01 img {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1);
} 

.po-tabs-card-02 img {
    opacity: 0;
    transform: translate(0px, 60px) scale(0.9);
    transition: 1.6s 1.2s cubic-bezier(0.33, 1, 0.68, 1);;
}

.in-view .po-tabs-card-02 img {
    opacity: 1;
    transform: translate(0px, 0px) scale(1);
}
.po-tabs-card-03 img {
    opacity: 0;
    transform: translate(30px, 30px) rotate(5deg) scale(0.9);
    transition: 2s 1.6s cubic-bezier(0.33, 1, 0.68, 1);;
}

.in-view .po-tabs-card-03 img {
    opacity: 1;
    transform: translate(0px, 0px) rotate(0deg) scale(1);
}


#circle-1  {
    /* stroke-dasharray: 1952; */
    /* stroke-dashoffset: 1952;
    animation: circle1 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    -webkit-animation: circle1 5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
    transition: opacity 0.5s 0.3s;
    -webkit-transition: opacity 0.5s 0.3s;
    -moz-transition: opacity 0.5s 0.3s;
    -ms-transition: opacity 0.5s 0.3s;
    -o-transition: opacity 0.5s 0.3s; */
}

.in-view #circle-1  {
    /* stroke-dasharray: 102;
    stroke-dashoffset: 102;
    animation: circle12 0.4s linear forwards alternate infinite;
    -webkit-animation: circle12 0.4s linear forwards alternate infinite; */
}

/* .logo-effect-left-logos.opacity-large #circle1  {
    opacity: 1;
}

@keyframes circle1 {
    from {
        stroke-dashoffset: 1952;
    }
    to {
        stroke-dashoffset: 0;
    }
}

@keyframes circle12 {
    from {
        stroke-dashoffset: 0;
    }
    to {
        stroke-dashoffset: 2;
    }
} */

.po-tabs-inline-item:not(:last-child) {
    margin-bottom: 40px;
}

.hero-main-image-lottie {
    position: absolute;
    top: 0;
    left: -20%;
    right: -40px;
    bottom: -28px;
    width: calc(100% + 20% + 40px);
    height: calc(100% + 28px);
    z-index: 12;
    /* background: rgba(0, 33, 7, 0.10); */
}

.no-link {
    pointer-events: none;
}

.sot-card-image a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}
.sot-card-image a span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: var(--white);
    border-radius: 50%;
    transition: 0.2s;
}
.sot-card-image a:hover span {
    background: var(--purple-light);
}
.sot-card-image a span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 52%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    background: url(../img/icon-play.svg) no-repeat center center / 100% 100%;
}

/* Medias */



@media only screen and (max-height: 870px) {
    .fbm-box-right {
        min-height: 640px;
    }
}

@media only screen and (max-width: 1366px) {
    .hero-main-image-lottie {
        right: -20px;
        width: calc(100% + 20% + 20px);
    }
    .hero-main-image-right {
        right: -19px;
    }
    .sot-cards-indicator-hold {
        left: 24px;
    }
    .logos-static-list ul {
        -webkit-gap: 20px 70px;
        gap: 20px 70px;
    }
    .sertifications-hold:before {
        right: -50px;
    }
}

@media only screen and (max-width: 1300px) {
    .hero-sec-image-left {
        left: 14%;
    }
    .hero-sec-image-right {
        left: 80%;
    }
    .hero-secodary-image > span {
        max-width: 83%;
    }
    .hero-secodary-image {
        padding: 0 16%;
        margin-top: 170px;
        position: relative;
    }
    .hero-main-right {
        padding-left: 10%;
    }
    .icons-benefits-section.has-gradient + .pt-none {
        padding-top: 160px;
    }
    .fbm-box-left {
        padding-right: 7%;
    }
    .fbm-box-right {
        padding-left: 0%;
    }
    .fbm-box {
        padding: 0 60px;
    }
    .sot-card-item {
        padding-left: 80px;
        padding-right: 20px;
    }
    .sertifications-list ul li img {
        max-width: calc(100% - 18px);
        max-height: calc(100% - 18px);
    }
    .sertifications-list ul {
        width: calc(100% + 30px);
        margin-bottom: -30px;
    }
    .sertifications-list ul li {
        width: calc(25% - 30px);
        min-width: calc(25% - 30px);
        margin-right: 30px;
        margin-bottom: 30px;
    }
    .section-top.mb-xl {
        margin-bottom: 80px;
    }
    .three-features-list ul {
        margin-bottom: -80px;
    }
    .three-features-list ul li {
        margin-bottom: 80px;
    }
    .icons-benefits-section.has-gradient .three-features-list:before {
        display: none;
    }
    .icons-benefits-section.has-gradient .three-features-list {
        padding-bottom: 0px;
    }
    .icons-benefits-section.has-gradient {
        position: relative;
    }
    .icons-benefits-section.has-gradient:before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0px;
        right: 0px;
        width: 100%;
        height: 380px;
        background: linear-gradient(180deg, #FFFEF9 0%, #002809 100%);
        opacity: 0.11;
    }
    .compare-table-head .compare-table-cell:nth-child(1) {
        font-size: 20px;
    }
    .po-tabs-image-hold {
        height: 300px;
    }
    .co-acc-nr {
        top: 30px;
        left: 30px;
    }
    .footer-cta {
        margin-bottom: 120px;
    }
    .stats-item-content {
        padding: 0 30px;
    }
    .stats-item-number {
        font-size: 64px;
    }
    .hero-main-left {
        padding-right: 0;
    }
    .co-acc-title {
        font-size: 20px;
    }
    .co-acc ul li.active {
        padding: 32px 32px;
    }
    .co-acc-content-hidden {
        max-width: 280px;
    }
    .co-acc-image-hold {
        max-width: calc(100% - 340px);
    }
    .global-cta-hold {
        padding-left: 60px;
    }
} 

@media only screen and (max-width: 1199px) {
    .hero-main-image-lottie {
        left: -20px;
        width: calc(100% + 20px + 20px);
    }
    .po-tabs-card-02 {
        left: 43%;
    }
    .global-cta-right:before {
        right: -80px;
    }
    .global-cta-image-left {
        max-width: 120px;
    }
    .global-cta-image > img {
        max-width: 440px;
    }
    .hero-tic-image-hold {
        max-width: 820px;
    }
    .itc-image-right {
        right: -12px;
        max-width: 220px;
    }
    .itc-image-left {
        left: -15px;
        width: 100%;
        max-width: 200px;
    }
    .image-text-cta-image-hold {
        padding-left: 20px;
        padding-right: 0px;
    }
    .hero-secodary-image > span {
        max-width: 95%;
    }
    .hero-sec-image-left {
        left: 10%;
        max-width: 136px;
    }
    .hero-sec-image-right {
        left: 86%;
        max-width: 240px;
    }
    .hero-secodary-image {
        padding: 0 10%;
        margin-top: 140px;
    }
    .hero-main-image:before {
        max-width: 110%;
    }
    .hero-main-image-right {
        max-width: 170px;
    }
    .hero-main-image-left {
        left: 20%;
        max-width: 260px;
    }

    .hero-main-right {
        padding-left: 6%;
    }
    .sertifications-hold:before {
        width: 300px;
        height: 300px;
    }
    .icons-benefits-section.has-gradient + .pt-none {
        padding-top: 120px;
    }
    .logos-static-list ul {
        -webkit-gap: 20px 40px;
        gap: 20px 40px;
    }
    .logos-static-list ul li img {
        max-width: 180px;
        max-height: 100px;
    }
    @-webkit-keyframes scrollVertical {
        to {
          -webkit-transform: translateY(calc(-50% - 40px));
          -moz-transform: translateY(calc(-50% - 40px));
          transform: translateY(calc(-50% - 40px));
        }
    }
    @-moz-keyframes scrollVertical {
        to {
            -webkit-transform: translateY(calc(-50% - 40px));
            -moz-transform: translateY(calc(-50% - 40px));
            transform: translateY(calc(-50% - 40px));
        }
    }
    @keyframes scrollVertical {
        to {
            -webkit-transform: translateY(calc(-50% - 40px));
            -moz-transform: translateY(calc(-50% - 40px));
            transform: translateY(calc(-50% - 40px));
        }
    }
    .fbm-box-list {
        gap: 80px;
    }
    .fbm-box-right {
        padding-left: 1%;
    }
    .fbm-box {
        padding: 0 48px;
    }
    .fbm-box-right {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .hero-secondary-5050-right {
        width: 100%;
    }
    .hero-secondary-5050-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    .hero-secondary-5050-sectionr > span {
        right: -100px;
    }
    .hero-secondary-5050-left {
        padding-right: 6%;
    }
    .sot-card-item {
        padding-left: 32px;
        padding-right: 0;
    }
    .sot-cards-indicator-hold {
        left: 20px;
    }
    .entry h2:not(:first-child), .entry h3:not(:first-child), .entry h4:not(:first-child), .entry h5:not(:first-child) {
        margin-top: 48px;
    }
    .entry h2 {
        font-size: 36px;
    }
    .entry h3 {
        font-size: 30px;
    }
    .entry h4 {
        font-size: 22px;
    }
    .entry ul li:before {
        left: 54px;
    }
    .entry ul li {
        padding-left: 80px;
    }
    .entry ol li:before {
        left: 54px;
    }
    .entry ol li {
        padding-left: 80px;
    }
    .entry {
        font-size: 18px;
    }
    .hero-single-resource-right {
        padding-left: 3%;
    }
    .resources-grid ul {
        margin-left: -24px;
        width: calc(100% + 48px);
        margin-bottom: -48px;
    }
    .resources-grid ul li {
        width: calc(33.333% - 48px);
        min-width: calc(33.333% - 48px);
        margin: 0px 24px 48px;
    }
    .positions-list-item-link {
        width: 17%;
    }
    .positions-list-item-location {
        width: 20%;
    }
    .positions-list-item-type {
        font-size: 18px;
    }
    .positions-list-item-location {
        font-size: 18px;
    }
    .image-text-cta-left {
        padding-right: 5%;
    }
    .reverse .image-text-cta-left {
        padding-left: 5%;
    }
    .sertifications-list ul {
        width: calc(100% + 20px);
        margin-bottom: -20px;
    }
    .sertifications-list ul li {
        width: calc(25% - 20px);
        min-width: calc(25% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
    }
    .testimonials-nav {
        right: 24px;
    }
    .testimonials-dots {
        left: 24px;
    }
    .testimonials-hold {
        padding: 24px 24px 110px;
    }
    .testimonials-carousel-hold {
        max-width: 500px;
    }
    .tcia-logo img {
        max-width: 160px;
    }
    .tcia-title {
        font-size: 18px;
    }
    .testimonials-carousel-item {
        padding: 80px 32px 32px 32px;
        min-height: 440px;
    }
    .testimonials-carousel-item-text {
        font-size: 18px;
    }
    .title-72 {
        font-size: 60px;
    }
    .tlcr-tabs-right {
        padding-left: 0;
    }
    .tlcr-tabs-content {
        padding: 56px 32px 56px;
    }
    .three-features-list ul li:after {
        right: -12.5%;
    }
    .three-features-list ul {
        margin-bottom: -64px;
    }
    .three-features-list ul li {
        width: 28.666%;
        margin-right: 7%;
        margin-bottom: 64px;
    }
    .title-32 {
        font-size: 24px;
    }
    .hero-pt-reg {
        /* padding-top: 170px; */
    }
    .title-56 {
        font-size: 48px;
    }
    .co-acc-image-hold {
        max-width: calc(100% - 280px);
        min-width: 215px;
    }
    .co-acc ul li {
        height: 420px;
    }
    .fr-carousel-item {
        width: 400px;
    }
    .global-cta-hold {
        padding-left: 40px;
    }
    .stats-item-content {
        padding: 0 24px;
    }
    .stats-item-number {
        font-size: 60px;
    }
    .stats-right {
        padding-left: 2%;
    }
    .tlir-right {
        padding-left: 0;
    }
    .tlir-tabs ul li {
        padding: 4px 0;
    }
    .tlir-tabs-title {
        font-size: 24px;
    }
    .co-acc-nr {
        top: 24px;
        left: 24px;
    }
    .co-acc ul li.active {
        padding: 24px 24px;
    }
    .po-tabs .tabs {
        margin-bottom: 40px;
    }
    .section-top.mb-lg {
        margin-bottom: 64px;
    }
    .po-tabs-image {
        left: 3%;
        right: 3%;
        width: calc(100% - 6%);
    }
    .subnav-full .subnav-nav ul li {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }
    .subnav-2-cols-item {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }
    .subnav-nav-image-title {
        font-size: 14px;
    }
    .subnav-wrap-right {
        padding-left: 2%;
    }
    .subnav-wrap-left {
        padding-right: 4%;
    }
    .title-40 {
        font-size: 36px;
    }
    .logos-list li {
        height: 100px;
    }
    .logos-list li img {
        max-width: 160px;
    }
    .logo {
        /* width: 240px; */
    }
    .nav {
        /* width: calc(100% - 220px - 220px); */
    }
    .header-right {
        /* width: 220px; */
    }
    .logos-list {
        gap: 80px;
    }
    @-webkit-keyframes scroll {
        to {
          -webkit-transform: translate(calc(-50% - 40px));
          -moz-transform: translate(calc(-50% - 40px));
          transform: translate(calc(-50% - 40px));
        }
    }
    @-moz-keyframes scroll {
        to {
            -webkit-transform: translate(calc(-50% - 40px));
            -moz-transform: translate(calc(-50% - 40px));
            transform: translate(calc(-50% - 40px));
        }
    }
    @keyframes scroll {
        to {
            -webkit-transform: translate(calc(-50% - 40px));
            -moz-transform: translate(calc(-50% - 40px));
            transform: translate(calc(-50% - 40px));
        }
    }
    .hero-book-demo-image {
        margin-top: 64px;
    }
    .nav > ul > li:not(:last-child) {
        margin-right: 30px;
    }
    .header-right > div:not(:last-child) {
        margin-right: 20px;
    }
    .pt-xlarge {
        padding-top: 120px;
    }
    .pb-xlarge {
        padding-bottom: 120px;
    }
    .footer-nav ul li a {
        font-size: 15px;
    }
    .hero-contact-right {
        padding-left: 2%;
    }
    .hero-contact-left {
        padding-right: 6%;
    }
    .footer-main {
        margin-bottom: 80px;
    }
    .footer-cta {
        margin-bottom: 96px;
        max-width: 900px;
    }
    footer {
        padding: 100px 0 32px;
    }
    .title-64 { 
        font-size: 54px;
    }
    .text-20 {
        font-size: 18px;
    }
    .grid-container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hero-text-image-centered-section:after {
        height: 124px;
    }
    .pt-large {
        padding-top: 110px;
    }
    .pb-large {
        padding-bottom: 110px;
    }
} 

@media only screen and (min-width: 1024px) {
    .mob-nav-hold {
        display: none !important;
    }
}

@media only screen and (max-width: 1023px) {
    .po-tabs-image-hold-v2 {
        height: 300px;
    }
    .po-tabs-cards-circles-inner {
        max-width: 500px;
    }
    .po-tabs-card-01 {
        max-width: 358px;
    }
    .po-tabs-card-02 {
        max-width: 362px;
    }
    .po-tabs-card-03 {
        max-width: 305px;
    }
    .global-cta-right:before {
        display: none;
    }
    .global-cta-image {
        padding-top: 20px;
    }
    .hero-tic-image-right {
        left: 95%;
        bottom: 20px;
        max-width: 200px;
    }
    .hero-tic-image-left {
        top: 18%;
        left: -12px;
        transform: translate(0%, -50%);
        max-width: 220px;
    }
    .hero-secodary-image > span {
        max-width: 100%;
    }
    .hero-sec-image-left {
        left: 6%;
        max-width: 110px;
    }
    .hero-sec-image-right {
        left: 91%;
        max-width: 200px;
    }
    .hero-secodary-image {
        padding: 0 25px;
        margin-top: 80px;
    }
    .hero-main-image-left {
        left: 15%;
    }
    .sertifications-hold:before {
        width: 439px;
        height: 439px;
    }
    .icons-benefits-section.has-gradient + .pt-none {
        padding-top: 100px;
    }
    .logos-static-list ul li img {
        max-width: 100px;
        max-height: 60px;
    }
    .logos-static-list ul {
        -webkit-gap: 20px 25px;
        gap: 20px 25px;
    }
    .differentiators-card-item-mob:not(:last-child) {
        margin-bottom: 48px;
    }
    .differentiators-card-right {
        width: 100%;
        padding-left: 0;
    }
    .differentiators-card-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .hero-tic-image:before {
        top: -80px;
    }
    .hero-tic-image {
        margin-top: 90px;
    }
    .hero-tic-image:before {
        width: 100%;
        height: auto;
        padding-bottom: 47.436%;
    }
    .fbm-box:before {
        bottom: auto;
        top: 20%;
        transform: translateY(-50%);
    }
    .fbm-box-list {
        gap: 40px;
    }
    .fbm-box-list-mob-hold {
        margin-top: 40px;
    }
    .fbm-box {
        padding: 80px 48px;
    }
    .fbm-box-right {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        width: 100%;
        min-height: 1px;
    }
    .cursor {
        display: none !important;
    }
    .hero-secondary-5050-section > span {
        right: 0;
        width: 317px;
        height: 252px;
        background: url(../img/orn-secondary-5050-mob.svg) no-repeat bottom right / 100% 100%;
    }
    .content-sot-cards-section .section-top {
        margin-bottom: 64px;
    }
    .differentiators-section .section-top {
        margin-bottom: 64px;
    }
    .sot-card-item-mob:not(:last-child) {
        margin-bottom: 48px;
    }
    .sot-card-right {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
    .sot-card-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px;
    }
    .hero-back {
        margin-bottom: 48px;
    }
    .pt-large {
        padding-top: 90px;
    }
    .pb-large {
        padding-bottom: 90px;
    }
    .hero-single-resource-right {
        width: 100%;
        padding-left: 0;
    }
    .hero-single-resource-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    .resources-grid ul {
        margin-left: -16px;
        width: calc(100% + 32px);
        margin-bottom: -32px;
    }
    .resources-grid ul li {
        width: calc(50% - 32px);
        min-width: calc(50% - 32px);
        margin: 0px 16px 32px;
    }
    .filter-list ul li:not(:last-child) {
        /* margin-right: 2px; */
    }
    .hero-featured-resource-image {
        border-bottom-left-radius: 0px;
        border-top-right-radius: 8px;
    }
    .hero-featured-resource-right {
        width: 100%;
        padding: 40px 32px;
    }
    .hero-featured-resource-left {
        width: 100%;
    }
    .filter-label {
        font-size: 20px;
        margin-right: 24px;
    }
    .positions-list-item a {
        min-height: 1px;
    }
    .positions-list-item-link {
        width: 30%;
    }
    .positions-list-item-type {
        width: 40%;
    }
    .positions-list-item-location {
        width: 30%;
    }
    .positions-list-item-title {
        font-size: 20px;
        width: 100%;
        margin-bottom: 20px;
    }
    .positions-list-item-title {
        font-size: 20px;
    }
    .hero-secodary-with-carousel-section {
        padding-bottom: 100px;
    }
    .hero-images-carousel {
        margin-top: 100px;
    }
    .hero-images-carousel li img {
        max-height: 280px;
    }
    .image-text-cta-right {
        width: 100%;
        padding-left: 0;
        margin-bottom: 48px;
    }
    .reverse .image-text-cta-right {
        padding-right: 0;
    }
    .image-text-cta-image {
        max-width: 559px;
        margin-left: auto;
        margin-right: auto;
    }
    .image-text-cta-left {
        padding-right: 0;
        width: 100%;
        order: 2;
    }
    .reverse .image-text-cta-left {
        padding-left: 0%;
    }
    .sertifications-list ul {
        width: calc(100% + 40px);
        margin-bottom: -40px;
    }
    .sertifications-list ul li {
        width: calc(25% - 40px);
        min-width: calc(25% - 40px);
        margin-right: 40px;
        margin-bottom: 40px;
    }
    .sertifications-right {
        width: 100%;
        padding-left: 0;
    }
    .sertifications-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    .tcia-right {
        max-width: 100%;
        margin-top: 40px;
    }
    .tcia-left {
        max-width: 100%;
        width: 100%;
    }
    .testimonials-carousel-item {
        padding: 70px 24px 24px 24px;
    }
    .testimonials-carousel-hold:before {
        left: 24px;
        font-size: 80px;
    }
    .testimonials-carousel-hold {
        max-width: 360px;
    }
    .tt-right {
        width: 100%;
        padding-left: 0;
    }    
    .tt-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 32px;
    }
    .content-overview-section .tt-left {
        margin-bottom: 48px;
    }
    .compare-table-head .compare-table-cell:nth-child(1) {
        font-size: 18px;
    }
    .compare-table-body .compare-table-cell {
        padding: 18px 12px;
    }
    .tlcr-tabs .tabs-title>a {
        color: var(--green);
        background: transparent;
    }
    .tlcr-tabs .tabs-title {
        margin-bottom: 12px;
    }
    .tlcr-tabs .tabs-title>a {
        padding: 10px 24px;
    }
    .tlcr-tabs-left .tlcr-tabs {
        position: relative;
    }
    .tlcr-tabs .tabs {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 28px;
        background: var(--light-gray-2);
        border: 1px solid var(--green);
        border-top: none;
        padding: 60px 12px 26px;
        border-bottom-left-radius: 26px;
        border-bottom-right-radius: 26px;
        opacity: 0;
        visibility: hidden;
        transition: 0.2s;
    }
    .tlcr-tabs.active .tabs {
        opacity: 1;
        visibility: visible;
    }
    .tlcr-tabs > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        padding: 6px 48px 6px 24px;
        min-height: 56px;
        font-size: 20px;
        border-radius: 30px;
        background: var(--green);
        color: var(--white);
        position: relative;
        cursor: pointer;
        line-height: 1.1;
        z-index: 20;
    }
    .tlcr-tabs > span:after {
        content: '';
        position: absolute;
        width: 19px;
        height: 12px;
        background: url(../img/dropdown-white.svg) no-repeat center center;
        top: 50%;
        transform: translateY(-50%);
        right: 23px;
    }
    .tlcr-tabs-right {
        width: 100%;
    }
    .tlcr-tabs-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    .pb-xlarge {
        padding-bottom: 100px;
    }
    .pt-xlarge {
        padding-top: 100px;
    }
    .three-features-list ul li:nth-child(3n):after {
        display: block;
    }
    .three-features-list ul li:nth-child(2n):after {
        display: none;
    }
    .three-features-list ul li:last-child:after {
        display: none;
    }
    .three-features-list ul li:after {
        right: -11.5%;
    }
    .three-features-list ul li {
        width: 45%;
        margin-right: 10%;
    }
    .three-features-list ul li:nth-child(3n) {
        margin-right: 10%;
    }
    .three-features-list ul li:nth-child(2n) {
        margin-right: 0%;
    }
    .hero-pt-reg {
        /* padding-top: 160px; */
    }
    .program-management-overview-section:after {
        display: none;
    }
    .co-acc-mob-trigger {
        display: block;
    }
    .co-acc-desk-trigger {
        display: none;
    }
    .co-acc-nr {
        top: 26px;
        opacity: 1;
    }
    .co-acc ul li.active .co-acc-title {
        font-size: 28px;
    }
    .co-acc-title {
        font-size: 28px;
        padding-left: 40px;
    }
    .co-acc-image-mob {
        max-width: 60%;
        margin-left: auto;
        position: relative;
        left: 24px;
        margin-bottom: -50px;
    }
    .co-acc-image-mob img {
        opacity: 0;

        transition: 0.3s 0.1s;
    }
    .co-acc ul li.active-image .co-acc-image-mob img {
        opacity: 1;
    }
    .co-acc-content-hidden {
        max-width: 100%;
    }
    .co-acc ul li.active {
        width: 100%;
    }
    .co-acc ul li {
        height: auto;
        width: 100%;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .co-acc ul li:last-child {
        margin-bottom: 0px;
    }
    .co-acc ul {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    
    .fr-carousel-item:after {
        right: -31px;
    }
    .fr-carousel-item {
        width: 360px;
    }
    .global-cta-image img {
        width: 100%;
        max-width: 584px;
    }
    .global-cta-right {
        width: 100%;
        /* padding-left: 0; */
        /* text-align: center; */
        padding-left: 40px;
        text-align: right;
    }
    .global-cta-hold {
        padding: 0;
    }
    .global-cta-left {
        padding: 40px 32px;
        width: 100%;
    }
    .stats-right {
        padding-left: 10%;
        width: 100%;
        padding-right: 10%;
    }
    .stats-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 48px;
    }
    .tlir-right {
        display: none;
    }
    .tlir-tabs-title {
        font-size: 32px;
    }
    .tlir-left {
        width: 100%;
        padding-right: 0;
    }
    .po-tabs-image-hold {
        height: 260px;
        margin-top: 40px;
    }
    .hero-main-image {
        width: 100%;
    }
    .hero-main-right {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
    }
    .hero-main-left {
        width: 100%;
        margin-bottom: 48px;
    }
    footer:before {
        display: none;
    }
    .subnav-full .subnav-nav ul li {
        width: 100%;
        min-width: 100%;
    }
    .subnav-nav ul li {
        margin-bottom: 24px;
    }
    .subnav-2-cols-item {
        width: 100%;
        min-width: 100%;
        margin-bottom: 32px;
    }
    .subnav-2-cols-item:last-child {
        margin-bottom: 0px;
    }
    .subnav-wrap-right {
        padding-left: 16px;
        padding-top: 16px;
        width: 100%;
        padding-bottom: 40px;
    }
    .nav {
        display: none;
    }
    .header-right {
        display: none;
    }
    .logo {
        width: 80%;
    }
    .nav-trigger {
        width: 20%;
    }
    .nav > ul > li:not(:last-child) {
        margin-right: 32px;
    }
    .hero-contact-right {
        padding-left: 0;
        width: 100%;
    }
    .hero-contact-left {
        padding-right: 0%;
        width: 100%;
        margin-bottom: 48px;
    }
    .hero-pt-reg {
        padding-top: 144px;
    }
    .footer-bottom-right {
        width: 100%;
        max-width: 100%;
    }
    .footer-bottom-left {
        width: 100%;
        margin-bottom: 40px;
    }
    .footer-main-left {
        width: 100%;
        order: 2;
    }
    .footer-main-right {
        width: 100%;
        max-width: 100%;
        margin-bottom: 64px;
    }
    .footer-nav ul li a {
        font-size: 16px;
    }
    .footer-apps {
        margin-top: 32px;
        margin-top: 24px;
    }
    .footer-apps ul li:not(:last-child) {
        margin-right: 20px;
    }
    .filter-list > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid var(--green);
        padding: 3px 20px;
        font-size: 20px;
        line-height: 1.6;
        border-radius: 20px;
    }
    .filter-list.active > span {
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .filter-list > span:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 14px;
        width: 17px;
        height: 11px;
        background: url(../img/dropdown-select.svg) no-repeat center center;
    }
    .filter-list ul {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        top: 100%;
        padding: 15px 18px 30px;
        border: 1px solid var(--green);
        border-top: none;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        background: var(--light-gray-2);
        display: block;
        opacity: 0;
        visibility: hidden;
    }
    .filter-list.active ul {
        opacity: 1;
        visibility: visible;
    }
    .filter-hold {
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
    }
    .filter-list ul li a {
        padding: 0;
        border-radius: 0;
    }
    .filter-list ul li:not(:last-child) {
        margin-bottom: 20px;
        margin-right: 0;
    }
    .filter-list ul li a:hover {
        background: transparent;
    }
    .filter-list ul li.active a {
        background: transparent;
        color: var(--green);
        /* text-decoration-line: underline;
        text-decoration-thickness: 1px; */
        border-bottom: 1px solid var(--green);
    }
    .filter-list {
        position: relative;
        width: 50%;
        max-width: calc(100% - 110px)
    }
    .filter-list ul li label {
        padding: 0;
        border-radius: 0;
        border-bottom: 1px solid transparent;
    }
    .filter-list ul li label:hover {
        background: transparent;
    }
    .filter-list ul li input:checked + label {
        background: transparent;
        color: var(--green);
        border-bottom: 1px solid var(--green);
    }
} 

@media screen and (max-width:767px) {
    .sertifications-list ul li {
        width: calc(33.333% - 40px);
        min-width: calc(33.333% - 40px);
    }
    .filter-list {
        width: 80%;
    }
    
}

@media screen and (max-width:639px) {
    .sot-card-image a span {
        width: 64px;
        height: 64px;
    }
    .hero-main-image-lottie {
        left: -52px;
        right: -20px;
        bottom: -12px;
        width: calc(100% + 52px + 20px);
        height: calc(100% + 12px);
    }
    .footer-contacts {
        margin-top: 24px;
    }
    .po-tabs-card-01 img {
        transition-delay: 0s !important;
    }
    .po-tabs-card-02 img {
        transition-delay: 0.2s !important;
    }
    .po-tabs-card-03 img {
        transition-delay: 0.4s !important;
    }
    .po-tabs-cards-circles-inner {
        max-width: 290px;
    }
    .po-tabs-card-01 {
        left: 26%;
        top: 47%;
        max-width: 180px;
    }
    .po-tabs-card-02 {
        max-width: 180px;
    }
    .po-tabs-card-03 {
        max-width: 150px;
        left: 78%;
        bottom: 30px;
        z-index: 15;
    }
    .po-tabs-image-hold-v2 {
        height: 210px;
        margin-top: 0;
    }
    .tlir-tabs-image-inline img {
        border-radius: 4px;
    }
    .image-text-cta-image-hold {
        padding-left: 0;
    }
    .hero-tic-image-right {
        left: 98%;
        bottom: 10px;
        max-width: 120px;
    }
    .hero-tic-image-left {
        top: 12%;
        max-width: 160px;
    }
    .itc-image-right {
        max-width: 160px;
    }
    .itc-image-left {
        left: -10px;
        width: 100%;
        max-width: 160px;
    }
    .hero-main-image-right {
        max-width: 92px;
        right: -18px;
        bottom: -13px;
    }
    .hero-main-image-left {
        left: -52px;
        max-width: 134px;
        transform: translate(0%, -50%);
    }
    .sertifications-hold:before {
        display: none;
    }
    .icons-benefits-section.has-gradient + .pt-none {
        padding-top: 80px;
        padding-top: 56px;
    }
    .tlcr-tabs > span {
        font-size: 16px;
    }
    .tlcr-tabs .tabs-title>a {
        font-size: 16px;
    }
    .resources-grid.featured-resources-list-mob ul li {
        padding-bottom: 32px;
        position: relative;
    }
    .resources-grid.featured-resources-list-mob ul li:last-child {
        padding-bottom: 0;
    }
    .resources-grid.featured-resources-list-mob ul li:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-image: linear-gradient(90deg, #CDCDCD 20%, transparent 20%, transparent 50%, #CDCDCD 50%, #CDCDCD 70%, transparent 70%);
        background-size: 32px 32px;
    }
    .resources-grid.featured-resources-list-mob ul li:last-child:after {
        display: none;
    }
    .logos-static-list ul li img {
        max-width: 90px;
        max-height: 50px;
    }
    .logos-static-list ul {
        -webkit-gap: 20px 20px;
        gap: 20px 20px;
    }
    .form-reg .frm_style_formidable-style.with_frm_style .form-field {
        margin-bottom: 24px;
    }
    .stats-item-content .stats-item-text:first-child:not(:last-child) {
        display: none;
    }
    .differentiators-card-item-mob:not(:last-child) {
        margin-bottom: 32px;
    }
    .differentiators-card-left {
        margin-bottom: 24px;
    }
    .differentiators-card-right .title-40:not(:last-child) {
        margin-bottom: 16px;
    }
    .differentiators-card-grid {
        padding: 24px 16px;
    }
    .hero-tic-image:before {
        top: -30px;
        width: 135%;
        padding-bottom: 64%;
    }
    .hero-tic-image {
        margin-top: 84px;
    }
    .fbm-box-list {
        gap: 32px;
    }
    .fbm-box-item-image {
        margin-bottom: 20px;
    }
    .fbm-box:before {
        width: 322px;
        height: 545px;
        top: 35%;
        right: -30px;
    }
    .fbm-box {
        padding: 24px 16px;
    }
    .title-40.alt {
        font-size: 28px;
    }
    .sot-card-right .title-40:not(:last-child) {
        margin-bottom: 16px;
    }
    .sot-card-item-mob:not(:last-child) {
        margin-bottom: 32px;
    }
    .sot-card-left {
        margin-bottom: 24px;
    }
    .content-sot-cards-section .section-top {
        margin-bottom: 40px;
    }
    .differentiators-section .section-top {
        margin-bottom: 40px;
    }
    .btn-small-full,
    .btn-small-full:focus,
    .btn-small-full:active {
        min-width: 100%;
    }
    .single-newsletter-fields-button {
        min-width: 100%;
    }
    .single-newsletter-fields-item {
        min-width: 100%;
    }
    .single-newsletter-fields {
        -webkit-box-lines: multiple;
        -moz-box-lines: multiple;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap:wrap;
        flex-wrap: wrap;
    }
    .entry .wp-caption {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .entry ul li:before {
        left: 0;
    }
    .entry ul li {
        padding-left: 31px;
    }
    .entry ol li:before {
        left: 0;
    }
    .entry ol li {
        padding-left: 31px;
    }
    .entry h2, .entry h3, .entry h4, .entry h5 {
        margin-bottom: 20px;
    }
    .entry h2 {
        font-size: 28px;
    }
    .entry h3 {
        font-size: 24px;
    }
    .entry h4 {
        font-size: 20px;
    }
    .pt-large {
        padding-top: 56px;
    }
    .pb-large {
        padding-bottom: 56px;
    }
    .hero-single-resource-share {
        margin-top: 20px;
    }
    .hero-single-resource-section .title-56:not(:last-child) {
        margin-bottom: 20px;
    }
    .hero-single-resource-date {
        margin-bottom: 20px;
    }
    .resources-grid-more {
        margin-top: 48px;
        text-align: left;
    }
    .resources-grid ul li .title-24 {
        font-size: 20px;
    }
    .resources-grid ul li {
        width: 100%;
        min-width: 100%;
        margin: 0px 0px 32px;
    }
    .resources-grid ul {
        margin-left: 0;
        width: 100%;
    }
    .resources-grid-item-link {
        margin-top: 22px;
    }
    .resources-grid-item-image {
        /* padding-bottom: 93.88%; */
    }
    .resources-archive-section .title-56:not(:last-child) {
        margin-bottom: 24px;
    }
    .hero-featured-resource-image {
        /* padding-bottom: 80.466%; */
    }
    .hero-featured-resource-right {
        padding: 24px 16px;
    }
    .positions-list-item-type {
        width: 50%;
        text-align: right;
    }
    .positions-list-item-location {
        width: 50%;
    }
    .positions-list-item-link {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
        line-height: 1;
    }
    .hero-secodary-with-carousel-section.bg-light > span,
    .hero-secodary-with-carousel-section.bg-lightgrey > span {
        bottom: 52px;
    }
    .hero-secodary-with-carousel-section.bg-light,
    .hero-secodary-with-carousel-section.bg-lightgrey {
        padding-bottom: 0;
    }
    .hero-secodary-with-carousel-section > span img {
        max-width: 380px;
    }
    .hero-secodary-with-carousel-section > span {
        bottom: 136px;
    }
    @-webkit-keyframes scroll2 {
        to {
          -webkit-transform: translate(calc(-50% - 10px));
          -moz-transform: translate(calc(-50% - 10px));
          transform: translate(calc(-50% - 10px));
        }
    }
    @-moz-keyframes scroll2 {
        to {
            -webkit-transform: translate(calc(-50% - 10px));
            -moz-transform: translate(calc(-50% - 10px));
            transform: translate(calc(-50% - 10px));
        }
    }
    @keyframes scroll2 {
        to {
            -webkit-transform: translate(calc(-50% - 10px));
            -moz-transform: translate(calc(-50% - 10px));
            transform: translate(calc(-50% - 10px));
        }
    }
    .hero-images-carousel {
        gap: 20px;
    }
    .hero-images-carousel li img {
        max-height: 235px;
    }
    .hero-secodary-with-carousel-section {
        padding-bottom: 80px;
    }
    .hero-secodary-image {
        /* padding-top: 12%; */
        padding: 0 15px;
    }
    .hero-secodary-image > span {
        bottom: 16px;
        max-width: 100%;
    }
    .hero-sec-image-right {
        left: 91%;
        max-width: 90px;
    }
    .hero-sec-image-left {
        left: 7%;
        max-width: 56px;
    }
    .sertifications-list ul li {
        width: calc(50% - 40px);
        min-width: calc(50% - 40px);
    }
    .testimonials-dots {
        left: 0;
        bottom: 10px;
    }
    .testimonials-dots button.owl-dot span {
        background: var(--green);
    }
    .testimonials-dots {
        background: rgba(0,33,7,0.32)
    }
    .testimonials-nav button.owl-next svg path, 
    .testimonials-nav button.owl-prev svg path {
        stroke: var(--green);
    }
    .testimonials-nav button.owl-next:hover svg path, 
    .testimonials-nav button.owl-prev:hover svg path {
        stroke: var(--white);
    }
    .testimonials-nav button.owl-next, 
    .testimonials-nav button.owl-prev {
        border: 1px solid var(--green);
    }
    .testimonials-nav button.owl-next:hover, 
    .testimonials-nav button.owl-prev:hover {
        border: 1px solid var(--green);
        background: var(--green);
    }
    .testimonials-nav {
        position: relative;
        right: auto;
        bottom: auto;
        margin-top: 24px;
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }
    .testimonials-carousel-hold:before {
        left: 16px;
        font-size: 70px;
        top: -2px;
    }
    .testimonials-carousel-item-author {
        margin-top: 32px;
    }
    .testimonials-carousel-item {
        padding: 70px 16px 32px;
        min-height: 1px;
    }
    .testimonials-carousel-hold {
        max-width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    .testimonials-images > img {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .testimonials-hold {
        padding: 0;
    }
    .testimonials-images {
        position: relative;
        padding-bottom: 61.52%;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        width: auto;
        height: auto;
    }
    .table-compare-mob-button {
        margin-top: 32px;
    }
    .table-compare-dislaimer {
        display: none;
    }
    .compare-table-body .compare-table-row:nth-child(n+8) {
        display: none;
    }
    .tt-left {
        margin-bottom: 20px;
    }
    .title-72 {
        font-size: 44px;
    }
    .compare-table-logo {
        min-height: 40px;
    }
    .compare-table-mob-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .compare-table-head .compare-table-cell:nth-child(1) {
        font-size: 20px;
    }
    .compare-table-cell {
        width: 30%;
    }
    .compare-table-cell:nth-child(2) {
        width: 31%;
    }
    .compare-table-cell:nth-child(1) {
        width: 39%;
    }
    .compare-table-border {
        display: none;
    }
    .compare-table .compare-table-head .compare-table-row .compare-table-cell:nth-child(3),
    .compare-table .compare-table-head .compare-table-row .compare-table-cell:nth-child(4),
    .compare-table .compare-table-head .compare-table-row .compare-table-cell:nth-child(5),
    .compare-table .compare-table-head .compare-table-row .compare-table-cell:nth-child(6),
    .compare-table .compare-table-body .compare-table-row .compare-table-cell:nth-child(3),
    .compare-table .compare-table-body .compare-table-row .compare-table-cell:nth-child(4),
    .compare-table .compare-table-body .compare-table-row .compare-table-cell:nth-child(5),
    .compare-table .compare-table-body .compare-table-row .compare-table-cell:nth-child(6) {
        display: none;
    }
    .compare-table .compare-table-head .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-head .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-head .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-head .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-body .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-body .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-body .compare-table-row .compare-table-cell.active,
    .compare-table .compare-table-body .compare-table-row .compare-table-cell.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tlcr-tabs .tabs-title>a {
        padding: 10px 16px;
    }
    .tlcr-tabs .tabs {
        padding: 60px 9px 26px;
    }
    .tlcr-tabs-image {
        padding-bottom: 72%;
    }
    .tlcr-tabs-content {
        padding: 32px 24px;
    }
    .three-features-list ul {
        margin-bottom: 0;
    }
    .three-features-list ul li:nth-child(2n):after {
        display: block;
    }
    .three-features-list ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .three-features-list ul li:after {
        right: 0;
        left: 0;
        bottom: 0;
        top: auto;
        height: 1px;
        width: 100%;
        background-image: linear-gradient(90deg, #CDCDCD 20%, transparent 20%, transparent 50%, #CDCDCD 50%, #CDCDCD 70%, transparent 70%);
        background-size: 32px 32px;
    }
    .three-features-list ul li {
        width: 100%;
        margin-right: 0%;
        padding-top: 0;
        padding-bottom: 32px;
        margin-bottom: 32px;
    }
    .section-top.mb-xl {
        margin-bottom: 48px;
    }
    .hero-text-image-centered-content:not(:last-child) {
        margin-bottom: 50px;
    }
    .hero-text-image-centered-section:after {
        height: 200px;
        height: auto;
        padding-bottom: 53%;
    }
    .hero-pt-reg {
        /* padding-top: 144px; */
    }
    .hero-main-image:before {
        top: -5px;
        max-width: 100%;
        max-width: calc(100% + 52px + 40px);
    }
    .hero-main-hold {
        margin-bottom: 13px;
    }
    .featured-resources-hold:before {
        opacity: 0;
        visibility: hidden;
    }
    .fr-carousel-item:after {
        display: none;
    }
    .fr-carousel-item {
        width: calc(100vw - 32px);
    }
    .global-cta-left {
        padding: 24px 16px 32px;
    }
    .global-cta-right {
        padding-left: 16px;
        padding-left: 16%;
        padding-top: 0;
    }
    .global-cta-image-left {
        max-width: 80px;
    }
    .global-cta-hold {
        /* padding: 24px 16px; */
    }
    .stats-item-content {
        padding: 0px 20px;
    }
    .stats-item-text {
        font-size: 14px;
        line-height: 1.2;
    }
    .stats-item circle {
        stroke-width: 2;
        stroke-dasharray: 10, 10;
    }
    .stats-item-number {
        font-size: 28px;
    }
    .stats-right {
        padding-left: 0;
        padding-right: 0;
    }
    .stats-left {
        margin-bottom: 40px;
    }
    .tlir-tabs ul li:first-child .tlir-tabs-title {
        padding-top: 8px;
    }
    .tlir-tabs ul li {
        padding: 8px 0;
    }
    .tlir-tabs-image-inline {
        margin-top: 12px;
    }
    .tlir-tabs-title {
        font-size: 24px;
        padding: 12px 0;
    }
    .section-top-button {
        margin-top: 16px;
    }
    .co-acc-image-mob {
        padding-top: 24px;
        max-width: 88%;
        left: 16px;
        margin-bottom: -78px;
    }
    .co-acc-nr {
        left: 16px;
    }
    .co-acc ul li.active {
        padding: 24px 16px;
    }
    .co-acc ul li {
        padding: 24px 16px;
    }
    .title-64:not(:last-child) {
        margin-bottom: 20px;
        margin-bottom: 32px;
    }
    .po-tabs-image-hold {
        height: auto;
        padding-bottom: 36%;
    }
    .po-tabs-image {
        left: 0;
        right: 0;
        width: 100%;
    }
    .po-tabs .tabs {
        padding: 8px 8px;
    }
    .po-tabs .tabs-title:not(:last-child) {
        margin-right: 0px;
    }
    .po-tabs .tabs-title>a {
        padding: 10px 12px;
        font-size: 14px;
    }
    .title-56 {
        font-size: 40px;
    }
    .po-tabs .tabs {
        margin-bottom: 32px;
    }
    .section-top.mb-lg {
        margin-bottom: 40px;
    }
    .section-top {
        margin-bottom: 40px;
    }
    .hero-main-right {
        padding-left: 0;
        padding-right: 0;
        padding-left: 52px;
        padding-right: 30px;
    }
    .hero-main-left {
        margin-bottom: 32px;
    }
    .mt-32 {
        margin-top: 20px;
    }

    .hero-pt-md {
        padding-top: 120px;
    }
    .mob-nav-hold {
        padding: 56px 0 32px;
    }
    .logos-list li {
        height: 82px;
    }
    .logos-list {
        gap: 60px;
    }
    @-webkit-keyframes scroll {
        to {
          -webkit-transform: translate(calc(-50% - 30px));
          -moz-transform: translate(calc(-50% - 30px));
          transform: translate(calc(-50% - 30px));
        }
    }
    @-moz-keyframes scroll {
        to {
            -webkit-transform: translate(calc(-50% - 30px));
            -moz-transform: translate(calc(-50% - 30px));
            transform: translate(calc(-50% - 30px));
        }
    }
    @keyframes scroll {
        to {
            -webkit-transform: translate(calc(-50% - 30px));
            -moz-transform: translate(calc(-50% - 30px));
            transform: translate(calc(-50% - 30px));
        }
    }
    .hero-book-demo-image {
        margin-top: 40px;
        display: none;
    }
    .hero-contact-left {
        margin-bottom: 40px;
    }
    .hero-pt-reg {
        padding-top: 120px;
    }
    .logo svg {
        width: 140px;
        height: auto;
    }
    .form-box {
        padding: 24px 20px;
    }
    .pt-xlarge {
        padding-top: 80px;
        padding-top: 56px;
    }
    .pb-xlarge {
        padding-bottom: 80px;
        padding-bottom: 56px;
    }
    .pt-xsmall {
        padding-top: 56px;
    }
    .pb-xsmall {
        padding-bottom: 56px;
    }
    footer {
        padding: 56px 0 56px;
    }
    .footer-sec-nav ul li {
        margin-right: 32px;
    }
    .footer-sec-nav {
        width: 100%;
        margin-bottom: 24px;
    }
    .copyrights {
        width: 100%;
    }
    .footer-main {
        margin-bottom: 42px;
    }
    .footer-apps ul li:last-child img {
        max-height: 42px;
    }
    .footer-apps ul li img {
        max-height: 48px;
    }
    .footer-main-right {
        margin-bottom: 14px;
    }
    .footer-nav-col {
        width: calc(50% - 8px);
        margin-bottom: 50px;
    }
    .footer-cta {
        margin-bottom: 72px;
    }
    .grid-container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .title-64 {
        font-size: 44px;
    }
	.entry iframe {
		max-width: 100%;
	}

} 