@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
 */
html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.timeline {
	box-sizing: border-box;
	position: relative;
}

.timeline *,
.timeline :after,
.timeline :before {
	box-sizing: inherit;
}

.timeline:not(.timeline--horizontal):before {
	background-color: #ddd;
	bottom: 0;
	content: "";
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 4px;
	z-index: 1;
}

.timeline__wrap {
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.timeline__item {
	font-size: 16px;
	font-size: 1rem;
	padding: .625rem 2.5rem .625rem 0;
	position: relative;
	width: 50%;
	z-index: 2;
}

.timeline__item:after {
	background-color: #fff;
	border: 4px solid #ddd;
	border-radius: 50%;
	content: "";
	height: 20px;
	position: absolute;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 20px;
	z-index: 1;
}

.timeline__item.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0;
}

.timeline__item.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.timeline__item--left {
	left: 0;
}

.timeline__item--right {
	left: 50%;
	padding: .625rem 0 .625rem 2.5rem;
}

.timeline__item--right:after {
	left: -10px;
}

.timeline__item--right .timeline__content:before {
	border-bottom: 10px solid transparent;
	border-right: 12px solid #ccc;
	border-left: none;
	border-top: 10px solid transparent;
	left: -12px;
}

.timeline__item--right .timeline__content:after {
	border-bottom: 9px solid transparent;
	border-right: 11px solid #fff;
	border-left: none;
	border-top: 9px solid transparent;
	left: -10px;
}

.timeline__content {
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
	color: #333;
	display: block;
	padding: 1.25rem;
	position: relative;
}

.timeline__content:after,
.timeline__content:before {
	content: "";
	height: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 0;
}

.timeline__content:before {
	border-bottom: 10px solid transparent;
	border-left: 12px solid #ccc;
	border-top: 10px solid transparent;
	right: -12px;
	z-index: 1;
}

.timeline__content:after {
	border-bottom: 9px solid transparent;
	border-left: 11px solid #fff;
	border-top: 9px solid transparent;
	right: -10px;
	z-index: 2;
}

.timeline__content h2 {
	font-size: 1.25rem;
	font-weight: 700;
	margin: 0 0 .625rem;
}

.timeline__content p {
	font-size: .9375rem;
	line-height: 1.5;
	margin-bottom: 10px;
}

.timeline--horizontal {
	font-size: 0;
	padding: 0 3.125rem;
	overflow: hidden;
	white-space: nowrap;
}

.timeline--horizontal .timeline-divider {
	background-color: #ddd;
	display: block;
	height: 4px;
	left: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	z-index: 1;
}

.timeline--horizontal .timeline__items {
	-webkit-transition: all .8s;
	transition: all .8s;
	will-change: transform;
}

.timeline--horizontal .timeline__item {
	display: inline-block;
	left: 0;
	padding: 0 0 2.5rem;
	position: relative;
	-webkit-transition: none;
	transition: none;
	vertical-align: top;
	white-space: normal;
}

.timeline--horizontal .timeline__item:after {
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 100%;
}

.timeline--horizontal .timeline__item .timeline__item__inner {
	display: table;
	height: 100%;
	width: 100%;
}

.timeline--horizontal .timeline__item .timeline__content__wrap {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

.timeline--horizontal .timeline__item .timeline__content:before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #ccc;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.timeline--horizontal .timeline__item .timeline__content:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%;
}

.timeline--horizontal .timeline__item--bottom {
	padding: 2.5rem 0 0;
}

.timeline--horizontal .timeline__item--bottom:after {
	top: 0;
}

.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
	vertical-align: top;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:before {
	border-bottom: 12px solid #ccc;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto;
}

.timeline--horizontal .timeline__item--bottom .timeline__content:after {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto;
}

.timeline-nav-button {
	background-color: #fff;
	border: 2px solid #ddd;
	border-radius: 50px;
	box-sizing: border-box;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 40px;
	z-index: 10;
}

.timeline-nav-button:disabled {
	opacity: .5;
	pointer-events: none;
}

.timeline-nav-button:before {
	background-position: center center;
	background-repeat: no-repeat;
	content: "";
	display: block;
	height: 14px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	width: 8px;
}

.timeline-nav-button--prev {
	left: 0;
}

.timeline-nav-button--prev:before {
	background-image: url(../images/arrow-left.svg);
}

.timeline-nav-button--next {
	right: 0;
}

.timeline-nav-button--next:before {
	background-image: url(../images/arrow-right.svg);
}

.timeline--mobile {
	padding: 0;
}

.timeline--mobile:before {
	left: 10px !important;
	margin: 0 !important;
}

.timeline--mobile .timeline__item {
	left: 0;
	padding-left: 40px;
	padding-right: 0;
	width: 100%;
}

.timeline--mobile .timeline__item:after {
	left: 2px;
	margin: 0;
}

.timeline--mobile .timeline__item .timeline__content:before {
	left: -12px;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #ccc;
	border-left: none;
	border-top: 12px solid transparent;
}

.timeline--mobile .timeline__item .timeline__content:after {
	left: -10px;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: none;
	border-top: 10px solid transparent;
}

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .25s ease, visibility 0s ease .25s;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	-webkit-transition: opacity .25s ease 0s, visibility 0s ease 0s;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: "";
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	-webkit-animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	-webkit-transition: color .2s;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

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

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */

.fancybox-button div {
	height: 100%;
}

