@import url('libraries.css');

:root {
	--suTransition: all 0.25s ease;
}

body {
	font-family: Montserrat, Arial, sans-serif
}

img.snowfall-flakes {
	position: fixed !important;
}

::-webkit-scrollbar {
	width: 4px;
	height: 0px;
	background-color: #F5F5F5
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #F5F5F5;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #7a99d9), color-stop(0.72, #497dbd), color-stop(0.86, #1c3a94));
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px
}

* {
	scrollbar-width: thin;
	scrollbar-color: #497dbd transparent
}

.bg-gradient-primary,
.bg-gradient-primary:active,
.bg-gradient-primary:focus,
.bg-gradient-primary:not(:disabled):not(.disabled):active,
.bg_orange,
.bg_orange:active,
.bg_orange:focus,
.bg_orange:not(:disabled):not(.disabled):active {
	border: 0;
	background: #f80;
	background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
}

.bg-gradient-secondary,
.bg-gradient-secondary:not(:disabled):not(.disabled):active {
	border: 0;
	background: #ffb300;
	background: -webkit-linear-gradient(left, rgba(255, 179, 0, 1) 0, rgba(255, 136, 0, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 179, 0, 1) 0, rgba(255, 136, 0, 1) 100%)
}

.bg-gradient-blue {
	border: 0;
	background: #55c7ff;
	background: -webkit-linear-gradient(left, rgba(85, 199, 255, 1) 0, rgba(120, 134, 247, 1) 99%);
	background: linear-gradient(90deg, rgba(85, 199, 255, 1) 0, rgba(120, 134, 247, 1) 99%)
}

.container {
	overflow: hidden;
	max-width: 1440px;
	padding: 0px 32px;
}

.btn {
	font-weight: 600
}

.btn-outline {
	border: 1px solid #f48b00
}

.btn-outline span {
	color: #f48b00;
	background: #fff;
	font-weight: 400
}

.su-bg-secondary {
	background-color: #0c4163;
}

.su-bg-gray {
	background-color: #f0f0f0
}

.min-vh-50 {
	min-height: 50vh
}

.min-vh-60,
.min-vh-70 {
	min-height: 60vh
}

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

.btn-primary-2:not(:disabled):not(.disabled).active,
.btn-primary-2:not(:disabled):not(.disabled):active,
.show>.btn-primary-2.dropdown-toggle {
	color: #fff;
	background-color: #15343a;
	border-color: #112b31
}

.primary-color,
.primary-color:hover {
	color: #194586
}

.secondary-color,
.secondary-color:hover {
	color: #838aa6;
}

.relatedWebinar {
	max-width: 490px;

	position: fixed;
	bottom: 120px;
	left: -500px;
	z-index: 200;
	transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
	box-shadow: 0 5px 15px 0 rgba(37, 44, 97, 0.15), 0 2px 4px 0 rgba(93, 100, 148, 0.2);
	opacity: 0;
	background-image: url(../assets/img/slide-in-bg.webp);
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #f0f0f0;
}

@media (max-width: 500px) {
	.relatedWebinar {
		width: 100%;
	}
}

.relatedWebinar.show {
	left: 0;
	opacity: 1;
	transition: left 0.5s ease-in-out, opacity 0.5s ease-in-out;
	border-radius: 0px 8px 8px 0px;
}

.relatedWebinar button {
	position: absolute;
	top: 6px;
	right: 10px;
}

.relatedWebinar.r-dark,
.relatedWebinar.r-light {
	padding: 0;
	overflow: hidden;
}

.relatedWebinar.r-dark .col-12,
.relatedWebinar.r-light .col-12 {
	padding: 0;
}

.relatedWebinar.r-dark button,
.relatedWebinar.r-light button {
	position: absolute;
	top: 0;
	right: 6px;
	color: #fff;
	opacity: 1;
	font-weight: 500;
}

.relatedWebinar.r-dark button {
	color: #001b48;
}


.banner h1.primary-color {
	font-size: 2.2rem;
	line-height: 3rem;
	font-weight: 700
}

.banner.video-banner .apps-banner {
	background-image: url(../images/apps/future-proof-bg-lines.svg);
	background-repeat: no-repeat;
	background-position-y: top;
	background-position-x: center;
	background-size: cover;
}

.banner.video-banner .apps-banner .container-fluid {
	background-image: url(../images/apps/future-proof-illustration.svg);
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: center;
	height: 100%;
}

.banner.video-banner .apps-banner h1 {
	padding: 0 14rem;
	line-height: 2.6rem;
	margin-top: 4rem;
}

.banner.video-banner .apps-banner h5 {
	color: #838aa6;
	font-weight: normal;
	padding: 0px 14rem;
	font-size: 1rem;
}



.banner .community-refocus.mamba.image-only .featuring-logos {
	opacity: 0;
	visibility: hidden;
}

.banner .community-refocus.mamba.image-only h4 {
	margin-top: -20px;
	margin-bottom: 200px;
}

.banner .community-refocus.mamba.image-only h3 {
	margin-bottom: 20px;
}

.banner .community-refocus.mamba.image-only h5 {
	color: #ffffff;
	font-size: 30px;
	line-height: 30px;
	font-family: 'Bebas Neue', cursive;
}

.banner .community-refocus.mamba.image-only h5 sup {
	text-transform: lowercase;
	font-family: 'Montserrat';
	font-size: 20px;
	letter-spacing: 1px;
	top: -14px;
}

.banner .community-refocus img.webinar-logo {
	max-width: 150%;
	margin-top: -28%;
}

.banner .community-refocus .row.container-row {
	padding-bottom: 50px;
	overflow: hidden;
}

.banner .community-refocus .row.container-row .container {
	position: relative;
}

.banner .community-refocus .klever-illustration {
	max-width: 500px;
	position: absolute;
	right: -20px;
	top: -20px;
}

.banner .community-refocus .row.white-row {
	color: #28258c;
	padding: 40px 0;
}

.banner .community-refocus .row.white-row h4 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 700;
}

.banner .community-refocus .row.white-row .speaker-pattern {
	text-align: center;
}

.banner .community-refocus .row.white-row .speaker-pattern img {
	max-width: 50px;
	margin-left: -26px;
}

.banner .community-refocus .su-logo {
	border-right: 1px solid #5248f7;
	padding-right: 20px;
}

.banner .community-refocus h6 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffb200;
	display: inline-block;
	margin-bottom: 26px;
}

.banner .community-refocus h5 {
	font-weight: 500;
	margin-bottom: 30px;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 18px;
	line-height: 20px;
	color: #e48b25;
}

.banner .community-refocus.support-refocus h5 {
	letter-spacing: 2px;
	font-size: 26px;
	line-height: 26px;
}

.banner .community-refocus .logos.d-flex {
	margin-bottom: 26px;
	margin-top: 60px;
}

.banner .community-refocus h3 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 2.6rem;
	margin-bottom: 24px;
}

.banner .community-refocus .webinar-title h3 {
	font-size: 1.56rem;
	font-weight: 400;
	line-height: 2rem;
	margin-bottom: 12px;
}

.banner .community-refocus.tsw .webinar-title h3 {
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 2.8rem;
	margin: 10px 0 16px 0;
}

.banner .community-refocus.tsw h6 {
	font-size: 20px;
	line-height: 22px;
	color: #ffffff;
	text-transform: none;
	letter-spacing: 0;
}

.banner .community-refocus.tsw .webinar-time-wrapper h5 {
	font-weight: 600;
}

.banner .community-refocus h4 {
	font-size: 2.2rem;
	font-weight: 400;
	line-height: 2.6rem;
}

.banner .community-refocus h4.webinar-sub-title {
	text-transform: uppercase;
	font-size: 1.3rem;
}

section.support-sponsor-sections a,
.Home-page .banner .community-refocus a.btn {
	margin-top: 40px;
	margin-left: 0;
	border-radius: 32px;
	padding: 16px 40px;
	text-transform: capitalize;
	font-size: 24px;
	text-align: center;
	display: inline-block;
	color: #ffffff;
	font-weight: 600;
	line-height: 24px;
	background: #FF7300;
	text-decoration: none;
}

section.support-sponsor-sections a {
	margin-top: 36px;
}

.Home-page .banner .community-refocus a.btn {
	margin-top: 84px;
}

.Home-page .sr-bnr-content {
	position: absolute;
	bottom: 130px;
	display: flex;
	align-items: center;
	gap: 18px;
	margin-left: 0;
	right: 2vw;
}

.Home-page .banner .community-refocus h4 {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	max-width: 310px;
	margin-bottom: 0px;
}

.banner .community-refocus.tsw a.btn {
	text-transform: none;
	display: inline-block;
	padding: 12px 20px;
}

.banner .community-refocus .webinar-time div {
	padding-right: 30px;
	border-right: 1px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .community-refocus .webinar-time div h5 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -6px;
}

.banner .community-refocus .webinar-time div.time,
.banner .community-refocus .webinar-time div.date {
	padding-left: 30px
}

.banner .community-refocus .webinar-time div.time {
	border-right: 0;
}

.banner .community-refocus .webinar-time div.time span {
	font-size: 34px;
	line-height: 34px;
}

.banner .community-refocus .webinar-time div.day span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}

.banner .community-refocus .webinar-time div.date h5,
.banner .community-refocus .webinar-time div.day h5 {
	font-size: 34px;
	line-height: 34px;
}

.banner .community-refocus .webinar-time div.date span {
	font-size: 18px;
	line-height: 18px;
}

.banner .community-refocus .logos.d-flex img {
	width: 24%;
}

.banner .community-refocus .featuring-logos img {
	width: 60%;
}

.banner .community-refocus.support-refocus .featuring-logos img {
	width: 50%;
}

.banner .community-refocus.mamba .featuring-logos img {
	width: 100%;
}

.banner .community-refocus.tsw .featuring-logos img {
	width: 50%;
}

.banner .community-refocus .d-none {
	display: none !important
}

.banner .community-refocus .webinar-time {
	padding: 20px 0;
}

.banner .community-refocus .featuring-logos {
	margin-bottom: 60px;
	margin-top: -80px;
}

.banner .community-refocus.mamba .featuring-logos {
	margin-bottom: 0;
	margin-top: 0;
}

.banner .community-refocus.support-refocus .featuring-logos {
	margin-top: -130px;
	margin-bottom: 90px;
	position: relative;
}

.banner .community-refocus.tsw .featuring-logos {
	margin-bottom: 40px;
}

.banner .community-refocus.tsw .webinar-time-wrapper {
	margin-top: 20px;
}

.banner .community-refocus .webinar-time-wrapper {
	margin-top: 0;
	margin-bottom: 20px;
}

.banner .community-refocus.support-refocus .webinar-time-wrapper {
	width: 100%;
	margin: 0 auto;
	position: relative;
	text-align: left;
	margin-top: 36px;
}

.banner .community-refocus .row.cta-row {
	margin-top: 36px;
}

.banner .community-refocus.tsw .row.cta-row {
	margin-top: 40px;
}

.banner .community-refocus .webinar-time-wrapper .date-time-container {
	top: 3px;
	position: absolute;
	left: 54px;
}

.banner .community-refocus.support-refocus .webinar-time-wrapper .date-time-container {
	top: 5px;
	left: 66px;
}

.banner .community-refocus.tsw .webinar-time-wrapper .date-time-container {
	left: 80px;
	top: 2px;
}

.banner .community-refocus.tsw .webinar-time-wrapper .time-wrapper-right .date-time-container {
	left: 90px;
	top: 10px;
}

.banner .community-refocus.tsw .webinar-time-wrapper h6 {
	font-size: 16px;
	line-height: 16px;
	margin-top: 8px;
}

.banner .community-refocus .webinar-time-wrapper .date-time-container small {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner .community-refocus .webinar-time-wrapper h5 {
	font-size: 20px;
	font-weight: 400;
	text-transform: none;
	letter-spacing: 0;
	color: #ffffff;
	margin-bottom: 0;
}

.banner .community-refocus.support-refocus .webinar-time-wrapper h5 {
	font-size: 22px;
	font-weight: 600;
}

.banner .community-refocus .webinar-time-wrapper h5 em {
	display: block;
	font-weight: 500;
	font-style: normal;
	margin-bottom: -4px;
	font-size: 20px;
}

.banner .community-refocus i.sf {
	width: 40px;
	height: 40px;
}

.banner .community-refocus .webinar-time-wrapper .time-wrapper-right {
	padding-left: 16px;

}

.banner .community-refocus.support-refocus .webinar-time-wrapper .time-wrapper-left {
	margin-left: 80px;
}

.banner .community-refocus.support-refocus .webinar-time-wrapper .time-wrapper-right {
	margin-left: -26px;
}

.banner .community-refocus.tsw .webinar-time-wrapper .time-wrapper-right {
	margin-left: 0;
}

.banner .community-refocus.support-refocus .webinar-time-content {
	margin: 0 auto;
	max-width: 70%;
	padding-left: 16px;
}

.banner .community-refocus.support-refocus .webinar-time-wrapper .time-wrapper-right:before {
	display: none;
}

.banner .community-refocus .community-refocus-logos {
	position: relative;
	margin-bottom: 30px;
}

.banner .community-refocus.support-refocus .community-refocus-logos img {
	max-width: 680px;
}

.banner .community-refocus .community-refocus-logos:after {
	content: "";
	height: 3px;
	width: 80px;
	position: absolute;
	background-color: #ffffff;
	bottom: -8px;
	left: 0px;
}

.banner .community-refocus.support-refocus .featuring-logos:after {
	content: "";
	height: 3px;
	width: 100px;
	position: absolute;
	background-color: #ffffff;
	bottom: -40px;
	left: calc(50% - 50px);
}

.banner .community-refocus.support-refocus .community-refocus-logos:after {
	display: none;
}

.banner .community-refocus.support-refocus .webinar-time-wrapper .time-wrapper-right .date-time-container {
	left: 70px;
}

.banner .community-refocus .speaker-container {
	width: 100%;
	margin-top: 80px;
}

.banner .community-refocus .kcs-title {
	color: #38b3c2;
}

.banner .community-refocus .speaker-container h4 {
	font-weight: 600;
	margin-bottom: 18px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8rem;
	margin-left: -26px;
}

.banner .community-refocus .speaker-inner {
	color: #133b6a;
}

.banner .community-refocus .speaker-inner img {
	max-width: 84%;
}

.banner .community-refocus .speaker-inner h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 12px;
	line-height: 22px;
	padding-left: 4px;
}

.banner .community-refocus .speaker-inner h5 {
	margin-top: 4px;
	font-size: 14px;
	font-weight: 600;
	padding-left: 4px;
}

.banner .community-refocus i.sf.clock,
.banner .community-refocus i.sf.calendar {
	width: 26px;
	height: 26px;
}

.banner .community-refocus.support-refocus i.sf.clock,
.banner .community-refocus.support-refocus i.sf.calendar {
	width: 32px;
	height: 32px;
}

.banner .community-refocus i.sf.clock {
	background-image: url(../assets/img/community-time.svg);
}

.banner .community-refocus i.sf.calendar {
	background-image: url(../assets/img/community-cal.svg);
}

.banner .community-refocus.tsw i.sf.clock,
.banner .community-refocus.tsw i.sf.calendar {
	width: 46px;
	height: 46px;
}

.banner .community-refocus.tsw i.sf.clock {
	background-image: url(../assets/img/su-virtual.svg);
}

.banner .community-refocus.tsw i.sf.calendar {
	background-image: url(../assets/img/su-booth.svg);
}

.banner .community-refocus.tsw .webinar-time-wrapper .time-wrapper-right:before {
	display: none;
}

.banner .community-refocus i.su-icons {
	display: inline-block;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.banner .community-refocus i.su-icons.su-arrow-right {
	background-image: url(../assets/img/arrow-right-cirlce.svg);
	width: 35px;
	height: 33px;
	background-size: contain;
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-right: -4px;
}

.banner .community-refocus.mamba .webinar-title h3 {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 2rem;
	margin-bottom: 12px;
}

.banner .community-refocus.mamba .webinar-title {
	margin-top: -200px;
	color: #40ceff;
}

.banner .community-refocus.mamba h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 8px;
	margin-bottom: 0;
}

.cutting-edge .col-lg-8 {
	padding: 0 45px 0 15px;
}

.cutting-edge .col-lg-4 {
	padding: 0 15px 0 15px;
}

.cutting-edge .inner-row {
	background-color: #e4e9ef;
	padding: 20px 20px;
	border-radius: 30px;
}

.cutting-edge .feature-list {
	background-color: #ffffff;
	padding: 15px 15px;
	border-radius: 20px;
	margin: 15px 0;
}

.cutting-edge .edge-bg {
	max-width: 100%;
	overflow: hidden;
}

.cutting-edge .edge-bg .agent-helper {
	margin-top: 90px;
}

.cutting-edge .edge-bg .community-helper {
	margin-top: 130px;
}

.feature-list ul {
	margin-top: 20px;
	margin-left: -26px;
}

.feature-list ul li {
	color: #838aa6;
	display: inline-block;
	list-style: none;
	margin: 0 0 8px 1.1225em;
	padding: 0;
	position: relative;
	font-size: 14px;
	line-height: 16px;
}

.feature-list ul li:before {
	color: #5dbaff;
	content: "\2022";
	display: inline-block;
	font-size: 4em;
	left: -0.6em;
	position: absolute;
	top: -2px;
}

