/*
	Version: 2.1.23
*/
.bg-gray {
	background-color: #f3f8f9;
}

.bg-dark {
	background-color: #101a24;
	color: #fff;
}

.bg-dark h1 {
	color: #fff;
}

.bg-dark .i3d-btn-primary:hover {
	color: #101a24 !important;
	background-color: #fff;
	border-color: #fff;
}

.text-primary {
	color: #e70007;
}

.bg-gradient-primary {
	background: rgb(16 26 36);
	background: linear-gradient(170deg, rgb(16 26 36) 55%, rgb(26 66 80) 80%, rgb(34 96 113) 100%);
}

.btn-group button {
	border-color: #e70007;
	background-color: #fff;
	border-width: 2px;
	color: #e70007;
}

.btn-group button.active,
.btn-group button:focus,
.btn-group button:hover {
	background-color: #9c0005 !important;
	border-color: #9c0005;
	color: #fff;
}

.i3d-btn {
	display: inline-block;
	font-weight: 600;
	color: #101a24;
	text-align: center;
	vertical-align: middle;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: 0.25rem;
	transition:
	color 0.15s ease-in-out,
	background-color 0.15s ease-in-out,
	border-color 0.15s ease-in-out,
	box-shadow 0.15s ease-in-out;
	font-family: Roboto, sans-serif;
}

.i3d-btn-lg {
	padding: 0.5rem 1.5rem;
	letter-spacing: 0.3px;
}

.i3d-btn-primary {
	color: #fff !important;
	background-color: #e70007;
	border-color: #e70007;
}

.i3d-btn-primary:hover {
	color: #fff;
	background-color: #101a24;
	border-color: #101a24;
}

.i3d-btn-outline-primary {
	color: #e70007;
	border-color: #e70007;
	border-width: 2px;
}

.i3d-btn-outline-primary:hover {
	color: #fff;
	background-color: #e70007;
	border-color: #e70007;
}

table caption + thead tr:first-child td,
table caption + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table thead:first-child tr:first-child td,
table thead:first-child tr:first-child th {
	border-top: 1px solid #f3f8f9 !important;
}

table tbody > tr:nth-child(odd) > td,
table tbody > tr:nth-child(odd) > th {
	background-color: #f3f8f9 !important;
}

table tbody tr:hover > td,
table tbody tr:hover > th {
	background-color: #e9eef0 !important;
}

.badge {
	display: inline-block;
	padding: 4px 12px;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 5px;
}

.badge + .badge {
	margin-left: 4px;
}

.badge-primary,
.badge-webinar {
	color: #fff;
	background-color: #e70007;
}

.badge-dark,
.badge-live {
	color: #fff;
	background-color: #101a24;
}

.badge-light,
.badge-digital {
	color: #101a24;
	background-color: #e9eef0;
}

.bg-dark .badge-dark,
.bg-dark .badge-live {
	color: #fff;
	background-color: #a1b8be;
}

.chips .elementor-item {
	background: #fff;
	color: #e70007;
	border-radius: 30px;
	margin-bottom: 12px;
	border-width: 1.5px;
	border-style: solid;
	border-color: #e70007;
}

.chips .elementor-item:hover,
.chips .elementor-item:active {
	background: #e70007;
	color: #fff;
}

.chips .elementor-item-active {
	background: #e70007;
	color: #fff;
}