.fancybox-button svg {
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	background: linear-gradient(to top, rgba(0, 0, 0, .85) 0%, rgba(0, 0, 0, .3) 50%, rgba(0, 0, 0, .15) 65%, rgba(0, 0, 0, .075) 75.5%, rgba(0, 0, 0, .037) 82.85%, rgba(0, 0, 0, .019) 88%, rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	-webkit-animation: fancybox-rotate 1s linear infinite;
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

/* Transition effects */

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	-webkit-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translate3d(0, 0, 0) scale(1);
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	-webkit-transition: all .2s;
	transition: all .2s;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */

.form-section .form-holder .hs-form .hs-error-msgs,
.form-section .form-holder .hs-form .hs-dependent-field .inputs-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #424242;
	background: #f4f4f4;
	font: 16px/1.5 "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 27px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: inherit;
}

a:hover,
a:focus {
	text-decoration: none;
}

.header-container-wrapper,
.footer-container-wrapper {
	line-height: 1.5;
	margin-top: 0 !important;
	z-index: 999;
}

.header-container-wrapper .hs-image-widget,
.footer-container-wrapper .hs-image-widget {
	max-width: none;
}

.header-container-wrapper .hs_email,
.footer-container-wrapper .hs_email {
	font-size: 1rem;
	font-weight: 400;
}

.video-block {
	position: relative;
	border-radius: 16px;
	overflow: hidden;
}

#myVideo {
	width: 100%;
	height: auto;
	display: block;
}

.play-button {
	-webkit-transition: opacity .2s ease-in-out;
	transition: opacity .2s ease-in-out;
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	z-index: 10;
}

.play-button:before {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .6);
}