.cutting-edge {
	padding: 40px 0;
}

.cutting-edge .feature-list img {
	display: inline-block;
	width: auto;
	max-width: 46px;
	margin-right: 10px;
	margin-left: 10px;
}

.cutting-edge .feature-list h4 {
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	color: #194586;
	line-height: 22px;
}

.cutting-edge a.btn {
	background-color: #e4e9ef;
	border-radius: 4px;
	color: #194586;
	font-size: 14px;
	font-weight: 600;
	margin-left: 30px;
	box-shadow: -3px 1px 4px 1px rgb(41 41 41 / 50%);
	line-height: 18px;
	padding: 8px 16px;
	margin-bottom: 10px;
}

.cutting-edge a.btn:after {
	content: "\f30b";
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	min-width: 40px;
	position: relative;
	display: inline-block;
	top: 2px;
	font-weight: 600;
}

.cta-section {
	padding: 10px 0 50px 0;
}

.cta-section .cta-wrapper {
	padding: 26px 15px;
	border-radius: 30px;
	color: #fff;
}

.cta-section a.btn {
	background-color: #ffffff;
	border-radius: 4px;
	color: #f48b00;
	font-size: 14px;
	font-weight: 600;
	margin-left: 0;
	padding: 10px 30px;
	margin-top: 20px;
	box-shadow: -3px 1px 10px 1px rgb(41 41 41 / 50%);
}

section.request-demo h2,
section.self-service h2,
section.support h2,
section.cutting-edge h2,
section.platform h2 {
	font-size: 28px;
	font-weight: 600;
	line-height: 32px;
}

section.platform {
	padding: 46px 0;
	background-color: #f1f0f5;
}

section.platform .platform-illustration {
	margin-top: 10px;
}

section.support {
	padding: 50px 0;
	background-color: #e4e9ef;
}

section.support .bubble-wrapper {
	background-color: #ffffff;
	border-radius: 20px;
	padding: 15px 15px;
}

section.support .bubble-container {
	text-align: center;
}

section.support .numbers {
	padding-left: 20px
}

section.support .numbers span {
	color: #7dbafd;
	font-size: 36px;
	font-weight: 700;
}

section.support .title {
	padding-left: 10px;
}

section.support .title h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	color: #838aa6;
	text-align: left;
}

section.support .bubble-wrapper.years {
	margin-top: 30px;
	position: relative;
	bottom: 0;
	right: -50%;
}

section.support p {
	margin-bottom: 0;
}

section.self-service {
	padding: 40px 0 50px 0;
}

section.request-demo {
	color: #ffffff;
	padding: 46px 0;
}

section.request-demo .thank-you-text {
	color: #818ba4;
	min-height: 200px;
	padding-top: 60px;
}

section.request-demo p {
	margin-bottom: 0;
}

section.request-demo .demo-form-container {
	padding: 40px 40px;
	margin-top: -140px;
	box-shadow: none;
	width: 100%;
	margin-bottom: -40px;
}

section.request-demo .demo-form-wrapper {
	box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
	background-color: #fff;
	border: 1px solid #55c7ff;
	border-radius: 20px;
	padding: 20px 30px;
}

section.request-demo .demo-form-container .mktoForm .mktoRequiredField .mktoAsterix {
	display: none;
}

section.request-demo .demo-form-container .mktoForm .mktoOffset,
section.request-demo .demo-form-container .mktoForm .mktoGutter {
	height: 0;
}

section.request-demo .demo-form-container .mktoForm .mktoLabel,
section.request-demo .demo-form-container .mktoForm input[type=text],
section.request-demo .demo-form-container .mktoForm input[type=email],
section.request-demo .demo-form-container .mktoForm select.mktoField,
section.request-demo .demo-form-container form,
section.request-demo .demo-form-container .mktoForm .mktoFieldWrap,
section.request-demo .demo-form-container .mktoFieldDescriptor.mktoFormCol {
	width: 100% !important;
	font-family: "Montserrat";
}

section.request-demo .demo-form-container .mktoForm select.mktoField,
section.request-demo .demo-form-container form,
section.request-demo .demo-form-container .mktoForm .mktoFieldWrap,
section.request-demo .demo-form-container .mktoFieldDescriptor.mktoFormCol {
	margin-bottom: 0 !important;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFieldDescriptor.mktoFormCol .mktoAsterix {
	display: block;
	float: left;
	margin-left: -7px;
	padding-right: 5px;
	color: #ffb200;
}

section.request-demo .demo-form-container .mktoForm input#emailOptInBoolean,
section.request-demo .demo-form-container .mktoForm input#consenttoProcessing {
	display: none;
}

section.request-demo .demo-form-container .mktoForm #fullNameEditable,
section.request-demo .demo-form-container .mktoForm #Email,
section.request-demo .demo-form-container .mktoForm #Country,
section.request-demo .demo-form-container .mktoForm #State {
	color: #555;
	font-family: "Montserrat";
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	padding: 10px 8px;
	outline: 0;
	border: 1px solid #e4e9ef;
	border-radius: 4px;
	margin-bottom: 12px;
}

section.request-demo .demo-form-container .mktoForm .mktoLogicalField {
	height: 0px !important;
}

section.request-demo .demo-form-container .mktoForm #Country,
section.request-demo .demo-form-container .mktoForm #State {
	background: url("../assets/img/drop-arrow-orange.png") no-repeat bottom 13px right 15px #fff !important;
	margin-bottom: 12px;
}

section.request-demo .demo-form-container .mktoForm .mktoLabel {
	margin-bottom: 10px;
	color: #818ba4 !important;
}

section.request-demo .demo-form-container .mktoForm a {
	padding: 0 !important;
}

section.request-demo .demo-form-container .mktoForm label[for="emailOptInBoolean"],
section.request-demo .demo-form-container .mktoForm label[for="consenttoProcessing"] {
	float: right;
	width: 90% !important;
	padding: 0;
	font-size: 12px;
	color: #8e8f8f;
	font-weight: 400 !important;
	line-height: 18px;
	margin-top: 3px;
	margin-bottom: 6px !important;
	font-family: "Montserrat", Arial, sans-serif;
}

section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean:checked+label:after,
section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing:checked+label:after {
	background-color: #ffb200;
	background-size: 10px;
	background-repeat: no-repeat;
	background-position: center;
}

section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#emailOptInBoolean+label:after,
section.request-demo .demo-form-container .mktoForm .mktoCheckboxList input#consenttoProcessing+label:after {
	content: "";
	display: block;
	height: 20px;
	width: 20px;
	border: 1px solid #ffb200;
	background-color: #fff;
	border-radius: 0;
	position: absolute;
	left: 0;
	border-radius: 3px;
	top: 5px;
	background: url(//pages.searchunify.com/rs/690-NGB-767/images/icon-check-D.png);
	background-repeat: no-repeat;
	background-size: auto;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(4) {
	margin-bottom: 12px;
}

section.request-demo .demo-form-container .mktoForm .mktoButtonRow {
	width: 100%;
	margin-top: 12px !important;
}

section.request-demo .demo-form-container .mktoForm span.mktoButtonWrap.mktoSimple {
	margin: 0 auto !important;
	display: block;
	width: 210px;
}

section.request-demo .demo-form-container .mktoForm button {
	background: #ffb200 !important;
	color: #fff;
	font-family: "Montserrat", Arial, sans-serif;
	font-size: 14px !important;
	border-radius: 10px !important;
	background-image: inherit !important;
	width: 102%;
	letter-spacing: 1px;
	border: 0 !important;
	text-align: center;
	margin: 0 auto;
	padding: 15px 18px !important;
	text-transform: uppercase;
	font-weight: 600;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(1) .mktoFormCol .mktoError {
	right: auto !important;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(2) .mktoFormCol .mktoError {
	right: auto !important;
	bottom: -22px !important;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(3) .mktoFormCol .mktoError {
	right: auto !important;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(4) .mktoFormCol .mktoError {
	right: auto !important;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(5) .mktoFormCol .mktoError {
	right: auto !important;
	bottom: -30px !important;
	left: 0px;
}

section.request-demo .demo-form-container .mktoForm .mktoFormRow:nth-child(6) .mktoFormCol .mktoError {
	right: auto !important;
	bottom: 6px !important;
	left: 0px;
}

.featured-resources .rc-img-wrapper img {
	max-width: 100%;
	overflow: hidden;
}

.featured-resources h3 {
	font-size: 16px;
	line-height: 22px;
	margin-top: -42px;
	min-height: 140px;
}

.featured-resources .card-holder {
	border: 0;
	border-radius: 16px;
	box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
	overflow: hidden;
}

.featured-resources h4 {
	background: #fff;
	position: relative;
	top: -44px;
	display: inline-block;
	padding: 6px 10px;
	left: 0;
	border-radius: 8px;
	color: #f48b00;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.featured-resources a:hover {
	text-decoration: none;
}

.featured-resources>.tns-item {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
}

#featured-resources-wrapper .tns-controls {
	margin-left: 16px;
	margin-top: 16px;
}

#featured-resources-wrapper .tns-controls button {
	margin-right: 15px;
	padding: 7px 14px;
	border-radius: 50%;
	color: #194586;
	background-color: #fff;
	box-shadow: 0px 1px 9px rgba(88, 91, 95, 0.38);
	border: 0px;
}

.featured-resources .featured-cta {
	border: 0;
	display: inline-block;
	padding: 8px 15px;
	border-radius: 30px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	right: 14px;
	position: absolute;
	bottom: 16px;
}

.featured-resources .featured-cta:after {
	content: "\f0da";
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	min-width: 40px;
	position: relative;
	display: inline-block;
	top: 2px;
	font-weight: 600;
	margin-left: 10px;
	margin-right: -36px;
}

.self-service a.btn {
	background-color: #ffffff;
	border-radius: 4px;
	color: #194586;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	margin-left: 0;
	padding: 10px 30px;
	margin-top: 20px;
	border: 1px solid #194586;
}

.self-service img.dots-pattern-1 {
	position: absolute;
	z-index: -10;
	max-width: 120px;
	top: -3rem;
	left: -20px;
}

.self-service img.dots-pattern-2 {
	position: absolute;
	max-width: 160px;
	bottom: -50px;
	left: -24px;
	z-index: -10;
}

p.hero-text {
	font-size: 1.2rem
}

.hover-shadow-lg,
.hover-translate-y-n10,
.hover-translate-y-n3 {
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.hover-shadow-lg:hover {
	box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125) !important
}

.hover-translate-y-n3:hover,
.translate-y-n3 {
	-webkit-transform: translateY(-3px) !important;
	-ms-transform: translateY(-3px) !important;
	transform: translateY(-3px) !important
}

.hover-translate-y-n10:hover,
.translate-y-n10 {
	-webkit-transform: translateY(-10px) !important;
	-ms-transform: translateY(-10px) !important;
	transform: translateY(-10px) !important
}

.banner a.btn {
	border-radius: 1.2rem;
	padding: 6px 20px
}

.banner a.btn:hover {
	color: #fff
}

.banner .forresterw-banner {
	background-color: #ffffff;
	background-image: url(../assets/img/forresterw-banner-bg-v2.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #0e2462;
}

.banner .forresterw-banner .su-logo {
	border-right: 1px solid #5248f7;
	padding-right: 20px;
}

.banner .forresterw-banner h6 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffb200;
	display: inline-block;
	margin-bottom: 26px;
}

.banner .forresterw-banner h5 {
	font-weight: 600;
	margin-bottom: 24px;
}

.banner .forresterw-banner .speaker-2 .speaker-details {
	text-align: center;
}

.banner .forresterw-banner img.tsia-gray-bars {
	position: absolute;
	left: 380px;
	bottom: 70px;
	width: 140px;
}

.banner .forresterw-banner img.tsia-orange-bordered {
	position: absolute;
	bottom: -32px;
	right: 8px;
	width: 56px;
}

.banner .forresterw-banner img.tsia-orange-line {
	position: absolute;
	top: -14px;
	right: 8px;
	width: 80px;
}

.forresterw-banner .speaker-container.d-flex.h-100.forresterw-speaker {
	padding-top: 40px;
}

.banner .forresterw-banner .logos.d-flex {
	margin-bottom: 26px;
	margin-top: 0;
}

.banner .forresterw-banner h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.6rem;
}

.banner .forresterw-banner .col-md-3.speaker-details {
	padding: 0;
}

.banner .forresterw-banner p.name-of-speaker {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 18px;
	margin-top: 60px;
}

.banner .forresterw-banner p.position-speakers {
	font-size: 16px;
	line-height: 22px;
	color: #525252;
	font-weight: 500;
}

.banner .forresterw-banner h4.webinar-sub-title {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.banner .forresterw-banner a.btn {
	margin-top: 24px;
	margin-left: 0;
	border-radius: 2px;
	padding: 12px 26px;
	text-transform: none;
	font-size: 1.2rem;
}

.banner .forresterw-banner .webinar-time div {
	padding-right: 30px;
	border-right: 1px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .forresterw-banner .webinar-time div h5 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -6px;
}

.banner .forresterw-banner .webinar-time div.time,
.banner .forresterw-banner .webinar-time div.date {
	padding-left: 30px
}

.banner .forresterw-banner .webinar-time div.time {
	border-right: 0;
}

.banner .forresterw-banner .webinar-time div.time span {
	font-size: 34px;
	line-height: 34px;
}

.banner .forresterw-banner .webinar-time div.day span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}

.banner .forresterw-banner .webinar-time div.date h5,
.banner .forresterw-banner .webinar-time div.day h5 {
	font-size: 34px;
	line-height: 34px;
}

.banner .forresterw-banner .webinar-time div.date span {
	font-size: 18px;
	line-height: 18px;
}

.banner .forresterw-banner .logos.d-flex img {
	width: 34%;
}

.banner .live-web-banner .time-wrapper-right h5 {
	padding-left: 10px;
}

.banner .forresterw-banner .featuring-logos img {
	width: 34%;
}

.banner .forresterw-banner .d-none {
	display: none !important
}

.banner .forresterw-banner .webinar-time {
	padding: 20px 0;
}

.banner .forresterw-banner .featuring-logos {
	margin-bottom: 24px;
}

.banner .forresterw-banner .webinar-time-wrapper {
	width: 100%;
	margin-top: 24px;
}

.banner .forresterw-banner .webinar-time-wrapper .date-time-container small {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner .forresterw-banner .webinar-time-wrapper h5 {
	margin-bottom: -8px;
	font-size: 24px;
}

.banner .forresterw-banner i.sf {
	width: 40px;
	height: 40px;
}

.banner .forresterw-banner .webinar-time-wrapper .time-wrapper-right {
	padding-left: 24px;
	padding-top: 0;
	margin-left: -6px;
}

.banner .forresterw-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
	left: 88px;
}

.banner .forresterw-banner .speaker-container .heading {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 22px;
}

.banner .forresterw-banner .kcs-title {
	color: #38b3c2;
}

.banner .forresterw-banner .speaker-container .heading h5 {
	font-weight: 600;
	letter-spacing: 4px;
	font-size: 16px;
	margin-bottom: 18px;
	display: inline-block;
	color: #fff;
	background-color: #0e2462;
	padding: 10px 20px;
	text-transform: uppercase;
}

.banner .forresterw-banner .speaker-image img {
	width: 34%;
}

.banner .forresterw-banner .speaker-image {
	text-align: center;
	margin-bottom: 20px;
}

.banner .forresterw-banner .speaker-container {
	width: 100%;
}

.banner .forresterw-banner .speaker-container .speaker-warpper {
	width: 100%;
}

.banner .forresterw-banner .speaker-image h3 {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 24px;
}

.banner .forresterw-banner .speaker-image h4 {
	margin-top: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 4px;
}

.banner .klever-banner {
	background-color: #ffffff;
	color: #ffffff;
}

.banner .klever-banner .row.container-row {
	background-image: url(../assets/img/kl-banner--bg-v2.jpg);
	background-repeat: no-repeat;
	background-position-x: -40px;
	background-position-y: -100px;
	background-size: cover;
	background-color: #1d44ab;
	padding-bottom: 50px;
	overflow: hidden;
}

.banner .klever-banner .row.container-row .container {
	position: relative;
}

.banner .klever-banner .klever-illustration {
	max-width: 500px;
	position: absolute;
	right: -20px;
	top: -20px;
}

.banner .klever-banner .row.white-row {
	color: #28258c;
	padding: 40px 0;
}

.banner .klever-banner .row.white-row h4 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 700;
}

.banner .klever-banner .row.white-row .speaker-pattern {
	text-align: center;
}

.banner .klever-banner .row.white-row .speaker-pattern img {
	max-width: 50px;
	margin-left: -26px;
}

.banner .klever-banner .su-logo {
	border-right: 1px solid #5248f7;
	padding-right: 20px;
}

.banner .klever-banner h6 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffb200;
	display: inline-block;
	margin-bottom: 26px;
}

.banner .klever-banner h5 {
	font-weight: 600;
	margin-bottom: 24px;
}

.banner .klever-banner .logos.d-flex {
	margin-bottom: 0;
	margin-top: 60px;
}

.banner .klever-banner h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.2rem;
	margin-bottom: 4px;
}

.banner .klever-banner h4 {
	font-size: 2rem;
	font-weight: 400;
	line-height: 2.6rem;
}

.banner .klever-banner .speakers-container h3 {
	font-size: 1.1rem;
	font-weight: 700;
	line-height: 1.2rem;
}