.alert {
	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.alert-info {
	color: #a1b8be !important;
	background-color: #f3f8f9;
	border-color: #e9eef0;
}

.text-center {
	text-align: center !important;
}

.font-weight-bold {
	font-weight: 600 !important;
}

.h1small h1 {
	font-size: 40px !important;
	line-height: 1.3em !important;
}

.whitetext {
	color: #fff !important;
}

.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.section .container {
	max-width: 1366px;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.section .container-md {
	max-width: 1100px;
}

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

.i3d_grid .row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}
@media (max-width: 909px) {
	.i3d_grid .row {
	margin-right: -10px;
	}
}

.i3d_grid .row .col {
	display: flex;
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}
@media (max-width: 909px) {
	.i3d_grid .row .col {
	padding-right: 10px;
	padding-left: 10px;
	}
}

@media (max-width: 576px) {
	.col-2 {
	flex: 0 0 100%;
	max-width: 100%;
	}
}
@media (min-width: 577px) and (max-width: 909px) {
	.col-2 {
	flex: 0 0 50%;
	max-width: 50%;
	}
}
@media (min-width: 910px) {
	.col-2 {
	flex: 0 0 16.6667%;
	max-width: 16.6667%;
	}
}

@media (max-width: 576px) {
	.col-3 {
	flex: 0 0 100%;
	max-width: 100%;
	}
}
@media (min-width: 577px) and (max-width: 909px) {
	.col-3 {
	flex: 0 0 50%;
	max-width: 50%;
	}
}
@media (min-width: 910px) {
	.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
	}
}

@media (max-width: 576px) {
	.col-4 {
	flex: 0 0 100%;
	max-width: 100%;
	}
}
@media (min-width: 577px) and (max-width: 909px) {
	.col-4 {
	flex: 0 0 50%;
	max-width: 50%;
	}
}
@media (min-width: 910px) {
	.col-4 {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	}
}

.card {
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
}
@media (max-width: 909px) {
	.card {
	padding: 15px;
	margin-bottom: 20px;
	}
}

.card .card-body {
	flex: 1 1 auto;
	min-height: 1px;
}

.elementor-widget-jet-map .gm-style-iw {
	font-weight: 400;
	font-size: 14px;
	color: #101a24;
	line-height: 1.6;
}

.elementor-widget-jet-map .gm-style-iw h6 {
	margin-top: 0;
	margin-bottom: 0;
	color: #101a24;
}

.elementor-widget-jet-map .gm-style-iw p {
	margin-bottom: 0;
}

.elementor-widget-jet-map .gm-style-iw .jet-map-pin__link {
	text-decoration: underline;
}

.large-accordion .elementor-accordion .elementor-tab-title {
	text-align: center;
}

.large-accordion .elementor-accordion .elementor-tab-title a {
	color: #101a24;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.large-accordion .elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
	margin-top: 4px;
}

.large-accordion .elementor-accordion .elementor-accordion-item {
	border: 3px solid #f3f8f9;
}

.large-accordion .elementor-accordion .elementor-tab-content {
	border-top: 2px solid #f3f8f9;
}

#currency-toggle {
	text-align: center;
	margin-bottom: 40px;
}