.play-button:hover .play-ico {
	-webkit-transform: translate(-50%, -50%) scale(1.1);
	-ms-transform: translate(-50%, -50%) scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.play-button.active {
	opacity: 0;
}

.play-ico {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	content: "";
	display: inline-block;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 15px 0 15px 26px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	margin-left: 4px;
}

.preview-image {
	width: 100%;
	height: auto;
}

.styles p,
.article-section p,
.intro-section p,
.timeline-section p,
.value-section p,
.numbers-section p,
.team-section p,
.carrers-section p,
.form-section p {
	font-size: inherit;
	line-height: inherit;
}

.styles h1,
.article-section h1,
.intro-section h1,
.timeline-section h1,
.value-section h1,
.numbers-section h1,
.team-section h1,
.carrers-section h1,
.form-section h1,
.styles h2,
.article-section h2,
.intro-section h2,
.timeline-section h2,
.value-section h2,
.numbers-section h2,
.team-section h2,
.carrers-section h2,
.form-section h2,
.styles h3,
.article-section h3,
.intro-section h3,
.timeline-section h3,
.value-section h3,
.numbers-section h3,
.team-section h3,
.carrers-section h3,
.form-section h3,
.styles h4,
.article-section h4,
.intro-section h4,
.timeline-section h4,
.value-section h4,
.numbers-section h4,
.team-section h4,
.carrers-section h4,
.form-section h4,
.styles h5,
.article-section h5,
.intro-section h5,
.timeline-section h5,
.value-section h5,
.numbers-section h5,
.team-section h5,
.carrers-section h5,
.form-section h5,
.styles h6,
.article-section h6,
.intro-section h6,
.timeline-section h6,
.value-section h6,
.numbers-section h6,
.team-section h6,
.carrers-section h6,
.form-section h6 {
	color: #424242;
}

.styles h1,
.article-section h1,
.intro-section h1,
.timeline-section h1,
.value-section h1,
.numbers-section h1,
.team-section h1,
.carrers-section h1,
.form-section h1 {
	font-size: 40px;
	line-height: 1.2;
	margin: 0 0 .42em;
}

.styles h2,
.article-section h2,
.intro-section h2,
.timeline-section h2,
.value-section h2,
.numbers-section h2,
.team-section h2,
.carrers-section h2,
.form-section h2 {
	font-size: 32px;
	line-height: 1.25;
}

.styles h3,
.article-section h3,
.intro-section h3,
.timeline-section h3,
.value-section h3,
.numbers-section h3,
.team-section h3,
.carrers-section h3,
.form-section h3 {
	font-size: 24px;
	line-height: 1.33;
}

.styles h4,
.article-section h4,
.intro-section h4,
.timeline-section h4,
.value-section h4,
.numbers-section h4,
.team-section h4,
.carrers-section h4,
.form-section h4 {
	font-size: 22px;
	line-height: 1.25;
}

.styles h5,
.article-section h5,
.intro-section h5,
.timeline-section h5,
.value-section h5,
.numbers-section h5,
.team-section h5,
.carrers-section h5,
.form-section h5 {
	font-size: 18px;
	line-height: 1.31;
}

.styles h6,
.article-section h6,
.intro-section h6,
.timeline-section h6,
.value-section h6,
.numbers-section h6,
.team-section h6,
.carrers-section h6,
.form-section h6 {
	font-size: 15px;
	line-height: 1.4;
}

.styles .container,
.article-section .container,
.intro-section .container,
.timeline-section .container,
.value-section .container,
.numbers-section .container,
.team-section .container,
.carrers-section .container,
.form-section .container {
	padding: 0 15px;
}

.styles .heading-holder,
.article-section .heading-holder,
.intro-section .heading-holder,
.timeline-section .heading-holder,
.value-section .heading-holder,
.numbers-section .heading-holder,
.team-section .heading-holder,
.carrers-section .heading-holder,
.form-section .heading-holder {
	text-align: center;
	margin: 0 0 40px;
}

.styles .btn,
.article-section .btn,
.intro-section .btn,
.timeline-section .btn,
.value-section .btn,
.numbers-section .btn,
.team-section .btn,
.carrers-section .btn,
.form-section .btn,
.form-section .form-holder button,
.form-section .form-holder input[type="button"],
.form-section .form-holder input[type="reset"],
.form-section .form-holder input[type="file"],
.form-section .form-holder input[type="submit"] {
	-webkit-transition: background .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	transition: background .2s ease-in-out, border-color .2s ease-in-out, color .2s ease-in-out, opacity .2s ease-in-out;
	display: block;
	width: 100%;
	font: 600 16px/20px "Poppins", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #d83e57;
	border: 1px solid #d83e57;
	border-radius: 5px;
	padding: 17px 40px;
}

.styles .btn:hover,
.article-section .btn:hover,
.intro-section .btn:hover,
.timeline-section .btn:hover,
.value-section .btn:hover,
.numbers-section .btn:hover,
.team-section .btn:hover,
.carrers-section .btn:hover,
.form-section .btn:hover,
.form-section .form-holder button:hover,
.form-section .form-holder input:hover[type="button"],
.form-section .form-holder input:hover[type="reset"],
.form-section .form-holder input:hover[type="file"],
.form-section .form-holder input:hover[type="submit"] {
	background: #d22a46 !important;
	color: #fff !important;
}

.styles .btn.arrow,
.article-section .btn.arrow,
.intro-section .btn.arrow,
.timeline-section .btn.arrow,
.value-section .btn.arrow,
.numbers-section .btn.arrow,
.team-section .btn.arrow,
.carrers-section .btn.arrow,
.form-section .btn.arrow,
.form-section .form-holder button.arrow,
.form-section .form-holder input.arrow[type="button"],
.form-section .form-holder input.arrow[type="reset"],
.form-section .form-holder input.arrow[type="file"],
.form-section .form-holder input.arrow[type="submit"] {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px 0 0;
	text-transform: none;
}

.styles .btn.arrow:before,
.article-section .btn.arrow:before,
.intro-section .btn.arrow:before,
.timeline-section .btn.arrow:before,
.value-section .btn.arrow:before,
.numbers-section .btn.arrow:before,
.team-section .btn.arrow:before,
.carrers-section .btn.arrow:before,
.form-section .btn.arrow:before,
.form-section .form-holder button.arrow:before,
.form-section .form-holder input.arrow[type="button"]:before,
.form-section .form-holder input.arrow[type="reset"]:before,
.form-section .form-holder input.arrow[type="file"]:before,
.form-section .form-holder input.arrow[type="submit"]:before {
	width: 16px;
	height: 2px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	content: "";
	display: block;
	background: #fff;
	margin: 0 0 0 8px;
  transition: background .2s ease-in-out;
}

.styles .btn.arrow:hover:before,
.article-section .btn.arrow:hover:before,
.intro-section .btn.arrow:hover:before,
.timeline-section .btn.arrow:hover:before,
.value-section .btn.arrow:hover:before,
.numbers-section .btn.arrow:hover:before,
.team-section .btn.arrow:hover:before,
.carrers-section .btn.arrow:hover:before,
.form-section .btn.arrow:hover:before,
.form-section .form-holder button.arrow:hover:before,
.form-section .form-holder input.arrow[type="button"]:hover:before,
.form-section .form-holder input.arrow[type="reset"]:hover:before,
.form-section .form-holder input.arrow[type="file"]:hover:before,
.form-section .form-holder input.arrow[type="submit"]:hover:before {
  background: #d22a46;
}

.styles .btn.arrow:after,
.article-section .btn.arrow:after,
.intro-section .btn.arrow:after,
.timeline-section .btn.arrow:after,
.value-section .btn.arrow:after,
.numbers-section .btn.arrow:after,
.team-section .btn.arrow:after,
.carrers-section .btn.arrow:after,
.form-section .btn.arrow:after,
.form-section .form-holder button.arrow:after,
.form-section .form-holder input.arrow[type="button"]:after,
.form-section .form-holder input.arrow[type="reset"]:after,
.form-section .form-holder input.arrow[type="file"]:after,
.form-section .form-holder input.arrow[type="submit"]:after {
	width: 8px;
	height: 8px;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
	content: "";
	display: block;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: 0 0 0 -8px;
  transition: border-color .2s ease-in-out;
}

.styles .btn.arrow:hover:after,
.article-section .btn.arrow:hover:after,
.intro-section .btn.arrow:hover:after,
.timeline-section .btn.arrow:hover:after,
.value-section .btn.arrow:hover:after,
.numbers-section .btn.arrow:hover:after,
.team-section .btn.arrow:hover:after,
.carrers-section .btn.arrow:hover:after,
.form-section .btn.arrow:hover:after,
.form-section .form-holder button.arrow:hover:after,
.form-section .form-holder input.arrow:hover[type="button"]:after,
.form-section .form-holder input.arrow:hover[type="reset"]:after,
.form-section .form-holder input.arrow:hover[type="file"]:after,
.form-section .form-holder input.arrow:hover[type="submit"]:after {
  border-right: 2px solid #d22a46;
	border-bottom: 2px solid #d22a46;
}

.styles .circle:after,
.article-section .circle:after,
.intro-section .circle:after,
.timeline-section .circle:after,
.value-section .circle:after,
.numbers-section .circle:after,
.team-section .circle:after,
.carrers-section .circle:after,
.form-section .circle:after {
	width: 48px;
	height: 48px;
	content: " ";
	display: block;
	position: absolute;
	border-radius: 50%;
}

.styles .circle.yellow:after,
.article-section .circle.yellow:after,
.intro-section .circle.yellow:after,
.timeline-section .circle.yellow:after,
.value-section .circle.yellow:after,
.numbers-section .circle.yellow:after,
.team-section .circle.yellow:after,
.carrers-section .circle.yellow:after,
.form-section .circle.yellow:after {
	background-color: #fcce4b;
}

.styles .circle.purple:after,
.article-section .circle.purple:after,
.intro-section .circle.purple:after,
.timeline-section .circle.purple:after,
.value-section .circle.purple:after,
.numbers-section .circle.purple:after,
.team-section .circle.purple:after,
.carrers-section .circle.purple:after,
.form-section .circle.purple:after {
	background-color: #a980aa;
}

.styles .circle.lime:after,
.article-section .circle.lime:after,
.intro-section .circle.lime:after,
.timeline-section .circle.lime:after,
.value-section .circle.lime:after,
.numbers-section .circle.lime:after,
.team-section .circle.lime:after,
.carrers-section .circle.lime:after,
.form-section .circle.lime:after {
	background-color: #85d6d1;
}

.styles .circle.top-right:after,
.article-section .circle.top-right:after,
.intro-section .circle.top-right:after,
.timeline-section .circle.top-right:after,
.value-section .circle.top-right:after,
.numbers-section .circle.top-right:after,
.team-section .circle.top-right:after,
.carrers-section .circle.top-right:after,
.form-section .circle.top-right:after {
	top: -10px;
	right: -8px;
}

.styles .circle.bottom-right:after,
.article-section .circle.bottom-right:after,
.intro-section .circle.bottom-right:after,
.timeline-section .circle.bottom-right:after,
.value-section .circle.bottom-right:after,
.numbers-section .circle.bottom-right:after,
.team-section .circle.bottom-right:after,
.carrers-section .circle.bottom-right:after,
.form-section .circle.bottom-right:after {
	bottom: 9px;
	right: -17px;
}

.styles .circle.top-left:after,
.article-section .circle.top-left:after,
.intro-section .circle.top-left:after,
.timeline-section .circle.top-left:after,
.value-section .circle.top-left:after,
.numbers-section .circle.top-left:after,
.team-section .circle.top-left:after,
.carrers-section .circle.top-left:after,
.form-section .circle.top-left:after {
	top: -9px;
	left: -20px;
}

.styles .circle.center-right:after,
.article-section .circle.center-right:after,
.intro-section .circle.center-right:after,
.timeline-section .circle.center-right:after,
.value-section .circle.center-right:after,
.numbers-section .circle.center-right:after,
.team-section .circle.center-right:after,
.carrers-section .circle.center-right:after,
.form-section .circle.center-right:after {
	top: 128px;
	left: -20px;
}

.fancybox-button,
.popup-block {
	display: none;
}

.profile-popup {
	padding: 75px 30px 50px;
	font-size: 16px;
  line-height: 1.5;
	max-width: 1200px;
}

.profile-popup p {
	font-size: 16px;
  line-height: 1.5;
}

.profile-popup .profile-photo {
	max-width: 305px;
	margin: 0 0 30px;
}

.profile-popup .photo-holder {
	position: relative;
	aspect-ratio: 1/1;
}

.profile-popup .photo-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
	margin: 0 0 15px;
}

