@charset "utf-8";

html {
	font-size: 16px;
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
	font-family: Inter, sans-serif;
	font-size: 16px;
	line-height: 22px;
	background-color: #f2f4f8;
	color: #283752;
	font-weight: 400;
}

p {
	margin-top: 0;
	margin-bottom: 1.2rem;
}

small, .small {
	font-size: 100%;
	font-weight: inherit;
}

h1, h2, h3, h4, h5, h6, h1 strong, h2 strong, h3 strong, h4 strong, h5 strong, h6 strong {
	line-height: 1.4;
	margin-bottom: 1.5rem;
	/* letter-spacing: -0.03em; */
	color: #1E283D;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}

h4 b, h3 b, h2 b, h1 b {
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
}

.header-icon img {
	max-width: 34px;
	position: absolute;
	top: -60px;
}

.site-branding {
	padding: 17px 0;
}

.page-header h1 {
	margin-left: auto;
	margin-right: auto;
}

.page-header h3, .page-header h4, .page-header h2, .page-header h1 {
	margin-top: 0;
	margin-bottom: 0;
}

.wistia-video-hold {
	/* min-height: 45px; */
	/* overflow: visible; */
	/* display: inline-block; */
	/* height: 45px; */
	position: absolute;
}

.page-header {
	display: flex;
	align-items: center;
	position: relative;
	padding: 170px 0 20px;
	overflow: visible;
	background-repeat: no-repeat;
}

a.brief-btn:hover {
	color: #1E283D;
}

.page-header.small-header {
	min-height: 300px;
}

.illuminate-box {
	padding: 15px 0;
	transition: all .3s;
	position: relative;
}
.f-txt p {
	margin: 0 !important;
}
.illuminate-btns a {
	margin-top: 0 !important;
}

.site-main > section:before, .site-main > section:after, .page-header:before, .page-header:after, footer:before, footer:after {
	content: "";
	position: absolute;
	width: 100%;
	z-index: -10;
	background-repeat: no-repeat;
	display: block;
}
select option {
	color: #6C88BF !important;
}

select {
	-webkit-appearance: menulist-button;
	color: #212529;
}

select:invalid {
	color: #6C88BF;
}
.site-main > section:after, .page-header:after, footer:after {
	visibility: hidden;
}

.page-subtitle {
	margin: 20px 0 40px;
	font-size: 18px;
	line-height: 26px;
}
.countdown-number {
	font-size: 30px;
	line-height: 46px;
}
.countdown-number {
	width: 70px;
}
.seconds-column {
	display: none;
}

.impact-counter * {
	color: #005DE8 !important;
}
.impact-logo picture, .impact-logo img {
	max-height: 40px;
}

.impact-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}
.impact-speaker-wrap h4 {
	min-height: 60px;
	margin-bottom: 12px;
}

.impact-speaker-wrap p {
	min-height: 44px;
	margin-bottom: 13px;
}
img.aws-logo {
	max-width: 180px;
	margin-left: 14px;
	position: relative;
	top: 4px;
}
.aws-logo-wrap {
	display: flex;
	position: relative;
	margin-left: 10px;
	top: 3px;
	align-items: center;
}


.menu-toggle {
	cursor: pointer;
	width: 30px;
	background: none;
	border: 0;
	text-indent: -9999em;
}

.fix-imagify > img:nth-child(1) {
	right: 0;
	top: 90px;
}

.menu-toggle:after, .menu-toggle:before, .menu-toggle div {
	background-color: black;
	border-radius: 3px;
	content: '';
	display: block;
	height: 3px;
	margin: 7px 0;
	transition: all .2s ease-in-out;
}

.mm-wrapper_opened .menu-toggle:before {
	transform: translateY(8px) rotate(135deg);
}

.mm-wrapper_opened .menu-toggle:after {
	transform: translateY(-12px) rotate(-135deg);
}

.mm-wrapper_opened .menu-toggle div {
	transform: scale(0);
}

:root {
	--font-size-1: 0.833rem;
	--font-size-2: 1rem;
	--font-size-3: 1.2rem;
	--font-size-4: 1.44rem;
	--font-size-5: 1.728rem;
	--font-size-6: 2.074rem;
	--font-size-7: 2.488rem;
	--font-size-8: 2.986rem;
}

h1 {
	font-size: 32px;
	line-height: 41px;
}

h2 {
	font-style: normal;
	font-size: 28px;
	line-height: 35px;
}

h3, h2.entry-title {
	font-size: 24px;
	line-height: 33px;
}

h4 {
	font-size: 22px;
	line-height: 30px;
}


.section-title h2 {
	margin: 0;
	padding-bottom: 0;
}


footer {
	padding: 80px 0;
	background: white;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

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

footer.site-footer-lp {
	background: #273752;
	padding: 41px 0;
}

footer.site-footer-lp .footer-copy {
	color: #6C88BF;
}

footer.site-footer-lp .footer-logo svg {
	fill: #6C88BF;
}
.faq-group li {
	margin-bottom: 4px !important;
}

.faq-group ul li ul li {
	margin-top: 4px !important;
	margin-left: 20px;
}
footer.site-footer-lp .footer-main {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

iframe {
	width: 100%;
}

section {
	padding: 120px 0;
	position: relative;
}

.page-header.mask .container {
	position: relative;
}

#primary-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0;
}

.counter-num {
	font-size: 34px;
}

.site-branding svg {
	max-width: 200px;
	display: block;
}

#primary-menu li {
	list-style-type: none;
}

#primary-menu .sub-menu {
	display: none;
}

#primary-menu li a {
	background: #eee;
	padding: 8px 30px;
	color: black;
	text-decoration: none;
	border-radius: 30px;
}

h3.department-name {
	font-size: 22px;
	line-height: 30px;
}

.customer-data {
	margin-bottom: 20px;
	margin-top: 50px;
}

.top-sync img {
	right: 0;
	position: relative;
	margin-left: auto;
}

.site-branding svg {
	max-width: 130px;
	display: block;
}

.hide {
	display: none !important;
}

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

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

.bigger {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	letter-spacing: -0.02em;
	text-align: center;
}

.center, .center-align {
	text-align: center;
}

section.post-content ul > li > ul {
	padding-inline-start: 0;
	list-style-type: disc;
}

.center-align .section-title {
	max-width: 870px;
	margin: 0 auto;
}

#menu-location-menu-1 {
	display: none;
}

a {
	transition: color .3s;
	color: #005DE8;
}

.pos-title a {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}


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

.job-pack {
	margin-top: 50px;
	flex-grow: 1;
	width: calc(100% / 2);
	padding: 10px;
	max-width: calc(100% / 2);
}

.single-customers .page-header.mask:before, .single-reports .page-header.mask:before, .single-partners .page-header.mask:before {
	z-index: 0;
	opacity: .85;
}

.office-icons {
	display: flex;
	flex-direction: column;
}

.office-icons i {
	display: flex;
	align-items: center;
}

.inspire-videos .wistia_click_to_play {
	height: 100% !important;
	width: auto !important;
	display: flex;
	flex-direction: column;
	transition: all .3s;
}

.globe-animation {
	min-height: 340px;
	display: none;
}

.btn,
.hs-button {
	text-decoration: none;
	color: white;
	display: inline-block;
	margin: 20px auto 0;
	width: auto;
	line-height: 49px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
	justify-content: center;
	align-items: center;
	background: #005de8;
	border-radius: 120px;
	font-size: 13px;
	min-height: 49px;
	transition: all .3s;
	padding: 0px 32px;
	border: 0;
}

.btn.btn-sm {
	min-height: 40px;
    line-height: 40px;
    border-radius: 8px;
    letter-spacing: 0.08em;
    padding: 0px 16px;
}

.btn.left {
	margin: 20px 0 0;
}

.contact-form {
	background: white;
	padding: 40px 20px;
	box-shadow: 0px 100px 80px rgba(52, 57, 62, 0.07), 0px 41.7776px 33.4221px rgba(52, 57, 62, 0.0503198), 0px 22.3363px 17.869px rgba(52, 57, 62, 0.0417275), 0px 12.5216px 10.0172px rgba(52, 57, 62, 0.035), 0px 6.6501px 5.32008px rgba(52, 57, 62, 0.0282725), 0px 2.76726px 2.21381px rgba(52, 57, 62, 0.0196802);
	border-radius: 4px;
}