.resource-news.elementor-element .elementor-post__thumbnail__link {
	margin-left: 0;
	max-width: none !important;
	max-height: none !important;
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.nav .nav-link {
	display: block;
	padding: 0.5rem 1rem;
}

.nav.nav-pills .nav-link {
	background: #fff;
	color: #e70007;
	border-radius: 30px;
	border-width: 1.5px;
	border-style: solid;
	border-color: #e70007;
	padding: 6px 20px;
	margin-left: 6px;
	margin-right: 6px;
	margin-bottom: 12px;
}

.nav.nav-pills .nav-link:hover {
	background: #e70007;
	color: #fff;
}

@media (max-width: 582px) {
	.event-item .elementor-row {
	display: block;
	}
}
@media (min-width: 910px) and (max-width: 1000px) {
	.event-item .elementor-row {
	display: block;
	}
}

.event-item .event-item-image {
	width: 100px !important;
	min-width: 100px !important;
	position: relative;
}
@media (max-width: 582px) {
	.event-item .event-item-image {
	display: block;
	width: 100% !important;
	}
}
@media (min-width: 910px) and (max-width: 1000px) {
	.event-item .event-item-image {
	display: block;
	width: 100% !important;
	}
}

.event-item .event-item-image a {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
}

.event-item .event-column-2 .elementor-widget:not(:last-child) {
	margin-bottom: 0;
}
@media (max-width: 582px) {
	.event-item .event-column-2 {
	display: block;
	width: 100%;
	}

	.event-item .event-column-2 > div > div {
	padding-left: 0 !important;
	}
}
@media (min-width: 583px) and (max-width: 909px) {
	.event-item .event-column-2 {
	width: calc(100% - 130px) !important;
	}
}
@media (min-width: 910px) and (max-width: 1000px) {
	.event-item .event-column-2 {
	display: block;
	width: auto !important;
	}

	.event-item .event-column-2 > div > div {
	padding-left: 0 !important;
	}
}
@media (min-width: 1001px) {
	.event-item .event-column-2 {
	width: auto !important;
	}
}

.event-item .badge {
	margin-bottom: 12px;
}

.vacancies-grid .i3d_grid {
	padding-left: 0;
	padding-right: 0;
}

.vacancies-grid .i3d_grid .row {
	margin-right: -10px;
	margin-left: -10px;
}

.vacancies-grid .i3d_grid .row .col {
	padding-right: 10px;
	padding-left: 10px;
}

.vacancies-grid .vacancy-item .card {
	padding-bottom: 58px;
}

.vacancies-grid .vacancy-item .vacancy-title a {
	color: #101a24;
	font-family: Roboto, sans-serif;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.3em;
	letter-spacing: 0;
	margin-bottom: 18px;
}

.vacancies-grid .vacancy-item .vacancy-meta {
	display: block;
	color: #a1b8be;
	font-size: 15px;
	line-height: 22px;
	font-weight: 500;
	margin-bottom: 16px;
}

.vacancies-grid .vacancy-item .vacancy-desc {
	margin-bottom: 20px;
}

.vacancies-grid .vacancy-item .vacancy-link {
	position: absolute;
	bottom: 50px;
}

.vacancies-grid .vacancy-item .vacancy-link a {
	font-weight: bold;
}

.vacancies-grid .vacancy-item .vacancy-link a:hover {
	background: #9c0005;
	border-color: #9c0005;
}

.vacancies-list .vacancy-item {
	padding-top: 12px;
	padding-bottom: 16px;
	border-top: 2px solid #e9eef0;
	display: flex;
}
@media (max-width: 700px) {
	.vacancies-list .vacancy-item {
	display: block;
	}
}

.vacancies-list .vacancy-item .vacancy-title {
	margin-right: 22px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 16px;
}

.vacancies-list .vacancy-item .vacancy-title a {
	color: #101a24;
	font-weight: bold;
}

.vacancies-list .vacancy-item .vacancy-title a:hover {
	color: #e70007;
}

.vacancies-list .vacancy-item .vacancy-link {
	margin-top: 10px;
}
@media (min-width: 700.01px) {
	.vacancies-list .vacancy-item .vacancy-link {
	margin-top: 7px;
	position: absolute;
	right: 0;
	}
}

.vacancies-list .vacancy-item .vacancy-link .i3d-btn {
	padding: 0.2rem 0.75rem;
	font-size: 14px;
	color: #e70007;
	font-weight: bold;
}

.vacancies-list .vacancy-item .vacancy-link .i3d-btn:hover {
	color: #fff;
	background: #e70007;
}

.vacancies-list .vacancy-item .vacancy-experience {
	color: #a1b8be;
	font-size: 15px;
	font-weight: 500;
	margin-top: 0.5rem;
}

.single-vacancy .section {
	padding-top: 60px;
	padding-bottom: 50px;
}

.single-vacancy .vacancy-header {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 55px;
}

.single-vacancy .vacancy-header .vacancy-title {
	color: #fff;
	margin-bottom: 20px;
}

.single-vacancy .vacancy-header .vacancy-icons {
	margin-bottom: 40px;
}

.single-vacancy .vacancy-header .vacancy-icons .elementor-inline-items {
	justify-content: center;
}

.single-vacancy .vacancy-header .vacancy-icons .elementor-inline-items .fas {
	color: #e70007;
}

.single-vacancy .vacancy-header #breadcrumbs {
	margin-bottom: 70px;
	font-size: 15px;
}

.single-vacancy .vacancy-header #breadcrumbs a {
	color: #fff;
}

.single-vacancy .vacancy-content {
	margin-bottom: 50px;
}