.profile-popup .team-member {
	color: #d83e57;
}

.profile-popup .name {
	font-weight: 700;
}

.profile-popup .profile-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 0 30px;
}

.profile-popup .profile-links img {
	vertical-align: baseline;
}

.profile-popup .profile-links a {
	-webkit-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	text-decoration: none;
}

.profile-popup .profile-links a:hover {
	color: #d83e57;
}

.profile-popup .fancybox-button {
	width: 75px;
	height: 75px;
	display: block;
	color: #d83e57;
}

.intro-section {
	padding: 55px 0 60px;
	font-size: 20px;
	color: #666;
}

.intro-section .heading-holder {
	margin: 0 auto 40px;
	max-width: 690px;
}

.intro-section .img-holder {
	margin: 0 auto;
}

.intro-section .img-holder img {
	border-radius: 16px;
}

.timeline-section {
	padding: 35px 0 40px;
	overflow: hidden;
}

.timeline-section .heading-holder {
	margin: 0 0 25px;
}

.timeline-section .year {
	display: block;
	font-weight: 600;
	font-size: 32px;
	line-height: 1.25;
	color: #a980aa;
	margin: 0 0 10px;
}

.timeline-section .timeline {
	max-width: 540px;
	margin: 0 auto;
}

.timeline-section .timeline:before {
	background: #a980aa;
	background: -webkit-linear-gradient(top, transparent 50%, #a980aa 50%);
	background: linear-gradient(to bottom, transparent 50%, #a980aa 50%);
	background-size: 2px 13px;
	left: 50% !important;
}

.timeline-section .timeline .timeline__item {
	padding: 0 0 45px;
}

.timeline-section .timeline .timeline__item:nth-child(even) {
	padding: 45px 0 0;
}

.timeline-section .timeline .timeline__item:after {
	width: 24px;
	height: 24px;
	display: block;
	background: #f4f4f4;
	border: 2px solid #a980aa;
	border-radius: 50%;
	outline: 6px solid #a980aa;
	outline-offset: -12px;
	left: -9px;
}

.timeline-section .timeline .timeline__content__wrap {
	vertical-align: top;
}

.timeline-section .timeline .timeline__content {
	background: none;
	padding: 0;
	border: none;
	font-size: 14px;
	line-height: 1.71;
	color: #424242;
	z-index: 2;
}

.timeline-section .timeline .timeline__content:before,
.timeline-section .timeline .timeline__content:after {
	display: none;
}

.timeline-section .timeline-nav-button {
	width: 36px;
	height: 36px;
	background: #f4f4f4;
	border: 3px solid #a980aa;
}

.timeline-section .timeline-nav-button:hover:before {
	-webkit-transform: translate(-60%, -50%) rotate(135deg);
	-ms-transform: translate(-60%, -50%) rotate(135deg);
	transform: translate(-60%, -50%) rotate(135deg);
}

.timeline-section .timeline-nav-button:hover.timeline-nav-button--next:before {
	-webkit-transform: translate(-40%, -50%) rotate(-45deg);
	-ms-transform: translate(-40%, -50%) rotate(-45deg);
	transform: translate(-40%, -50%) rotate(-45deg);
}

.timeline-section .timeline-nav-button:before {
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
	width: 14px;
	height: 14px;
	content: "";
	position: absolute;
	border: 3px solid transparent;
	border-bottom-color: #a980aa;
	border-right-color: #a980aa;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
	margin: 0 0 0 4px;
}

.timeline-section .timeline-nav-button.timeline-nav-button--next:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
	margin: 0 0 0 -4px;
}

.timeline-section .timeline-divider {
	background: #a980aa;
	background: -webkit-linear-gradient(left, transparent 50%, #a980aa 50%);
	background: linear-gradient(to right, transparent 50%, #a980aa 50%);
	background-size: 13px 2px;
	left: 50px;
	right: 50px;
}

.value-section {
	padding: 40px 0 80px;
	color: #686868;
}

.value-section .columns-block {
	max-width: 705px;
	margin: 0 auto;
}

.value-section .right-column {
	margin: 0 0 25px;
}

.value-section .left-column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: -20px;
}

.value-section .post-box {
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 0 10px;
	border-radius: 16px;
	padding: 15px 15px;
	margin: 0 0 15px;
	overflow: hidden;
	height: 100%;
}

.value-section .ico-holder {
	width: 56px;
	height: 56px;
	background-color: #fffbed;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	padding: 10px;
}

.value-section .post-holder {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	margin: 0 0 -1em;
}

.value-section .value {
	display: block;
	font-weight: 700;
	margin: 0 0 .63em;
	color: #424242;
}

.numbers-section {
	position: relative;
	background-color: #85d6d1;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.33;
	color: #fff;
	text-align: center;
	padding: 95px 0 65px;
	overflow: hidden;
}

.numbers-section:before {
	width: 211px;
	height: 265px;
	content: "";
	background-image: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%2011.09.2023/images/bg-01.png");
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -110px;
	left: -110px;
}

.numbers-section:after {
	width: 342px;
	height: 342px;
	content: "";
	background-image: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%2011.09.2023/images/bg-02.png");
	background-size: 100% auto;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -260px;
	right: -195px;
}

.numbers-section h1,
.numbers-section h2,
.numbers-section h3,
.numbers-section h4,
.numbers-section h5,
.numbers-section h6 {
	color: #fff;
}

.numbers-section .container {
	position: relative;
	z-index: 1;
}

.numbers-section .heading-holder {
	color: #fff;
}

.numbers-section .columns-block {
	max-width: 400px;
	margin: 0 auto;
}

.numbers-section .column {
	margin: 0 0 33px;
}

.numbers-section .number {
	display: block;
	font-weight: 900;
	font-size: 64px;
	line-height: 1.13;
	margin: 0 0 .23em;
}

.team-section {
	padding: 55px 0 35px;
	color: #7f7f7f;
	line-height: 1.25;
	text-align: center;
}

.team-section .columns-block {
	max-width: 336px;
	margin: 0 auto;
}

.team-section .column {
	margin: 0 0 30px;
}

.team-section .photo-holder {
	position: relative;
	aspect-ratio: 1/1;
}

.team-section .photo-holder img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	border-radius: 24px;
	margin: 0 0 15px;
}

.team-section .post-holder {
	padding: 0 10px;
}

.team-section .name {
	display: block;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.33;
	color: #424242;
	margin: 0 0 .42em;
}

.carrers-section {
	padding: 30px 0 45px;
	text-align: center;
}

.carrers-section .carrers-box {
	background-color: #fff;
	border-radius: 24px;
	overflow: hidden;
	max-width: 705px;
	margin: 0 auto;
}

.carrers-section .post-holder {
	padding: 45px 15px 25px;
	margin: 0 auto;
	max-width: 470px;
}

.carrers-section .desktop {
	display: none;
}

.form-section {
	padding: 50px 0 90px;
}

.form-section .container {
	max-width: 785px;
	margin: 0 auto;
}

.form-section .form-holder {
	position: relative;
}

.form-section .form-holder form,
.form-section .form-holder fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
	max-width: none !important;
}