.btn:focus, .btn.focus {
	outline: 0;
	box-shadow: none;
}

ul.footer-social > li i {
	font-size: 22px;
	color: #1E283D;
	transition: all .2s;
	line-height: 1;
}

ul.footer-social > li a:hover i {
	color: #005DE8;
}

ul.footer-social > li:first-child {
	margin-left: 0;
}

ul.footer-social {
}

a.btn:hover {
	background: #283752;
}

.post-header ul {
	list-style-type: none;
}

.white {
	color: white;
}

blockquote:before {
	content: '"';
	font-size: 60px;
	position: absolute;
	left: -10px;
}

ul.company-menu li {
	width: 120px;
	text-align: center;
}

ul.company-menu {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 100%;
	margin: 0 auto 0;
	position: -webkit-sticky;
	position: sticky;
	right: 0;
	top: 0;
	background: white;
}

.side-slide-buttons a:last-child {
	display: none;
}

ul.company-menu li a:hover {
	color: #283752;
}

ul.company-menu li a {
	color: #005DE8;
	font-weight: bold;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.065em;
}

.report-date > svg {
	margin-right: 10px;
}

.report-byline {
	display: flex;
	align-items: center;
	letter-spacing: 0.183333px;
	font-size: 16px;
	color: #6C88BF;
}

.report-date {
	margin-right: 20px;
	display: flex;
	align-items: center;
}

section#customer-upper {
	overflow: visible;
}

.searchandfilter h4 {
	padding: 0;
	font-size: 16px;
	margin-right: 7px;
}

.side-slide-buttons a.btn.left {
	margin-top: 0;
	margin-right: 40px;
}

.side-slide-buttons a:not(.btn) {
	color: #01F4A8;
	font-weight: 600;

	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.side-slide-buttons a:not(.btn) i {
	margin-left: 10px;
	border-color: #01F4A8;
}

.wistia_embed {
	border-radius: 8px;
	overflow: hidden;
	cursor: pointer;
	transition: all .3s;
}

.wistia_embed:hover {
	/* background: #fff; */
	/* box-shadow: 0px 100px 80px rgba(0, 93, 235, 0.07); */
}

.quote-upper:before {
	content: '"';
	position: absolute;
	left: -8px;
	color: #005DE8;
	font-size: 60px;
	font-family: Inter, sans-serif;
	top: -18px;
}

.single-customers .page-header.mask {
	background-size: cover;
}

.first-post .entry-content, .post-header .entry-content {
	padding: 0;
}

a.btn.transparent {
	background: transparent;
	border: 2px solid #015de7;
	color: #015de7;
}

a.btn.transparent:hover i {
	border-color: white;
}

.illuminate-btns {
	display: flex;
	align-items: center;
	/* flex-direction: column; */
}

.t-post-left {
	width: 40%;
}

.inspire-videos span.wistia_embed {
	display: flex !important;
	flex-direction: column;
	height: 100%;
}

.entry-content p {
	color: #283752;
	font-size: 16px;
	line-height: 24px;
	flex-grow: 1;
}

.cta-content > a {
	margin-top: 35px;
}

.cta-content {
	text-align: center;
	max-width: 548px;
	margin: 0 auto;
	z-index: 99;
	position: relative;
}

.cta-content h3 {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}

a.btn.transparent:hover {
	background: #015de7;
	color: white;
}

.side-slider-nav .slick-dots {
	position: static;
}

.side-slider-nav .slick-dots li {
	display: flex;
	width: 90%;
	height: auto;
	text-align: left;
}

.page-header.mask {
	padding: 190px 0 125px;
	background-size: cover;
}

.side-slider-nav .slick-dots li h3 {
	margin: 0;
	font-weight: 500;
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 30px;
}

.divider {
	border-bottom: 1px solid #eee;
}

.btn.blue:hover,
.hs-button:hover {
	background: #003574;
	color: white;
}

.cta-content.wide-cta {
	max-width: 410px;
}

#cta-section:before {
	height: 100%;
	top: -18px;
	left: 0;
	right: auto;
	background-size: contain;
	background-repeat: no-repeat;
	display: none;
}

.cta-content > img {
	margin-bottom: 20px;
}

section#illuminate-a:after {
	background-position: center;
	top: 0;
	max-width: 70%;
	background-size: contain;
	visibility: visible;
	opacity: 0.2;
}

.first-post-data {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
	margin-bottom: 25px;
}

#cta-section {
	background: #1f283d;
	padding: 120px 0;
	position: relative;
	overflow: visible;
}

.first-post h2.entry-title, .post-header h1.entry-title {
	font-size: 38px;
	line-height: 44px;
	letter-spacing: -0.02em;
}

.box h3, .box h4 {
	margin-top: 0;
}

.box > a.btn {
	margin-top: 0;
}

.box > p {
	flex-grow: 1;
}

.post-thumbnail {
	/* overflow: hidden; */
	position: relative;
	display: block;
}

.box > .icon {
	margin-bottom: 20px;
}

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

.icon i {
	font-size: 36px;
	background: #eee;
	border-radius: 50%;
	line-height: 1;
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

blockquote {
	position: relative;
	padding: 20px;
	margin-inline-start: 0;
	margin-inline-end: 0;
	font-size: 20px;
	line-height: 30px;
	max-width: 700px;
	margin: 30px auto;
}

blockquote p:first-child {
	margin-top: 0;
}

div#crestashareiconincontent {
	/* position: absolute; */
	/* right: 0; */
}

li.footer-social__item [class^="c-icon-cresta-"]:before, [class*=" c-icon-cresta-"]:before {
	font-size: 18px;
}

.single-post article {
	position: relative;
}

.single header.page-header {
	overflow: hidden;
	padding-top: 130px;
}

#crestashareiconincontent .sbutton {
	float: none;
	margin-left: 7px;
	margin-right: 9px;
}

#crestashareiconincontent .sbutton a:hover svg {
	color: #1e283d;
	fill: #005DE8;
}

.page-header.mask:before {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	top: 0;
	left: 0;
	background: #1E283D;
	z-index: -1;
}

ul.footer-social > li {
	list-style-type: none;
	margin: 0 10px;
}

.quote-upper {
	/* font-family: 'Poppins', sans-serif; */
	/* font-weight: 500; */
	font-style: italic;
	font-size: 22px;
	line-height: 30px;
	letter-spacing: -0.02em;
	color: #283752;
	position: relative;
}

.quote-downer {
	font-size: 16px;
	line-height: 24px;
	color: #283752;
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.section-title {
	margin: 0 auto 40px;
}

.footer-column > ul:nth-child(2) {
	margin-top: 50px;
}

.contact-header ul li, .single-reports #report-data ul li, .single-reports #report-header ul li, ul.check li, .illuminate-partner li, .check-list li {
	margin-bottom: 20px;
	position: relative;
	padding-left: 30px;
}

.header-logo-v1 > span {
	margin: 0 15px;
}

.main-post-content ol > li {
	margin-bottom: 20px;
}

