/*#region Main Section */

.main-section,
.main-section-tablet {
	padding: 70px 20px 0px 20px;
}

.main-section-tablet {
	padding-top: 20px;
	display: none;
}

.main-section .content-wrapper,
.main-section-tablet .content-wrapper {
	position: relative;
	max-width: 1640px;
	margin: 0px auto;
}

.main-section .video-background,
.main-section-tablet .video-background {
	position: absolute;
	width: 100%;
	padding-top: 15px;
	overflow: hidden;
}

.main-section .video-background .video-container {
	margin: 0px auto;
	width: 630px;
	height: 630px;
}

.main-section-tablet .video-background .video-container {
	width: 440px;
	height: 440px;
	margin-right: 120px;
	float: right;
}

.main-section-tablet .video-background .video-container video {
	width: 440px;
	height: 440px;
	border-radius: 50%;
	position: absolute;
}

.main-section .video-background .video-container img,
.main-section-tablet .video-background .video-container img {
	position: absolute;
	max-width: none;
}

.main-section-tablet .video-background .video-container img {
	width: 440px;
}

.main-section .video-background .video-container img.radar-image.rotate,
.main-section-tablet .video-background .video-container img.radar-image.rotate {
	animation: loader 4s infinite;
	animation-timing-function: linear;
}