.form-section .form-holder input[type="text"],
.form-section .form-holder input[type="tel"],
.form-section .form-holder input[type="email"],
.form-section .form-holder input[type="search"],
.form-section .form-holder input[type="password"],
.form-section .form-holder input[type="button"],
.form-section .form-holder textarea,
.form-section .form-holder select {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	width: 100% !important;
	background: #fff;
	padding: 13px 23px;
	border: 1px solid rgba(0, 0, 0, .16);
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.13;
	color: #424242;
	overflow: hidden;
	outline: none;
	max-height: 50px;
}

.form-section .form-holder input[type="text"]::-webkit-input-placeholder,
.form-section .form-holder input[type="tel"]::-webkit-input-placeholder,
.form-section .form-holder input[type="email"]::-webkit-input-placeholder,
.form-section .form-holder input[type="search"]::-webkit-input-placeholder,
.form-section .form-holder input[type="password"]::-webkit-input-placeholder,
.form-section .form-holder input[type="button"]::-webkit-input-placeholder,
.form-section .form-holder textarea::-webkit-input-placeholder,
.form-section .form-holder select::-webkit-input-placeholder {
	color: #8e8e8e;
}

.form-section .form-holder input[type="text"]::-moz-placeholder,
.form-section .form-holder input[type="tel"]::-moz-placeholder,
.form-section .form-holder input[type="email"]::-moz-placeholder,
.form-section .form-holder input[type="search"]::-moz-placeholder,
.form-section .form-holder input[type="password"]::-moz-placeholder,
.form-section .form-holder input[type="button"]::-moz-placeholder,
.form-section .form-holder textarea::-moz-placeholder,
.form-section .form-holder select::-moz-placeholder {
	opacity: 1;
	color: #8e8e8e;
}