.header-logo-v1 {
	color: white;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.blue-line {
	font-size: 14px;
	line-height: 14px;
	/* or 100% */
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #70A9FF;
	font-weight: 600;
	margin-bottom: 20px;
}

.learn-more {
	color: #01F4A8;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.02em;
	position: relative;
	transition: all .2s;
	top: 15px;
}

.slick-dots {
	bottom: -45px;
}

.sv-grid {
	display: grid;
}

.sv-grid.sv-grid-v1 {
	grid-template-columns: 45% 55%;
}

.main-post-content ul li {
	list-style-position: outside;
	margin-bottom: 12px;
}

.grid-item.grid-item-v1 {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-column ul.footer-social {
	display: flex;
	margin-top: 25px;
	flex-grow: 1;
	margin-bottom: 20px;
}

.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.slick-dots > li:only-child {
	display: none;
}

.side-slider-data:before {
	transition: all .3s;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	left: -8%;
	width: 113%;
	z-index: -1;
	box-shadow: 0 4.13211px 48.8341px rgba(97, 97, 97, 0.07), 0 33px 390px rgba(97, 97, 97, 0.035);
	opacity: 1;
}

.page-header .slick-dots {
	bottom: 30px;
}

.glide-hp h3 {
	font-style: normal;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 20px;
}

.glide-hp p {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 24px;
}

.slick-grace {
	visibility: hidden;
	opacity: 0;
	transition: opacity 1s;
}


.slick-grace.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.slick-grace > div {
	display: none;
}

.slick-grace > div:first-child {
	display: block;
	visibility: hidden;
}

.slick-grace.slick-initialized > div {
	display: block;
	visibility: visible !important;
}

.slick-initialized .slick-slide {
	outline: 0;
}

.partners-slider {
	max-width: 800px;
	margin: 50px auto 0;
}

.post-meta {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.author-img img {
	width: 54px;
	height: 54px;
	margin-right: 15px;
	border-radius: 50%;
	overflow: hidden;
}

ol, ul, dl {
	padding-inline-start: 0;
	list-style-position: inside;
}


.footer-column:first-child svg {
	max-width: 120px;
	margin-left: 4px;
	margin-top: -4px;
}

.footer-column ul {
	list-style-type: none;
	padding-inline-start: 0;
	margin: 0;
}

.footer-column ul:not(.footer-social) li:first-child {
	font-size: 16px;
	margin-bottom: 8px;
	padding-bottom: 5px;
	width: auto;
	text-transform: uppercase;
	color: #1E283D;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	line-height: 1.2;
}

a:hover {
	text-decoration: none;
	color: #005DE8;
}

.footer-columns > div {
	text-align: left;
	display: flex;
	flex-direction: column;
}

.author-data {
	padding-left: 5px;
}

.entry-meta {
	display: flex;
	align-items: center;
	margin-top: 30px;
}

.posted-by-wrap {
	margin-bottom: 2px;
}

a.url.fn.n {
	color: #005ce6;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
}

.footer-main {
	padding: 0;
	z-index: 9;
	position: relative;
}

.product-slider-data-inner {
	background: white;
	box-shadow: 0 4.13211px 48.8341px rgba(97, 97, 97, 0.07), 0 33px 390px rgba(97, 97, 97, 0.035);
	padding: 80px 110px;
}

.grid-link a {
	color: #005de8;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-top: 30px;
	display: block;
	letter-spacing: 0.05em;
}

.illuminate-slider.opposite {
	left: 0;
	width: auto;
	position: relative;
	top: 0;
}

.two-columns {
	display: flex;
	justify-content: space-between;
	min-height: 500px;
}

.half-width {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.product-slider-content {
	min-height: 620px;
	display: flex !important;
	align-items: center;
	justify-content: center;
}

.product-slider-data-inner h3 {
	color: #20262C;
	margin-top: 30px;
}

.illuminate-box p {
	margin: 0;
}

.post-thumbnail svg {
	height: 100%;
}

.bottom-illuminate img {
	right: 30px;
	position: absolute;
}

.site-info {
	padding: 30px 15px;
	background: white;
	text-align: center;
}

.footer-column ul li {
	margin-bottom: 3px;
	padding-bottom: 3px;
	width: auto;
	font-size: 15px;
}

.footer-column ul li:last-child {
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	position: relative;
	top: -1px;
}

.slick-prev {
	left: 10px;
}

.slick-next {
	right: 10px;
}

.office-icons i span {
	margin-left: 8px;
}

.entry-sub {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.02em;
	margin-bottom: 30px;
	margin-top: 50px;
}

.office-icons i {
	margin-bottom: 10px;
}

li.sf-field-sort_order label select {
	cursor: pointer;
	min-width: 150px !important;
}

ul.related-posts-list {
	list-style-type: none;
	display: flex;
	justify-content: space-between;
}

ul.related-posts-list li {
	padding: 0 20px;
	flex-grow: 1;
	width: 33%;
}

.sv-separator:after {
	height: 3px;
	content: "";
	background: black;
	width: 40px;
	display: block;
	color: black;
	position: relative;
	margin: 20px auto 25px;
}
svg.aws-logo {
	margin-left: 14px;
	/* border-left: 1px solid; */
	padding-left: 14px;
	width: 160px;
	position: relative;
	top: 2px;
}

svg.aws-logo {
	fill: #005ee8;
}

.section-title > img {
	margin-bottom: 20px;
	max-width: 42px;
}

.section-title.minor h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
	letter-spacing: -0.02em;
}

.sv-separator.left:after {
	margin: 20px 0 25px;
}

.main-post-content {
	max-width: 810px;
	margin: 0 auto;
	position: relative;
}

h2.entry-title a {
	color: #141B29;
}

.featured-blog-image .post-thumbnail img {
	border-radius: 4px 0 0 4px;
}

.post-thumbnail img {
	margin: 0;
	object-fit: cover;
	width: 100%;
}

.forter-lead {
	display: flex;
	align-items: center;
	justify-content: center;
}

.side-slider-data {
	padding: 60px;
	overflow: visible;
}

.posted-by-after {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 40px;
}

.posted-by-after {
	display: flex;
	align-items: center;
}

.posted-by-after > div {
	margin-right: 10px;
}

section.quotes {
	background: #f4f4f4;
}

.counter-block-v1 {
	margin-top: 60px;
}


section.counter {
	background: #f5f5dc;
}

section.team {
	background: #ffffff;
}

.preloader-svg {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -999;
	opacity: 0;
}

.preloader-svg.active {
	opacity: 1;
	z-index: 9;
}

.preloader-svg svg {
	max-width: 170px;
	width: 170px;
}

section.btx {
	background: #e9fbef;
}

div#ajax-container.active:after {
	position: absolute;
	background: #f2f4f8;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	opacity: 0.6;
	height: 100%;
}

div#ajax-container:after {
	content: "";
	transition: all .5s;
}

div#ajax-container {
	position: relative;
	padding-top: 30px;
}

.partners-post {
	display: flex !important;
	align-items: center;
	background: #0f64e4;
	padding: 30px;
}

.footer-logo svg {
	fill: #1E283D;
	max-width: 107px;
	margin: 0;
}

div#ajax-container > div {
}

section.slick-header {
	background: beige;
}

.contact-box {
	padding: 30px;
	box-sizing: border-box;
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	background: #1E283D;
	transition: background .3s;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.contact-box svg {
	height: 80px;
}

.customer-links > div {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	margin-top: 35px;
	margin-bottom: 20px;
}

.customer-links {
	display: flex;
	flex-direction: column;
}

.customer-links > a {
	font-size: 16px;
	line-height: 24px;
}

.card--bottom-section svg {
	width: 28px;
}

section#product--details-one {
	padding: 0;
	overflow: visible;
}

.card--bottom-section {
	align-items: center;
	display: flex;
	border-top: 1px solid #e6e6e6;
	padding-top: 22px;
}

a.btn.blue,
.hs-button {
	box-shadow: 0px 60px 80px rgba(0, 71, 255, 0.07), 0px 30.1471px 24.1177px rgba(0, 71, 255, 0.0456112), 0px 12.5216px 10.0172px rgba(0, 71, 255, 0.035), 0px 4.5288px 3.62304px rgba(0, 71, 255, 0.0243888);
}

.card--bottom-section a:nth-child(2) {
	margin-left: auto;
}

a.btn.green {
	background: #01F4A8;
	color: #283752;
	box-shadow: 0px 100px 80px rgba(0, 71, 255, 0.07), 0px 30.1471px 24.1177px rgba(0, 71, 255, 0.0456112), 0px 12.5216px 10.0172px rgba(0, 71, 255, 0.035), 0px 4.5288px 3.62304px rgba(0, 71, 255, 0.0243888);
}

.card--bottom-section a:nth-child(3) {
	margin-left: 14px;
}

.center-align > .page-subtitle {
	max-width: 800px;
}

svg {
	overflow: hidden;
	vertical-align: middle;
	max-width: 100%;
}

span.byline {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #005DE8;
}

span.b-cat {
	font-weight: 600;
	border-bottom: 1px solid;
}

.featured-blog-image a img {
	max-height: 100%;
	height: 100%;
}

.blog .page-header {
	padding-top: 140px;
}

span.posted-on a {
	color: #283752;
}

span.bullet {
	margin: 0 6px;
}

.page-header.normal-page {
	padding-bottom: 100px;
}