.banner .klever-banner .speakers-container h5 {
	font-size: 14px;
	font-weight: 500;
	line-height: 18px;
	margin-bottom: 0;
}

.banner .klever-banner .speakers-container .speaker.row {
	align-items: center;
}

.banner .klever-banner .speakers-container .speaker.row .col-8 {
	padding-right: 0;
	padding-left: 22px
}

.banner .klever-banner .speakers-container .speaker.row .speaker img {
	max-width: 100%;
}

.banner .klever-banner .white-row .col-3 {
	padding-right: 0;
}

.banner .klever-banner .white-row .col-3.speaker-col {
	padding-left: 0;
	padding-right: 15px;
}

.banner .klever-banner .col-md-3.speaker-details {
	padding: 0;
}

.banner .klever-banner p.name-of-speaker {
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 18px;
	margin-top: 60px;
}

.banner .klever-banner p.position-speakers {
	font-size: 16px;
	line-height: 22px;
	color: #525252;
	font-weight: 500;
}

.banner .klever-banner h4.webinar-sub-title {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.banner .klever-banner a.btn {
	margin-top: 0;
	margin-left: 0;
	border-radius: 2px;
	padding: 12px 26px;
	text-transform: none;
	font-size: 1.2rem;
}

.banner .klever-banner .webinar-time div {
	padding-right: 30px;
	border-right: 1px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .klever-banner .webinar-time div h5 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -6px;
}

.banner .klever-banner .webinar-time div.time,
.banner .klever-banner .webinar-time div.date {
	padding-left: 30px
}

.banner .klever-banner .webinar-time div.time {
	border-right: 0;
}

.banner .klever-banner .webinar-time div.time span {
	font-size: 34px;
	line-height: 34px;
}

.banner .klever-banner .webinar-time div.day span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}

.banner .klever-banner .webinar-time div.date h5,
.banner .klever-banner .webinar-time div.day h5 {
	font-size: 34px;
	line-height: 34px;
}

.banner .klever-banner .webinar-time div.date span {
	font-size: 18px;
	line-height: 18px;
}

.banner .klever-banner .logos.d-flex img {
	width: 20%;
}

.banner .klever-banner .featuring-logos img {
	width: 50%;
}

.banner .klever-banner .d-none {
	display: none !important
}

.banner .klever-banner .webinar-time {
	padding: 20px 0;
}

.banner .klever-banner .featuring-logos {
	margin-bottom: 24px;
}

.banner .klever-banner .webinar-time-wrapper {
	width: 70%;
	margin-top: 36px;
}

.banner .klever-banner .webinar-time-wrapper .date-time-container {
	top: -2px;
	position: absolute;
	left: 80px;
	font-size: 20px;
	font-weight: 600;
}

.banner .klever-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
	top: 8px;
}

.banner .klever-banner .webinar-time-wrapper .date-time-container small {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner .klever-banner .webinar-time-wrapper h5 {
	margin-bottom: -8px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .klever-banner .webinar-time-wrapper h5 em {
	display: block;
	font-weight: 500;
	font-style: normal;
	margin-bottom: -4px;
	font-size: 20px;
}

.banner .klever-banner i.sf {
	width: 40px;
	height: 40px;
}

.banner .klever-banner .webinar-time-wrapper .time-wrapper-right {
	padding-left: 24px;
	padding-top: 0;
	margin-left: -6px;
}

.banner .klever-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
	left: 88px;
}

.banner .klever-banner .speaker-container .heading {
	width: 100%;
	text-align: center;
	margin-bottom: 0;
	margin-top: 22px;
}

.banner .klever-banner .kcs-title {
	color: #38b3c2;
}

.banner .klever-banner .speaker-container .heading h5 {
	font-weight: 600;
	letter-spacing: 4px;
	font-size: 16px;
	margin-bottom: 18px;
	display: inline-block;
	color: #fff;
	background-color: #0e2462;
	padding: 10px 20px;
	text-transform: uppercase;
}

.banner .klever-banner .speaker-image img {
	width: 34%;
}

.banner .klever-banner .speaker-image {
	text-align: center;
	margin-bottom: 20px;
}

.banner .klever-banner .speaker-container {
	width: 100%;
}

.banner .klever-banner .speaker-container .speaker-warpper {
	width: 100%;
}

.banner .klever-banner .speaker-image h3 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 20px;
	text-transform: uppercase;
}

.banner .klever-banner .speaker-image h4 {
	margin-top: 4px;
	font-size: 14px;
	font-weight: 500;
	color: #525252;
}

.banner .klever-banner i.sf.clock,
.banner .klever-banner i.sf.calendar {
	width: 40px;
	height: 40px;
}

.forrester-lp .banner.video-banner:after {
	display: none;
}

.banner .klever-banner .webinar-speakers img {
	max-width: 90%;
}

.banner .forresterw-banner .webinar-speakers img {
	max-width: 90%;
}

.banner .klever-banner i.sf.clock,
.banner .forresterw-banner i.sf.clock {
	background-image: url(../assets/img/su-clock-orange.svg);
}

.banner .klever-banner i.sf.calendar,
.banner .forresterw-banner i.sf.calendar {
	background-image: url(../assets/img/su-calander-orange.svg);
}

.banner .tsia-sep-banner {
	color: #ffffff;
}

.banner .tsia-sep-banner .row.container-row .container {
	position: relative;
}

.banner .tsia-sep-banner .klever-illustration {
	max-width: 500px;
	position: absolute;
	right: -20px;
	top: -20px;
}

.banner .tsia-sep-banner .row.white-row {
	color: #28258c;
	padding: 40px 0;
}

.banner .tsia-sep-banner .row.white-row h4 {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 700;
}

.banner .tsia-sep-banner .row.white-row .speaker-pattern {
	text-align: center;
}

.banner .tsia-sep-banner .row.white-row .speaker-pattern img {
	max-width: 50px;
	margin-left: -26px;
}

.banner .tsia-sep-banner .su-logo {
	border-right: 1px solid #5248f7;
	padding-right: 20px;
}

.banner .tsia-sep-banner h6 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffb200;
	display: inline-block;
	margin-bottom: 26px;
}

.banner .tsia-sep-banner h5 {
	font-weight: 600;
	margin-bottom: 24px;
}

.banner .tsia-sep-banner .logos.d-flex {
	margin-bottom: 26px;
	margin-top: 96px;
}

.banner .tsia-sep-banner h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2.2rem;
	margin-bottom: 4px;
}

.banner .tsia-sep-banner h4 {
	font-size: 2.8rem;
	font-weight: 300;
	line-height: 3.2rem;
}

.banner .tsia-sep-banner h4.webinar-sub-title {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.banner .tsia-sep-banner a.btn {
	margin-top: 0;
	margin-left: 0;
	border-radius: 2px;
	padding: 12px 26px;
	text-transform: none;
	font-size: 1.2rem;
}

.banner .tsia-sep-banner .webinar-time div {
	padding-right: 30px;
	border-right: 1px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .tsia-sep-banner .webinar-time div h5 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -6px;
}

.banner .tsia-sep-banner .webinar-time div.time,
.banner .tsia-sep-banner .webinar-time div.date {
	padding-left: 30px
}

.banner .tsia-sep-banner .webinar-time div.time {
	border-right: 0;
}

.banner .tsia-sep-banner .webinar-time div.time span {
	font-size: 34px;
	line-height: 34px;
}

.banner .tsia-sep-banner .webinar-time div.day span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}

.banner .tsia-sep-banner .webinar-time div.date h5,
.banner .tsia-sep-banner .webinar-time div.day h5 {
	font-size: 34px;
	line-height: 34px;
}

.banner .tsia-sep-banner .webinar-time div.date span {
	font-size: 18px;
	line-height: 18px;
}

.banner .tsia-sep-banner .logos.d-flex img {
	width: 24%;
}

.banner .tsia-sep-banner .featuring-logos img {
	width: 40%;
}

.banner .tsia-sep-banner .d-none {
	display: none !important
}

.banner .tsia-sep-banner .webinar-time {
	padding: 20px 0;
}

.banner .tsia-sep-banner .featuring-logos {
	margin-bottom: 28px;
}

.banner .tsia-sep-banner .webinar-time-wrapper {
	width: 82%;
	margin-top: 60px;
	color: #133b6a;
}

.banner .tsia-sep-banner .row.cta-row {
	margin-top: -6px;
}

.banner .tsia-sep-banner .webinar-time-wrapper .date-time-container {
	top: -2px;
	position: absolute;
	left: 12px;
	font-size: 20px;
	font-weight: 600;
}

.banner .tsia-sep-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
	top: 8px;
}

.banner .tsia-sep-banner .webinar-time-wrapper .date-time-container small {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner .tsia-sep-banner .webinar-time-wrapper h5 {
	margin-bottom: -8px;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .tsia-sep-banner .webinar-time-wrapper h5 em {
	display: block;
	font-weight: 500;
	font-style: normal;
	margin-bottom: -4px;
	font-size: 20px;
}

.banner .tsia-sep-banner i.sf {
	width: 40px;
	height: 40px;
}

.banner .tsia-sep-banner .webinar-time-wrapper .time-wrapper-right {
	padding-left: 24px;
	padding-top: 0;
	margin-left: -6px;
}

.banner .tsia-sep-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
	left: 88px;
}

.banner .tsia-sep-banner .speaker-container {
	width: 100%;
	margin-top: 110px;
}

.banner .tsia-sep-banner .kcs-title {
	color: #38b3c2;
}

.banner .tsia-sep-banner .speaker-container h4 {
	font-weight: 600;
	margin-bottom: 18px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8rem;
}

.banner .tsia-sep-banner .speaker-inner {
	color: #133b6a;
}

.banner .tsia-sep-banner .speaker-inner img {
	max-width: 84%;
}

.banner .tsia-sep-banner .speaker-inner h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 0;
	margin-top: 12px;
	line-height: 22px;
	padding-left: 4px;
}

.banner .tsia-sep-banner .speaker-inner h5 {
	margin-top: 4px;
	font-size: 14px;
	font-weight: 600;
	padding-left: 4px;
}

.banner .tsia-sep-banner i.sf.clock,
.banner .tsia-sep-banner i.sf.calendar {
	width: 40px;
	height: 40px;
}

.banner .tsia-sep-banner i.sf.clock {
	background-image: url(../assets/img/su-clock-tsia.svg);
}

.banner .tsia-sep-banner i.sf.calendar {
	background-image: url(../assets/img/su-calander-tsia.svg);
}