.form-section .form-holder input[type="text"]:-moz-placeholder,
.form-section .form-holder input[type="tel"]:-moz-placeholder,
.form-section .form-holder input[type="email"]:-moz-placeholder,
.form-section .form-holder input[type="search"]:-moz-placeholder,
.form-section .form-holder input[type="password"]:-moz-placeholder,
.form-section .form-holder input[type="button"]:-moz-placeholder,
.form-section .form-holder textarea:-moz-placeholder,
.form-section .form-holder select:-moz-placeholder {
	color: #8e8e8e;
}

.form-section .form-holder input[type="text"]:-ms-input-placeholder,
.form-section .form-holder input[type="tel"]:-ms-input-placeholder,
.form-section .form-holder input[type="email"]:-ms-input-placeholder,
.form-section .form-holder input[type="search"]:-ms-input-placeholder,
.form-section .form-holder input[type="password"]:-ms-input-placeholder,
.form-section .form-holder input[type="button"]:-ms-input-placeholder,
.form-section .form-holder textarea:-ms-input-placeholder,
.form-section .form-holder select:-ms-input-placeholder {
	color: #8e8e8e;
}

.form-section .form-holder input[type="text"].placeholder,
.form-section .form-holder input[type="tel"].placeholder,
.form-section .form-holder input[type="email"].placeholder,
.form-section .form-holder input[type="search"].placeholder,
.form-section .form-holder input[type="password"].placeholder,
.form-section .form-holder input[type="button"].placeholder,
.form-section .form-holder textarea.placeholder,
.form-section .form-holder select.placeholder {
	color: #8e8e8e;
}

.form-section .form-holder select {
	-webkit-appearance: none;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMCAzMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiM0MjQyNDI7fTwvc3R5bGU+PC9kZWZzPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8xLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMSI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTUsMzBBMTUsMTUsMCwxLDEsMzAsMTUsMTUsMTUsMCwwLDEsMTUsMzBaTTE1LDJBMTMsMTMsMCwxLDAsMjgsMTUsMTMsMTMsMCwwLDAsMTUsMloiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNSwyMGExLDEsMCwwLDEtLjc3LS4zNmwtNS02YTEsMSwwLDEsMSwxLjU0LTEuMjhMMTUsMTcuNDRsNC4yMy01LjA4YTEsMSwwLDAsMSwxLjU0LDEuMjhsLTUsNkExLDEsMCwwLDEsMTUsMjBaIi8+PC9nPjwvZz48L3N2Zz4=");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 26px;
	overflow: hidden;
	cursor: pointer;
	padding: 15px 23px;
	color: #8e8e8e;
}

.form-section .form-holder textarea {
	resize: none;
	min-height: 80px;
	vertical-align: top;
}

.form-section .form-holder button,
.form-section .form-holder input[type="button"],
.form-section .form-holder input[type="reset"],
.form-section .form-holder input[type="file"],
.form-section .form-holder input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.form-section .form-holder .hs_cos_wrapper .form-title {
	display: none !important;
}

.form-section .form-holder .hs-form .hs-form-field {
	position: relative;
	margin: 0 0 16px;
}

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

.form-section .form-holder .hs-form .input,
.form-section .form-holder .hs-form .hs-richtext {
	margin: 0 !important;
	font-size: 12px;
	line-height: 1.67;
	margin-top: 10px;
}

.form-section .form-holder .hs-form .input .error,
.form-section .form-holder .hs-form .hs-richtext .error {
	border-color: #d83e57;
}

.form-section .form-holder .hs-form .hs-richtext {
	margin: 0 0 1em !important;
}

.form-section .form-holder .hs-form .form-columns-2 {
	margin: 0 -7.5px !important;
}

.form-section .form-holder .hs-form .form-columns-2 > div {
	padding: 0 7.5px;
}

.form-section .form-holder .hs-form .hs-button {
	border-radius: 5px;
}

.form-section .form-holder .hs-form .hs_recaptcha {
	margin: 30px 0;
}

.form-section .form-holder .hs-form .hs-error-msgs {
	padding: 5px 15px 0;
	font-size: 12px;
	color: #d83e57;
	text-align: left;
}

.form-section .form-holder .hs-form .hs_error_rollup {
	display: none !important;
}

.form-section .form-holder .hs-form .hs_error_rollup .hs-error-msgs {
	position: relative;
	top: 0;
}

.form-section .form-holder .hs-form .hs-dependent-field .inputs-list label {
	cursor: pointer;
}

@media (min-width: 480px) {
	.styles h1,
	.article-section h1,
	.intro-section h1,
	.timeline-section h1,
	.value-section h1,
	.numbers-section h1,
	.team-section h1,
	.carrers-section h1,
	.form-section h1 {
		font-size: 48px;
		margin: 0 0 .31em;
	}

	.styles h2,
	.article-section h2,
	.intro-section h2,
	.timeline-section h2,
	.value-section h2,
	.numbers-section h2,
	.team-section h2,
	.carrers-section h2,
	.form-section h2 {
		font-size: 40px;
	}

	.styles h4,
	.article-section h4,
	.intro-section h4,
	.timeline-section h4,
	.value-section h4,
	.numbers-section h4,
	.team-section h4,
	.carrers-section h4,
	.form-section h4 {
		font-size: 26px;
	}

	.styles h5,
	.article-section h5,
	.intro-section h5,
	.timeline-section h5,
	.value-section h5,
	.numbers-section h5,
	.team-section h5,
	.carrers-section h5,
	.form-section h5 {
		font-size: 22px;
	}

	.styles h6,
	.article-section h6,
	.intro-section h6,
	.timeline-section h6,
	.value-section h6,
	.numbers-section h6,
	.team-section h6,
	.carrers-section h6,
	.form-section h6 {
		font-size: 16px;
	}
}