.posted-on-wrap {
	color: #283752;
	font-size: 14px;
	line-height: 24px;
	margin-top: 2px;
	text-transform: initial;
}

.illuminate-btns > a.btn, .illuminate-btns > a.brief-btn {
	margin-bottom: 35px;
	/* margin-left: 0; */
}

.illuminate-btns > a.brief-btn {
	margin-bottom: 0;
}

h2.learn-more-title {
	font-size: 22px;
	margin-bottom: 0;
	line-height: 35px;
	letter-spacing: -0.02em;
}

.featured-blog-image {
	display: none;
}

.page-content-main {
	padding-bottom: 100px;
}

.home .page-header:before {
	height: 690px;
	top: 0;
	width: 1303px;
	background-position: right top;
	max-width: 100%;
	background-size: contain;
	right: 0;
	background-repeat: no-repeat;
	opacity: 0.1;
}

.responsive-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0;
	height: 0;
	overflow: hidden;
}

.details-box {
	padding: 40px 25px;
}

.responsive-container iframe, .responsive-container object, .responsive-container embed, .responsive-container video, .responsive-container .youtube, .responsive-container .vimeo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.hentry > a:hover {
	box-shadow: 0px 2.76726px 2.21381px rgba(0, 0, 0, 0.0196802), 0px 6.6501px 5.32008px rgba(0, 0, 0, 0.0282725), 0px 12.5216px 10.0172px rgba(0, 0, 0, 0.035), 0px 22.3363px 17.869px rgba(0, 0, 0, 0.0417275), 0px 41.7776px 33.4221px rgba(0, 0, 0, 0.0503198), 0px 100px 80px rgba(0, 0, 0, 0.07);
}

.hentry > a {
	display: flex;
	flex-direction: column;
	height: 100%;
	transition: all .4s;
	overflow: hidden;
	border-radius: 4px 4px 0;
}

.meta-filters .searchandfilter > ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

li.sf-field-taxonomy-type > ul, li.sf-field-taxonomy-industry > ul {
	position: absolute;
	display: flex !important;
	flex-direction: column;
	background: white;
	border: 1px solid;
	padding: 30px;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transition: all .2s;
}

.cta-content h2.blue-dots:before, .cta-content h2.green-dots:before {
	left: 0;
	right: 0;
	margin: auto;
}

li.sf-field-taxonomy-type:hover > ul, li.sf-field-taxonomy-industry:hover > ul {
	opacity: 1;
	visibility: visible;
}

li.sf-field-taxonomy-type, li.sf-field-taxonomy-industry {
	cursor: pointer;
}

h1 a {
	color: #1E283D;
}

div#sv-breadcrumbs a {

	color: #005DE8;
	border-bottom: 1px solid;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

div#sv-breadcrumbs span {
	font-weight: 400;
	color: #005DE8;
}

div#sv-breadcrumbs {
	letter-spacing: 0.07em;
	font-size: 12px;
	line-height: 24px;
}

li.sf-field-search {
	/* margin-left: auto !important; */
	position: relative;
	padding: 0 !important;
}

.footer-column ul li a {
	color: #283752;
}

.bg-forter-midnight {
    .footer-column ul:not(.footer-social) li:first-child {
        color: white;
    }

    .footer-column ul li a {
        color: white;

        &:hover {
            text-decoration: underline;
            color: white;

            svg {
                fill: white;
            }
        }
    }

    .footer-column ul li a svg,
    #crestashareiconincontent .sbutton svg,
    .footer-logo svg {
        fill: white;
    }
}

section.post-content {
	padding-top: 0;
	padding-bottom: 100px;
}

section#identify .slick-dots {
	bottom: -20px;
	text-align: left;
}

.sync-slick.sync-1 {
	margin-bottom: 50px;
}

.footer-column ul li a:hover, #crestashareiconincontent .sbutton svg {
	color: #005DE8;
}

li.sf-field-taxonomy-type {
	margin-right: 50px !important;
}

input.sf-input-text {
	border-width: 0 0 1px;
	min-width: 300px;
	border-color: black;
	position: relative;
	outline: 0;
}

/*.sf-field-search:after {*/
/*    content: "\f002";*/
/*    margin-left: 7px;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline-block;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    text-rendering: auto;*/
/*    line-height: 1;*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 900;*/
/*    position: absolute;*/
/*    font-size: 14px;*/
/*    right: 0;*/
/*    transform: rotate(85deg);*/
/*    bottom: 7px;*/
/*}*/

/*.searchandfilter h4:after {*/
/*    content: "\f0d7";*/
/*    margin-left: 7px;*/
/*    -moz-osx-font-smoothing: grayscale;*/
/*    -webkit-font-smoothing: antialiased;*/
/*    display: inline-block;*/
/*    font-style: normal;*/
/*    font-variant: normal;*/
/*    text-rendering: auto;*/
/*    line-height: 1;*/
/*    font-family: 'Font Awesome 5 Free';*/
/*    font-weight: 900;*/
/*    font-size: 18px;*/
/*}*/

.main-post-content > ul {
	margin: 20px 0 30px;
}

.slick-next {
	right: -75px;
	border: solid #fff;
	border-width: 0 3px 3px 0;
	display: inline-block;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.big-num {
	font-weight: 600;
	font-size: 42px;
	line-height: 60px;

	margin-top: 10px;
}

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

.section-title.low-title h3, .section-title.low-title h2 {
	margin: 0;
}

.slick-prev {
	border: solid #c1c1c1;
	border-width: 0 3px 3px 0;
	display: inline-block;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	left: -75px;
}

.slick-prev:before, .slick-next:before {
	display: none;
}

.illuminate-box h3 {
	margin-bottom: 15px;
	transition: all .3s;
}

.site-footer-lp:before, .site-footer-lp:after {
	display: none !important;
}

.searchandfilter li.sf-field-sort_order {
	display: flex;
	align-items: center;
}

.filter-posts .searchandfilter ul li h4 {
	margin-right: 10px;
	margin-bottom: 0;
	border: 0;
	background: 0;
	font-style: normal;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 1;
	color: #283752;
	padding: 0;
}

.f-excerpt {
	margin-top: 25px;
	max-width: 520px;
}

.filter-posts .searchandfilter ul li h4:after {
	display: none;
}

.product-box.active {
	background: white;
}

.product-box {
	padding: 20px 40px 20px 40px;
	margin-bottom: 10px;
}

.product-box h3 {
	margin: 0;
	transition: color .3s;
}

.product-box.active h3 {
	color: #f2f4f8;
}

.product-slider {
}

.counter-block-item {
	background: #fff;
	box-shadow: 0 4.13211px 48.8341px rgba(97, 97, 97, 0.07), 0 33px 390px rgba(97, 97, 97, 0.035);
	padding: 25px;
}

.side-slider-data-wrapper {
	height: 100%;
}

.post-tag {
	text-transform: uppercase;
	font-size: 12px;
	line-height: 32px;
	letter-spacing: 0.07em;
	color: #283752;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.extra-post-buttons {
	text-transform: uppercase;
	margin-top: 40px;
	flex-grow: 1;
}

span.read-more, a.read-more {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 14px;
	line-height: 24px;
	color: #005DE8;
	margin-right: 40px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

section#illuminate-a {
	padding-top: 120px;
}

.section-title .subtitle {
	margin-top: 20px;
	font-size: 22px;
	line-height: 29px;
}

.magento-box-bg {
	height: 100%;
	display: flex;
	color: white;
	justify-content: center;
	align-items: center;
	background-size: cover;
	padding: 40px 20px;
}


.narrow-title h2 {
	max-width: 530px;
	margin: auto;
}

.checkmark {
	display: inline-block !important;
	transform: rotate(45deg);
	height: 25px;
	width: 14px;
	margin-left: 0%;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
	/* position: absolute; */
	/* left: -85px; */
	/* right: auto; */
	margin-right: 6px;
}

.grow-item {
	/* background: white; */
	/* box-shadow: 0px 2.76726px 2.21381px rgb(0 0 0 / 2%), 0px 6.6501px 5.32008px rgb(0 0 0 / 3%), 0px 12.5216px 10.0172px rgb(0 0 0 / 4%), 0px 22.3363px 17.869px rgb(0 0 0 / 4%), 0px 41.7776px 33.4221px rgb(0 0 0 / 5%), 0px 100px 80px rgb(0 0 0 / 7%); */
	min-height: 444px;
	border-radius: 4px 4px 0 0;
}

.page-template-page-magento .contact-data:before {
	background-image: url(../img/hero-adobe.png);
	background-position: center;
	background-size: 100%;
}

.page-template-page-magento.page-template-page-magento.page-template-page-magento #cta-section {
	padding: 130px 0;
}