.single-vacancy .vacancy-content ul {
	margin-bottom: 28px;
	list-style: none;
	padding-left: 0;
}

.single-vacancy .vacancy-content ul li {
	padding-left: 25px;
	margin-bottom: 5px;
	position: relative;
}

.single-vacancy .vacancy-content ul li::before {
	/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: '\f054';
	position: absolute;
	left: 0;
	top: 6px;
	color: #e70007;
	font-size: 14px;
}

.vacancy-additional-info p:first-child strong {
	color: #101a24;
	font-family: Roboto, sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3em !important;
}

.vacancy-additional-info ul {
	margin-bottom: 28px;
	list-style: none;
	padding-left: 0;
}

.vacancy-additional-info ul li {
	padding-left: 25px;
	margin-bottom: 5px;
	position: relative;
}

.vacancy-additional-info ul li::before {
	/* stylelint-disable-next-line font-family-no-missing-generic-family-keyword */
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	content: '\f054';
	position: absolute;
	left: 0;
	top: 6px;
	color: #e70007;
	font-size: 14px;
}

.leadinModal .leadinModal-content h1,
.leadinModal .leadinModal-content h2,
.leadinModal .leadinModal-content h3,
.leadinModal .leadinModal-content h4,
.leadinModal .leadinModal-content h5,
.leadinModal .leadinModal-content h6 {
	font-family: Roboto, sans-serif;
}

.readmore .excerpt-more {
	display: inline;
	background: #e70007;
	padding: 6px 12px;
	color: #fff !important;
	font-weight: 700;
	border-radius: 5px;
	position: absolute;
	left: 0;
	bottom: -55px;
}

.readmore .excerpt-more:hover {
	background: #9c0005;
}

.read-more-spacer {
	margin-top: 40px;
}

.display-posts-listing {
	list-style: none;
}

.casestudy .quote {
	color: #fff;
	font-family: Roboto, sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: none;
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
}
@media only screen and (max-width: 909px) {
	.casestudy .quote {
	font-size: 28px;
	}
}

.casestudy .quote_author {
	font-family: Roboto, sans-serif;
	font-size: 18px;
	line-height: 28px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	display: block;
	margin-bottom: 40px;
}

.casestudy .title {
	visibility: hidden;
	position: relative;
	display: block;
	margin-bottom: 50px !important;
}

.casestudy .title::after {
	visibility: visible;
	position: absolute;
	top: 0;
	left: 0;
	content: 'Read Customer Story';
	display: block;
	text-indent: 0;
	line-height: initial;

	/* New content takes up original line height */
	background-color: #fff;
	color: #101a24;
	padding: 10px 12px;
	border-radius: 5px;
	font-family: Roboto, sans-serif;
	font-size: 17px;
	font-weight: 600;
	font-style: normal;
}

.casestudy .title:hover::after {
	background-color: #e9eef0;
	color: #101a24;
}

.casestudy .attachment-full.size-full.wp-post-image {
	filter: brightness(1000%);
}
@media only screen and (max-width: 909px) {
	.casestudy .attachment-full.size-full.wp-post-image {
	max-width: 130px;
	}
}

.casestudy-logo .quote,
.casestudy-logo .quote_author {
	display: none;
}

.casestudy-logo li {
	width: 20%;

	/* 16.6% if 6 columns */
	float: left;
	padding: 25px;

	/* previously this was 12px, may need adjustment on tablet */
}

.btn-big {
	min-height: 64px;
}

.btn-med {
	min-height: 58px;
}

.btn-small {
	min-height: 42px;
}

.elementor-button-link.elementor-button.elementor-size-xs {
	padding: 12px;
}

.elementor-button:hover,
.elementor-search-form__submit:hover {
	cursor: pointer;
}

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

.small-greyonwhite,
.small-redonwhite,
.small-redonblack,
.small-whiteonred,
.med-redonblack,
.med-redonwhite,
.big-whiteonred,
.big-redonblack,
.big-redonwhite,
.big-redonwhite-outline {
	font-family: Roboto, sans-serif !important;
	font-weight: 700 !important;
	text-decoration: none;
	line-height: 1em;
	letter-spacing: 0.3px;
	border-radius: 5px;
	color: #fff;
	background-color: #e70007;
}