@media (min-width: 768px) {
	.play-ico {
		border-width: 28px 0 28px 47px;
	}

	.play-ico {
		border-width: 42px 0 42px 75px;
	}

	.styles h3,
	.article-section h3,
	.intro-section h3,
	.timeline-section h3,
	.value-section h3,
	.numbers-section h3,
	.team-section h3,
	.carrers-section h3,
	.form-section h3 {
		font-size: 28px;
	}

	.styles .container,
	.article-section .container,
	.intro-section .container,
	.timeline-section .container,
	.value-section .container,
	.numbers-section .container,
	.team-section .container,
	.carrers-section .container,
	.form-section .container {
		padding: 0 30px;
	}

	.styles .heading-holder,
	.article-section .heading-holder,
	.intro-section .heading-holder,
	.timeline-section .heading-holder,
	.value-section .heading-holder,
	.numbers-section .heading-holder,
	.team-section .heading-holder,
	.carrers-section .heading-holder,
	.form-section .heading-holder {
		margin: 0 0 45px;
	}

	.profile-popup {
		font-size: 20px;
	}

	.profile-popup p {
		font-size: 20px;
	}

	.profile-popup .columns-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0 30px;
	}

	.profile-popup .profile-photo {
		width: calc(30% - 15px);
		margin: 0;
	}

	.profile-popup .profile-content {
		width: calc(70% - 15px);
	}

	.intro-section {
		padding: 45px 0 85px;
	}

	.intro-section .heading-holder {
		margin: 0 auto 45px;
	}

	.timeline-section {
		padding: 35px 0 50px;
	}

	.timeline-section .heading-holder {
		margin: 0 0 35px;
	}

	.timeline-section .timeline .timeline__item:after {
		width: 32px;
		height: 32px;
		border: 3px solid #a980aa;
		outline: 8px solid #a980aa;
		outline-offset: -16px;
		left: -13px;
	}

	.value-section {
		padding: 50px 0 100px;
	}

	.value-section .right-column {
		margin: 0 0 45px;
	}

	.numbers-section {
		font-size: 32px;
		line-height: 1.25;
		text-align: left;
		padding: 120px 0 25px;
	}

	.numbers-section:after {
		width: 665px;
		height: 665px;
		bottom: -430px;
		right: -340px;
	}

	.numbers-section .heading-holder {
		margin: 0 0 110px;
	}

	.numbers-section .columns-block {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr)[2];
		grid-template-columns: repeat(2, 1fr);
		-ms-grid-rows: ()[3];
		grid-template-rows: repeat(3);
		grid-column-gap: 70px;
		max-width: none;
		margin: 0;
	}

	.numbers-section .column {
		margin: 0 0 25px;
	}

	.team-section {
		padding: 80px 0 40px;
	}

	.team-section .columns-block {
		max-width: 705px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 0 30px;
	}

	.team-section .column {
		margin: 0 0 15px;
		width: calc(50% - 15px);
	}

	.carrers-section {
		padding: 50px 0 45px;
	}

	.carrers-section .post-holder {
		padding: 55px 15px 60px;
	}

	.form-section {
		padding: 75px 0 120px;
	}
}