@keyframes loader {
	0% {
		/*rotate: 0deg;*/
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		/*rotate: 360deg;*/
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.main-section .flex-row,
.main-section-tablet .flex-row {
	position: relative;
	display: flex;
}

.main-section .flex-row .flex-column {
	width: 50%;
}

.main-section .flex-row .column-1 {
	padding-top: 60px;
}

.main-section-tablet .flex-row .flex-column.column-1 {
	padding-top: 40px;
	width: calc(100% - 250px);
}

.main-section-tablet .flex-row .flex-column.column-2 {
	width: 250px;
}

.main-section .flex-row .column-1 h1,
.main-section-tablet .flex-row .column-1 h1 {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 38px;
	line-height: 58px;
	color: #fff;
	padding: 0px;
}

.main-section-tablet .flex-row .column-1 h1 {
	font-size: 26px;
	line-height: 42px;
}

.main-section .flex-row .column-1 h1 .highlight,
.main-section-tablet .flex-row .column-1 h1 .highlight {
	font-size: 100px;
	line-height: 100px;
	color: #FF495C;
	text-transform: uppercase;
}

.main-section-tablet .flex-row .column-1 h1 .highlight {
	font-size: 80px;
	line-height: 80px;
}

.main-section .flex-row .column-1 .ul-row {
	margin-top: 40px;
	max-width: 520px;
}

.main-section-tablet .flex-row .column-1 .ul-row {
	margin-top: 20px;
}

.main-section .flex-row .column-1 .ul-row .ul-container ul,
.main-section-tablet .flex-row .column-1 .ul-row .ul-container ul {
	margin: 0px !important;
}

.main-section .flex-row .column-1 .ul-row .ul-container ul li,
.main-section-tablet .flex-row .column-1 .ul-row .ul-container ul li {
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	padding: 0px;
}

.main-section-tablet .flex-row .column-1 .ul-row .ul-container ul li {
	font-size: 16px;
	line-height: 32px;
}

.main-section .flex-row .column-2 {
	padding-top: 60px;
}

.main-section .flex-row .column-2 .info-container {
	max-width: 470px;
	padding: 0px;
	float: right;
}

.main-section-tablet .info-container {
	margin-right: 20px;
	margin-top: 60px;
}

.main-section .flex-row .column-2 .info-container h3,
.main-section-tablet  .info-container h3 {
	font-family: "Urbanist", sans-serif;
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
}

.main-section .flex-row .column-2 .info-container .main-info,
.main-section .flex-row .column-2 .info-container .quote,
.main-section .flex-row .column-2 .info-container .signature,
.main-section-tablet  .info-container .main-info,
.main-section-tablet  .info-container .quote,
.main-section-tablet  .info-container .signature {
	font-family: "Urbanist", sans-serif;
	font-size: 18px;
	line-height: 26px;
	color: #8E98B4;
	padding: 0px;
	margin-top: 20px;
}

.main-section .flex-row .column-2 .info-container .quote,
.main-section-tablet  .info-container .quote {
	line-height: 28px;
	font-style: italic;
	font-weight: 500;
	color: #FFFFFF;
	margin-top: 30px;
}

.main-section .flex-row .column-2 .info-container .signature,
.main-section-tablet  .info-container .signature {
	font-weight: 500;
	line-height: 18px;
	font-style: italic;
	color: #FFFFFF;
	display: flex;
	align-items: flex-end;
	margin-top: 30px;
}


.main-section .flex-row .column-2 .social-container,
.main-section-tablet .flex-row .column-2 .social-container {
	position: relative;
	z-index: 1;
	clear: both;
	float: right;
	display: flex;
	align-items: flex-end;
	max-width: 470px;
	width: 100%;
	margin-top: 100px;
	padding-bottom: 30px;
	border-bottom: 1px solid #212B45;
}

.main-section-tablet .flex-row .column-2 .social-container {
	margin-top: 460px;
	padding-bottom: 20px;
}

.main-section .flex-row .column-2 .social-container:after,
.main-section-tablet .flex-row .column-2 .social-container:after {
	position: absolute;
	width: 35px;
	height: 1px;
	background-color: #fff;
	bottom: -1px;
	right: 0px;
	content: '';
}

.main-section .flex-row .column-2 .social-container .follow-us,
.main-section-tablet .flex-row .column-2 .social-container .follow-us {
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
	color: #8E98B4;
	position: relative;
	flex: 1;
	text-align: right;
}

.main-section .flex-row .column-2 .social-container .icon-container {
	margin-left: 40px;
}

.main-section-tablet .flex-row .column-2 .social-container .icon-container {
	margin-left: 30px;
}

.main-section .flex-row .column-2 .social-container .icon-container a,
.main-section-tablet .flex-row .column-2 .social-container .icon-container a {
	display: block;
}

.main-section-tablet .flex-row .column-2 .social-container .icon-container a {
	max-width: 20px;
}

.main-section .flex-row .column-2 .social-container .icon-container {
	margin-left: 30px;
}

.main-section .contact-container {
	position: relative;
	width: 100%;
	position: absolute;
	top: 570px;
}

.main-section .contact-container .contact-link-wrapper {
	width: 100%;
}

.main-section .contact-container .contact-link-wrapper .contact-link,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link {
	max-width: 140px;
	width: 100%;
	margin: 0px auto;
	display: flex;
	position: relative;
}

.main-section-tablet .contact-container .contact-link-wrapper .contact-link {
	margin: 30px 0px 0px 0px;
	max-width: 110px;
}

.main-section .contact-container .contact-link-wrapper .contact-link .circle-container .outer-circle,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .circle-container .outer-circle {
	width: 140px;
	height: 140px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 50%;
	padding: 25px;
}

.main-section-tablet .contact-container .contact-link-wrapper .contact-link .circle-container .outer-circle {
	width: 110px;
	height: 110px;
	padding: 20px;
}

.main-section .contact-container .contact-link-wrapper .contact-link .circle-container .inner-circle,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .circle-container .inner-circle {
	background-color: #FF495C;
	background-image: url(/wp-content/uploads/2023/06/Vector.svg);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.main-section .contact-container .contact-link-wrapper .contact-link .text-container,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container {
	position: absolute;
	height: 100%;
	width: 240px;
	left: 150px;
	display: flex;
	align-items: center;
}

.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container {
	width: 220px;
	left: 124px;
}

.main-section .contact-container .contact-link-wrapper .contact-link .text-container a,
.main-section .contact-container .contact-link-wrapper .contact-link .text-container a:hover,
.main-section .contact-container .contact-link-wrapper .contact-link .text-container a:visited,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container a,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container a:hover,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container a:visited {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-decoration: none;
}

.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container a,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container a:hover,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container a:visited {
	letter-spacing: 0em;
}

.main-section .press-container {
	margin-top: 140px;
}

.main-section-tablet .press-container {
	margin-top: 60px;
}

.main-section .press-container .press-navigation,
.main-section-tablet .press-container .press-navigation {
	position: relative;
}

.main-section-tablet .press-container .press-navigation .next-item,
.main-section-tablet .press-container .press-navigation .prev-item {
	width: 8px;
	height: 14px;
	background-position: center center;
	background-repeat: no-repeat;
	cursor: pointer;
	position: absolute;
	z-index: 1;
}

.main-section-tablet .press-container .press-navigation .next-item {
	background-image: url(/wp-content/uploads/2023/06/right.svg);
	top: 53px;
	right: 20px;
}

.main-section-tablet .press-container .press-navigation .prev-item {
	top: 53px;
	left: 20px;
	background-image: url(/wp-content/uploads/2023/06/left.svg);
}

.main-section .press-container .press-carousel,
.main-section-tablet .press-container .press-carousel {
	border: 1px solid #162039;
	padding: 10px 10px;
	position: relative;
	background-color: #0A1224;
	overflow: hidden;
}

.main-section-tablet .press-container .press-carousel {
	margin-top: 20px;
	padding: 10px 40px;
}

.main-section .press-container .press-carousel .press-item,
.main-section-tablet .press-container .press-carousel .press-item {
	border: none;
	display: flex;
	align-items: center;
	padding: 0px 20px;
	height: 50px;
}

.main-section-tablet .press-container .press-carousel .press-item {
	height: 100px;
}

.main-section .press-container .press-carousel .press-item .logo-container,
.main-section-tablet .press-container .press-carousel .press-item .logo-container {
	padding-right: 20px;
	width: 100px;
}

.main-section .press-container .press-carousel .press-item .description-container,
.main-section-tablet .press-container .press-carousel .press-item .description-container {
	width: calc(100% - 100px);
	overflow: hidden;
}

.main-section .press-container .press-carousel .press-item .description-container a,
.main-section .press-container .press-carousel .press-item .description-container a:hover,
.main-section .press-container .press-carousel .press-item .description-container a:visited,
.main-section-tablet .press-container .press-carousel .press-item .description-container a,
.main-section-tablet .press-container .press-carousel .press-item .description-container a:hover,
.main-section-tablet .press-container .press-carousel .press-item .description-container a:visited {
	font-family: 'Urbanist', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #8E98B4;
	user-select: none;
	width: calc(100% - 100px);
	text-decoration: none;
	outline: none;
}

.main-section .press-container .press-carousel .press-item .description-container a:hover,
.main-section-tablet .press-container .press-carousel .press-item .description-container a:hover {
	text-decoration: underline;
}

/*#endregion */

/*#region Info Section */

.info-section {
	padding: 120px 20px 0px 20px;
	padding-bottom: 100px;
}

.info-section.tablet {
	padding: 120px 20px 80px 20px;
	background-image: url(/wp-content/uploads/2023/07/2.jpg);
	background-position: top center;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #060E22;
	display: none;
}

.info-section .content-wrapper {
	max-width: 1640px;
	margin: 0px auto;
}

.info-section .flex-row {
	display: flex;
}

.info-section .flex-row .flex-column {
	width: 50%;
}

.info-section .flex-row .flex-column.column-1 {
	padding-bottom: 15px;
	padding-right: 90px;
	position: relative;
}

.info-section .flex-row .column-1 .divider {
	position: absolute;
	top: 0px;
	width: 1px;
	height: 100%;
	background-color: #212B45;
	right: 0px;
}

.info-section .flex-row .column-1 .divider .inner-divider {
	width: 1px;
	height: 70px;
	background-color: #FFFFFF;
}

.info-section .flex-row .column-1 p {
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #8E98B4;
	padding: 0px;
}

.info-section .flex-row .column-1 p:not(:last-child) {
	margin-bottom: 30px;
}

.info-section .flex-row .column-1 p.paragraph-title {
	text-transform: uppercase;
	font-weight: 700;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.info-section .flex-row .column-1 p .highlight {
	font-weight: 600;
	color: #FFFFFF;
}

.info-section .flex-row .flex-column.column-2 {
	padding-left: 90px;
}

.info-section .flex-row .column-2 h2 {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 115px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	margin-top: -22px;
	padding: 0px;
}

.info-section .flex-row .column-2 h2 .highlight {
	color: #FF495C;
}

/*#endregion*/

/*#region About Section */

.about-section {
	position: relative;
	padding: 120px 20px 180px 20px;
	background-image: url(/wp-content/uploads/2023/07/1.jpg);
	background-position: center center;
	background-size: cover;
}

.about-section.tablet {
	padding: 140px 20px 140px 20px;
	background-image: none;
	display: none;
}

.about-section .section-background {
	border-color: rgba(6, 14, 34, 0.82);
	border-style: solid;
	border-width: 0px;
	border-left-width: 960px;
	border-right-width: 960px;
	position: absolute;
	top: 0;
	left: 0;
}

.about-section.tablet .section-background {
	display: none;
}

.about-section .content-wrapper {
	position: relative;
	max-width: 1640px;
	margin: 0px auto;
}

.about-section .flex-row {
	position: relative;
	display: flex;
}

.about-section.tablet .flex-row {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.about-section .flex-row .flex-column {
	width: calc(50% - 190px);
}

.about-section.tablet .flex-row .flex-column {
	width: calc(50% - 25px);
}

.about-section .flex-row .column-1 {
	padding-right: 70px;
}

.about-section.tablet .flex-row .column-1 {
	padding-right: 0px;
}

.about-section .flex-row .column-1 .title-container {
	display: flex;
}

.about-section .flex-row .column-1 .title-container .title-border {
	width: 1px;
	background-color: #212B45;
}

.about-section .flex-row .column-1 .title-container .title-border .inner-border {
	height: 70px;
	width: 1px;
	background-color: #fff;
	content: '';
}

.about-section .flex-row .column-1 .title-container h2 {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 115px;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px 0px 0px 100px;
	margin-top: -22px;
	margin-bottom: -22px;
}

.about-section .flex-row .column-1 .title-container h2 .highlight {
	color: #FF495C;
}

.about-section .flex-row .column-3 {
	padding-top: 30px;
	padding-left: 70px;
}

.about-section.tablet .flex-row .column-3 {
	padding-top: 0px;
	padding-left: 0px;
}

.about-section .flex-row .column-1 p,
.about-section .flex-row .column-3 p {
	font-family: 'Urbanist', sans-serif;
	font-size: 20px;
	line-height: 32px;
	color: #8E98B4;
	padding: 0px;
}

.about-section .flex-row .column-1 p.paragraph-title,
.about-section .flex-row .column-3 p.paragraph-title {
	color: #FFFFFF;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.about-section .flex-row .column-1 p.paragraph-title:not(:first-child),
.about-section .flex-row .column-3 p.paragraph-title:not(:first-child) {
	margin-top: 30px;
}

.about-section .flex-row .column-1 p .highlight,
.about-section .flex-row .column-3 p .highlight {
	font-weight: 600;
	color: #FFFFFF;
}

.about-section .flex-row .column-1 p.paragraph-title.first-paragraph {
	margin-top: 100px;
}

.about-section .flex-row .column-2 {
	width: 380px;
	align-self: center;
}

.about-section .flex-row .column-2 .info-item {
	visibility: hidden;
}

.about-section.tablet .flex-row .column-3 .info-item {
	background-image: url(/wp-content/uploads/2023/07/3-4.jpg);
	background-position: top left;
	background-size: auto;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 350px;
	width: 100%;
	margin-bottom: 60px;
}

.about-section .flex-row .column-2 .info-item.visible {
	visibility: visible;
}

.about-section .flex-row .column-2 .info-item .years-wrapper,
.about-section.tablet .flex-row .column-3 .info-item .years-wrapper {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 140px;
	line-height: 140px;
	text-align: center;
	text-transform: uppercase;
	color: #FF495C;
}

.about-section .flex-row .column-2 .info-item .description-wrapper,
.about-section.tablet .flex-row .column-3 .info-item .description-wrapper {
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	text-align: center;
	color: #FFFFFF;
}

.about-section .divider-container {
	position: absolute;
	width: 100%;
}

.about-section .divider-container .divider-item {
	width: 1px;
	height: 256px;
	background: #212B45;
	margin: 0px auto;
}

.about-section.tablet .divider-container {
	margin-top: 40px;
}

.about-section .divider-container .divider-item .inner-divider {
	width: 1px;
	height: 70px;
	background: #FFFFFF;
}

/*#endregion*/

/*#region Products Section */

.products-section {
	position: relative;
	overflow: hidden;
	padding-top: 130px;
	padding-bottom: 220px;
}

.products-section.tablet {
	display: none;
	padding-top: 80px;
	padding-bottom: 80px;
}

.products-section h2.title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 115px;
	letter-spacing: -0.05em;
	text-align: center;
	text-transform: uppercase;
	color: #FF495C;
	padding: 0px 20px;
}

.products-section p.sub-title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
	color: #8E98B4;
	max-width: 1000px;
	margin: 20px auto 0px auto;
	padding: 0px 20px;
}

.products-section .row-container {
	background-position: center center;
	background-repeat: no-repeat;
	padding: 0px 20px;
}

.products-section .row-container.row-1 {
	margin-top: 60px;
	background-image: url(/wp-content/uploads/2023/07/bg-line-1.svg);
}

.products-section .row-container.row-2 {
	margin-top: 50px;
	background-image: url(/wp-content/uploads/2023/07/bg-line-2.svg);
}

.products-section .row-container.row-3 {
	margin-top: 50px;
	background-image: url(/wp-content/uploads/2023/07/bg-line-3.svg);
}

.products-section .row-container.row-4 {
	margin-top: 50px;
	background-image: url(/wp-content/uploads/2023/07/bg-line-1.svg);
}

.products-section .row-container .product-row {
	max-width: 1540px;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.products-section .row-container .product-row.row-2 {
	max-width: 1000px;
}

.products-section.tablet .row-container .product-row {
	max-width: 1000px;
}

.products-section .row-container .product-row .product-column {
	width: 460px;
}

.products-section .row-container .product-row .product-column .product-container {
	height: 320px;
	display: flex;
	align-items: center;
	visibility: hidden;
}

.products-section .row-container .product-row .product-column .product-container.visible {
	visibility: visible;
}

.products-section .row-container .product-row .product-column .product-container .product-background {
	position: absolute;
	margin-left: 70px;
}

.products-section .row-container .product-row .product-column .product-container .product-link {
	max-width: 140px;
	width: 100%;
	display: flex;
	position: relative;
	opacity: 0;
}

.products-section .row-container .product-row .product-column .product-container .product-link .outer-circle {
	width: 140px;
	height: 140px;
	background: rgba(255, 255, 255, 0.06);
	border: 1px solid rgba(255, 255, 255, 0.04);
	border-radius: 50%;
	padding: 25px;
}

.products-section .row-container .product-row .product-column .product-container .product-link .inner-circle {
	background-color: #FF495C;
	background-image: url(/wp-content/uploads/2023/06/Vector.svg);
	background-position: center center;
	background-repeat: no-repeat;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.products-section .row-container .product-row .product-column .product-container .product-link .text-container {
	position: absolute;
	height: 100%;
	width: 240px;
	left: 150px;
	display: flex;
	align-items: center;
}

.products-section .row-container .product-row .product-column .product-container .product-link .text-container a,
.products-section .row-container .product-row .product-column .product-container .product-link .text-container a:hover,
.products-section .row-container .product-row .product-column .product-container .product-link .text-container a:visited {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: 0.04em;
	color: #FFFFFF;
	text-decoration: none;
}

/*#endregion*/

/*#region Contact Section */

.contact-section {
	padding: 160px 20px 150px 20px;
	background-image: url(/wp-content/uploads/2023/06/bg1640-1.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}

.contact-section .content-wrapper {
	max-width: 1640px;
	margin: 0px auto;
	position: relative;
}

.contact-section h2.title {
	font-family: 'Urbanist', sans-serif;
	font-weight: 700;
	font-size: 100px;
	line-height: 115px;
	letter-spacing: -0.05em;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 0px;
}

.contact-section h2.title .highlight {
	color: #FF495C;
}

.contact-section .flex-row {
	display: flex;
	justify-content: space-between;
	margin: 90px auto 0px auto;
	max-width: 1420px;
}

.contact-section .flex-row .flex-column {
	width: calc(50% - 30px);
}

.contact-section .flex-row .column-1 .info-container:not(:last-child) {
	margin-bottom: 50px;
}

.contact-section .flex-row .column-1 .info-container .caption {
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #8E98B4;
	padding: 0px;
}

.contact-section .flex-row .column-1 .info-container .value,
.contact-section .flex-row .column-1 .info-container .value a,
.contact-section .flex-row .column-1 .info-container .value a:hover,
.contact-section .flex-row .column-1 .info-container .value a:visited {
	font-family: 'Urbanist', sans-serif;
	font-weight: 600;
	font-size: 32px;
	line-height: 40px;
	color: #FFFFFF;
	padding: 0px;
}

.contact-section .flex-row .column-1 .info-container .value a,
.contact-section .flex-row .column-1 .info-container .value a:hover,
.contact-section .flex-row .column-1 .info-container .value a:visited {
	color: #FF495C;
}

.contact-section .flex-row .column-2 p.form-description {
	font-family: 'Urbanist', sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 40px;
	color: #FFFFFF;
}

.contact-section .flex-row .column-2 .contact-form-container #ddlSubject {
	box-shadow: none;
}

.contact-section .flex-row .column-2 .contact-form-container #ddlSubject ul::-webkit-scrollbar-track {
	background: #162039;
}

.contact-section .flex-row .column-2 .contact-form-container #ddlSubject ul::-webkit-scrollbar-thumb {
	background: #FFFFFF;
}

.contact-section .flex-row .column-2 .contact-form-container input:-webkit-autofill,
.contact-section .flex-row .column-2 .contact-form-container input:-webkit-autofill:hover,
.contact-section .flex-row .column-2 .contact-form-container input:-webkit-autofill:focus,
.contact-section .flex-row .column-2 .contact-form-container input:-webkit-autofill:active {

	-webkit-background-clip: text;
	-webkit-text-fill-color: #ffffff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 30px 30px rgba(14, 22, 42, 0.5);
}

.contact-section .divider-container {
	position: absolute;
	top: -300px;
	width: 100%;
}

.contact-section .divider-container .divider-item {
	width: 1px;
	height: 256px;
	background: #212B45;
	margin: 0px auto;
}

.contact-section .divider-container .divider-item .inner-divider {
	width: 1px;
	height: 70px;
	background: #FFFFFF;
}

.contact-section #contact_form_container .tve-lg-error,
.contact-section #contact_form_container .tve-lg-error a {
	box-shadow: none !important;
}

:not(#tve) .contact-section #contact_form_container .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30xhoj .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30yyps .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30ymlk .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30yurx .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj310gk1 .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30xhoj:hover .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30yyps:hover .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30ymlk:hover .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj30yurx:hover .tve-lg-error,
:not(#tve) .contact-section #contact_form_container #lg-lj310gk1:hover .tve-lg-error {
	border-color: #212B45 !important;
	background: rgba(162, 0, 17, 0.5) !important;
}

.contact-section #contact_form_container #tve-lg-error-container {
	border: none;
	background-color: #162039;
	padding: 15px 20px;
}

.contact-section #contact_form_container #tve-lg-error-container .tve-lg-err-item {
	font-family: 'Urbanist', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: #FF243B;
}

.contact-section #contact_form_container #tve-lg-error-container .tve-lg-err-close {
	top: 20px;
	right: 12px;
	color: #FFFFFF;
}

/*#endregion*/

/*#region Animated Links */

.main-section .contact-container .contact-link-wrapper .contact-link .circle-container .inner-circle,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .circle-container .inner-circle,
.products-section .row-container .product-row .product-column .product-container .product-link .inner-circle {
	position: relative;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

.main-section .contact-container .contact-link-wrapper .contact-link .hover-circle,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link .hover-circle,
.products-section .row-container .product-row .product-column .product-container .product-link .hover-circle {
	border: #FF495C 5px solid;
	width: calc(100% - 50px);
	height: calc(100% - 50px);
	position: absolute;
	top: 25px;
	left: 25px;
	border-radius: 50%;
	animation-duration: 0.3s;
	animation-fill-mode: forwards;
}

.main-section-tablet .contact-container .contact-link-wrapper .contact-link .hover-circle {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
}

.main-section .contact-container .contact-link-wrapper .contact-link.hover .circle-container .inner-circle,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link.hover .circle-container .inner-circle,
.products-section .row-container .product-row .product-column .product-container .product-link.hover .inner-circle {
	animation-name: back-1;
}

.main-section .contact-container .contact-link-wrapper .contact-link.hover .circle-container .hover-circle,
.main-section-tablet .contact-container .contact-link-wrapper .contact-link.hover .circle-container .hover-circle,
.products-section .row-container .product-row .product-column .product-container .product-link.hover .hover-circle {
	animation-name: wave-1;
}

@keyframes back-1 {
	from {
		background-color: #FF495C;
	}

	to {
		background-color: #FF243B;
	}
}

@keyframes wave-1 {
	from {
		opacity: 1;
	}

	to {
		width: 100%;
		height: 100%;
		border-width: 2px;
		opacity: 0;
		top: 0px;
		left: 0px;
	}
}

/*#endregion*/

/*#region Responsive 1520px */

@media only screen and (max-width: 1520px) {
	.main-section .flex-row .column-2 .social-container {
		max-width: 320px;
		margin-top: 40px;
	}

	.main-section .flex-row .column-2 .info-container {
		max-width: 510px;
		padding: 30px 20px;
		background-color: #0A1224;
	}
}

/*#endregion*/

/*#region Responsive 1360px */

@media only screen and (max-width: 1360px) {
	.main-section .flex-row .column-1 h1 {
		font-size: 34px;
		line-height: 54px;
	}

	.main-section .flex-row .column-1 {
		padding-top: 20px;
	}

	.main-section .flex-row .column-2 {
		padding-top: 20px;
	}

	.main-section .flex-row .column-2 .info-container {
		max-width: 480px;
	}

	.main-section .flex-row .column-2 .social-container .icon-container {
		margin-left: 30px;
	}

	.main-section .flex-row .column-2 .social-container {
		margin-top: 100px;
		padding-bottom: 20px;
	}

	.main-section .flex-row .column-2 .social-container .icon-container a {
		max-width: 20px;
	}

	.info-section {
		padding-top: 80px;
		padding-bottom: 60px;
		display: none;
	}
	
	.info-section.tablet {
		display: block;
	}

	.info-section .flex-row .flex-column.column-1 {
		padding-right: 80px;
	}

	.info-section .flex-row .flex-column.column-2 {
		padding-left: 90px;
	}

	.about-section.desktop {
		display: none;
	}

	.about-section.tablet {
		display: block;
	}

	.products-section.desktop {
		display: none;
	}

	.products-section.tablet {
		display: block;
	}

	.contact-section .flex-row .column-2 p.form-description {
		font-size: 20px;
		line-height: 38px;
	}
}

/*#endregion*/

/*#region Responsive 1170px */
@media only screen and (max-width: 1170px) {
	.main-section {
		display: none;
	}

	.main-section-tablet {
		display: block;
	}

	.main-section-tablet .press-container .press-carousel .press-item {
		justify-content: center;
	}
}

/*#endregion*/

/*#region Responsive 1024px */

@media only screen and (max-width: 1024px) {
	.main-section-tablet .video-background .video-container {
		width: 400px;
		height: 400px;
		margin-right: 0px;
	}
	
	.main-section-tablet .video-background .video-container video {
		width: 400px;
		height: 400px;
	}
		
	.main-section-tablet .video-background .video-container img {
		width: 400px;
	}

	.info-section.tablet {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.info-section .flex-row {
		flex-direction: column-reverse;
	}

	.info-section .flex-row .flex-column {
		width: 100%;
	}

	.info-section .flex-row .flex-column.column-1 {
		padding-top: 40px;
		padding-bottom: 0px;
		padding-right: 0px;
	}

	.info-section .flex-row .column-1 .divider {
		display: none;
	}

	.info-section .flex-row .column-1 p {
		font-size: 16px;
		line-height: 24px;
	}

	.info-section .flex-row .column-1 p:not(:last-child) {
		margin-bottom: 20px;
	}

	.info-section .flex-row .flex-column.column-2 {
		padding-left: 0px;
	}

	.info-section .flex-row .column-2 h2 {
		font-size: 80px;
		line-height: 95px;
		margin: 0px;
		text-align: center;
	}

	.about-section.tablet {
		padding: 60px 20px 60px 20px;
	}

	.about-section.tablet .flex-row {
		flex-direction: column;
	}

	.about-section.tablet .flex-row .flex-column {
		width: 100%;
	}

	.about-section .flex-row .column-1 .title-container {
		display: block;
	}

	.about-section .flex-row .column-1 .title-container .title-border {
		display: none;
	}

	.about-section .flex-row .column-1 .title-container h2 {
		font-size: 80px;
		line-height: 95px;
		padding: 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: center;
	}

	.about-section .flex-row .column-1 p,
	.about-section .flex-row .column-3 p {
		font-size: 16px;
		line-height: 24px;
	}

	.about-section .flex-row .column-1 p.paragraph-title.first-paragraph {
		margin-top: 40px;
	}

	.about-section.tablet .flex-row .column-3 .info-item {
		background-position: center center;
		background-size: cover;
		height: auto;
		padding: 30px 20px;
		margin: 30px 0px 0px 0px;
		flex-direction: row;
	}

	.about-section.tablet .flex-row .column-3 .info-item .years-wrapper {
		font-size: 80px;
		line-height: 95px;
	}

	.about-section.tablet .flex-row .column-3 .info-item .description-wrapper {
		font-size: 24px;
		line-height: 32px;
		text-align: left;
		padding-left: 20px;
	}

	.about-section.tablet .divider-container {
		display: none;
	}

	.products-section.tablet {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.products-section.tablet h2.title {
		font-size: 80px;
		line-height: 95px;
	}

	.products-section.tablet p.sub-title {
		font-size: 20px;
		line-height: 30px;
	}

	.products-section.tablet .row-container .product-row {
		flex-direction: column;
	}

	.products-section.tablet .row-container.row-1 {
		margin-top: 40px
	}

	.products-section.tablet .row-container.row-2,
	.products-section.tablet .row-container.row-3,
	.products-section.tablet .row-container.row-4 {
		margin-top: 30px;
	}

	.products-section.tablet .row-container .product-row .product-column {
		margin: 0px auto;
		width: 380px;
	}

	.products-section.tablet .row-container .product-row .product-column:not(:first-child) {
		margin-top: 30px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container {
		height: 280px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container .product-background {
		max-width: 280px;
		margin-left: 55px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container .product-link {
		max-width: 110px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container .product-link .outer-circle {
		width: 110px;
		height: 110px;
		padding: 20px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container .product-link .hover-circle {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
		top: 20px;
		left: 20px;
	}

	.products-section .row-container .product-row .product-column .product-container .product-link .text-container {
		width: 220px;
		left: 124px;
	}

	.products-section .row-container .product-row .product-column .product-container .product-link .text-container a,
	.products-section .row-container .product-row .product-column .product-container .product-link .text-container a:hover,
	.products-section .row-container .product-row .product-column .product-container .product-link .text-container a:visited {
		font-weight: 600;
		font-size: 32px;
		line-height: 36px;
		letter-spacing: 0em;
	}

	.contact-section {
		padding: 70px 20px 80px 20px;
		background-image: url(/wp-content/uploads/2023/06/770.jpg);
		background-position: top center;
	}

	.contact-section .divider-container {
		display: none;
	}

	.contact-section h2.title {
		font-size: 80px;
		line-height: 95px;
	}

	.contact-section .flex-row {
		margin: 40px auto 0px auto;
		flex-direction: column;
	}

	.contact-section .flex-row .flex-column {
		width: 100%;
		max-width: 540px;
		margin: 0px auto;
	}

	.contact-section .flex-row .column-1 .info-container p:not(:last-child) {
		margin-bottom: 30px;
	}

	.contact-section .flex-row .column-1 .info-container .caption {
		font-size: 18px;
		line-height: 30px;
		text-align: center;
	}

	.contact-section .flex-row .column-1 .info-container .value,
	.contact-section .flex-row .column-1 .info-container .value a,
	.contact-section .flex-row .column-1 .info-container .value a:hover,
	.contact-section .flex-row .column-1 .info-container .value a:visited {
		font-size: 24px;
		line-height: 34px;
		text-align: center;
	}

	.contact-section .flex-row .flex-column.column-2 {
		margin-top: 40px;
	}

	.contact-section .flex-row .column-2 p.form-description {
		text-align: center;
	}
}

/*#endregion*/

/*#region Responsive 768px */

@media only screen and (max-width: 768px) {

	.main-section-tablet {
		padding-right: 0px;
	}

	.main-section-tablet .flex-row .column-1 h1 .highlight {
		font-size: 60px;
		line-height: 60px;
	}

	.main-section-tablet .flex-row .flex-column.column-1 {
		width: 80%;
	}

	.main-section-tablet .flex-row .column-2 {
		display: none;
	}

	.main-section-tablet .video-background .video-container {
		margin-right: -100px;
	}

	.main-section-tablet .press-container {
		margin-right: 20px;
	}

	.info-section .flex-row .column-2 h2 {
		font-size: 60px;
		line-height: 75px;
		text-align: center;
	}

	.about-section .flex-row .column-1 .title-container h2 {
		font-size: 60px;
		line-height: 75px;
	}

	.main-section-tablet .press-container .press-carousel .press-item {
		padding: 0px;
	}

	.main-section-tablet .press-container .press-carousel .press-item .logo-container {
		padding-right: 10px;
		width: 80px;
	}
	
	.main-section-tablet .press-container .press-carousel .press-item .description-container {
		width: calc(100% - 80px);
	}

	.products-section.tablet h2.title {
		font-size: 60px;
		line-height: 75px;
	}

	.contact-section h2.title {
		font-size: 60px;
		line-height: 75px;
	}

}

/*#endregion*/

/*#region Responsive 580px */

@media only screen and (max-width: 580px) {

	.main-section-tablet .flex-row .flex-column.column-1 {
		padding-top: 20px;
		padding-right: 20px;
		width: 100%;
	}

	.main-section-tablet .video-background {
		padding-top: 80px;
	}


	.main-section-tablet .video-background .video-container {
		float: none;
		margin: 0px auto;
	}

	.main-section-tablet .flex-row .column-1 .ul-row {
		margin-top: 240px;
	}

	.main-section-tablet .press-container .press-navigation .next-item {
		right: 10px;
	}

	.main-section-tablet .press-container .press-navigation .prev-item {
		left: 10px;
	}

	.main-section-tablet .press-container .press-carousel {
		padding: 10px 30px;
	}

	.main-section-tablet .contact-container .contact-link-wrapper .contact-link .text-container {
		width: 180px;
	}

	.about-section.tablet .flex-row .column-3 .info-item .description-wrapper {
		width: 140px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container {
		height: 250px;
	}

	.products-section.tablet .row-container .product-row .product-column .product-container .product-background {
		max-width: 250px;
	}
}

/*#endregion*/