.small-greyonwhite {
	color: #fff;
	background-color: #a1b8be !important;
}

.small-greyonwhite,
.small-redonwhite,
.small-redonblack,
.small-whiteonred {
	font-size: 16px !important;
}

.med-redonblack,
.med-redonwhite,
.med-whiteonred {
	font-size: 20px !important;
}

.big-whiteonred,
.big-redonblack,
.big-redonwhite,
.big-redonwhite-outline {
	font-size: 24px;
}

.small-redonblack,
.med-redonblack,
.big-redonblack {
	color: #fff;
	background-color: #e70007;
}

.small-redonblack:hover,
.med-redonblack:hover,
.big-redonblack:hover {
	color: #fff !important;
	background-color: #9c0005 !important;
}

.small-redonwhite,
.med-redonwhite,
.big-redonwhite {
	color: #fff !important;
	background-color: #e70007 !important;
}

.small-greyonwhite:hover,
.small-redonwhite:hover,
.med-redonwhite:hover,
.big-redonwhite:hover {
	color: #fff !important;
	background-color: #9c0005 !important;
}

.small-whiteonred,
.med-whiteonred,
.big-whiteonred {
	color: #e70007 !important;
	background-color: #fff !important;
}

.small-whiteonred:hover,
.med-whiteonred:hover,
.big-whiteonred:hover {
	color: #fff !important;
	background-color: #101a24 !important;
}

.big-redonwhite-outline {
	color: #e70007 !important;
	background-color: #fff !important;
	border-style: solid !important;
	border-width: 3px !important;
	border-color: #e70007 !important;
	border-radius: 5px !important;
}

.big-redonwhite-outline:hover {
	color: #fff !important;
	background-color: #9c0005 !important;
	border-color: #9c0005 !important;
}

.btn {
	display: inline-block;
	font-family: Roboto, sans-serif !important;
	font-weight: 600 !important;
	line-height: 1.5;
	color: #101a24;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border-width: 2px !important;
	border-style: solid;
	border-color: transparent;
	padding: 6px 16px !important;
	font-size: 16px;
	border-radius: 5px;
	transition:
	color 0.15s ease-in-out,
	background-color 0.15s ease-in-out,
	border-color 0.15s ease-in-out,
	box-shadow 0.15s ease-in-out;
}

.btn:hover {
	color: #101a24;
	text-decoration: none;
}

.btn-check:focus + .btn,
.btn:focus {
	outline: 0;
}

.btn-primary {
	color: #fff !important;
	background-color: #e70007;
	border-color: #e70007;
}

.btn-primary:hover,
.btn-primary:focus {
	background-color: #9c0005 !important;
	border-color: #9c0005 !important;
}

.btn-secondary {
	color: #fff !important;
	background-color: #101a24;
	border-color: #101a24;
}

.btn-secondary:hover,
.btn-secondary:focus {
	background-color: #293544 !important;
	border-color: #293544 !important;
}

.btn-grey {
	color: #fff !important;
	background-color: #a1b8be;
	border-color: #a1b8be;
}

.btn-grey:hover,
.btn-grey:focus {
	background-color: #8ca1a6 !important;
	border-color: #8ca1a6 !important;
}