.carousel-item.forrester-banner {
	background-image: url(../assets/img/forrester-banner-wave-v2-min.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #040255;
}

.banner .forrester-banner {
	color: #ffffff;
}

.banner .forrester-banner h2 {
	margin-top: 5rem;
	font-size: 2rem;
	line-height: 2.8rem;
	font-weight: 700;
}

.banner .forrester-banner h2 span {
	color: #f48b00
}

.banner .forrester-banner h5 {
	font-weight: 400;
	font-size: 1.2rem;
	margin-top: 1.2rem;
}

.banner .forrester-banner .request_btn {
	margin-left: 0;
	border-radius: 6px;
	padding: 8px 20px;
	margin-top: 1.6rem;
}

.banner i.sf {
	background-repeat: no-repeat;
	background-size: cover;
	width: 40px;
	height: 40px;
	display: inline-block;
}

.banner .webinar-time-wrapper .time-wrapper-right {
	padding-left: 30px;
}

.banner .webinar-time-wrapper .time-wrapper-right span {
	left: 100px;
}

.banner .webinar-time-wrapper span {
	/* top: 8px;
	position: absolute; */
	left: 86px;
	font-size: 20px;
	font-weight: 600;
}

.banner .cornerstone-banner i.sf.clock,
.banner .databricks-banner i.sf.clock,
.banner .tsia-banner i.sf.clock {
	background-image: url(../assets/img/su-clock-orange.svg);
}

.banner .cornerstone-banner i.sf.calendar,
.banner .databricks-banner i.sf.calendar,
.banner .tsia-banner i.sf.calendar {
	background-image: url(../assets/img/su-calander-orange.svg);
}

.banner .tsia-banner .webinar-time-wrapper {
	margin-bottom: 40px;
	max-width: 84%;
}

.banner .tsia-banner a.btn {
	border-radius: 4px;
	padding: 16px 20px;
	margin-left: 0;
	position: relative;
	z-index: 1;
}

.banner .tsia-banner a.btn span {
	font-size: 20px;
	line-height: 22px;
	position: relative;
}

.banner .ai-tech {
	color: #ffffff;
	background-image: url(../assets/img/ai-techwards-bg-v1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
}

.banner .ai-tech h3 span {
	color: #f48b00;
	font-weight: 500;
}

.banner .ai-tech h3 {
	font-weight: 400;
	margin-bottom: 10px;
	font-size: 38px;
	line-height: 46px;
	margin-top: -60px;
}

.banner .ai-tech .webinar-illustration img {
	max-width: 100%;
	overflow: hidden;
	margin-top: -120px;
}

.banner .ai-tech a.btn {
	margin-top: 20px;
	margin-left: 0;
	border-radius: 4px;
	padding: 12px 26px;
	text-transform: none;
	font-size: 1.2rem;
	font-weight: 500;
}

.banner .databricks-banner .databricks-banner-wrapper-upper {
	height: 62%;
	background-color: #14204a;
	background-image: url(../assets/img/databricks-banner-pattern.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
}

.banner .databricks-banner .databricks-banner-wrapper-lower {
	background-color: #ecf2ff;
}

.banner .databricks-banner .webinar-time-row {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: -30px;
	color: #ffffff;
}

.banner .databricks-banner .logo-row {
	color: #ffffff;
	padding-top: 5.1rem;
}

.banner .databricks-banner .featuring-container {
	display: inline-block;
	width: 400px;
}

.banner .databricks-banner .featuring-container h5 {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 4px;
	font-size: 18px;
	font-weight: 500;
	margin-right: 10px;
}

.banner .databricks-banner .featuring-container img {
	max-width: 300px;
	display: inline-block;
}

.banner .databricks-banner .live-webinar-col {
	text-align: right;
}

.banner .databricks-banner .live-webinar-container {
	margin-top: 0px;
	margin-bottom: 0px;
}

.banner .databricks-banner .webinar-time-wrapper span {
	left: 76px;
}

.banner .databricks-banner .webinar-time-wrapper .time-wrapper-right span {
	left: 90px;
}

.banner .databricks-banner .live-webinar-container h5::before {
	content: "";
	background-image: url(../assets/img/live-icon-white.svg);
	width: 14px;
	height: 14px;
	display: inline-block;
	top: 8px;
	position: absolute;
	left: 10px;
}

.banner .databricks-banner .live-webinar-container h5 {
	display: inline-block;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	position: relative;
	margin-bottom: 0;
	background-color: #f58b01;
	padding: 8px 10px 8px 30px;
}

.banner .databricks-banner a.btn {
	border-radius: 4px;
	padding: 10px 34px;
	font-size: 20px;
	text-transform: none;
	margin-left: 0;
}

.banner .databricks-banner h2 {
	color: #f48a00;
	font-size: 3.4rem;
	line-height: 3.4rem;
	font-weight: 700;
	padding-right: 10rem;
	margin: 20px 0 20px 0;
}

.banner .databricks-banner .row.cta-row {
	margin-top: -26px;
}

.banner .databricks-banner .speakers-row {
	color: #14204a;
	margin: 2rem 0 6rem;
}

.banner .databricks-banner h2 span,
.banner .databricks-banner .speakers-row h4 {
	color: #f48a00;
}

.banner .databricks-banner .speakers-row h4 {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
	margin-bottom: 20px;
}

.banner .databricks-banner .speaker.row {
	display: flex;
}

.banner .databricks-banner .host-col .speaker.row h3 {
	margin-top: -4px;
}

.banner .databricks-banner .speaker-col .speaker.row .col-8 {
	padding-left: 22px;
}

.banner .databricks-banner .speaker h3 {
	font-size: 22px;
	line-height: 24px;
	font-weight: 600;
}

.banner .databricks-banner .multi-panelist .speaker h3 {
	font-size: 18px;
	line-height: 20px;
	padding-top: 10px;
}

.banner .databricks-banner .multi-panelist .speakers-container .col-12 {
	padding-right: 10px;
}

.banner .databricks-banner .multi-panelist .speaker img {
	max-width: 86px;
}

.banner .databricks-banner .multi-panelist .speaker-col {
	padding-left: 15px;
}

.banner .databricks-banner .multi-panelist .speaker h5 {
	font-size: 13px;
}

.banner .databricks-banner .speaker h5 {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.banner .databricks-banner .speaker .col-8,
.banner .databricks-banner .speaker .col-4 {
	padding-right: 0;
}

.banner .databricks-banner .speaker img {
	max-width: 100px;
}

.banner .databricks-banner .speaker-col {
	padding-left: 40px;
}

.banner .stevie-banner {
	background-color: #ffffff;
	background-size: cover;
	background-position-x: center;
	background-position-y: -50px;
}

.banner .stevie-banner h4 {
	font-size: 46px;
	line-height: 56px;
	color: #182b4c;
	font-weight: 600;
	margin-top: -70px;
}

.banner .stevie-banner h4 span {
	color: #f48b00;
}

.banner .stevie-banner h3 {
	font-size: 46px;
	line-height: 56px;
	color: #182b4c;
	font-weight: 700;
}

.banner .stevie-banner h3 sup {
	font-size: 26px;
	top: -18px;
	left: -2px;
}

.banner .stevie-banner .btn {
	border-radius: 2px;
	padding: 10px 30px;
	margin: 0;
	font-size: 18px;
	font-weight: 700;
	margin-top: 20px;
	line-height: 18px;
}

.banner .stevie-banner img {
	max-width: 130px;
}

.banner .stevie-banner sup {
	font-size: 18px;
	top: -1.4rem;
}

.banner .stevie-banner h5 span {
	font-size: 24px;
	line-height: 16px;
}

.banner .stevie-banner .first-award {
	margin-top: -60px;
	margin-bottom: 20px;
}

.banner .stevie-banner h5 {
	color: #2f547d;
	font-size: 1.2rem;
	font-weight: 600;
	margin-bottom: 0;
	margin-top: -22px;
}

.banner .stevie-banner .shadow {
	position: relative;
	top: -21px;
	height: 20px;
	width: 100%;
	display: inline-block;
}

.banner .stevie-banner .shadow:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgb(210 210 210 / 25%);
	border-radius: 50% / 14px;
	box-shadow: rgb(150 150 150 / 50%) 0 5px 10px;
	clip: rect(20px, auto, 50px, 0);
}

.carousel-item.c21-teaser {
	background-image: url(../assets/img/c21-banner-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-color: #220f83;
}

.banner .c21-teaser h5 {
	color: #00dcff;
	font-size: 26px;
	line-height: 28px;
	letter-spacing: 4px;
	text-transform: uppercase;
	margin-top: -20px;
	font-style: italic;
}

.banner .c21-teaser .c21-logo {
	max-width: 900px;
}

.banner .c21-teaser .c21-releasing {
	max-width: 900px;
	margin-top: 20px;
}

.banner .c21-teaser h3 {
	font-size: 32px;
	line-height: 34px;
	color: #ffffff;
	margin-bottom: 0;
}

.banner .c21-teaser .request_btn {
	margin-top: 42px;
	padding: 10px 36px;
	margin-left: 0;
}

.banner .cornerstone-banner {
	background-color: #000f5c;
	background-image: url(../assets/img/cornerstone-bg-v2.jpg);
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: cover;
	color: #ffffff;
}

.banner .cornerstone-banner .su-logo {
	border-right: 1px solid #ffffff;
	padding-right: 20px;
}

.banner .cornerstone-banner h6 {
	font-size: 16px;
	letter-spacing: 4px;
	text-transform: uppercase;
	color: #ffb200;
	display: inline-block;
	margin-bottom: 26px;
}

.banner .cornerstone-banner h5 {
	font-weight: 600;
	margin-bottom: 24px;
}

.banner .cornerstone-banner .logos.d-flex {
	margin-bottom: 32px;
}

.banner .cornerstone-banner h3 {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 3.6rem;
}

.banner .cornerstone-banner h4 {
	font-size: 1.5rem;
	line-height: 1.6rem;
	margin-bottom: 34px;
}

.banner .cornerstone-banner a.btn {
	margin-top: 34px;
	margin-left: 0;
	border-radius: 2px;
	padding: 12px 26px;
	font-size: 1.2rem;
}

.banner .cornerstone-banner .webinar-time div {
	padding-right: 30px;
	border-right: 1px solid #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.banner .cornerstone-banner .webinar-time div h5 {
	font-weight: 700;
	margin-bottom: 0;
	margin-top: -6px;
}

.banner .cornerstone-banner .webinar-time div.time,
.banner .cornerstone-banner .webinar-time div.date {
	padding-left: 30px
}

.banner .cornerstone-banner .webinar-time div.time {
	border-right: 0;
}

.banner .cornerstone-banner .webinar-time div.time span {
	font-size: 34px;
	line-height: 34px;
}

.banner .cornerstone-banner .webinar-time div.day span {
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 3px;
}

.banner .cornerstone-banner .webinar-time div.date h5,
.banner .cornerstone-banner .webinar-time div.day h5 {
	font-size: 34px;
	line-height: 34px;
}

.banner .cornerstone-banner .webinar-time div.date span {
	font-size: 18px;
	line-height: 18px;
}

.banner .cornerstone-banner .logos.d-flex img {
	width: 30%;
	-webkit-animation: .5s step-end infinite alternate blink;
	animation: .5s step-end infinite alternate blink
}

.banner .cornerstone-banner .featuring-logos img {
	width: 46%;
}

.banner .cornerstone-banner .d-none {
	display: none !important
}

.banner .cornerstone-banner .webinar-time {
	padding: 20px 0;
}

.banner .cornerstone-banner i.sf {
	width: 46px;
	height: 46px;
}

.banner .cornerstone-banner .featuring-logos {
	margin-bottom: 20px;
}

.banner .cornerstone-banner .webinar-time-wrapper {
	width: 55%;
	margin-top: 24px;
}

.banner .cornerstone-banner .webinar-time-wrapper .date-time-container {
	top: 2px;
	position: absolute;
	left: 90px;
	font-size: 20px;
	font-weight: 600;
}

.banner .cornerstone-banner .webinar-time-wrapper .date-time-container small {
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
}

.banner .cornerstone-banner .webinar-time-wrapper h5 {
	margin-bottom: -8px;
	font-size: 24px;
}

.banner .cornerstone-banner .webinar-time-wrapper .time-wrapper-right {
	padding-left: 24px;
	border-left: 2px solid #495a9f;
	padding-top: 0;
	margin-left: -6px;
}

.banner .cornerstone-banner .webinar-time-wrapper .time-wrapper-right .date-time-container {
	left: 88px;
}

.banner .cornerstone-banner h4.webinar-sub-title {
	text-transform: uppercase;
	font-size: 1.3rem;
}

.banner .cornerstone-banner .speaker-container .heading {
	color: #292f5f;
	width: 100%;
	text-align: center;
	padding: 10px 10px;
	text-transform: uppercase;
	margin-bottom: -10px;
	margin-top: 14px;
}

.banner .cornerstone-banner .kcs-title {
	color: #38b3c2;
}

.banner .cornerstone-banner .speaker-container .heading h5 {
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 24px;
	margin-bottom: 20px;
}

.banner .cornerstone-banner .speaker-image img {
	width: 42%;
}

.banner .cornerstone-banner .speaker-image {
	text-align: center;
	margin-bottom: 20px;
}

.banner .cornerstone-banner .speaker-container {
	width: 100%;
	background: #ffffff;
	color: #14204a;
}

.banner .cornerstone-banner .speaker-container .speaker-warpper {
	width: 100%;
}

.banner .cornerstone-banner .speaker-image h3 {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0;
	margin-bottom: 0;
	margin-top: 10px;
	line-height: 24px;
	text-transform: none;
	color: #ff8806;
}

.banner .cornerstone-banner .speaker-image h4 {
	margin-top: 4px;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	to {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

h2.searchunify-logo {
	margin: 0
}

section.notif-banner .carousel-item {
	padding: 1rem 0
}

figure.home-banner-illustration {
	max-width: 100%;
	display: none
}

.notif-banner .header-ribbon h4 {
	font-size: 1.1rem;
	line-height: 1.4rem;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: 600;
	display: inline-block
}

.notif-banner .header-ribbon a.btn {
	background: #fff;
	margin-left: 2rem;
	border-radius: 1.2rem;
	font-weight: 600;
	text-transform: uppercase;
	font-size: .8rem
}

.notif-banner .header-ribbon a.btn span {
	padding: 0 1rem
}

section.personalize {
	padding: 4.5rem 0
}

.personalize-intro {
	padding-bottom: 0
}

.personalize-intro h2,
.searchunify-heading {
	font-size: 1.8rem;
	text-align: center;
	font-weight: 600
}

.personalize-intro p {
	font-size: 1rem;
	text-align: center;
	font-weight: 600
}

.personalize-tabs .icon {
	padding: 4px;
	background-color: #fff;
	box-shadow: 0 2px 14px rgba(202, 202, 202, .5)
}

.img-illustration video {
	width: 600px;
	max-width: 100%
}

.personalize-tabs .icon img {
	width: 2rem;
	height: 2rem
}

.personalize-tabs .card {
	border: none;
	margin-bottom: .75rem
}

.personalize-tabs .card:hover {
	background-color: #f4f8f9;
	box-shadow: 0 2px 14px rgba(202, 202, 202, .5);
	cursor: pointer
}

.personalize-illustrations .img-illustration img {
	max-width: 96%
}

.personalize-tabs .card .card-body {
	padding: .25rem 1.25rem
}

.personalize-tabs .card .card-body p {
	color: #8e8f8f;
	font-size: .8rem;
	line-height: 1rem
}

.personalize-tabs .card .icon-text h5 {
	font-size: .9rem;
	font-weight: 600;
	color: #182b4e
}

.personalize-tabs .card .card-header .tab-trigger {
	padding: .75rem 1.25rem
}

.personalize-tabs .card .card-header {
	background-color: transparent;
	border-bottom: none;
	padding: 0
}

.personalize-tabs .card.active {
	background-color: #f4f8f9;
	box-shadow: 0 2px 14px rgba(202, 202, 202, .5)
}

.personalize-tabs .card.card-ai-powered.active {
	border-left: 2px solid #0bb481
}

.personalize-tabs .card.card-chatbot.active {
	border-left: 2px solid #708fe5
}

.personalize-tabs .card.card-analytics.active {
	border-left: 2px solid #e19a06
}

.personalize-tabs .card.card-deflaction.active {
	border-left: 2px solid #9ccb85
}

.personalize-illustrations .hide {
	display: none
}

div#personalize-tabs {
	padding-top: 2rem
}

.searchunify-in-numbers {
	padding: 6rem 0
}

.searchunify-in-numbers h3 {
	text-align: center;
	font-size: 2.5rem;
	font-weight: 800
}

.searchunify-in-numbers p {
	text-align: center;
	font-size: 1rem;
	font-weight: 600
}

.close-loop {
	background-color: #343e62;
	padding: 4.8rem 0
}

.close-loop-img img {
	max-width: 94%
}

.close-loop-text {
	color: #fff
}

.close-loop-text h3 {
	text-align: left
}

.close-loop-text p {
	font-size: 1.2rem;
	font-weight: 300
}

.searchunify-customers {
	padding-bottom: 2.5rem
}

.searchunify-customers ul {
	margin: 0;
	padding: 0
}

.searchunify-customers ul li div.carousel-images-customer {
	width: 210px
}

.suTestimonialsV3 .profile-image i {
	display: block
}

.suTestimonialsV3 .profile-name h3 {
	font-weight: 600;
	font-size: .8rem;
	line-height: 1rem;
	margin: 0;
	padding: 0 0 .2rem
}

.suTestimonialsV3 .profile-name h4 {
	font-weight: 600;
	font-size: .6rem;
	padding: 0 1rem 0 0;
	margin: 0;
	line-height: .9rem
}

.suTestimonialsV3 .testimonial-logo {
	padding: 0
}

.suTestimonialsV3 .testimonial-logo i {
	padding: 0;
	margin: 0 auto;
	display: block;
	-webkit-transform: scale(.8);
	-ms-transform: scale(.8);
	transform: scale(.8);
	width: 172px !important
}

.suTestimonialsV3 .testimonial-cta {
	margin: 0;
	padding: 0;
	text-align: center
}

.suTestimonialsV3 .testimonial-cta a.request_btn {
	font-size: 10px;
	padding: 8px 12px;
	margin-left: 0;
	line-height: 12px;
	font-weight: 600
}

.suTestimonialsV3 .author:after {
	content: "";
	height: 3rem;
	border-right: 1px solid #737373
}

.suTestimonialsV3 .author {
	min-height: 6rem
}

.searchunify-testimonial {
	padding: 2.8rem 0 6rem
}

.suTestimonialsV3 .carousel-inner,
.suTestimonialsV3 .carousel-item-next,
.suTestimonialsV3 .carousel-item-prev {
	width: 100%;
	margin: 0
}

.suTestimonialsV3 .carousel-inner .testimonial-wrap {
	padding-left: 4rem;
	padding-top: 2rem
}

.suTestimonialsV3 .carousel-inner .testimonial-item:before {
	content: "\f10e";
	font-family: 'Font Awesome 5 Free';
	font-size: 2rem;
	color: #caced7;
	position: absolute;
	top: 1.6rem;
	left: 1rem;
	display: inline-block;
	font-weight: 900;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1)
}

.searchunify-testimonial .testimonials-heading h5 {
	font-size: .9rem;
	text-transform: uppercase;
	font-weight: 600;
	color: #182b4e
}

.searchunify-testimonial .testimonials-heading h3 {
	text-align: left
}

.searchunify-testimonial .testimonial-text p {
	font-size: 1rem
}

.searchunify-testimonial ol.carousel-indicators {
	left: 7rem;
	width: 15rem;
	bottom: -2rem
}

.searchunify-testimonial ol.carousel-indicators li {
	width: .5rem;
	height: .5rem;
	margin-right: .45rem;
	border-radius: 50%;
	background-color: #caced7;
	cursor: pointer
}

.searchunify-testimonial ol.carousel-indicators li.active {
	-webkit-transform: scale(1.4);
	-ms-transform: scale(1.4);
	transform: scale(1.4);
	background: #f80;
	background: -webkit-linear-gradient(left, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%);
	background: linear-gradient(90deg, rgba(255, 136, 0, 1) 0, rgba(255, 179, 0, 1) 100%)
}

.searchunify-testimonial .testimonials-controls {
	padding-top: 1rem;
	display: none
}

.searchunify-testimonial .testimonials-controls a {
	color: #313f59
}

.searchunify-testimonial .testimonials-controls a:hover {
	text-decoration: none
}

.searchunify-testimonial .testimonials-controls a.left {
	padding-right: 1.5rem;
	border-right: 1px solid #caced7
}

.searchunify-testimonial .testimonials-controls a.right {
	padding-left: 1.5rem
}

.searchunify-testimonial .testimonials-controls a i {
	font-size: 1rem
}

.searchunify-testimonial .testimonials-controls a span {
	font-size: .9rem;
	font-weight: 600
}

.searchunify-testimonial .testimonials-controls a.right span {
	padding-right: 1rem
}

.searchunify-testimonial .testimonials-controls a.left span {
	padding-left: 1rem
}

.why_searchunify {
	padding: 4.7rem 0 2rem;
	color: #182b4e;
	background-color: #f9f9fb
}

.why_searchunify .h2 {
	font-size: 2rem;
	font-weight: 600
}

.why_searchunify .why_content {
	margin-bottom: 3rem
}

.why_searchunify .why_content .icon img {
	max-width: 3.6rem
}

.why_searchunify .why_content .icon .why-icon {
	display: block;
	max-width: 2.6rem
}

.why_searchunify .why_content h3 {
	font-size: 1rem;
	font-weight: 600
}

.why_searchunify .why_content p {
	padding-right: 1rem;
	font-size: .9rem;
	color: #8e8f8f
}

.feaured-resources {
	padding: 4.5rem 0
}

.feaured-resources .card {
	border: 0
}

.feaured-resources .card-body {
	padding: 4rem 0;
	background: url(../images/icons/resource_1.jpg) 0 0/cover no-repeat;
	border-radius: .5rem;
	box-shadow: 0 .75rem 1.5rem rgba(88, 91, 95, .82);
	text-align: center
}

.feaured-resources .card-body.rc-2 {
	background: url(../images/icons/resource_3.jpg) 0 0/cover no-repeat
}

.feaured-resources .card-body.rc-3 {
	background: url(../images/icons/resource_2.jpg) 0 0/cover no-repeat
}

.feaured-resources .card .card-body.light-font {
	color: #fff
}

.feaured-resources .card .card-body.dark-font {
	color: #182b4e
}

.feaured-resources .card.card-body.dark-font p {
	color: #8e8f8f
}

.feaured-resources .feaured-resources-content {
	padding-left: 2.6rem;
	padding-right: 2.6rem
}

.feaured-resources .feaured-resources-content h4 {
	font-size: .9rem;
	font-weight: 600;
	text-transform: uppercase
}

.feaured-resources .feaured-resources-content h2 {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6rem;
	padding: 1.2rem 0
}

.feaured-resources .feaured-resources-content .request_btn {
	margin: 0 auto !important
}

.feaured-resources .feaured-resources-content .btn-container {
	margin: 0 auto
}

.feaured-resources .h2 {
	font-size: 2rem;
	font-weight: 600;
	color: #182b4e
}

.flex-grow-1 {
	-webkit-box-flex: 1 !important;
	-ms-flex-positive: 1 !important;
	-webkit-flex-grow: 1 !important;
	flex-grow: 1 !important
}

.request-demo-section {
	padding: 2rem 0;
	background: url(../images/icons/request_demo_bg.png) center center/cover no-repeat
}

.request-demo-section .card.card-body {
	border-radius: 3rem;
	color: #fff;
	padding: 1rem 3rem;
	border: 0
}

.request-demo-section .card.card-body .request_demo_click {
	background-color: #fff;
	color: #182b4e;
	font-weight: 600;
	box-shadow: 5px 4px 11px rgba(95, 93, 93, .57);
	text-decoration: none
}

.request-demo-section .card.card-body .request_demo_click:hover {
	text-decoration: none
}

.hero-video.banner .hero-item {
	height: 650px;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}

.hero-video.banner img.support-logo {
	max-width: 300px;
	margin-bottom: 22px;
}

.hero-video.banner .community-refocus h1 {
	font-size: 42px;
	font-weight: 600;
	line-height: 58px;
	margin-bottom: 24px;
	color: #FFFFFF;
	margin-top: 30px;
}

.hero-item .caption {
	width: 100%;
}

.container-fluid.max-width-1600,
.hero-video.banner .container-fluid {
	padding-right: 0;
	max-width: 1920px;
}

.container-fluid.max-width-1600 {
	padding-right: 190px;
	padding-left: 180px;
}

.hero-video.banner .community-refocus {
	background-color: #030402 !important;
	color: #ffffff;
}

.hero-video.banner .community-refocus .tns-outer,
.hero-video.banner .community-refocus .tns-ovh,
.hero-video.banner .community-refocus .tns-inner {
	height: 100%;
}

.hero-video.banner .community-refocus .sr-hero-item {
	background-size: cover;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.hero-video.banner .community-refocus .sr-hero-crousal {
	height: 100%;
}

.team-sec .speaker-crousal {
	padding-top: 30px;
}

.team-sec .speaker-item {
	width: 300px;
}

/* footer-speaker-slider start */

section.about-su {
	background-image: url('../assets/img/agenda-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e4ea;
	padding: 50px 0px 0px;
	margin-bottom: 68px;
}

section.about-su .row {
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-left: 15px;
	padding-right: 15px;
}

section.about-su .content {
	padding-right: 1rem;
}

section.about-su p span {
	white-space: nowrap;
}

section.about-su .slider {
	max-width: 33%;
}

section.about-su h2 {
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	margin-top: 74px;
	text-align: left;
	color: #000000;
	text-transform: uppercase;
}

section.about-su hr {
	width: 118px;
	border-width: 4px;
	border-color: #FF7300;
	margin: 40px 0px;
	text-align: left;
}

section.about-su p {
	font-size: 18px;
	line-height: 40px;
	color: #000000;
	font-weight: 500;
}

section.about-su h3 {
	font-size: 20px;
	line-height: 46px;
	font-weight: 700;
	text-align: center;
	color: #000000;
}

section.about-su .customer-item {
	position: relative;
}

section.about-su img.play-icon {
	position: absolute;
	z-index: 99;
	top: 42%;
	left: 38%;
}

section.about-su img.play-icon:hover {
	cursor: pointer;
}

section.about-su div#tns2 .customer-item.tns-item img {
	max-width: 100% !important;
}

section.rsvp {
	display: none;
}

section.about-su .tns-nav {
	margin-bottom: 60px;
}

/* footer-speaker-slider end */

section.site-footer {
	padding: 1rem 0;
	background: #000000;
}

section.site-footer p {
	margin-bottom: 0;
	margin-top: 0;
	color: #ffffff;
}

section.site-footer p span {
	color: #ffffff;
}

section.site-footer ul.social-links li {
	margin-left: .2rem
}

section.site-footer ul.social-links li a {
	padding: 0 6px
}

section.site-footer ul.social-links a .social-icons {
	width: 36px;
	height: 36px;
	display: block;
	background-size: contain;
	padding: 2px
}

section.site-footer ul.social-links a .social-icons.fb {
	background-image: url(../assets/img/fb-v2.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.fb:hover {
	background-image: url(../assets/img/FB-hover.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.ln {
	background-image: url(../assets/img/li-v2.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.ln:hover {
	background-image: url(../assets/img/Linkedin-hover.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.tw {
	background-image: url(../assets/img/tw-v2.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.tw:hover {
	background-image: url(../assets/img/Twiter-hover.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.yt {
	background-image: url(../assets/img/yt-v2.svg);
	background-repeat: no-repeat
}

section.site-footer ul.social-links a .social-icons.yt:hover {
	background-image: url(../assets/img/Youtube-hover.svg);
	background-repeat: no-repeat
}

.col-sm-6.col-lg-3.footer-company-wrapper {
	padding-left: 5.2rem;
}

img.in-store,
img.in-store-hover {
	max-height: 56px;
	margin-bottom: 0px;
}

.icon.text-primary {
	color: #007bff !important;
	margin: 0 auto;
}

.whats-on-store h3 {
	font-size: 20px;
	line-height: 28px;
	font-weight: 600;
	color: #FF7300;
	margin-top: 30px;
	padding: 0 12px;
}

section.whats-on-store .col-12.col-md-6.wow.fadeInUp {
	margin-top: 20px;
	max-width: 380px;
}

.why_content.card.card-body:hover h3 {
	color: #fff;
}

.why_content.card.card-body:hover {
	background: #000000 0% 0% no-repeat padding-box;
	border: 1px solid #9BC6FF;
	border-radius: 8px;
	color: #fff;
}

.why_content.card.card-body:hover img.in-store-hover {
	display: block !important;
}

.why_content.card.card-body:hover img.in-store {
	display: none !important;
}

.whats-on-store .text-row {
	margin-bottom: 22px;
}

.whats-on-store .why_content {
	padding: 65px 0;
}

section.speakers {
	padding: 30px 0;
	margin-bottom: 40px;
}

.speaker_content {
	border: 1px solid #DCE3F6;
	padding: 40px 10px;
	min-height: 400px;
}

.tns-nav button {
	width: 10px;
	height: 12px;
	border-radius: 50%;
	border: 0;
	margin-right: 5px;
	background-color: #000;
}

.tns-nav button:focus {
	border: 0;
	outline: 0;
}

.tns-nav button.tns-nav-active {
	background-color: #FF7300;
}

.tns-nav {
	margin-top: 20px;
	text-align: center;
	margin-bottom: 50px;
}

section.event-intro-except .tns-nav {
	margin-top: 40px;
	margin-bottom: 0px;
}

.speaker_content.card:hover {
	background: #FFFFFF 0% 0% no-repeat padding-box;
	box-shadow: 3px 10px 27px #E3ECF8;
	border: 1px solid #00276D;
}

.speaker_content.card:hover a {
	color: #007bff;
}

p.more-speakers {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 0px;
}

p.more-speakers a {
	text-align: center;
	color: #F48B00;
	font-style: italic;
	font-weight: 500;
	text-decoration: none;
}

.speaker_content h3 {
	color: #F48B00;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;

}

.speaker_content h4 {
	color: #6682B2;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;

}

.speaker_content h5 {
	color: #6682B2;
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 10px;

}

.speaker_content .speaker_content_img {
	max-width: 160px;
	margin-bottom: 20px;
}

.speakers-heading {
	color: #16356F;
	font-size: 34px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 36px;

}

section.site-footer .footer_recognition_row h4,
section.site-footer .footer_menu_row h4 {
	font-size: 1.2rem;
	font-weight: 600;
	color: #212529;
}

section.site-footer ul {
	padding: 0 0 0.2rem .2rem;
	margin: 0;
	list-style: none;
	justify-content: end;
}

section.site-footer ul.footer-company,
section.site-footer ul.footer-solutions,
section.site-footer ul.footer-started {
	padding-top: 1rem
}

section.site-footer ul.certificate {
	padding-top: .6rem
}

section.site-footer ul.footer_menu li {
	line-height: 1rem;
	padding: 0 0 .6rem
}

section.site-footer ul li a {
	color: #737373;
	text-decoration: none;
	font-size: .9rem;
	font-weight: 400
}

section.site-footer ul li a:hover,
section.site-footer ul.footer_menu.footer_links li a:hover {
	color: #f48b00
}

section.site-footer .clearfix {
	margin-top: .7rem
}

section.site-footer .clearfix a {
	color: #737373
}

section.site-footer .clearfix a:hover {
	color: #f48b00;
	text-decoration: none
}

section.site-footer .suChatButton {
	position: fixed;
	bottom: 8px;
	right: 16px;
	z-index: 9999;
	padding: 12px 20px;
}

section.site-footer span.btn-inner--icon {
	width: 30px;
	height: 30px;
	overflow: hidden;
	margin-right: 6px;
	position: absolute;
	top: 8px;
	left: 16px;
}

section.site-footer span.btn-inner--text {
	padding-left: 35px;
	font-size: 14px;
	font-weight: 700;
}

section.site-footer .clearfix {
	margin-top: 0.7rem;
}

section.site-footer .clearfix.after-chat {
	padding-top: 1rem;
}

section.site-footer ul.social-links li {
	margin-left: .5rem;
}

section.site-footer ul.social-links li a {
	padding: 0;
	height: 2.2rem;
	width: 2.2rem
}

section.site-footer .copy-text p {
	font-size: .8rem;
	font-weight: 600;
	margin: 0;
	padding-top: .2rem;
	padding-right: .2rem;
	color: #212529;
	text-transform: capitalize;
}

section.site-footer .copy-text p:before {
	content: "";
	background: url(../images/icons/searchunify_logo_icon.svg) 0 0/cover no-repeat;
	height: 2rem;
	width: 2rem;
	display: inline-block;
	position: relative;
	top: .7rem;
	margin-right: .4rem
}

section.site-footer ul.footer_menu.footer_links {
	padding-top: 1.1rem
}

section.site-footer ul.footer_menu.footer_links li {
	padding-bottom: 0;
	padding-left: .8rem
}

section.site-footer ul.footer_menu.footer_links li a {
	color: #a0a0a0
}

section.site-footer .icon-design {
	float: left;
	width: 13%;
	line-height: 1.2rem;
	font-size: 1.2rem;
	vertical-align: top;
	margin-bottom: 0;
}

section.site-footer .medal-g2.twenty-two-awards img {
	height: 83px;
}

section.site-footer .medal-g2.twenty-two-awards {
	margin-top: 10px;
}

section.site-footer .footer_recognition_row .clearfix {
	margin-top: 1rem;
	margin-left: -16px;

}

section.site-footer .medal-g2 img {
	height: 80px;
}

section.site-footer .clearfix div {
	font-size: 0.9rem;
	line-height: 22px;
	float: left;
	width: 87%;
	color: #737373;
}

section.site-footer .icon-design .far,
section.site-footer .icon-design .fas {
	color: #8e8f8f;
	vertical-align: middle
}

.MultiCarousel {
	float: left;
	overflow: hidden;
	padding: 0 15px;
	width: 100%;
	position: relative
}

.MultiCarousel .MultiCarousel-inner {
	-webkit-transition: 1s;
	transition: 1s;
	float: left
}

.MultiCarousel .MultiCarousel-inner .item {
	float: left;
	position: relative
}

.MultiCarousel .MultiCarousel-inner .item>div {
	text-align: center;
	padding: 10px 0;
	margin: 10px 0
}

.MultiCarousel .MultiCarousel-inner .item .pad15 {
	margin-left: 20px
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
	position: absolute;
	border-radius: 0;
	top: 0;
	color: #f38a00;
	display: none;
	padding: 0 8px;
	background: #fff;
	height: 100%
}

.MultiCarousel .leftLst .fa,
.MultiCarousel .rightLst .fa {
	top: calc(50% - 14px);
	position: absolute;
	font-size: 1.2rem
}

.MultiCarousel .leftLst .fa.fa-chevron-left {
	left: 0
}

.MultiCarousel .rightLst .fa.fa-chevron-right {
	right: 0
}

.MultiCarousel.ShowPaging .leftLst,
.MultiCarousel.ShowPaging .rightLst {
	display: block;
	cursor: pointer
}

.MultiCarousel .leftLst {
	left: 0
}

.MultiCarousel .rightLst {
	right: 0
}

.MultiCarousel.ShowPaging .leftLst {
	left: 0
}

.MultiCarousel.ShowPaging .rightLst {
	right: 0
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
	display: none
}

.MultiCarousel-inner .item .carousel-partner {
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-color: #fff;
	max-width: 90%;
	box-shadow: 0 2px 6px 0 rgba(31, 45, 61, .1)
}

.MultiCarousel-inner .item .carousel-partner img {
	padding: 0;
	margin: 0;
	max-width: 100%
}

.MultiCarousel-inner .item:hover .carousel-images-customer {
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px)
}

.MultiCarousel-inner .item:hover .carousel-images-customer span {
	-ms-transform: translateX(-50%) scaleX(1);
	transform: translateX(-50%) scaleX(1);
	-webkit-transform: translateX(-50%) scaleX(1);
	-moz-transform: translateX(-50%) scaleX(1)
}

.MultiCarousel-inner .item .carousel-images-customer span {
	background: #f48b00;
	width: 50px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	-ms-transform: translateX(-50%) scaleX(0);
	transform: translateX(-50%) scaleX(0);
	-webkit-transform: translateX(-50%) scaleX(0);
	-moz-transform: translateX(-50%) scaleX(0)
}

.searchunify-in-numbers span.counter {
	display: inline-block
}

.searchunify-in-numbers span.saved-costs {
	min-width: 4.6rem
}

.searchunify-in-numbers span.cases-deflected {
	min-width: 6.8rem
}

.searchunify-in-numbers span.successful-searches {
	min-width: 2rem
}

#tsw_sticky_event_image {
	position: fixed;
	bottom: 0;
	z-index: 998;
	height: auto;
	display: none;
	background-color: #fff
}

#tsw_sticky_event_image button {
	float: right;
	position: absolute;
	right: 7% !important;
	top: 5% !important;
	background: no-repeat;
	color: #fff;
	border: none;
	font-size: 24px;
	cursor: pointer;
	opacity: 1
}

.tsw_sticky_event_image button:focus,
.tsw_sticky_event_image button:hover {
	color: #fff
}

.stickyEventContent {
	color: #fff;
	height: auto;
	padding: 1.2rem 0;
	font-size: 16px;
	font-family: Montserrat, sans-serif;
	font-weight: 600
}

.stickyEventContent #case_study,
.stickyEventContent .case_study {
	background: #f48b00;
	border-radius: 6px;
	color: #fff;
	font-size: 15px;
	text-decoration: none;
	margin-left: 2rem
}

.stickyEventContent p {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 1rem;
	font-weight: 400
}

.stickyEventContent h4 {
	font-size: 1.2rem;
	line-height: 1.4rem;
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: 400;
	display: inline-block
}

.tsw_sticky_event_image {
	width: 100%;
	background: url(../images/cr-connect-2019-min.jpg) 0 0/cover no-repeat
}

.tsw_sticky_event_image .stickyEventButton {
	margin-left: 2%;
	padding: 6px 30px 6.5px !important;
	letter-spacing: .5px
}

#tsw_sticky_event_image button.stickyeventButton {
	right: 1% !important;
	top: -5% !important
}

.stickyEventButton span.edgtf-btn-text {
	text-transform: uppercase
}

.new_container {
	max-width: 1300px
}

.bg_black {
	background: #000
}

.font_white {
	color: #fff
}

.bg_grey {
	background: #f8f8f8
}

.bg_white {
	background: #fff
}

.font_grey {
	color: #9e9e9e
}

.video_content {
	position: absolute;
	width: 100%;
	left: 50%;
	top: 8%;
	max-width: 1300px;
	margin-left: -650px
}

.colub-btn {
	position: absolute;
	bottom: calc(34% - 75px);
	left: calc(48% - 90px);
	opacity: 0;
	border: 1px solid #f48b00;
	padding: 20px 60px !important;
}

.navbar-toggler {
	color: #000;
	font-size: 30px;
	padding: 0;
	border: 0;
	display: none
}

.navbar-toggler:focus {
	outline: 0
}

.header .header_logo {
	width: 200px;
	padding: 15px 0;
	margin-top: 6px;
}

.header .navigation {
	padding: 0
}

.header .navbar-nav li {
	padding: 25px 0px;
}

.header .navbar-nav li a.nav-link {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 5px 14px;
	border-right: 1px solid rgba(255, 255, 255, .6);
	-webkit-transition: var(--suTransition);
	transition: var(--suTransition)
}

.header .navbar-nav li a.nav-link.register {
	padding: 10px 28px;
	color: #ffffff !important;
	border-radius: 30px;
	margin-left: 17px;
	background: #FF7300;
	margin-top: -6px;
	margin-bottom: -6px;
}

.header .navbar-nav li.active a.nav-link,
.header .navbar-nav li.show a.nav-link,
.header .navbar-nav li:hover a.nav-link {
	color: #FF7300;
}

.header .navbar-nav li:hover a.nav-link.request_btn {
	color: #ffffff;
}

.request_btn {
	font-size: 15px;
	color: #fff;
	text-transform: uppercase;
	border-radius: 25px;
	padding: 8px 20px;
	margin-left: 20px;
	line-height: 21px
}

.request_btn:hover {
	color: #fff
}

.header .dropdown-menu {
	border: none;
	border-radius: 0;
	top: 97%
}

.header .navbar-nav .dropdown-item {
	color: #000;
	font-size: 13px;
	-webkit-transition: var(--suTransition);
	transition: var(--suTransition)
}

.header .navbar-nav .su-mega-menu .dropdown-item {
	white-space: normal
}

.header .dropdown-item:focus,
.header .dropdown-item:hover {
	background: 0 0;
	color: #f48b00
}

.header .navbar-nav li:hover>.dropdown-menu {
	display: block
}

.header .dropdown-submenu {
	position: relative
}

.header .dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -8px
}

.header .dropdown-menu li {
	border-right: none;
	padding: 0
}

.header .navbar-nav li.nav-item.dropdown>a {
	cursor: default
}

.header .dropdown-submenu>a:after {
	content: " ";
	float: right;
	width: 0;
	height: 0;
	margin-top: 7px;
	margin-right: -10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

.scrolling_header .dropdown-menu li:last-child,
.su-mega-menu ul.dropdown-child-menu li:last-child {
	padding-top: 0
}

.header .navbar-nav li.active a.request_btn,
.header .navbar-nav li:last-child:hover a.request_btn {
	color: #fff
}

.header .navbar-nav li a.request_btn {
	padding: 8px 20px;
	border: none;
	margin-top: -4px;
	margin-left: 10px;
}

.header .navbar-nav li a.request_btn:hover {
	color: #fff
}

.header .navbar-nav li a.nav-link.su-site-search {
	display: none;
}

.header .navbar-nav li a.nav-link.su-site-search:before {
	background-image: url(../images/search-icon.svg);
	content: "";
	height: 20px;
	width: 20px;
	display: inline-block;
	visibility: visible;
}

.header .navbar-nav li a.nav-link.su-site-search {
	visibility: hidden;
	margin-right: 0;
	padding-right: 0;
}

a.nav-link.su-site-search-button:before {
	background-image: url(../images/search-icon.svg);
	content: "";
	height: 20px;
	width: 20px;
	display: inline-block;
	visibility: visible;
}

a.nav-link.su-site-search-button.closeSearch:before {
	background-image: url(../images/close-btn.svg);
}

.header .navbar-nav li a.nav-link.su-site-search-button {
	visibility: hidden;
	margin-right: 0;
	padding-right: 0;
}

.mobileSearchButton {
	display: none;
	width: 60px;
	position: absolute;
	right: 50px;
	top: 20px;
}

.header .dropdown-toggle:after {
	margin-left: 10px;
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 2px;
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

.header .navbar-nav li:hover a.dropdown-toggle:after {
	border: solid #f48b00;
	border-width: 0 2px 2px 0
}

h1.searchunify-logo {
	margin: 0
}

.scrolling_header {
	background: #fff;
	border-bottom: 1px solid #e0e0e0;
	box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.scrolling_header .navbar-nav li a.nav-link.active-label1 {
	color: #FF7300;
}

.scrolling_header .navbar-nav li a.nav-link {
	color: #000000;
	line-height: 18px;
	font-weight: 600;
}

.scrolling_header .navbar-nav li a.request_btn,
.scrolling_header .navbar-nav li a.request_btn:focus {
	color: #fff;
	border-right: none
}

.scrolling_header .dropdown-menu li {
	border-right: none
}

.scrolling_header .dropdown-menu {
	top: 97%;
	left: 12px;
}

li.dropdown.su-mega-menu>ul.dropdown-menu.bg_black_op,
li.nav-item.dropdown.hoverColor>ul {
	box-shadow: 0 8px 24px rgba(0, 0, 0, .13)
}

.su-mega-menu ul.dropdown-menu {
	width: 610px;
	left: calc(100% - 335px);
	padding-bottom: 16px
}

.su-mega-menu ul.dropdown-menu .dropdown-submenu>a:after {
	display: none
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu {
	width: 33%;
	float: left;
	position: relative;
	display: inline-block;
	overflow: hidden
}

.su-mega-menu ul.dropdown-child-menu li {
	width: 100%;
	float: none
}

.su-mega-menu ul.dropdown-menu.dropdown-child-menu.bg_black_op {
	display: inline-block;
	position: static !important;
	background-color: transparent;
	width: 100%;
	margin-top: 0;
	padding: 0
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu>a.dropdown-item {
	cursor: default;
	font-weight: 600;
	font-size: 15px
}

.su-mega-menu ul.dropdown-menu li.dropdown-submenu>a.dropdown-item:hover {
	color: #000
}

.awesomplete span.visually-hidden {
	display: none
}

.awesomplete span.highlight {
	color: #f48b00;
}

form.searchForm {
	float: right;
	width: 100% !important;
	right: 10px;
	position: relative;
}

.searchForm input[type=search] {
	box-sizing: border-box;
	padding-left: 10px;
	height: 50px;
	margin-top: 0px;
	float: right;
	width: 100%;
	border: 1px solid #717171;
	outline: none;
	background: #fff;
	border-radius: 4px;
}

.visually-hidden {
	visibility: hidden;
}

.search-bar {
	position: absolute;
	right: 19px;
	width: 0;
	transition: all 0.5s ease-in-out;
	opacity: 0;
}

.search-bar-wrapper {
	position: relative;
	top: -64px;
	right: 10px;
}

.search-bar.open {
	width: 800px;
	opacity: 1;
}

i.fa.fa-times:before {
	content: "\f00d";
}

ul#awesomplete_list_1 {
	top: 50px;
	right: 0px;
	background-color: #fff;
	padding: 0;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .25);
	max-height: 220px;
	overflow-y: scroll;
	width: 100%;
	position: absolute;
}

ul#awesomplete_list_1 li {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-weight: normal;
	padding: 10px 0;
}

ul#awesomplete_list_1 li[aria-selected*="true"],
ul#awesomplete_list_1 li:hover {
	background: #efefef;
	cursor: pointer;
}

ul#awesomplete_list_1 li b,
ul#awesomplete_list_1 a {
	color: #333;
	font-size: 14px;
	padding: 0 15px;
	line-height: 24px;
	font-weight: normal;
	-webkit-transition: background .15s linear;
	transition: background .15s linear;
}

ul#awesomplete_list_1 span.highlight {
	font-weight: 700;
}

.scrolling_header .dropdown-toggle:after {
	border: solid #313131;
	border-width: 0 2px 2px 0
}

.cookie_not_set .banner {
	padding-top: 78px;
}

.cookie_is_set .banner {
	padding-top: 46px
}

.banner .hero-banner-img {
	background: url(../images/icons/home-hero-banner-v10.svg) 100% 100%/cover no-repeat;
	width: 100%;
	height: 404px;
	position: relative
}

.banner .banner-icons-search img {
	max-width: 300px;
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%)
}

.banner .min-vh-50 {
	min-height: 40vh
}

.banner .banner-icons img {
	width: 65px
}

.banner .banner-icons-search {
	display: none
}

.banner .banner-icons.icon-1 {
	position: absolute;
	left: 0;
	top: 4%
}

.banner .banner-icons.icon-2 {
	position: absolute;
	left: 16.5%;
	top: 4%;
}

.banner .banner-icons.icon-3 {
	position: absolute;
	left: 33.5%;
	top: 4%;
}

.banner .banner-icons.icon-4 {
	position: absolute;
	right: 33.5%;
	top: 4%;
}

.banner .banner-icons.icon-5 {
	position: absolute;
	right: 16.5%;
	top: 4%;
}

.banner .banner-icons.icon-6 {
	position: absolute;
	right: 0;
	top: 4%
}

.banner .banner-icons .banner-icons-tooltip {
	display: none
}

.banner .banner-icons h3 span.banner-icons-tooltip {
	font-size: 14px;
	color: #f48b00;
	font-weight: 600;
	text-align: center;
	padding-top: 10px
}

.banner .banner-icons.icon-6 h3 span.banner-icons-tooltip {
	width: 130px;
	margin-left: -25px
}

.banner-icons:hover .banner-icons-tooltip {
	display: block
}

.banner-icons:hover img {
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.06);
	-webkit-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
	transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s;
	-moz-transition: background .3s, transform .3s, clip-path .3s, -webkit-clip-path .3s
}

.cookie_not_set .banner {
	background-position: center center;
}

.banner_image {
	height: 670px;
	padding: 20px 0 50px;
	background-size: cover !important
}

.banner_content {
	padding: 0
}

.banner_content h2 {
	font-size: 54px;
	font-weight: 300;
	line-height: 1.2
}

.banner_content ul {
	padding: 10px 0 25px 23px
}

.video_content .banner_content ul {
	list-style: none;
	padding-left: 0
}

.banner_content ul li {
	padding: 2px 0
}

.banner_btn {
	font-size: 14px;
	padding: 10px 40px;
	font-weight: 600;
	margin: 0 20px 0 0
}

.banner .carousel-indicators li {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: transparent;
	border: 1px solid #f48b00;
	cursor: pointer;
}

.banner .carousel-indicators li.active {
	background: #f48b00;
}

.has-video video {
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -2
}

.has-video .mute-video {
	position: absolute;
	right: 10px;
	top: 4px;
	cursor: pointer;
	color: #fff;
	padding: 2px 4px
}

.has-video .mute-video i {
	font-style: normal;
	font-size: 14px
}

.has-video .mute-video:after {
	font-family: 'Font Awesome 5 Free';
	color: #f48b00;
	font-size: 24px;
	min-width: 40px;
	height: 40px;
	padding: 4px 6px;
	position: relative;
	display: inline-block;
	top: 4px;
	font-weight: 600;
}

.has-video .mute-video.sound-on:after {
	content: "\f028"
}

.has-video .mute-video.sound-off:after {
	content: "\f026"
}

.service_now .row .service_now_illustration {
	position: relative;
	right: -20%;
	text-align: right
}

.service_now .font_white {
	font-family: Lato, sans-serif
}

.service_now .col-6.ml-auto {
	padding-right: 0
}

.service_now .font_white h2 {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.3rem;
	letter-spacing: .3rem
}

.service_now .font_white span.line {
	border-bottom: 2px solid #f48b00;
	width: 8.4rem;
	display: block
}

.service_now .font_white img {
	margin: .5rem 0 1rem
}

.service_now .font_white p {
	text-transform: uppercase;
	margin: 0 0 1rem;
	padding: 0;
	font-size: 1.1rem;
	letter-spacing: .6rem;
	line-height: 1.5rem
}

.forrester-webinar .banner_image {
	background-position: center 20%;
	background-repeat: no-repeat
}

.forrester-webinar .font_white img.forrester_logo {
	max-width: 150px
}

.forrester-webinar .font_white img {
	margin-bottom: .5rem;
	padding-right: 1rem
}

.forrester-webinar .logo-box h5 {
	width: 9.5%;
	display: inline-block;
	font-size: 1.4rem;
	margin: 0;
	line-height: 1.4rem;
	font-style: italic;
	font-weight: 400
}

.forrester-webinar .font_white {
	font-family: Montserrat, sans-serif
}

.forrester-webinar .speakear-wrapper strong {
	text-transform: uppercase;
	color: #f48b00;
	margin-bottom: 1.5rem;
	font-size: 1.6rem
}

.forrester-webinar .font_white h3 {
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 3.5rem;
	margin: 0
}

.forrester-webinar .font_white p {
	font-size: 1.3rem;
	letter-spacing: .1rem;
	margin-bottom: 1.8rem;
	font-style: italic
}

.forrester-webinar .container.speaker-container {
	margin-top: 1rem;
	margin-bottom: 2rem
}

.forrester-webinar .container.speaker-inner {
	margin-left: -1.8em
}

.forrester-webinar .webinar-time-wrapper {
	max-width: 500px;
	font-size: 1.2rem
}

.forrester-webinar .font_white .speaker-container img {
	max-width: 111px
}

.forrester-webinar .webinar-time-wrapper .fa {
	color: #fff;
	font-size: 1.4rem;
	padding-right: .6rem
}

.forrester-webinar .webinar-time-wrapper .i.fa.fa-clock-o {
	font-size: 1.6rem
}

.forrester-webinar .webinar-time-container {
	margin-bottom: 2rem;
	margin-left: -.8rem
}

.forrester-webinar .speakear-wrapper {
	max-width: 1000px
}

.forrester-webinar .speaker-inner span.designation {
	font-size: 1.2rem;
	letter-spacing: 0;
	padding-bottom: 0;
	margin: 0;
	font-style: italic;
	width: 100%;
	display: block;
	line-height: 1.4rem
}

.forrester-webinar .speaker-inner span.company {
	font-size: 1.2rem;
	letter-spacing: 0;
	padding-bottom: 0;
	margin: 0;
	display: block;
	line-height: 1.4rem
}

.forrester-webinar .font_white p.designation {
	font-size: 1rem;
	letter-spacing: 0;
	padding-top: .3rem;
	padding-bottom: 0;
	margin: 0
}

.forrester-webinar .font_white .logo-box {
	margin-bottom: .2rem
}

.forrester-webinar .font_white .logo-box h4 {
	padding: .5rem 0;
	margin-bottom: .4rem;
	font-weight: 600;
	letter-spacing: .3rem;
	font-size: 1.1rem
}

.forrester-webinar .font_white h4 {
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-size: 1.3rem
}

.forrester-webinar .font_white p sup {
	font-size: .6rem
}

.forrester .font_white img {
	margin-bottom: 1.5rem
}

.forrester .font_white {
	font-family: Lato, sans-serif
}

.forrester .font_white span.line {
	border-bottom: 2px solid #f48b00;
	width: 8.4rem;
	display: block
}

.forrester .font_white h3 {
	font-weight: 300;
	font-size: 2.5rem;
	font-style: italic;
	letter-spacing: .3rem;
	margin: 1rem 0
}

.forrester .font_white p {
	font-weight: 300;
	font-size: 1rem;
	letter-spacing: .3rem;
	text-transform: uppercase;
	margin-bottom: 1.5rem
}

.forrester .font_white p sup {
	font-size: .6rem
}

.infinite_scope .video_bg {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto
}

.has-video .banner_image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

#su_home_video_slider {
	position: relative
}

.carousel-item.has-video {
	background-color: #020e22;
	height: 670px;
	width: 100%;
	overflow: hidden
}

.why_section {
	padding: 70px 0;
	color: #313131
}

.h2,
h2 {
	font-weight: 300;
	letter-spacing: 0;
	font-size: 33px;
	line-height: 40px
}

hr {
	width: 50px;
	border-width: 3px;
	border-color: #f48b00;
	margin-top: 40px
}

.why_column {
	margin: 20px 0 0
}

.why_column h5 {
	font-weight: 400;
	margin: 25px 0 20px
}

.why_column p {
	font-size: 14px;
	color: #757575;
	line-height: 26px;
	margin: 0
}

.why_column span {
	width: 84px;
	height: 84px;
	display: inline-block;
	background: url(../images/css_sprites-v12.png) no-repeat
}

.why_column span.intelligence {
	background-position: -20px -19px
}

.why_column span.intelligence:hover {
	background-position: -20px -129px
}

.why_column span.drive {
	background-position: -130px -19px
}

.why_column span.drive:hover {
	background-position: -130px -129px
}

.why_column span.performance {
	background-position: -240px -19px
}

.why_column span.performance:hover {
	background-position: -240px -129px
}

.infinite_scope {
	height: 500px;
	position: relative;
	overflow: hidden
}

.video_bg {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.infinite_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	padding: 170px 0 0
}

.infinite_text h2 {
	font-size: 45px;
	font-weight: 300;
	line-height: 55px
}

.video_btn {
	background: 0 0;
	border: 2px solid #fff;
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	padding: 10px 30px;
	margin: 30px 0 0;
	border-radius: 0
}

.video_btn i {
	padding-right: 8px
}

.banner .forresterw-banner h3 span {
	color: #f26200;
}

section.event-intro-first .title {
	font-size: 28px;
	font-weight: 600;
	margin-bottom: 35px;
	line-height: 28px;
	text-align: center;
}

section.event-intro-first .conference-name {
	font-size: 50px;
	font-weight: 700;
	font-style: italic;
	text-align: center;
}

section.event-intro-first .conference-name span {
	color: #F48B00;
}

section.event-intro-first .subtitle {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 30px;
	text-align: center;
}

section.event-intro-first .description h2 strong {
	font-size: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: 600;
	color: #FF7300;
	margin-bottom: 39px;
	display: block;
}

section.event-intro-first .description {
	text-align: center;
}

.nowrap {
	white-space: nowrap;
}


section.event-intro-first .description p {
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	text-align: center;
	padding: 0 36px;
}

.event-intro-first .event-details {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 40px;
}

section.event-intro-first .event-details {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 36px;
	margin-top: 30px;
}

section.event-intro-first .countdown div {
	padding: 10px 20px;
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	color: #000000;
	text-align: center;
}

section.event-intro-first .countdown {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 0px;
	max-width: fit-content;
	margin: 0 auto;
	padding: 4px 13px 4px 60px;
	background: #FFFFFF 0% 0% no-repeat padding-box;
	border: 1px solid #707070;
	border-radius: 60px;
}

section.event-intro-first .icon {
	font-size: 24px;
	margin-bottom: 10px;
}

section.event-intro-first .countdown span {
	display: block;
	font-size: 20px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
	margin-top: 6px;
}

section.event-intro-first {
	background: #000000;
	color: #ffffff;
	padding: 71px 0px;
}

section.event-intro-first .event-details {
	display: flex;
	justify-content: center;
	gap: 50px;
	margin-bottom: 35px;
	margin-top: 30px;
}

section.event-intro-first .event-details div {
	text-align: center;
}

section.event-intro-first .icon {
	font-size: 24px;
	margin-bottom: 10px;
}




section.event-intro-first .countdown div small {
	font-size: 20px;
	line-height: 20px;
	color: #000000;
}

section.agenda-sec a.view-more,
section.event-intro-first .register-btn {
	background-color: #FF7300;
	color: #fff;
	padding: 14px 32px;
	border: none;
	border-radius: 40px;
	font-size: 20px;
	cursor: pointer;
	line-height: 22px;
	font-weight: 600;
}

section.agenda-sec .view-more a:hover,
section.event-intro-first .register-btn:hover {
	background-color: #e65c00;
	text-decoration: none;
}

section.event-intro-first .register-btn {

	margin-left: 20px;
}


section.event-intro-first .event-details .event-details-inner {
	display: inline-flex;
	align-items: center;
}

section.event-intro-first .conference-namee {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 24px;
}

section.event-intro-first .conference-namee img {
	width: 60%;
}

section.event-intro-first .event-details p {
	margin-bottom: 0;
}

section.event-intro-first .event-details p strong {
	font-size: 24px;
	line-height: 24px;
	padding-left: 11px;
	margin-top: 10px;
	font-weight: 500;
}

.support-sponsor-sections .icon,
section.event-intro-first .event-details .icon {
	width: 32px;
	height: 32px;
}

.support-sponsor-sections .icon img,
section.event-intro-first .event-details .icon img {
	width: 100%;
}

.support-sponsor-sections .icon img {
	max-height: 32px;
}

section.event-intro-first .event-details .event-details-inner {
	display: inline-flex;
}

.whats-on-store .why_content {
	padding: 30px 30px;
	background: #F6FAFF 0% 0% no-repeat padding-box;
	border: 1px solid #9BC6FF;
	border-radius: 8px;
	transition: background-color 0.5s ease, color 0.5s ease;
}

section.event-intro-except h2 {
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	margin-top: 74px;
	text-align: center;
	margin-bottom: 40px;
	color: #000000;
}


section.event-intro-except.agenda-sec h2,
section.event-intro-except.team-sec h2 {
	margin-bottom: 20px;
}

section.event-intro-except.team-sec p {
	font-size: 18px;
	line-height: 26px;
	color: #000;
}

section.event-intro-except.agenda-sec.team-sec p,
section.event-intro-except.agenda-sec p,
section.event-intro-except.team-sec p {
	margin-top: -18px;
	color: #000;
}

section.event-intro-except.agenda-sec p,
section.event-intro-except.team-sec p {
	font-weight: 500;
}

section.llm-sec h3 {
	font-size: 23px;
	line-height: 36px;
	color: #0D001E;
	font-weight: 500;
}

section.llm-sec .main-heading h3 {
	font-size: 22px;
	line-height: 24px;
	color: #FF7300;
	font-weight: 600;
	margin-bottom: 23px;
}

section.llm-sec .testimonial-item .row {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

section.whats-on-store {
	margin-top: 44px;
}

section.whats-on-store .row.content-row {
	margin-right: -30px;
	margin-left: -30px;
	display: flex;
	flex-wrap: wrap;
	padding-left: 15px;
	padding-right: 15px;
}

section.agenda-sec .button-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	width: 100%
}

section.agenda-sec .button-container.twoo {
	margin-top: 20px;
}

section.agenda-sec .button-container.onee {
	margin-top: 14px;
}

section.agenda-sec .button-container button {
	padding: 10px 28px;
	background-color: #fff;
	cursor: pointer;
	font-size: 18px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease;
	line-height: 18px;
	color: #000000;
	font-weight: 600;
	border: 1px solid #000000;
	border-radius: 8px;
	margin: 0 10px;
}

section.agenda-sec .view-more {
	text-align: center;
	margin: 0 auto;
	margin-top: 40px;
}




section.support-sponsor-sections .container .support-sponsors {
	padding: 40px 0px 32px 0px;
	text-align: center;
	color: #ffffff;
	background-image: url('../assets/img/sr-strip-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 16px;
	margin-bottom: 70px;
	border-radius: 12px;
	background-size: cover;
	margin-left: 0px;
	margin-right: 0px;
}

section.agenda-sec .view-more a:hover {
	background-color: #e65c00;
}

section.agenda-sec {
	background-image: url('../assets/img/agenda-bg.svg');
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #e7e4ea;
	padding: 0px 0px 70px;
	margin-top: 68px;
}

section.agenda-sec a,
section.agenda-sec a:hover {
	color: #fff;
	text-decoration: none;
}

section.llm-sec.event-intro-except .img-area {

	text-align: right;
	max-width: 100%;
}


section.llm-sec.event-intro-except .tns-inner {
	margin-left: 0px !important;
	margin-right: -40px !important;
}

section.llm-sec.event-intro-except h2 {
	margin-bottom: 40px;
	font-size: 30px !important;
}

.support-sponsor {
	padding: 80px 0px;
	text-align: center;
	color: #ffffff;
	background-image: url('../assets/img/sponser-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	margin-top: 80px;
	margin-bottom: 60px;
}

.support-sponsor h3 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 26px;
	line-height: 32px;
	margin-right: 0px;
	margin-bottom: 0;
	text-align: center;
}

.support-sponsor-section .event-details {
	margin-top: 40px;
}

.support-sponsor p {
	margin-left: 12px;
	margin-top: 10px;
}

.support-sponsor a {
	padding: 10px 30px;
	border: none;
	background-color: #FF7300;
	color: #fff;
	font-size: 22px;
	cursor: pointer;
	line-height: 41px;
	font-weight: 600;
	border-radius: 71px;
	text-decoration: none;
}

section.llm-sec .orange-bar {
	width: 48px;
	height: 9px;
	background-color: #FF7300;
	border-radius: 7px;
	margin-top: 34px;
	display: none;
}

section.llm-sec.event-intro-except ::marker {
	color: #FF7300;
	font-size: 26px;
}

section.llm-sec.event-intro-except ul {
	padding-left: 24px;
}

section.llm-sec.event-intro-except ul li {
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 12px;
}

section.support-sponsor-sections h3 {
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	padding: 0 18%;
}

#back-to-top {
	position: fixed;
	bottom: 12px;
	left: 16px;
	width: 40px;
	height: 40px;
	color: #fff;
	border-radius: 0;
	background: #ffb200;
	border: none;
	z-index: 9999;
}

#back-to-top:after {
	border: solid #fff;
	border-width: 0 2px 2px 0;
	display: inline-block;
	padding: 3px;
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	vertical-align: 3px;
	content: "";
}

section.llm-sec .testimonial-item .img-area img {
	max-width: 84%;
	width: auto;
}

section.event-intro-except .row {
	padding-left: 0;
	padding-right: 0;
}

section.event-intro-except .numbered-list {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	gap: 10px;
}

section.event-intro-except .numbered-list p.digit,
section.event-intro-except .numbered-list span,
section.event-intro-except .numbered-list p.digit-text {
	display: inline-block;
	font-size: 30px;
	color: #FF7300;
	font-weight: 700;
	line-height: 32px;
	margin-bottom: 0px;
}

section.event-intro-except .numbered-list p.card-txt {
	font-size: 18px;
	line-height: 24px;
	color: #FFFFFF;
	font-weight: 500;
	margin-bottom: 0px;
	margin-top: 14px;
}

section.whats-on-store h2.store-heading {
	font-size: 42px;
	line-height: 46px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 18px;
	margin-top: 30px;
}



section.support-sponsor-sections {
	margin-top: 30px;
}

section.support-sponsor-sections .event-details.d-flex {
	margin-top: 40px;
	margin-bottom: 18px;
	align-items: center;
	justify-content: center;
}

section.support-sponsor-sections .event-details-inner p strong {
	font-weight: 500;
	font-size: 20px;
}

section.support-sponsor-sections .event-details-inner {
	margin-right: 10px;
	margin-left: 10px;
}

section.support-sponsor-sections .event-details-inner p {
	font-size: 24px;
	line-height: 24px;
	margin: 4px 14px;
}

section.support-sponsor-sections .event-details-inner h3 {
	font-size: 32px;
	line-height: 47px;
	font-weight: 600;
}




@media only screen and (max-width: 1400px) {
	section.support-sponsor-sections .event-details.d-flex {
		left: 14%;
	}

	section.event-intro-first .description {
		text-align: center;
		padding: 0px 40px;
	}
}

@media only screen and (min-width: 1370px) {
	.team-sec .speaker_image {
		height: 290px !important;
	}

}

@media only screen and (max-width: 1366px) {
	.container {

		max-width: 1240px;
		padding: 0px 16px;
	}

	.whats-on-store .why_content {
		padding: 30px 20px;
	}

	.team-sec .speaker_content .speaker_image {
		height: 252px !important;
	}

	section.about-su .slider {
		max-width: 38%;
	}
}

@media only screen and (max-width: 1260px) {
	.Home-page .banner-left-txt {
		padding-left: 38px !important;
	}
}

@media only screen and (min-width: 1919px) and (max-width: 1920px) {

	.Home-page .banner .community-refocus h4 {
		max-width: 100% !important;
		width: 545px !important;
		padding-right: 200px !important;
	}

	.hero-item .caption {
		width: unset;
	}
}

@media (max-width:1024px) {
	.support-sponsor h3 {
		margin-bottom: 20px;
	}

	.event-intro-except.team-sec .speaker_image {
		height: 190px !important;
		width: unset !important;
	}

	.team-sec .speaker_name {
		font-size: 17px !important;
		line-height: 20px !important;
	}

	.team-sec .speaker_details h5 {
		font-size: 13px !important;
		line-height: 18px !important;
	}

	section.event-intro-except .numbered-list {
		justify-content: center !important;
		align-items: center !important;
		flex-wrap: wrap;
	}

	.Home-page .numbered-list-item {
		min-width: 30% !important;
		margin: 16px 10px;
	}

	section.event-intro-except .content-row .tns-outer {
		margin-bottom: -70px;
	}

	section.support-sponsor-sections a,
	.Home-page .banner .community-refocus a.btn {
		margin-top: 84px;
	}

	.site-footer .social {
		display: inline-block;
	}

	section.about-su hr {
		margin: 20px 0px;
	}

	section.about-su p {
		font-size: 18px;
		line-height: 30px;
	}

	section.llm-sec .main-heading h3 {
		margin-bottom: unset;
		margin: 20px;
		margin-left: auto;
	}
}

@media (min-width:770px) and (max-width:992px) {
	.team-sec .speaker_content {
		padding: 9px !important;
	}

	section.support-sponsor-sections .event-details-inner p {
		margin: 4px 6px;
	}

	section.support-sponsor-sections h3 {
		padding: 0 8%;
	}

	section.site-footer .container .row {
		flex-direction: column;
		gap: 10px;
	}

	section.site-footer .container .row .col-12.col-md-12.col-lg-6 {
		width: auto;
	}

	section.agenda-sec .button-container {
		gap: 0px;
	}

	section.event-intro-except h2 {
		margin-top: 48px;
		margin-bottom: 20px;
	}

	div#tns1 {
		padding-top: 0px;
	}
}

@media (max-width:992px) {
	section.event-intro-first .description {
		text-align: center;
		padding: 0px 0px;
	}

	section.event-intro-first .countdown {
		width: -webkit-fill-available;
	}

	section.event-intro-first .register-btn {
		padding: 16px 20px;
	}

	section.whats-on-store h2.store-heading,
	section.event-intro-except h2,
	section.llm-sec.event-intro-except h2 {
		font-size: 36px !important;
		line-height: 46px;
	}

	section.event-intro-except .numbered-list {
		padding-left: 15px;
	}

	section.llm-sec .testimonial-item .img-area {
		margin-top: 30px;
		text-align: center;
		padding: 0 0;
		margin-right: 14px;
	}

	section.llm-sec .orange-bar {
		margin: auto;
	}

	section.llm-sec p {
		text-align: center;
	}

	section.llm-sec .main-heading p {
		text-align: center;
	}

	.support-sponsor {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}

	.support-sponsor h3 {
		font-size: 24px;
	}

	section.event-intro-except.team-sec .speaker_image {
		height: 436px !important;
		width: 86% !important;
	}

	.team-sec .speaker-item:nth-child(odd),
	.team-sec .speaker-item:nth-child(even) {
		transform: unset !important;
	}

	.team-sec .speaker_name {
		font-size: 24px !important;
		line-height: 28px !important;
	}

	.team-sec .speaker_details h5 {
		font-size: 18px !important;
	}

	.team-sec .speaker-crousal {
		padding-left: 14vw !important;
	}

	img.particle.asset1 {
		top: 4% !important;
	}

	section.support-sponsor-sections .event-details-inner {
		margin-right: 30px;
		align-items: center;
	}

	.Home-page .banner .community-refocus h4 {
		font-size: 18px;
		font-weight: 500;
		line-height: 24px;
		max-width: 310px;
	}

	.sr-bnr-content img {
		max-width: 60px;
		margin-right: 12px;
	}

	.header .navbar-toggler {
		display: block;
	}

	.header .navbar-nav li a.nav-link.register {
		display: inline-block;
		margin-left: 0;
	}

	.whats-on-store .why_content {
		min-height: 330px !important;
		margin-bottom: 30px;
	}

	section.agenda-sec .button-container button {
		margin-bottom: 18px;
	}

	section.agenda-sec .button-container.twoo {
		margin-top: 4px;
	}

	section.support-sponsor-sections .event-details.d-flex {
		display: block !important;
	}

	section.support-sponsor-sections .event-details-inner {
		margin-right: 0px;
		align-items: center;
		justify-content: center;
		margin-bottom: 12px;
	}

	.Home-page .numbered-list-item {
		max-width: unset !important;
		padding: 40px 36px !important;
		min-width: 40% !important;
	}

	.team-sec .speaker_details {
		padding: 16px 12px 60px !important;
	}
}

@media (min-width:768px) {
	.support-sponsor {
		background-size: contain;
	}
}

@media (max-width:768px) {
	section.event-intro-except.team-sec .speaker_image {
		height: 366px !important;
		width: 86% !important;
	}

	section.event-intro-except .numbered-list,
	section.whats-on-store .row.content-row {
		gap: 14px !important;
		align-items: center !important;
		justify-content: center !important;
	}


	.fadeInUp {
		min-width: 45% !important;
	}



	section.support-sponsor-sections h3 {
		padding: 0 6%;
	}

	.team-sec .speaker_details {
		min-height: 160px;
	}

	section.about-su .row {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	section.about-su h2,
	section.about-su p {
		text-align: center;
	}

	section.about-su hr {
		text-align: center;
		margin: 20px auto !important;
	}

	section.about-su .slider {
		max-width: 90%;
		text-align: center;
	}
}

@media (max-width:767px) {
	section.event-intro-except .numbered-list {
		flex-direction: column;
		text-align: center;
	}

	.support-sponsor p,
	.support-sponsor h3 {
		margin-left: 0px;
	}

	section.agenda-sec .button-container button {
		line-height: 24px;
		max-width: 44vw;
	}

	section.agenda-sec .button-container.twoo {
		margin-top: 12px;
	}

	section.event-intro-first .event-details {
		gap: 20px;
		flex-wrap: wrap;
	}

	.whats-on-store h2.store-heading,
	section.event-intro-except h2 {
		line-height: 52px !important;
		font-size: 40px;
		margin-top: 40px;
	}

	section.event-intro-first .description p {
		line-height: 29px;
		margin-top: 10px;
	}

	section.event-intro-first .description h2 strong {
		line-height: 38px;
	}

	section.event-intro-first .title {
		line-height: 45px;
	}

	section.event-intro-except p {
		line-height: 30px;
		margin-bottom: 20px;
	}

	section.agenda-sec,
	section.whats-on-store {
		margin-top: 40px;
	}

	.whats-on-store .why_content {
		padding: 30px 0 20px;
		max-width: 80%;
		margin: auto;
	}

	section.agenda-sec {
		padding: 0px 0px 50px;
	}

	.hero-video.banner img.support-logo {
		max-width: 180px;
		margin-bottom: 20px;
	}

	.hero-video.banner .community-refocus h1 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 26px;
	}

	section.support-sponsor-sections a,
	.Home-page .banner .community-refocus a.btn {
		margin-top: 76px;

		padding: 10px 30px;
		font-size: 18px;
		line-height: 18px;
	}

	section.event-intro-first .title {
		font-size: 20px;
		margin-bottom: 15px;
		line-height: 34px;
		text-align: center;
	}

	section.event-intro-first .description p {
		font-size: 16px;
		line-height: 24px;
		max-width: unset;
		margin-top: 20px;
		padding: 0 20px;
	}


	section.event-intro-first .register-btn {
		font-size: 16px;
	}

	section.site-footer .container .row {
		gap: 10px;
	}

	section.site-footer .container .row .col-12 {
		text-align: center !important;
	}

	section.event-intro-except h2 {
		margin-bottom: 10px;
		margin-top: 40px;
	}

	section.about-su h2 {
		margin-top: 0px !important;
	}

	.tns-nav button {
		width: 30px;
		height: 30px;
	}
}

@media (max-width:480px) {
	section.event-intro-first {
		padding: 40px 0px 40px;
		margin-bottom: 15px;
	}



	section.event-intro-first .conference-namee {
		margin: 0 auto;
		text-align: center;
		margin-bottom: 20px;
	}

	section.event-intro-first .conference-namee img {
		width: 100%;
		max-width: 300px;
	}

	section.event-intro-first .description h2 strong {
		font-size: 18px;
		line-height: 20px;
		padding: 0 20px;
	}


	section.event-intro-first .event-details .event-details-inner {
		display: flex;
		width: 100%;
		justify-content: center;
		margin-bottom: 10px;
		align-items: baseline;
	}

	section.event-intro-first .event-details .icon {
		width: 28px;
		height: 28px;
		margin-right: 4px;
	}

	section.event-intro-first .event-details .icon img {
		max-width: 28px;
	}

	section.event-intro-first .event-details p {
		font-size: 14px;
		line-height: 28px;
	}

	section.event-intro-first .event-details {
		gap: 0;
		margin-bottom: 18px;
	}

	section.event-intro-first .countdown {
		width: 100%;
		margin: 0 auto;
		border-radius: 50px;
		flex-direction: column;
		padding: 24px 20px;

	}



	section.event-intro-first .countdown div {
		padding: 10px 0;
		font-size: 22px;
		line-height: 34px;
		text-align: center;
	}

	section.event-intro-first .register-btn {
		padding: 10px 22px;
		font-size: 14px;
		line-height: 14px;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
		margin-top: 24px;
		margin-bottom: 18px;
	}

	div#days span,
	div#hours span,
	div#minutes span,
	div#seconds span {
		font-size: 18px;
		line-height: 22px;
	}

	section.event-intro-except.team-sec {
		padding-bottom: 0px !important;
	}

	section.event-intro-except.team-sec .row.content-row {
		padding-left: 50px;
		padding-right: 50px;
	}

	.team-sec .speaker_content {
		width: 100% !important;
		margin-left: -8px;
	}

	.team-sec .speaker-item:nth-child(even),
	.team-sec .speaker-item:nth-child(odd) {
		transform: unset !important;
	}

	.whats-on-store .col-12 h3.store-heading,
	section.event-intro-except h2 {
		font-size: 36px !important;
		margin-top: 20px !important;
		line-height: 40px !important;
		margin-bottom: 10px;
	}

	.whats-on-store h2.store-heading {
		line-height: 40px !important;
	}

	section.event-intro-except p {
		line-height: 22px;
		margin-bottom: 18px;
		font-size: 14px;
	}

	.team-sec .speaker-crousal {
		padding-top: 0px !important;
	}

	.team-sec .tns-nav {
		display: block !important;
	}

	section.event-intro-except {
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 0px;
	}

	section.event-intro-except .numbered-list {
		padding: 0px 0px 0px;
		border-radius: 10px;
	}

	section.event-intro-except .numbered-list p.digit,
	section.event-intro-except .numbered-list span,
	section.event-intro-except .numbered-list p.digit-text {
		font-size: 32px;
	}

	section.event-intro-except .numbered-list p.card-txt {
		font-size: 16px;
	}

	section.event-intro-except h2 {
		margin-bottom: 10px;
	}

	section.whats-on-store {
		margin-top: 0;
	}

	.whats-on-store h3.store-heading {
		line-height: 34px !important;
		font-size: 16px;
	}

	.whats-on-store h3 {
		font-size: 18px;
		line-height: 26px;
		margin-top: 0px;
	}

	section.agenda-sec .button-container {
		gap: 0;
	}

	.Home-page .whats-on-store .why_content p {

		margin-bottom: 24px;
	}

	img.in-store,
	img.in-store-hover {
		max-width: 46px;
		margin-bottom: 0px;
	}

	.whats-on-store .why_content {
		max-width: 90%;
		padding: 20px 30px;
	}

	section.llm-sec .testimonial-item .row {
		flex-direction: column-reverse;
	}

	section.llm-sec .main-heading p {
		font-size: 16px;
		line-height: 19px;
		margin-bottom: 15px;
		margin-top: 22px;
	}

	section.llm-sec .orange-bar {
		display: none;
	}

	.tns-nav {
		margin-top: 10px;
		margin-bottom: 25px;
	}

	section.llm-sec.event-intro-except h2 {
		margin-bottom: 0;
		font-size: 30px !important;
	}

	section.site-footer .col-lg-6 {
		text-align: center;
		font-size: 12px;
		line-height: 36px;
	}

	section.site-footer {
		padding-bottom: 20px;
	}

	section.site-footer .col-lg-6 {
		font-size: 12px;
		line-height: 36px;
		text-align: center !important;
	}

	section.site-footer ul.social-links {
		justify-content: center;
		margin-top: 10px;
	}

	section.site-footer ul.social-links li {
		padding: 0px 2px;
	}

	section.support-sponsor {
		background-image: unset;
		padding: 30px 0px;
	}

	section.support-sponsor .col-12.d-flex {
		background-image: url(../assets/img/sponser-bg.png);
		max-width: 90%;
		margin: auto;
		height: 174px;
		flex-wrap: nowrap;
		flex-direction: column;
		border-radius: 10px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: contain;
	}

	section.site-footer p {


		font-size: 18px;
		padding: 0 28px;
		line-height: 26px;
		margin-bottom: 12px;
	}

	.site-footer .social {
		display: block;
	}

	section.support-sponsor-sections a,
	.Home-page .banner .community-refocus a.btn {
		margin-top: 26px;

		section.event-intro-except h2 {
			font-size: 42px;
			line-height: 46px;
			font-weight: 700;
			margin-top: 48px;
			text-align: center;
			margin-bottom: 20px;
			color: #000000;
		}
	}

	.support-sponsor h3 {
		font-size: 14px !important;
		line-height: 18px;
	}

	.support-sponsor a {
		font-size: 14px;
		line-height: 24px;
	}

	section.agenda-sec .button-container button {
		line-height: 24px;
		width: 100vw;
		font-size: 14px;
		max-width: unset;
	}

	section.event-intro-except.agenda-sec p {
		margin-bottom: 0px;
	}

	section.agenda-sec .view-more a {
		font-size: 16px;
		line-height: 30px;
	}

	section.agenda-sec .button-container.twoo {
		flex-wrap: wrap-reverse;
	}

	.hero-item .caption {
		margin-top: 0px !important;
	}

	.Home-page .numbered-list-item {
		max-width: unset !important;
		padding: 70px 36px !important;
		min-width: 80% !important;
	}

	section.event-intro-except .numbered-list,
	section.whats-on-store .row.content-row {
		gap: 0px !important;
	}

	section.whats-on-store .row.content-row div {
		margin-bottom: 0;
		padding: 20px 20px;
	}

	section.agenda-sec .button-container.twoo {
		margin-top: 0;
	}

	section.support-sponsor-sections .event-details-inner p strong {
		font-size: 16px;
	}

	.support-sponsor-sections .icon,
	section.event-intro-first .event-details .icon {
		width: 22px;
		height: 22px;
	}

	img.particle.asset1,
	img.particle.asset2,
	img.particle.asset3,
	img.particle.asset4,
	img.particle.asset5 {
		display: none;
	}

	.Home-page .sr-bnr-content {
		bottom: 12%;
	}

	.Home-page .banner .community-refocus h4 {
		font-size: 18px;
		line-height: 28px;
		margin-bottom: 0px;
	}

	.Home-page .banner-left-txt {
		top: -14%;
	}

	section.event-intro-first .event-details p strong {
		font-size: 20px;
	}

	section.llm-sec .testimonial-item .img-area {
		padding-right: 10%;
	}

	section.llm-sec.event-intro-except ul li {
		font-size: 14px;
		line-height: 18px;
		max-width: 83%;
		margin-bottom: 6px;
	}

	section.llm-sec.event-intro-except ul {
		padding-left: 34px;
	}

	.team-sec .speaker_name {
		font-size: 22px !important;
	}

	.team-sec .speaker_details {
		max-width: max-content;
	}

	.team-sec .speaker_details h4,
	.team-sec .speaker_details h5 {
		font-size: 16px !important;
		line-height: 22px !important;
	}



	section.support-sponsor-sections h3 {
		font-size: 20px;
		line-height: 32px;
		padding: 0 0%;
	}

	section.support-sponsor-sections .event-details.d-flex {
		margin-top: 40px;
		margin-bottom: 18px;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		gap: 6px;
	}

	section.support-sponsor-sections .event-details-inner {
		margin-right: -10px;
		margin-left: 0px;
		align-items: baseline;
	}

	section.support-sponsor-sections .event-details-inner p {
		font-size: 16px;
		margin: 3px 4px 0px;
		line-height: 18px;
	}

	.support-sponsor-sections .icon img {
		max-height: 32px;
	}

	.whats-on-store .text-row {
		margin-bottom: 0;
	}

	section.agenda-sec .view-more {
		margin-top: 16px;
	}

	section.about-su h2 {
		margin-top: 0px !important;
	}

	section.llm-sec .main-heading h3 {
		margin: unset;
		margin: 24px 0px 24px;
	}

	section.event-intro-except.agenda-sec {
		padding-bottom: 20px;
	}

	section.agenda-sec a.view-more {
		padding: 12px 30px;
	}

	.tns-nav button {
		width: 20px;
		height: 20px;
	}

}

.justify-content-center {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}

	section.event-intro-except .content-row>.col-12 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

@media (min-width:576px) {
	.float-sm-left {
		float: left !important
	}

	.float-sm-right {
		float: right !important
	}

	.float-sm-none {
		float: none !important
	}
}

@media (min-width:768px) {
	.float-md-left {
		float: left !important
	}

	.float-md-right {
		float: right !important
	}

	.float-md-none {
		float: none !important
	}
}

@media (min-width:992px) {
	.float-lg-left {
		float: left !important
	}

	.float-lg-right {
		float: right !important
	}

	.float-lg-none {
		float: none !important
	}
}

@media (min-width:1200px) {
	.float-xl-left {
		float: left !important
	}

	.float-xl-right {
		float: right !important
	}

	.float-xl-none {
		float: none !important
	}
}

@media (max-width:1440px) {
	.container-fluid.max-width-1600 {
		padding-right: 15px !important;
		padding-left: 15px !important;
	}



}

.position-static {
	position: static !important
}

.position-relative {
	position: relative !important
}

.position-absolute {
	position: absolute !important
}

.position-fixed {
	position: fixed !important
}

.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important
}

.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030
}

.fixed-bottom {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
	-webkit-clip-path: none;
	clip-path: none
}


.team-sec .speaker_content {
	border: none;
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
	box-shadow: none;
	padding: 0;
}

.team-sec .speaker_image {
	height: 270px !important;
	width: unset !important;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover;
	position: relative;
}

section.event-intro-except .content-row {

	margin-top: 20px
}

.team-sec .speaker_name {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 18px;
	text-align: left;
	margin-left: 12px;
	z-index: 10;
}


.team-sec .speaker_details {
	padding: 6px 12px;
}

.team-sec .speaker_details h5 {
	margin: 0px;
	font-size: 15px;
	color: #000000;
	line-height: 22px;
	font-weight: 700;
	text-align: left;
}

.team-sec .speaker_details h4 {
	margin: 0;
	font-size: 14px;
	color: #FF7300;
	text-align: left;
}

.team-sec .social-icon-container {
	margin-top: 10px;
}

.team-sec .social-icon-container a {
	color: #0077b5;
	font-size: 20px;
	text-decoration: none;
	margin: 0 5px;
}

.team-sec .speaker-item:nth-child(odd) {
	transform: translateY(30px);
	/* Shift odd cards downward */
}

.team-sec .speaker-item:nth-child(even) {
	transform: translateY(-30px);
	/* Shift even cards upward */
}

.team-sec .tns-nav {
	display: none;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {

	.team-sec .speaker_name {
		bottom: 35px;
	}
}


.h-100 {
	height: 100% !important;
}

@media (max-width:480px) {
	section.event-intro-except.team-sec {
		padding-bottom: 0px !important;
	}

	section.event-intro-except.team-sec .row.content-row {
		padding-left: 10px;
		padding-right: 10px;
	}

	section.event-intro-except.team-sec .speaker_image {
		height: 325px !important;
		width: auto !important;
	}


	.team-sec .speaker_content {
		width: 100% !important;
		margin-left: -8px;
		min-height: 480px;
	}

	section.event-intro-except .tns-nav {
		display: none !important;
	}

	.team-sec .speaker-item:nth-child(even),
	.team-sec .speaker-item:nth-child(odd) {
		transform: unset !important;
	}

	.team-sec .speaker-crousal {
		padding-top: 0px !important;
	}

	.team-sec .tns-nav {
		display: block !important;
	}
}



.Home-page .particle {
	position: absolute;
	z-index: 99;
}

.Home-page .banner-left-txt {
	position: absolute;
	z-index: 99;
	padding-left: 48px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: left;
}


.Home-page .hero-video .container-fluid.h-100 {
	padding: 0px;
}



.Home-page .sr-hero-item {
	position: relative;
}

.Home-page .whats-on-store .why_content p {
	font-size: 18px;
	line-height: 28px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 0px;
}

.why_content.card.card-body:hover p {
	color: #ffffff;
}

.Home-page .numbered-list-item {
	background: #000000;
	border-radius: 8px;
	padding: 70px 5px;
	text-align: center;
	width: 20%;
}

.Home-page section.agenda-sec .row {
	padding-bottom: 10px;
}

img.particle.asset5 {
	left: 48%;
	top: 0%;
}

img.particle.asset4 {
	bottom: 0%;
	left: 0%;
}

img.particle.asset2 {
	right: 0%;
	top: 10%;
}

img.particle.asset1 {
	left: 0%;
	top: 0%;
	width: 80px;
}

img.particle.asset3 {
	bottom: 1%;
	left: 30%;
}

@media (min-width: 993px) and (max-width: 1024px) {

	.whats-on-store h3.store-heading,
	section.event-intro-except h2 {
		line-height: 60px !important;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.tns-nav button {
		width: 20px !important;
		height: 20px !important;
	}
}


@media (min-width: 993px) and (max-width: 1300px) {
	.whats-on-store .why_content {
		padding: 30px 4px;
	}

	.whats-on-store h3 {
		font-size: 18px;
	}

}

@supports (-webkit-touch-callout: none) {
	@media (min-width: 993px) and (max-width: 1310px) {

		.tns-nav button {
			width: 12px !important;
			height: 30px !important;
		}

	}

	@media screen and (max-width: 700px) and (orientation: landscape) {
		section.about-su h2 {
			margin-top: 0px;
		}
	}

	@media screen and (max-width: 699px) {

		.tns-nav button {
			width: 24px;
			height: 24px;
		}

		section.site-footer .container .row {
			flex-direction: column;
			gap: 10px;
		}

		section.site-footer .container .row .col-12.col-md-12.col-lg-6 {
			width: auto;
		}

		section.agenda-sec .button-container {
			gap: 0px;
		}

		section.event-intro-except h2 {
			margin-top: 48px;
			margin-bottom: 20px;
		}

		div#tns1 {
			padding-top: 0px;
		}

		section.about-su h2 {
			margin-top: 0;
		}

		section.about-su h2 {
			margin-top: 0px !important;
		}
	}

	@media (min-width: 1030px) and (max-width: 1300px) {
		.tns-nav button {
			width: 24px;
			height: 24px;
		}

		section.support-sponsor-sections {
			margin-top: -30px !important;
		}
	}

	@media (max-width: 480px) {
		.tns-nav button {
			width: 24px;
			height: 30px;
		}

		section.event-intro-except.agenda-sec {
			padding-bottom: 20px;
		}

		section.agenda-sec a.view-more,
		section.event-intro-first .register-btn {
			padding: 12px 30px;
		}
	}
}

@media (min-width: 1030px) and (max-width: 1300px) {
	.team-sec .speaker_content .speaker_image {
		height: 202px !important;
	}

	section.about-su hr {
		margin: 20px 0px;
	}

	section.about-su p {
		font-size: 18px;
		line-height: 30px;
	}
}


.cookie_not_set img.particle.asset1 {
	left: 0%;
	top: 0%;
	width: 80px;
}

.cookie_not_set img.particle.asset5 {
	left: 48%;
	top: 0%;
}

.cookie_is_set img.particle.asset1 {
	left: 0%;
	top: 5%;
	width: 80px;
}

.cookie_is_set img.particle.asset5 {
	left: 48%;
	top: 5%;
}

/* early bird - slide in - styling */

div#relatedWebinar .slide-in-header {
	display: flex;
	align-items: self-start;
	justify-content: left;
	gap: 10px;
}

div#relatedWebinar .slide-in-header .gift-box {
	position: relative;
	top: -4px;
}

div#relatedWebinar .slide-in-header h2 {
	color: #000000;
	font-size: 24px;
	font-weight: 700;
	line-height: 30px;
}

div#relatedWebinar .col-12.my-auto {
	padding: 20px !important;
	padding-bottom: 10px !important;
}