.finger-print:before {
	content: "";
	background-image: url(../img/logo-mark.svg);
	display: block;
	height: 65px;
	background-repeat: no-repeat;
	width: 55px;
	margin: 20px auto;
}

.magento-data > span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 0.1em;
}

.magento-data i {
	margin-right: 10px;
}

.magento-data > div {

	font-size: 32px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 12px;
	/* display: flex; */
	/* align-items: center; */
	/* position: relative; */
	/* justify-content: center; */
	width: 100%;
	/* right: -20px; */
}

section.contact-data .contact-header p {
	color: white;
}

body.page-template.page-template-page-magento section#testimonials:after {
	content: "";
	background: none;
}

.header-btn {
	display: inline-block;
}

.responsive-embed-container {
	position: relative;
	display: block;
	overflow: hidden;
	height: 0;
	max-width: 100% !important;
	margin-bottom: 40px;
}

.main-post-content img {
	margin-bottom: 30px;
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%;
}

.responsive-embed-container iframe, .responsive-embed-container object, .responsive-embed-container embed {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

.grid-item.grid-item-v1 svg {
	width: 100%;
	height: 600px;
}

section#backto {
	padding-top: 0;
}

.event-data {
	margin-top: 20px;
	font-size: 16px;
	/* display: none; */
	letter-spacing: 0.183333px;
	margin-bottom: 30px;
}

.event-data > div {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	line-height: 1;
}

.event-data > div > span {
	margin-right: 15px;
}

article .entry-title {
	flex-grow: 1;
	margin: 0 0 20px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 28px;
	line-height: 35px;
}

.card--top-section {
	min-height: 92px;
}

.section-icon img, .section-icon svg {
	max-width: 40px;
}

.section-icon {
	margin-bottom: 15px;
	display: block;
}

img.adobe-logo {
	position: relative;
	top: 5px;
}

.entry-content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 25px 25px;
	width: 100%;
}

.contact-header ul li:before, .single-reports #report-data ul li:before, .single-reports #report-header ul li:before, ul.check li:before, .illuminate-partner li:before, .check-list li:before,  .check-mark:before {
	content: "\2022";
	color: #005DE8;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: -2px;
}

.single-reports #report-data ul li:before, .single-reports #report-header ul li:before, ul.check li:before, .illuminate-partner li:before, .check-list li:before, .check-mark:before {
	content: "";
	color: #005DE8;
	margin-right: 10px;
	background: url(../img/icon-check-marks.png) no-repeat center;
	top: 6px;
	background-size: cover;
	width: 18px;
	height: 13px;
}

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

@keyframes search-filter-loader-rotate {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.search-filter-scroll-loading {
	margin: 40px auto;
	display: block;
	height: 30px;
	width: 30px;
	animation: search-filter-loader-rotate 0.7s infinite linear;
	border: 5px solid #283752;
	border-right-color: #04f4a8;
	border-radius: 50%;
}

.cta-content p {
	/* font-size: 20px; */
	/* line-height: 28px; */
	max-width: 550px;
	margin: 0 auto;
	padding-top: 5px;
	font-weight: 300;
}

section#cta-section.cta-brands-fix {
	padding-bottom: 110px;
}

.btn > i {
	margin-left: 10px;
}

.side-slide-buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 30px;
}

h2.blue-dots, h2.green-dots {
	position: relative;
}

section#contact-box-info {
	padding-top: 0;
}

section#contact-extra {
	padding-bottom: 100px;
	padding-top: 0;
}

.contact-box-info-inner {
	background: #D6E7FF;
	padding: 35px 30px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 24px;
	color: #1E283D;
}

.blue-dots:before, .green-dots:before {
	width: 18px;
	height: 14px;
	position: absolute;
	top: -25px;
	content: "";
	background-size: contain;
}

.blue-dots:before {
	background-image: url(../img/blue-dots.svg);
}

.green-dots:before {
	background-image: url(../img/green-dots.svg);
}

::-webkit-input-placeholder {
	color: #6C88BF !important;
}

:-ms-input-placeholder {
	color: #6C88BF !important;
}

::placeholder {
	color: #6C88BF !important;
}

.sf-field-search input::-moz-placeholder, .sf-field-search input::placeholder, .sf-field-search input:-ms-input-placeholder, .sf-field-search input::-webkit-input-placeholder {
	font-size: 13px !important;
}

.rd-logos {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.rd-logo {
	width: 46%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 9px 2%;
	background: rgb(255 255 255 / 0.05);
	border-radius: 4px;
	padding: 30px;
}

.cta-content.wide-cta.brands-cta {
	max-width: 100%;
}

section.contact-data .contact-header {
	margin-top: 20px;
	margin-bottom: 50px;
}

.footer-copy {
	font-size: 14px;
	display: flex;
}

.modal-backdrop {
	z-index: 1040;
	background-color: #1e283d;
}

.modal-backdrop.show {
	opacity: 0.9;
	display: none;
}

.contact-form h3 {
	text-align: center;
	max-width: 468px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 18px;
}

.quote-downer img {
	max-width: 80px;
	border-radius: 50%;
	margin-right: 25px;
}

body.archive.post-type-archive .page-header:before {
	top: 60px;
	background-position: right top;
	max-width: 100%;
	background-size: contain;
	right: 0;
	background-repeat: no-repeat;
	opacity: 0.1;
}

.contact-box > img {
	border-radius: 50%;
}

.contact-box a:hover {
	border-bottom: 1px solid #01F4A8;
	color: #01F4A8;
}

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

.learn-more i {
	border-color: #4AFFC6;
	margin-left: 4px;
}

.page-template-about header .container {
	position: relative;
}

span.read-more i {
	margin-left: 5px;
}

.green {
	color: #01F4A8;
}

.customers-section {
	padding-top: 100px;
}

.contact-box:hover {
	background: #36486D;
}

.contact-box h3 {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.contact-box a {
	font-size: 16px;
	line-height: 1;
}

.contact-box h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;

	font-size: 18px;
	line-height: 22px;
	max-width: 230px;
	flex-grow: 1;
}

a.brief-btn {
	letter-spacing: 0.07em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	line-height: 1;
	margin-left: 20px;
}

a.explore-more {
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #005DE8;
	line-height: 1;
	margin-bottom: 30px;
}

.wistia-video-hold .btn {
	margin-top: 0 !important;
}

.footer-columns .footer-column {
	margin-top: 50px;
}

.footer-columns .footer-column:first-child {
	margin-top: 0;
}

section#illuminate {
	overflow: hidden;
	padding-top: 60px;
}

.header-icon {
	position: relative;
}

.center-align h2.blue-dots:before, .center-align h2.green-dots:before {
	left: 0;
	right: 0;
	margin: auto;
}

article h3 {
	margin-top: 1.8em;
}

.country-select.inside input, .country-select.inside input[type=text] {
	color: #6C88BF !important;
}

a .post-thumbnail:hover img {
	transform: scale(1.03);
}

a .post-thumbnail img {
	transition: all 1.2s;
}

ul.checkmark > li:before {
	content: "\2713";
	color: #00D894;
	font-family: system-ui;
	left: 0px;
	font-size: 18px;
	top: 0;
}

.contact-header ul, .single-reports #report-data ul, .single-reports #report-header ul, ul.check, .illuminate-partner ul {
	list-style-type: none;
}

.btn.green:hover {
	background: #005DE8;
	color: white;
}

.partners-post:after {
	content: "";
	background: #1558c5;
	position: absolute;
	width: 260%;
	transition: all .3s;
	height: 165%;
	bottom: 70px;
	transform: rotate(-25deg);
	left: -100px;
	z-index: -1;
	opacity: .7;
}

.searchandfilter li label {
	margin-bottom: 0;
	line-height: 1;
}