.btn-outline-primary {
	color: #e70007 !important;
	border-color: #e70007;
	background: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus {
	color: #fff !important;
	background-color: #9c0005 !important;
	border-color: #9c0005 !important;
}

.btn-outline-secondary {
	color: #101a24 !important;
	border-color: #101a24;
	background: transparent !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
	color: #fff !important;
	background-color: #293544 !important;
	border-color: #293544 !important;
}

.btn-outline-grey {
	color: #a1b8be !important;
	border-color: #a1b8be;
	background: transparent !important;
}

.btn-outline-grey:hover,
.btn-outline-grey:focus {
	color: #fff !important;
	background-color: #8ca1a6 !important;
	border-color: #8ca1a6 !important;
}

.btn-lg {
	padding: 8px 28px !important;
	font-size: 20px !important;
	border-radius: 6px;
}

.btn-sm {
	padding: 3px 10px !important;
	font-size: 14px !important;
	border-radius: 4px;
}

.article-author {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 15px;
}

.article-author .author-image {
	border-radius: 30px;
	overflow: hidden;
	width: 60px;
	height: 60px;
}

.article-author .author-info {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.25rem;
}

.article-author .author-social .fab {
	font-size: 20px;
}

.article-author .author-social a {
	color: #101a24;
}

.carousel-container {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.carousel-container .carousel-slides {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	-ms-overflow-style: none;
	scroll-behavior: smooth;
}

.carousel-container .carousel-inner,
.carousel-container .thumbnails-wrapper {
	position: relative;
}

.carousel-container .carousel-item {
	flex: 0 0 100%;
	scroll-snap-align: start;
}

.carousel-container .carousel-item .carousel-body {
	background: #fff;
	box-shadow: 2px 2px 5px 0 rgb(0 0 0 / 28%);
	border-radius: 5px;
	margin-block: 20px;
	margin-inline: 60px;
}

.carousel-container .carousel-item .carousel-body p {
	margin-block-end: 16px;
}

.carousel-container .carousel-item .row {
	display: flex;
	flex-wrap: wrap;
}

.carousel-container .carousel-item .col {
	flex: 1;
	padding-block: 40px 45px;
	padding-inline: 40px;
}

.carousel-container .carousel-item.two-columns .col:first-child {
	background: #f3f8f9;
}

.carousel-container .carousel-item .read-more {
	margin-block-start: 16px;
}

.carousel-container .carousel-controls {
	position: absolute;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	top: 50%;
	transform: translateY(-25px);
	width: 100%;
	height: 0;
}

.carousel-container .carousel-controls button {
	background: none;
	border: none;
	font-size: 36px;
	line-height: 50px;
	height: 50px;
	padding-block: 0;
	cursor: pointer;
	color: #c7d2d4;
}

.carousel-container .carousel-controls button:hover,
.carousel-container .carousel-controls button:focus {
	background: none;
	color: #101a24;
	outline: none;
}

.carousel-container .carousel-controls button:focus {
	color: #c7d2d4;
}

.carousel-container .thumbnails-container {
	display: flex;
	overflow-x: scroll;
	scroll-snap-type: x mandatory;
	justify-content: start;
	margin-block: 20px;
	margin-inline: 60px;
	padding-bottom: 20px;
}

.carousel-container .thumbnail {
	background: #f3f8f9;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 100px;
	height: 50px;
	margin-block: 0;
	margin-inline: 10px;
	overflow: hidden;
	cursor: pointer;
	border-radius: 5px;
}

.carousel-container .thumbnail img {
	width: 80%;
}

.carousel-container .thumbnail.active {
	background: #a1b8be;
}

.carousel-container .thumbnail:hover,
.carousel-container .thumbnail:focus {
	background: #e9eef0;
}

.carousel-container .carousel-slides::-webkit-scrollbar {
	display: none;
}

.carousel-container .thumbnails-container::-webkit-scrollbar {
	height: 4px;
}

.carousel-container .thumbnails-container::-webkit-scrollbar-thumb {
	background-color: #a1b8be;
	border-radius: 2px;
}

.carousel-container .thumbnails-container::-webkit-scrollbar-thumb:hover {
	background-color: #8ca1a6;
}

.carousel-container .thumbnails-container::-webkit-scrollbar-track {
	background: #e9eef0;
	border-radius: 2px;
}

.carousel-container .thumbnails-container::-webkit-scrollbar-track-piece {
	background: #e9eef0;
}

.carousel-container .thumbnails-container::-webkit-scrollbar-corner {
	background: #e9eef0;
}

.carousel-container .highlighted-metric {
	font-size: 48px;
	line-height: 1;
	font-weight: bold;
	margin-block-end: 16px;
}