div#relatedWebinar .slide-in-text {
	color: #000000;
	font-size: 11px;
	line-height: 18px;
	font-weight: 600;
	max-width: 320px;
	margin: 0px 0px 8px;
}

div#relatedWebinar a {
	color: #000000;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
}

div#relatedWebinar img.arrow-fwd {
	margin-left: 15px;
}

div#relatedWebinar button.close {
	top: 6px;
	right: 12px;
	border: 1px solid #000000;
	border-radius: 50%;
}

div#relatedWebinar button.close span {
	width: 22px;
	display: block;
	height: 22px;
	line-height: 22px;
}

@media screen and (max-width: 767px) and (orientation: landscape) {
	section.about-su h2 {
		margin-top: 0px !important;
	}

	section.about-su img.play-icon {
		left: 43%;
	}

	.team-sec .speaker_details {
		padding: 16px 12px 60px 20px !important;
	}

	.team-sec .speaker_details h4 {
		margin-top: 8px;
	}
}

@media screen and (max-width: 740px) and (orientation: landscape) {
	section.event-intro-except.team-sec .speaker_image {
		height: 300px !important;
		margin: auto;
	}

	section.event-intro-except h2 {
		margin-top: 34px;
	}

	.whats-on-store h3.store-heading {
		margin-top: 6px;
	}

	section.event-intro-except.team-sec p {
		margin-bottom: -10px;
	}

}