.outide-image-wrapper {
	position: relative;
}

.outside-image img {
	width: 100%;
	position: absolute;
}

.section-title.center-align {
	max-width: 900px;
}

.top-illuminate {
	position: relative;
	height: 550px;
}

.footer-column ul li a:hover svg {
	fill: #015de7;
}

select.sf-input-select {
	border: 0;
	background: 0;
	font-style: normal;
	font-size: 16px;
	line-height: 1;
	color: #005DE8;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	outline: none;
}

.illuminate-slider-content {
	display: flex;
	flex-direction: column;
}

.bottom-illuminate {
	display: flex;
	justify-content: flex-end;
	min-height: 424px;
}

.c-info-title {
	font-weight: 600;
	letter-spacing: 1px;
	text-align: left;
}


.top-illuminate > img {
	position: absolute;
}

.top-illuminate.fix-imagify picture:nth-child(1) {
	position: absolute;
	right: 0;
	top: 90px;
}

.top-illuminate.magento-illuminate > img:nth-child(1) {
	right: 0;
	position: static;
}

.header-tag {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #005DE8;
	font-weight: 600;
	margin-bottom: 16px;
	position: relative;
	letter-spacing: 0.1em;
}

.top-illuminate > img:nth-child(2) {
	right: 90px;
	top: 253px;
}

section#teams {
	padding-top: 20px;
}

.top-illuminate > img:nth-child(3) {
	top: 330px;
	right: 50px;
}


section#investors {
	padding-top: 35px;
}

.top-illuminate > img:nth-child(4) {
	top: 530px;
	right: 50px;
}

.single-customers header.page-header .btn.blue:hover {
	background: #01f4A8;
	color: #1E283D;
}

section#testimonials {
	padding-bottom: 160px;
	overflow: hidden;
	/* padding-top: 100px; */
}

.col.about-culture {
	width: 280px;
	height: 180px;
	padding: 0 30px;
}


@-webkit-keyframes popin {
	0% {
		-webkit-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	85% {
		-webkit-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@-ms-keyframes popin {
	0% {
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	85% {
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1
	}
	100% {
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

@keyframes popin {
	0% {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		opacity: 0
	}
	85% {
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05);
		opacity: 1
	}
	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
		opacity: 1
	}
}

header.page-header .page-subtitle {
	margin-bottom: 30px;
	margin-left: 0;
}

a.explore-more i {
	font-size: 12px;
	margin-left: 8px;
}

a.brief-btn svg {
	margin-right: 5px;
}

td, th {
	border: 1px solid #ccc;
	padding: 0.5rem;
}

.contact-header {
	margin-top: 60px;
}

.loading::before, .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}

.loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2c2d31;
}

.featured-blog-image.mobile {
	border-radius: 4px;
	overflow: hidden;
	margin-top: 20px;
	display: block;
}

.related-posts-list .post-thumbnail {
	border-radius: 4px 4px 0 0;
}

i.fas.fa-window-close {
	overflow: hidden;
	color: white;
	font-size: 22px;
}

section.related-posts {
	background: #f2f4f8;
}

span.test-sep {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

span.test-sep:before, span.test-sep:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	margin: 0 32px;
	background: #333;
}

span.test-sep:before {
	background: #D1DDE8;
}

span.test-sep:after {
	background: #D1DDE8;
}

span.test-sep img {
	width: 98px;
}

a.close-banner {
	top: 10px;
	right: 11px;
	display: none;
}

.filter-posts {
	margin-bottom: 15px;
}

.cookie-btn a {
	margin-top: 0;
	margin-left: 40px;
}

li.footer-social__item i:before {
	font-size: 18px !important;
}

div#primary {
	overflow: hidden;
}

.speaker_name {
	font-weight: 500;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #01F4A8;
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.speaker_text {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.183333px;
	color: white;
}


.we-chat > span {
	margin-right: 10px;
}

.we-chat img {
	max-width: 79px;
}

.we-chat {
	display: inline-block;
	margin-left: 0;
}


.speaker_role {

	font-size: 18px;
	line-height: 22px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	color: white;
	margin: 10px 0 20px;
}

.event-date {
	font-size: 26px;
	line-height: 35px;
	letter-spacing: -0.02em;
	color: #f2f4f8;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.speaker-image {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	overflow: hidden;
}

.e-tag {
	background: rgb(54 72 109 / 0.5);
	border-radius: 2px;
	width: 70px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-bottom: 10px;
}

.event-time {
	font-size: 16px;
	color: #f2f4f8;
	margin: 10px 0 20px;
}

.event-tags {
	font-size: 16px;
	color: #f2f4f8;
	display: flex;
	flex-wrap: wrap;
}

.partners-slider .slick-dots {
	bottom: -40px;
}

.single-events-items-slider .slick-dots {
    bottom: -64px;
}

section.related-posts {
	padding: 100px 0;
}

.loading::after {
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear infinite forwards;
}

.control.control--effects {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}

.grid--hidden {
	position: fixed !important;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	pointer-events: none;
	opacity: 0;
}

.grid--loading::before, .grid--loading::after {
	content: '';
	z-index: 1000;
}

section.contact-data:before {
	background: #1e283d;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.grid--loading::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.9);
}

.grid--loading::after {
	position: absolute;
	top: calc(25vh - -30px);
	left: 50%;
	width: 40px;
	height: 40px;
	margin: 0 0 0 -20px;
	border: 8px solid #383a41;
	border-bottom-color: #565963;
	border-radius: 50%;
	animation: animLoader 0.8s linear forwards infinite;
}

.grid__img {
	overflow: hidden;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
	position: relative;
	width: 100%;
	max-width: unset;
	height: unset;
	border: 0;
}

#crestashareiconincontent {
	display: none;
	position: absolute;
	right: 0;
}

img.header-anime {
	position: absolute;
	top: 0;
	right: 0;
}

.post-data {
	font-size: 13px;
	display: none;
	/* justify-content: space-between; */
	margin-bottom: 20px;
	/* max-width: 460px; */
}

img.logo-recent {
	position: absolute;
	z-index: 9999;
}

.event-data-small {
	color: #283752;
	font-size: 16px;
	margin-bottom: 30px;
}

div#up_btn {
	position: fixed;
	top: auto;
	left: 20px;
	z-index: 99;
	bottom: 0;
	display: none;
	height: auto;
}

div#up_btn a {
	color: white;
	width: 45px;
	background: #015de7;
	display: block;
	text-align: center;
	padding: 5px 10px 8px;
	border-radius: 4px 4px 0 0;
	font-size: 13px;
	font-weight: 600;
	transition: background .3s;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
}

div#up_btn a:hover {
	background: #1f283d;
}

div#up_btn i {
	border-color: #fff;
	padding: 4px;
	border-width: 0 2px 2px 0;
	margin-left: 0;
	transform: rotate(-135deg);
	position: relative;
	top: 5px;
}

div#up_btn span {
	display: none;
}

@keyframes animLoader {
	to {
		transform: rotate(360deg);
	}
}

@keyframes octocat-wave {
	0%, 100% {
		transform: rotate(0);
	}
	20%, 60% {
		transform: rotate(-25deg);
	}
	40%, 80% {
		transform: rotate(10deg);
	}
}


.panel-speaker {
	display: flex;
	flex-direction: column;
	margin-top: 15px;
	position: relative;
	transition: all .4s;
}

.inner-spaker {
	background: #fff;
	padding: 40px 20px;
	box-shadow: 0px 100px 80px rgb(52 57 62 / 7%), 0px 41.7776px 33.4221px rgb(52 57 62 / 5%), 0px 22.3363px 17.869px rgb(52 57 62 / 4%), 0px 12.5216px 10.0172px rgb(52 57 62 / 4%), 0px 6.6501px 5.32008px rgb(52 57 62 / 3%), 0px 2.76726px 2.21381px rgb(52 57 62 / 2%);
	border-radius: 4px;
	margin-bottom: 30px;
	border-left: 4px solid #70A9FF;
	min-height: 290px;
	transition: all .4s;
	overflow: hidden;
}