@media (min-width: 1024px) {
	.styles h3,
	.article-section h3,
	.intro-section h3,
	.timeline-section h3,
	.value-section h3,
	.numbers-section h3,
	.team-section h3,
	.carrers-section h3,
	.form-section h3 {
		font-size: 30px;
	}

	.styles h4,
	.article-section h4,
	.intro-section h4,
	.timeline-section h4,
	.value-section h4,
	.numbers-section h4,
	.team-section h4,
	.carrers-section h4,
	.form-section h4 {
		font-size: 32px;
	}

	.styles h5,
	.article-section h5,
	.intro-section h5,
	.timeline-section h5,
	.value-section h5,
	.numbers-section h5,
	.team-section h5,
	.carrers-section h5,
	.form-section h5 {
		font-size: 26px;
	}

	.styles h6,
	.article-section h6,
	.intro-section h6,
	.timeline-section h6,
	.value-section h6,
	.numbers-section h6,
	.team-section h6,
	.carrers-section h6,
	.form-section h6 {
		font-size: 18px;
	}

	.styles .container,
	.article-section .container,
	.intro-section .container,
	.timeline-section .container,
	.value-section .container,
	.numbers-section .container,
	.team-section .container,
	.carrers-section .container,
	.form-section .container {
		width: 100%;
		max-width: 1390px;
		padding: 0 40px;
		margin: 0 auto;
	}

	.styles .heading-holder,
	.article-section .heading-holder,
	.intro-section .heading-holder,
	.timeline-section .heading-holder,
	.value-section .heading-holder,
	.numbers-section .heading-holder,
	.team-section .heading-holder,
	.carrers-section .heading-holder,
	.form-section .heading-holder {
		margin: 0 0 60px;
	}

	.styles .btn.arrow,
	.article-section .btn.arrow,
	.intro-section .btn.arrow,
	.timeline-section .btn.arrow,
	.value-section .btn.arrow,
	.numbers-section .btn.arrow,
	.team-section .btn.arrow,
	.carrers-section .btn.arrow,
	.form-section .btn.arrow,
	.form-section .form-holder button.arrow,
	.form-section .form-holder input.arrow[type="button"],
	.form-section .form-holder input.arrow[type="reset"],
	.form-section .form-holder input.arrow[type="file"],
	.form-section .form-holder input.arrow[type="submit"] {
		width: auto;
	}

	.profile-popup {
		padding: 75px 50px;
		font-size: 24px;
	}

	.profile-popup p {
		font-size: 24px;
	}

	.profile-popup .columns-block {
		gap: 0 70px;
	}

	.profile-popup .profile-photo {
		width: calc(30% - 35px);
	}

	.profile-popup .profile-content {
		width: calc(70% - 35px);
	}

	.intro-section {
		padding: 65px 0 85px;
	}

	.intro-section .heading-holder {
		max-width: 650px;
		margin: 0 auto 55px;
	}

	.intro-section .img-holder img {
		border-radius: 24px;
	}

	.timeline-section {
		padding: 35px 0 55px;
	}

	.timeline-section .heading-holder {
		margin: 0 0 60px;
	}

	.value-section {
		padding: 55px 0 105px;
	}

	.value-section .columns-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		gap: 0 60px;
		max-width: none;
		margin: 0;
	}

	.value-section .right-column {
		width: calc(48.93% - 30px);
		margin: 0;
	}

	.value-section .left-column {
		width: calc(51.07% - 30px);
	}

	.numbers-section {
		padding: 120px 0 80px;
	}

	.numbers-section:after {
		bottom: -426px;
		left: calc(50% + 342px);
	}

	.numbers-section .container {
		max-width: 1284px;
	}

	.numbers-section .heading-holder {
		margin: 0 0 60px;
	}

	.numbers-section .columns-block {
		-ms-grid-columns: 3.2fr 2.8fr 1fr;
		grid-template-columns: 3.2fr 2.8fr 1fr;
		-ms-grid-rows: (1fr)[2];
		grid-template-rows: repeat(2, 1fr);
	}

	.numbers-section .column {
		margin: 0 0 10px;
	}

	.team-section .container {
		max-width: 1056px;
	}

	.team-section .columns-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		max-width: none;
		margin: 0;
	}

	.team-section .column {
		width: calc(33.333% - 20px);
	}

	.team-section .post-holder {
		padding: 0;
	}

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

	.carrers-section .carrers-box {
		background-image: url("https://www.scorebuddyqa.com/hubfs/Scorebuddy%2011.09.2023/images/bg-03.png");
		background-repeat: no-repeat;
		background-size: 200px;
		background-position: top -70px right -70px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 0 70px;
		max-width: none;
		margin: 0;
	}

	.carrers-section .img-column {
		width: calc(56.9% - 35px);
	}

	.carrers-section .post-column {
		width: calc(43.1% - 35px);
	}

	.carrers-section .post-holder {
		padding: 30px 40px 30px 0;
		margin: 0;
		max-width: none;
	}

	.carrers-section .mobile {
		display: none;
	}

	.carrers-section .desktop {
		display: block;
	}

	.form-section {
		padding: 75px 0 115px;
	}

	.form-section .container {
		max-width: 670px;
	}

	.form-section .form-holder input[type="text"],
	.form-section .form-holder input[type="tel"],
	.form-section .form-holder input[type="email"],
	.form-section .form-holder input[type="search"],
	.form-section .form-holder input[type="password"],
	.form-section .form-holder input[type="button"],
	.form-section .form-holder textarea,
	.form-section .form-holder select {
		font-size: 16px;
	}
}

@media (min-width: 1200px) {
	.timeline-section .container {
		max-width: 1490px;
		padding: 0 40px;
	}

	.timeline-section .timeline {
		max-width: none;
		padding: 0 50px;
	}

	.timeline-section .timeline .timeline__item:nth-child(odd) .timeline__content {
		margin: 0 0 -23px;
	}

	.timeline-section .timeline .timeline__item:after {
		left: 16px;
	}

	.carrers-section .carrers-box {
		background-position: top -150px right -105px;
		background-size: 330px;
	}
}

@media (min-width: 1440px) {
	.numbers-section:before {
		width: 275px;
		height: 346px;
		top: -118px;
		left: calc(50% - 846px);
	}
}

@media (max-width: 1199px) {
	.timeline-section .timeline .timeline__item {
		width: calc(50% + 1px);
		float: right;
		padding: 17px 0 17px 65px;
	}

	.timeline-section .timeline .timeline__item:nth-child(even) {
		float: left;
		padding: 10px 65px 10px 20px;
	}

	.timeline-section .timeline .timeline__item:nth-child(even):after {
		right: -17px;
		left: auto;
	}

	.timeline-section .timeline .timeline__item:first-child:before,
	.timeline-section .timeline .timeline__item:last-child:before {
		content: "";
		background: #f4f4f4;
		position: absolute;
		inset: 0 -10px 50% -10px;
		z-index: 1;
	}

	.timeline-section .timeline .timeline__item:last-child:before {
		inset: 50% -10px 0 -10px;
	}
}

@media (max-width: 767px) {
	.timeline-section .timeline .timeline__item {
		padding: 10px 0 10px 30px;
	}

	.timeline-section .timeline .timeline__item:nth-child(even) {
		padding: 10px 30px 10px 0;
	}

	.timeline-section .timeline .timeline__item:nth-child(even):after {
		right: -13px;
	}
}

@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px;
	}

	100% {
		opacity: 1;
		top: 0;
	}
}

@-webkit-keyframes liftUp {
	0% {
		top: 0;
	}

	100% {
		top: -15px;
	}
}

@keyframes liftUp {
	0% {
		top: 0;
	}

	100% {
		top: -15px;
	}
}

@-webkit-keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes fancybox-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}



/* --- additional styles --- */
.article-section {
  padding: 30px 0;
}
.article-section .btn {
  margin: 0;
}
.article-section .columns {
  max-width: 705px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 24px;
  padding: 30px 15px;
  text-align: center;
}
.article-section .columns__column {
  max-width: 440px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .article-section {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .article-section .columns {
    max-width: none;
    margin: 0;
    padding: 50px;
    display: flex;
    align-items: center;
    gap: 70px;
    text-align: left;
  }
  .article-section .columns__column {
    max-width: none;
    margin: 0;
  }
  .article-section .columns__column--post {
    flex: 1;
  }
  .article-section .columns__column--media {
    width: calc(var(--column-width) / 1310 * 100%);
  }
}