.speaker-name {
	font-size: 14px;
	text-transform: uppercase;
	/* font-family: 'Sofia W01 Semi Bold', sans-serif !important; */
	letter-spacing: 0.03em;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.header-tag > span > a {
	color: white;
	font-size: 14px;
}

.speaker-company {
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	margin-bottom: 10px;
}

.panel-image {
	transition: all .5s;
}

.speaker-text {
	/* font-size: 16px; */
	/* line-height: 22px; */
	/* or 150% */
	/* letter-spacing: 0.183333px; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	/* display: -webkit-box; */
	/* -webkit-line-clamp: 2; */ /* number of lines to show */
	/* -webkit-box-orient: vertical; */
	position: relative;
	/* bottom: 60px; */
	/* max-width: 229px; */
	transition: all .2s;
}

.inner-spaker.hovered {
	background: #71a8ff;
}

.inner-spaker.hovered .panel-image {
	/* opacity: 0; */
	transform: translateY(-140px);
}

.inner-spaker.hovered .panel-speaker { /* top: -100px; */
	transform: translateY(-100px);
}

.inner-spaker.hovered .speaker-text p {
	-webkit-line-clamp: 10;
	bottom: -80px;
	max-height: 154px;
	/* transition: all .4s; */
}

.speaker-text > p {
	position: absolute;
	bottom: -80px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.183333px;
	max-height: 44px;
	transition: all 0.4s;
}

.meet-panel {
	margin-top: 30px;
}

.panel-image > img {
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.social-wrapper {
	display: none;
}

.social-wrapper > span {
	font-size: 14px;
}

.post-data > div {
	display: flex;
	flex-direction: column;
	margin-bottom: 10px;
	margin-right: 20px;
}

.post-data > div > span:nth-child(2) {
	letter-spacing: 0.5px;
	text-transform: uppercase;
	/* color: #005DE8; */
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}

.article-excerpt {
	margin-top: 20px;
	font-size: 20px;
	/* line-height: 30px; */
	line-height: 30px;
}

.upper-thank-you .section-title {
	margin-bottom: 20px;
}

.downer-thank-you section#learn-more {
	padding-top: 0;
}

.blog .searchandfilter {
	margin-top: 40px;
}

.footer-column ul li a svg, #crestashareiconincontent .sbutton svg {
	width: 18px;
	height: 18px;
	fill: #005DE8;
	transition: all .3s;
}

.inner-magento {
	display: flex;
	justify-content: space-between;
}

.mbox-content {
	/* background: white; */
	text-align: center;
	font-size: 16px;
}

.magento-cta {
	text-align: center;
	margin-top: 60px;
}

section#magento-extra {
	margin-top: 0px;
}

.m-box {
	background: #fff;
	padding: 30px 25px 85px;
	position: relative;
	border-radius: 4px;
	/* overflow: hidden; */
	margin-bottom: 50px;
}

.m-box-subtitle {
	/* height: 40px; */
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	text-align: center;
	margin-bottom: 20px;
}

.m-box-title {
	text-align: center;
	background: #6C88BF;
	color: white;
	padding: 8px 12px 10px;
	/* position: absolute; */
	/* width: 210px; */
	/* top: -20px; */
	left: 0;
	font-size: 40px;
	right: 0;
	margin: auto;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
}

b, strong {
	font-weight: bolder;
}

.single-reports .page-header.mask, .single-partners .page-header.mask {
	background-size: cover;
}

.mbox-bottom span {
	display: flex;
	align-items: center;
	position: relative;
}

.mbox-bottom span:before, .mbox-bottom span:after {
	content: "";
	height: 1px;
	flex-grow: 1;
	margin: 0 12px;
	background: #333;
}

span.wpcf7-form-control-wrap.your-country {
	margin-bottom: 16px;
	max-height: 44px;
	display: block;
}

.mbox-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #6d88bf;
	border-radius: 0 0 4px 4px;
}

.mbox-bottom span:before {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#818078), to(transparent));
	background: linear-gradient(to right, #fff, #0000);
	border-bottom: 1px dashed #fff;
}

.mbox-bottom span:after {
	background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#fff), to(transparent));
	background: linear-gradient(to right, #0000, #fff);
	border-bottom: 1px dashed #fff;
}

.page-template-page-magento #illuminate:before {
	background-image: none;
}

.m-box:last-child {
	margin-bottom: 0;
}

.inner-magento .m-box:nth-child(2):after {
	background: url(../img/magento/arrow-blue.svg) !important;
}

.page-template-page-magento #learn-more:before {
	display: none;
}

.mbox-bottom img {
	width: 26px;
	height: 50px;
}

section#cta-section.light-cta {
	background: #F1F4F8;
}

.learn-more.blue, .learn-more.blue i {
	border-color: #005DE8;
	color: #005DE8;
	font-family: Inter;
}

a.watch-vid img {
	margin-right: 8px;
}

body.archive.post-type-archive.post-type-archive-partners .section-title img {
	width: 36px;
	margin-bottom: 10px;
}

a.watch-vid {
	margin-left: 25px;
	border-bottom: 2px solid;
	text-align: center;
	height: 35px;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 0.05em;
	font-weight: 600;
}

.t-text {
	font-size: 22px;
	line-height: 34px;
	/* or 146% */
	text-align: center;
	letter-spacing: -0.02em;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.t-role span:nth-child(1), .t-role span:nth-child(2) {
	font-size: 16px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
}

.actual-test {
	text-align: center;
	max-width: 817px;
	margin: 100px auto;
}

.t-role {
	margin-top: 30px;
}

.t-logo {
	margin-top: 25px;
}

.cta-tag {
	letter-spacing: 0.03em;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 20px;
}

.illuminate-box h4 {
	margin-bottom: 14px;
}

img.exchange-logo {
	max-width: 320px;
	margin-bottom: 50px;
}
div#main-carousel a {
	width: 320px;
}
.check-list ul {
	list-style-type: none;
}

.contact-form.product-form {
	max-width: 560px;
	margin: 60px auto 0;
}

body.page-template.page-template-page-request-demo-v2 ul.check li {
	margin-bottom: 12px;
}

.form-info {
	font-size: 11px;
	line-height: 16px;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.white-logo.frost-logo {
	display: block !important;
	margin-bottom: 45px;
}
section.frost-1 {
	padding-top: 40px;
	padding-bottom: 0;
}
.inner-magento .m-box:nth-child(1) .m-box-title, .inner-magento .m-box:nth-child(1) .mbox-bottom {
	background: #36486D;
}

.single-partners .contact-form, .page-template-page-friends .contact-form, .post-type-archive-partners .contact-form {
	max-width: 530px;
	margin: 0 auto;
}

.main-post-content ul li {
	list-style-position: inherit;
}

/*.inner-magento .m-box:nth-child(2) .m-box-title, .inner-magento .m-box:nth-child(2) .mbox-bottom {}*/

.inner-magento .m-box:nth-child(3) .m-box-title, .inner-magento .m-box:nth-child(3) .mbox-bottom {
	background: #0368ff;
}

section#illuminate.illuminate-partner {
	background-size: 0;
}

.header-tag.green {
	color: #01F4A8;
}

body:lang(cn) {
	background: yellow;
}

@media (max-width: 767px) {
	.single-reports .page-header.mask {
		background-image: none !important;
		background-color: #192030;
	}

}


/* ======================================================= */
/* COMPONENT - CARD */
/* ======================================================= */

.card {
	display: flex;
	flex-direction: column;
	height: 100%;
	background-color: white;
	border-radius: 6px;
	transition: .3s;
	box-shadow: 0 .25rem 1rem rgba(0, 93, 232, .1);
}

a.card:hover,
.card.wistia_embed:hover {
	box-shadow: 0 .25rem 1.5rem rgba(0, 93, 232, .2);
}


.card-media {
	border-radius: 6px 6px 0 0;
	overflow: hidden;
}

.card-media img {
	aspect-ratio: 16 / 9;
	width: 100%;
	object-fit: cover;
}

.card-body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 30px;
}

.card-tag,
.card-more {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .1em;
	color: #005de8;
	font-family: 'Poppins';
	text-transform: uppercase;
}

.card-title {
	margin-top: 10px;
	margin-bottom: 0;
}

.card-text {
	margin-top: 20px;
}

.card-more {
	padding-top: 20px;
	margin-top: auto;
}

.btn:hover,
.hs-button:hover {
	background: #283752;
}

.sf-form label {
	display: none;
}

.sf-form input:not([type="submit"]) {
	outline: 0;
	border-radius: 0;
	border: 0;
	margin-bottom: 16px;
	width: 100%;
	font-size: 16px;
	text-indent: 0;
	font-weight: 400;
	padding: 12px 14px 8px;
	background: #f0f4f8;
	border-bottom: 2px solid #6C88BF;
}

.sf-form form {
	display: flex;
	flex-wrap: wrap;
}

.sf-form h3 {
	margin-bottom: 14px;
}

.sf-form form input:not([type="submit"]) {
	flex: 48%;
	margin-left: 1%;
	margin-right: 1%;
}

.sf-submit { /* grid-row: 1 / -1; */
	/* display: block; */
	width: 100%;
	margin: auto;
	text-align: center;
}

.sf-form {
	background: white;
	padding: 45px 40px;
	text-align: center;
}

.sf-form > p {
	color: #1E283D;
	margin-bottom: 40px;
}

.live-p a {
	color: #4690ff;
	font-weight: 600;
}

.footer-badge img {
	max-width: 50px;
	width: 50px;
	margin-top: 15px;
}

img.partner-logo-lock {
	width: 160px;
	height: auto;
}

.hs-form-field > label {
	display: none !important;
}

/*.page-template-solution-v4 .btn {*/
/*	width: 50%;*/
/*	text-align: center;*/
/*}*/
/* DO NOT DELETE */
.arrow-new {
	border: solid #015de7;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	position: relative;
	top: -1px;
	transition: all .18s;
	transform: rotate(-45deg);
}

/* END DO NOT DELETE */


.thumb__slide:not(.is-active) svg .st0 {
	fill: white;
	opacity: 0.6;
}

.thumb__slide:not(.is-active):hover svg .st0 {
	opacity: 1;
}

.thumb__slide.is-active .thumb-text {
	color: white !important;
}

.splide__slide img {
	width: 100%;
	height: auto;
}

.splide__slide {
	/* opacity: 0.6; */
}

.splide__slide.is-active {
	opacity: 1;
}

.thumb__slide {
	/* align-items: center; */
	/* justify-content: flex-start; */
	z-index: 1;
	border: 0 !important;
	flex-direction: column;
	text-align: center;
	/* display: flex; */
	/* position: relative; */
}

.main__slide {
	/* background: rgb(0 93 232 / 30%); */
	padding: 60px 0 0;
	max-width: 316px;
	text-align: center;
	/* border-radius: 8px; */
}

.main__slide_img {
	position: absolute;
	/* background: #005DE8; */
	width: 60px;
	height: 60px;
	top: -30px;
	margin: auto;
	left: 0;
	right: 0;
	padding: 13px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main__slide .splide-btm {
	background: #093882;
	color: white;
	width: 100%;
	display: flex;
	padding: 18px 8px;
	justify-content: center;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.01em;
	/* font-weight: 600; */
	border-radius: 0 0 8px 8px;
	transition: all .2s;
}

.main__slide > a:hover {
	/* background: #005de8; */
}

.splide-content {
	padding: 30px 12px 0px;
	/* background: rgb(0 93 232 / 30%); */
	border-radius: 8px 8px 0 0;
}

.thumb__slide.is-active svg {
	background: white !important;
}


div#thumbnail-slider:before {
	content: "";
	position: absolute;
	z-index: -1;
	/* top: -24px; */
	bottom: 60px;
	left: 0;
	border-top: 2px dashed #00397ca8;
	/* transform: translate(-50%); */
	/* height: 42px; */
	width: 100%;
	margin: auto;
}

div#main-carousel {
	display: flex;
	justify-content: center;
	width: 320px;
	/* max-width: 100%; */
	margin: auto;
}

div#thumbnail-slider {
	/* overflow: hidden; */
	/* max-width: 120px; */
	padding-bottom: 20px;
	z-index: 9;
}

.thumb-text {
	color: #005DE8;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 10px;
	line-height: 1.3;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	transition: all .2s;
	position: absolute;
	left: 0;
	right: 0;
	top: 45px;
}

.main__slide_img img {
	width: 64px;
}

a.transparent-white {
	padding: 8px 10px;
	border: 2px solid;
	border-radius: 26px;
	display: block;
	width: 170px;
	margin: 0 auto;
}

.p-banner {
	background: #015de7;
	margin-left: -1.5%;
	margin-right: -1.5%;
	padding: 20px 10px;
	position: relative;
	margin-top: 30px;
	margin-bottom: 40px;
}

.p-banner:after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #0049B8;
	border-right: 9px solid transparent;
}

.p-banner:before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 0;
	height: 0;
	border-top: 5px solid #0049B8;
	border-left: 9px solid transparent;
}

.p-box-inner > div:not(.p-banner) {
	/* padding: 0px 66px; */
}

.p-icon {
	display: flex;
	position: relative;
	margin: 0 auto 20px;
	justify-content: center;
}

.p-icon img {
	min-width: 46px;
	height: 46px;
	display: block;
}

.ppp-badge a {
	margin: 0 5px !important;
}

.p-box {
	max-width: 96%;
	margin: auto;
	background: linear-gradient(180deg, #080D15 -88.52%, #002966 100%);
	border-radius: 6px;
}

.thumb__slide svg {
	background: #01397c;
	border-radius: 50%;
	padding: 9px;
	margin-bottom: 5px;
	min-width: 35px;
	height: 35px;
	transition: all .2s;
}

.thumb__slide:hover svg {
	background: #005DE8;
}

.thumb__slide:hover .thumb-text {
	color: white;

}

a .arrow-new.white {
	border-color: white !important;
	padding: 2px;
	LEFT: 1PX;
}

a:hover .arrow-new.white {
	border-color: #005DE8 !important;
}

.poppins {
	font-family: 'Poppins', sans-serif;
}

.lang-item a {
	color: #283752;
}

.footer-lang select {
	padding: 4px 8px;
	background-color: white;
	border: 1px solid #bbb;
	min-width: 90px;
	font-size: 14px;
}

.footer-lang {
	margin-top: 18px;
	max-width: 130px;
}

.first-p {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 60px;
}

.default-page h2 {
	font-size: 40px;
	line-height: 48px;
}

.default-page h3 {
	font-weight: 400;
	font-size: 30px;
	line-height: 38px;
}

.default-page h4 {
	font-size: 22px;
	line-height: 30px;
}

.default-page h5 {
	font-size: 18px;
	line-height: 26px;
}

.default-page h6 {
	font-size: 16px;
	line-height: 22px;
}

.default-page ul, .default-page ol {
	padding-left: 20px;
}

.default-page ul li, .default-page ol li {
	margin-bottom: 5px;
}

.default-page ul, .default-page ol {
	padding-left: 20px;
}

.default-page ul li, .default-page ol li {
	margin-bottom: 5px;
}

.default-page table {
	width: 100%;
	margin: 38px 0;
}

.social-info > a svg {
	fill: white;
}
.role-pill {
	font-size: 12px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; /* 133.333% */
	letter-spacing: 0.96px;
	background: #005de8;
	border-radius: 120px;
	text-transform: uppercase;
	display: inline-block;
	line-height: 1;
	padding: 7px 20px;
}
.social-info {
	display: flex;
	margin-top: 40px;
}
.social-info > a {
	/* width: 80px; */
	text-align: right;
	line-height: 1;
	margin-top: 5px;
	display: flex;
	/* height: 80px; */
	background: #005DE8;
	padding: 10px;
	border-radius: 50%;
	margin-right: 13px;
}
.default-page th {
	background: #002966;
	color: white;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

.default-page th, .default-page td {
	padding: 0.8rem;
}

tbody > tr:nth-child(odd) {
	background: #D6E7FF;
}

.default-page article {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
}

.default-page strong,.default-page b {
	font-weight: 600;
}

.last-p {
	background: #D6E7FF;
	padding: 33px;
	margin-top: 40px;
}
.last-p p:last-child {
	margin-bottom: 0;
}

.content-hub-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.li-padding li {
	list-style-position: outside;
	margin-bottom: 12px;
}
.partnerLogo a {
	display: flex;
	align-items: center;
}

.aws-logo-wrap > span {
	font-size: 24px;
}
