/*
 Theme Name: Proisol
 Theme URI: http://blisq.pt
 Author: blisq
 Author URI: http://blisq.pt
 Description: Tema desenvolvido para uso exclusivo da Blisq Creative
 Version: V7.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
 Tags: blisq
 Text Domain: blisq
 */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* #region general */
:root {
	--dm: "DM Sans", sans-serif;
	--inter: "Inter", sans-serif;
}

::selection {
	background-color: #B5D3E5;
	color: #081235;
}

* {
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body {
	font-family: "Inter", sans-serif;
	font-style: normal;
	overflow-x: hidden;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

h2 {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
	text-wrap: balance;
}

.subtitle {
	color: rgba(8, 18, 53, 0.42);
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	letter-spacing: 1.12px;
	text-transform: uppercase;
}

p {
	font-family: var(--dm);
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: 157%;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	color: inherit;
}

address {
	color: #66C6F8;
	font-family: var(--dm);
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 157%;
}

.btn {
	color: #081235;
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	padding: 13px 20px;
	border-radius: 10px;
	border: 1px solid rgba(8, 18, 53, 0.15);
	background: #DBF2FE;
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
	position: relative;
	width: fit-content;
	transition: all .2s;
}

.btn:hover {
	border-radius: 10px;
	border: 1px solid rgba(8, 18, 53, 0.15);
	background: #FFF;
	box-shadow: 0 0 40px 0 #DBDBDB;
}

.btn.btn-light {
	background: #FFF;
	box-shadow: 0 0 50px 0 #C6E4F6;
}

.btn.btn-light:hover {
	color: #FFF;
	border-radius: 10px;
	border: 1px solid rgba(8, 18, 53, 0.25);
	background: #081235;
	box-shadow: 0 0 50px 0 #C6E4F6;
}

.btn.btn-whatsapp {
	background: #081235;
	color: #fff;
	overflow: hidden;
	box-shadow: none;
}

.btn.btn-whatsapp::after {
	content: '';
	width: 20px;
	height: 100%;
	aspect-ratio: 1;
	background-image: url(assets/images/icon-whatsapp-v2.svg);
	background-repeat: no-repeat;
	background-size: contain;
	filter: brightness(0) invert(1);
	transition: all .2s;
}

.btn.btn-whatsapp::before {
	content: '';
	width: 100%;
	height: 20px;
	transform: rotate(-6.5deg);
	opacity: 0.2;
	background: #DBF1FE;
	position: absolute;
	left: 0;
	transform: translateY(-225%);
	rotate: -6.5deg;
	transition: all .3s;
}

.btn.btn-whatsapp:hover::before {
	transform: translateY(225%);
}

.btn.btn-whatsapp:hover::after {
	filter: brightness(1) invert(0);
	scale: 1.05;
}

.btn.btn-submit::after {
	content: '';
	background-image: url(assets/images/icon-arrow.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 14px;
	aspect-ratio: 1;
	height: 100%;
	transition: all .2s;
	opacity: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
}

.btn.btn-submit {
	padding: 13px 38px;
	background-color: #E8F1F6;
}

.btn.btn.submit.loading {
	pointer-events: none;
	background-color: #171C2F;
	color: #DBF1FE;
}

.btn.btn-submit:hover {
	background-color: #171C2F;
	color: #DBF1FE;
	padding-right: 50px;
	padding-left: 26px;
}

.btn.btn-submit:hover::after {
	opacity: 1;
}

.container-xxl {
	max-width: 1880px;
	margin: 0 auto;
	padding: 0 20px;
}

.container-md {
	max-width: 1204px;
	margin: 0 auto;
}

.about-container>p,
.text-lg {
	color: #081235;
	text-align: center;
	font-size: clamp(25px, 2.8vw, 52px);
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	font-family: var(--inter);
}

.text-lg {
	text-wrap: balance;
}

.mb-10 {
	margin-bottom: 10px;
}

.mx-auto {
	margin: 0 auto;
}

.cursor {
	pointer-events: none;
}

.cursor__ball {
	position: fixed;
	top: 0;
	left: 0;
	mix-blend-mode: difference;
	opacity: 0.2;
	z-index: 1000;
}

.cursor__ball circle {
	fill: #f7f8fa;
}

/* #endregion */
/* #region footer */
footer {
	background-color: #171C2F;
	background-image: url(assets/images/logo-footer.svg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding: 45px 40px;
	background-size: contain;
}

.footer-container {
	max-width: 1838px;
	margin: 0 auto;
}

.footer-bottom,
.footer-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-bottom {
	align-items: center;
}

.menu-footer {
	display: flex;
	align-items: center;
	gap: 42px;
}

.footer-address {
	display: flex;
	flex-direction: column;
	margin: 24px 0 42px 0;
}

.social-media {
	display: flex;
	gap: 20px;
}

.social-media path {
	transition: all .2s;
}

.social-media>a:hover path {
	fill: #8DC6E9;
}

.menu-footer a {
	color: #FFF;
	font-family: "DM Sans";
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	transition: all .2s;
}

.menu-footer a:hover {
	color: #83A2B4;
}

.footer-flex-left {
	max-width: 476px;
}

.footer-text {
	color: #83A2B4;
	margin: 23px 0 33px 0;
	text-wrap: balance;
}

.footer-message {
	color: #66C6F8;
	font-family: var(--dm);
	font-size: clamp(18px, 1.7vw, 28px);
	font-style: normal;
	font-weight: 700;
	text-wrap: balance;
	line-height: 110%;
}

.footer-flex-right {
	max-width: 300px;
	margin-right: 180px;
	margin-top: 55px;
}

.footer-message>span {
	color: #DAF0FD;
	display: block;
}

.footer-contacts {
	margin-top: 44px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.footer-contact {
	color: #FFF;
	font-family: var(--dm);
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	transition: all .2s;
}

.footer-contact:hover {
	color: #66C6F8;
}

.footer-contact>span {
	color: #83A2B4;
	font-family: var(--inter);
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	line-height: 100%;
	display: block;
	margin-top: 5px;
}

/* #endregion */
/* #region header */
header {
	padding: 35px 0 20px 0;
}

.header-container {
	max-width: 1810px;
	margin: 0 auto;
	padding: 0 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header-btn-contact {
	margin-right: 190px;
}

.header-btn-whatsapp {
	position: fixed;
	z-index: 5;
}

.header-menu {
	display: flex;
	gap: 15px;
	justify-content: flex-end;
}

.custom-logo-link {
	max-width: 185px;
	display: flex;
}

.custom-logo {
	width: 100%;
	height: auto;
}

/* #endregion */
/* #region form */
.form {
	padding: 0 40px 40px 40px;
}

.form-content {
	background-color: #DBF1FE;
	max-width: 1840px;
	margin: 0 auto;
	border-radius: 40px;
	overflow: hidden;
	position: relative;
}

.form-content::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(assets/images/bg-form.webp);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	opacity: 1;
	z-index: -1;
}

.form-wrapper {
	margin: 0 auto;
	max-width: 549px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding-top: 87px;
}

.form-container {
	max-width: 1117px;
	margin: 0 auto;
}

.form-text {
	color: #83A2B4;
	text-align: center;
}

#form-contact {
	border-radius: 20px 20px 0 0;
	background: linear-gradient(180deg, #FFF 82.33%, #EFEFEF 123.82%);
	box-shadow: 0 0 200px 0 rgba(0, 0, 0, 0.11);
	padding: 60px 38px 82px 38px;
	margin-top: 48px;
	transition: all 1s;
}

#form-contact.anim {
	transform: translateY(70px);
}

.inputs-flex {
	display: flex;
	align-items: flex-start;
	gap: 22px;
	margin-bottom: 15px;
}

.input-group {
	flex: 1;
}

.input-group.input-group-secondary {
	flex: 0 0 58%;
}

.input-group-text {
	color: #081235;
	font-family: var(--dm);
	font-size: 13px;
	font-style: normal;
	font-weight: 700;
	line-height: 100%;
	display: flex;
	gap: 5px;
	margin-bottom: 7px;
}

.response-ajax {
	font-size: 14px;
	color: #081235;
	font-weight: 600;
	margin-top: 15px;
}

.response-ajax.error {
	color: #DC3545;
}

.form-control {
	padding: 18px 20px;
	border-radius: 43px;
	border: 1px solid #DBDBDB;
	color: #081235;
	font-family: var(--dm);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	width: 100%;
	transition: all .2s;
}

.form-textarea::placeholder,
.form-control::placeholder {
	color: #688BA0;
}

.form-textarea:hover,
.form-control:hover {
	border-color: #6C91A7;
}

.form-textarea {
	resize: none;
	height: 230px;
	padding: 18px 20px;
	color: #081235;
	font-family: var(--dm);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	border-radius: 20px;
	width: 100%;
	border: 1px solid #DBDBDB;
}

.form-checkbox {
	appearance: none;
	width: 19px;
	height: 19px;
	border-radius: 4px;
	border: 1px solid #8D9CA4;
}

.form-checkbox:hover {
	background-color: #E8F0F6;
}

.form-checkbox:checked {
	background-image: url(assets/images/icon-checked.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 8px;
}

.form-bottom {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	gap: 15px;
	flex-wrap: wrap;
}

.input-checkbox {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 9px;
}

.input-checkbox-text {
	color: #415C6C;
	font-family: var(--dm);
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 157%;
	display: flex;
	gap: 5px;
}

label>a:hover {
	text-decoration: underline;
}

.form-field-error {
	color: #DC3545;
	font-weight: 600;
	font-size: 12px;
}

/* #endregion */
/* #region benefits */
#benefits {
	padding: 100px 0 87px 0;
	background-color: #fff;
	overflow: hidden;
}

.benefits-container {
	max-width: 1574px;
	margin: 0 auto;
}

.benefits-items {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 33px;
	margin: 40px 0 30px 0;
}

.benefits-item {
	padding: 22px 33px 22px 0;
	border-right: 1px solid #8d9ca49e;
	background-color: #fff;
	transition: all 1s;
}

.benefits-item.anim {
	opacity: 0;
	transform: translateY(50px);
}

.benefits-item:last-child {
	padding-right: 0;
	border-right: 0;
}

.benefits-item>ul {
	display: flex;
	flex-direction: column;
}

.benefits-item li {
	color: #75848D;
	font-family: var(--dm);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 145%;
	display: flex;
	gap: 11px;
	padding: 11px;
	max-width: 278px;
	transition: all .2s;
	border-radius: 10px;
}

.benefits-item li:hover {
	background-color: #F5F4F3;
	color: #081235;
}

.benefits-item li::before {
	content: '';
	width: 27px;
	height: 100%;
	aspect-ratio: 1;
	background-image: url(assets/images/icon-list.svg);
	background-repeat: no-repeat;
	background-size: contain;
	flex: 0 0 auto;
}

.benefits-title {
	color: #081235;
	font-size: 23px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	margin-bottom: 18px;
}

/* #endregion */
/* #region services */
#service {
	padding: 100px 0 90px 0;
	background: #F6F6F6;
	overflow: hidden;
}

.service-container {
	max-width: 1000px;
	margin: 0 auto;
}

.service-container>p {
	color: #081235;
	text-align: center;
	font-size: clamp(32px, 4.4vw, 83px);
	font-style: normal;
	font-weight: 700;
	text-wrap: balance;
	line-height: 112%;
}

.service-container>p>span {
	transition: all 1s;
	opacity: 0;
}

.service-container>p>span.anim {
	opacity: 1;
}

.service-categories {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0 42px 0;
	flex-wrap: wrap;
}

.service-category {
	border: none;
	padding: 10px 20px;
	color: #081235;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 117%;
	background: #fff;
	transition: all .2s;
	cursor: pointer;
}

.service-category.selected {
	border-radius: 10px;
	border: none !important;
	background: #D1E8F5;
}

.service-categories>li:not(:last-of-type)>.service-category {
	border-right: 1px solid rgba(0, 0, 0, 0.20);
}

.service-categories>li:last-of-type>.service-category {
	border-radius: 0 10px 10px 0;
}

.service-category:hover {
	background: rgba(228, 238, 245, 0.30);
}

.service-items {
	display: flex;
	gap: 16px;
	max-width: 1920px;
	margin: 0 auto;
	overflow-x: auto;
	scrollbar-width: none;
	padding: 0 20px;
	cursor: grab;
}

.service-items.active {
	cursor: grabbing;
	user-select: none;
}

.service-item.d-none,
.service-items::-webkit-scrollbar {
	display: none;
}

.service-item {
	border-radius: 20px;
	background: #FFF;
	padding: 20px;
	flex: 0 0 20%;
}

.service-item-figure {
	overflow: hidden;
	display: flex;
	border-radius: 20px;
}

.service-item img {
	height: fit-content;
	width: 100%;
	border-radius: 20px;
	object-fit: cover;
	-webkit-user-drag: none;
	user-select: none;
	pointer-events: none;
	transition: all 1s;
}

.service-item:hover img {
	scale: 1.1;
	rotate: -5deg;
}

.service-item-title {
	color: #75848D;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	margin-top: 20px;
}

/* #endregion */
/* #region video */
#company-overview {
	padding: 82px 0 88px 0;
}

.company-overview-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 13%;
	;
}

.company-overview-video-wrapper {
	height: 456px;
	background-color: #081235;
	border-radius: 20px;
	overflow: hidden;
}

.company-overview-video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.company-overview-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 483px;
}

.company-overview-content>p {
	color: #8D9CA4;
}

/* #endregion */
/* #region expertise */
#expertise {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 84px 0 80px 0;
	overflow: hidden;
	position: relative;
}

#expertise::before {
	content: '';
	background: linear-gradient(0deg, rgba(23, 28, 47, 0.70) 0%, rgba(23, 28, 47, 0.70) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.expertise-container {
	max-width: 1495px;
	margin: 0 auto;
	position: relative;
}

.expertise-grid {
	display: flex;
	align-items: center;
	gap: 8%;
}

.expertise-grid-left {
	color: #fff;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 0 0 35%;
}

.expertise-grid-right {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}

.expertise-block {
	border-radius: 15px;
	background: rgba(255, 255, 255, 0.90);
	box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.20);
	padding: 26px;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
	transition: all .2s;
}

.expertise-block:hover {
	background-color: #8DC6E9;
}

#expertise.active .expertise-block path {
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
	animation: animSVG 10s forwards;
}

@keyframes animSVG {
	to {
		stroke-dashoffset: 0;
	}
}

.expertise-title {
	color: #081235;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%;
}

/* #endregion */
/* #region about */
#about {
	padding: 100px 0;
	background-color: #fff;
}

.about-container {
	max-width: 1206px;
	margin: 0 auto;
}

.anim-word {
	--target-color: #081235;
	background: linear-gradient(to bottom, var(--target-color), var(--target-color)) no-repeat;
	background-size: 0%;
	background-clip: text;
	color: color-mix(in srgb, var(--target-color), transparent 75%);
	-webkit-text-fill-color: color-mix(in srgb, var(--target-color), transparent 75%);
}

.anim-word.custom-color {
	--target-color: var(--chosen-color, #081235);
}

/* #endregion */
/* #region hero */
.hero-title {
	color: #081235;
	font-family: var(--inter);
	font-size: clamp(34px, 4vw, 76px);
	font-style: normal;
	font-weight: 800;
	line-height: 100%;
	mix-blend-mode: multiply;
}

.hero-title>span {
	color: #B5D3E5;
	display: block;
	text-wrap: balance;
	line-height: 105%;
}

.hero-text {
	color: #607F91;
	font-size: 22px;
	font-weight: 400;
	line-height: 150%;
	max-width: 500px;
	margin: 14px 0 33px 0;
}

.hero-content {
	background: #DBF2FE;
	border-radius: 80px;
	overflow: hidden;
}

.hero-grid {
	display: grid;
	grid-template-columns: 51% 49%;
	align-items: center;
}

.hero-left {
	padding: 0 64px 0 120px;
}

.hero-right {
	position: relative;
	height: 100%;
}

.hero-right>svg,
.hero-right>img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.hero-spec {
	position: absolute;
	max-width: 162px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding: 17px 25px;
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.18);
}

.hero-spec:first-of-type {
	top: 150px;
	right: 22%;
}

.hero-spec:first-of-type::after {
	content: '';
	position: absolute;
	top: 45px;
	left: -20px;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
}

.hero-spec:first-of-type::before {
	content: '';
	position: absolute;
	left: -70%;
	top: 50px;
	width: 100px;
	height: 109px;
	pointer-events: none;
	border-left: 1px solid #fff;
	border-top: 1px solid #fff;
}

.hero-spec:last-of-type {
	bottom: 80px;
	right: 24%;
}

.hero-spec:last-of-type::after {
	content: '';
	position: absolute;
	top: 74px;
	right: -20px;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
}

.hero-spec:last-of-type::before {
	content: '';
	position: absolute;
	right: -70%;
	top: 0;
	width: 100px;
	height: 79px;
	pointer-events: none;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}

.hero-spec:nth-of-type(2) {
	top: 42%;
	max-width: 138px;
	left: 10%;
}

.hero-spec:nth-of-type(2)::before {
	content: '';
	position: absolute;
	right: -80%;
	top: 45px;
	height: 1px;
	width: 100px;
	background-color: #fff;
}

.hero-spec:nth-of-type(2)::after {
	content: '';
	position: absolute;
	top: 41px;
	right: -18px;
	width: 10px;
	height: 10px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
}

.hero-spec.hero-spec-secondary {
	bottom: 245px;
	left: 240px;
	background: transparent;
	border-radius: 0;
	padding: 0;
	max-width: 169px;
	text-align: right;
}

.hero-spec.hero-spec-secondary::before {
	content: '';
	width: 109px;
	position: absolute;
	top: 20px;
	right: -120px;
	height: 1px;
	background-color: #fff;
}

.hero-spec.hero-spec-secondary::after {
	content: '';
	position: absolute;
	top: 16px;
	right: -20px;
	width: 10px;
	height: 10px;
	background-color: #fff;
	border-radius: 50%;
}

.hero-spec-value {
	color: #FFF;
	text-shadow: 0 0 19.9px rgba(0, 0, 0, 0.74);
	font-family: var(--inter);
	font-size: 39px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

.hero-spec-text {
	color: #FFF;
	text-shadow: 0 0 19.9px rgba(0, 0, 0, 0.74);
	font-family: var(--inter);
	font-size: 19px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
}

.hero-bottom {
	display: flex;
	align-items: center;
	gap: 5px 20px;
	flex-wrap: wrap;
}

.hero-label {
	color: #5F869D;
	font-family: var(--dm);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}

/* #endregion */
/* #region general-page */
h1 {
	color: #171C2F;
	font-family: var(--inter);
	font-size: clamp(26px, 2.5vw, 42px);
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.general-section {
	padding: 70px 0 100px 0;
}

.general-container {
	max-width: 740px;
	margin: 0 auto;
	padding: 0 20px;
}

.general-content>h1 {
	margin-bottom: 20px;
}

.general-content>h2 {
	margin-bottom: 10px;
	color: #171C2F;
	font-family: var(--inter);
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 135%;
}

.general-content>h3 {
	color: #171C2F;
	font-family: var(--inter);
	font-size: 19px;
	font-style: normal;
	font-weight: 600;
	line-height: 135%;
	margin-bottom: 10px;
}

.general-content li,
.general-content>p {
	color: #4A5B66;
	font-family: var(--dm);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 170%;
}

.general-content li>ul {
	list-style: disc;
	padding-left: 20px;
}

.general-content>p {
	margin-bottom: 18px;
}

.general-content>ul {
	list-style-type: disc;
	padding-left: 20px;
	margin: 20px 0 30px 0;
}

.general-content>ol {
	padding-left: 20px;
	margin: 20px 0 30px 0;
}

.general-content table {
	width: calc(100% + 200px);
	margin: 20px 0 12px -100px;
}

.general-content th {
	color: #171C2F;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
	padding: 10px 20px;
	font-family: var(--dm);
	border-right: 1px solid rgba(23, 28, 47, 0.16);
	border-bottom: 1px solid rgba(23, 28, 47, 0.16);
	text-align: start;
}

.general-content th:first-of-type {
	padding: 10px 20px 10px 10px;
}

.general-content td {
	color: #4A5B66;
	font-family: var(--dm);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	padding: 15px 20px;
	border-right: 1px solid rgba(23, 28, 47, 0.16);
	border-top: 1px solid rgba(23, 28, 47, 0.16);
	text-align: start;
}

.general-content tbody tr:first-child td {
	border-top: none;
	padding: 15px 20px 15px 10px;
}

.general-content th:last-of-type,
.general-content td:last-of-type {
	border-right: none;
}

/* #endregion */
/* #region media-queries */
@media (min-width: 2560px) {

	.footer-container,
	.header-container {
		max-width: 2000px;
	}

	.container-xxl {
		max-width: 2160px;
	}

	.service-items {
		max-width: 2560px;
	}

	.service-item {
		flex: 0 0 16%;
	}
}

@media (max-width: 1680px) {
	.header-container {
		padding: 0 40px;
	}

	h2 {
		font-size: 24px;
		text-wrap: pretty;
	}

	p {
		font-size: 20px;
	}

	.service-item-title,
	.benefits-item li,
	.btn {
		font-size: 16px;
	}

	.header-btn-contact {
		margin-right: 180px;
	}

	.expertise-container,
	.benefits-container {
		padding: 0 6%;
	}

	.benefits-title {
		font-size: 21px;
	}

	.benefits-item li::before {
		width: 25px;
	}

	.service-container {
		max-width: 768px;
	}

	.expertise-block {
		min-height: 195px;
	}

	.hero-left {
		padding: 0 65px 0 110px;
	}

	.hero-grid {
		grid-template-columns: 50% 50%;
	}
}

@media (max-width: 1500px) {
	.custom-logo-link {
		max-width: 167px;
	}

	h2 {
		font-size: 23px;
	}

	.container-md {
		max-width: 1000px;
	}

	.general-content>h2 {
		font-size: 20px;
	}

	.general-content>h3,
	.footer-contact,
	p {
		font-size: 18px;
	}

	.btn {
		font-size: 15px;
		padding: 12px 18px;
	}

	.header-btn-contact {
		margin-right: 170px;
	}

	.general-content li,
	.general-content>p,
	.service-category {
		font-size: 16px;
	}

	.service-item-title {
		font-size: 15px;
	}

	.form-container {
		max-width: 820px;
	}

	.input-group.input-group-secondary {
		flex: 0 0 50%;
	}

	.inputs-flex {
		gap: 10px;
		flex-wrap: wrap;
	}

	#form-contact {
		padding: 45px 30px;
	}

	.form-textarea,
	.form-control {
		font-size: 15px;
		padding: 16px 18px;
	}

	.form-textarea {
		height: 200px;
	}

	.form-wrapper {
		padding-top: 50px;
	}

	#benefits {
		padding: 80px 0 70px 0;
	}

	.benefits-items {
		column-gap: 20px;
	}

	.benefits-title {
		font-size: 20px;
	}

	.benefits-item li::before {
		width: 22px;
	}

	.benefits-item {
		padding: 18px 20px 18px 0;
	}

	#service {
		padding: 65px 0 80px 0;
	}

	.expertise-grid {
		gap: 45px;
	}

	.expertise-block {
		min-height: 190px;
	}

	.expertise-block>svg,
	.expertise-block>img {
		width: 50px;
		height: auto;
	}

	.expertise-title {
		font-size: 15px;
	}

	.about-container {
		padding: 0 10%;
	}

	.general-section {
		padding: 20px 0 40px 0;
	}

	.general-content th {
		font-size: 14px;
	}

	.general-content td {
		font-size: 13px;
	}

	.hero-text {
		font-size: 20px;
	}

	.hero-label {
		font-size: 15px;
	}
}

@media (max-width: 1376px) {
	h2 {
		font-size: 22px;
	}

	header {
		padding: 15px 0;
	}

	.hero-text {
		font-size: 19px;
	}

	.footer-contact,
	p {
		font-size: 16px;
	}

	.service-category,
	address {
		font-size: 15px;
	}

	.service-item {
		padding: 15px;
	}

	.benefits-title {
		font-size: 18px;
	}

	.service-item-title {
		font-size: 14px;
		margin-top: 10px;
	}

	#benefits {
		padding: 60px 0;
	}

	.company-overview-grid {
		gap: 8%;
	}

	.container-md {
		padding: 0 6%;
	}

	.expertise-block>svg,
	.expertise-block>img {
		width: 45px;
	}

	.expertise-title {
		font-size: 14px;
	}

	.expertise-block {
		min-height: 180px;
		padding: 20px;
	}

	.hero-title {
		font-size: clamp(34px, 3.5vw, 76px);
	}

	.hero-left {
		padding: 0 65px 0 90px;
	}

	.hero-right {
		max-height: 83dvh;
		min-height: 500px;
	}

	.benefits-item li {
		font-size: 14px;
		line-height: 1.5;
		padding: 6px;
	}

	.benefits-title {
		font-size: 16px;
	}

	.benefits-items {
		margin: 30px 0;
	}

	.form-wrapper>.text-lg {
		max-width: 70%;
		margin: 0 auto;
	}
}

@media (max-width: 1280px) {
	.service-container {
		max-width: 630px;
		padding: 0 20px;
	}

	.benefits-item li::before {
		width: 20px;
	}

	.expertise-grid {
		gap: 30px;
	}

	.expertise-container {
		padding: 0;
	}

	.expertise-grid-left {
		margin-left: 6%;
		flex: 0 0 26%;
	}

	.expertise-grid-right {
		grid-template-columns: repeat(4, 170px);
		overflow-x: auto;
		scrollbar-width: none;
		padding-right: 20px;
	}

	.expertise-grid-right::-webkit-scrollbar {
		display: none;
	}

	.about-container {
		padding: 0 20px;
		max-width: 880px;
	}

	#about {
		padding: 80px 0;
	}

	.general-content>h2 {
		font-size: 18px;
	}

	.general-content>h3 {
		font-size: 16px;
	}

	.general-content th,
	.general-content td,
	.general-content tbody tr:first-child td {
		padding: 10px;
	}

	.hero-text {
		font-size: 18px;
	}

	.hero-grid {
		border-radius: 55px;
	}

	.hero-label {
		font-size: 16px;
	}
}

@media (max-width: 1080px) {
	h2 {
		font-size: 20px;
		text-wrap: auto;
	}

	.footer-flex-right {
		margin-right: 0;
	}

	.footer-flex-left {
		max-width: 50%;
	}

	.service-category,
	.btn {
		font-size: 14px;
		padding: 10px 16px;
	}

	.header-btn-contact {
		margin-right: 160px;
	}

	.company-overview-video-wrapper {
		height: 445px;
	}

	.about-container {
		max-width: 640px;
	}

	#about {
		padding: 70px 0;
	}

	.hero-title {
		font-size: clamp(34px, 4vw, 76px);
	}

	.hero-left {
		padding: 50px;
	}

	.hero-label {
		font-size: 14px;
	}

	.hero-text {
		font-size: 16px;
	}

	.benefits-items {
		display: flex;
		margin: 30px -6vw;
		overflow-x: auto;
		scrollbar-width: none;
		cursor: grab;
	}

	.benefits-items.active {
		cursor: grabbing;
	}

	.benefits-items.active .benefits-item {
		pointer-events: none;
	}

	.benefits-items::-webkit-scrollbar {
		display: none;
	}

	.benefits-item {
		padding: 11px 33px 0 0;
		flex: 0 0 315px;
	}

	.benefits-item:first-child {
		margin-left: 6vw;
	}

	.expertise-grid-left {
		flex: 0 0 38%;
	}

	.expertise-block {
		min-height: 180px;
	}

	.service-categories {
		margin: 20px 0 35px 0;
	}

	.benefits-items.active>* {
		user-select: none;
	}
}

@media (max-width: 1024px) {
	.general-content>p {
		margin-bottom: 10px;
	}

	.general-content>ol,
	.general-content>ul {
		margin: 10px 0 20px 0;
	}

	.form-textarea,
	.form-control {
		padding: 18px 20px;
	}

	.form-content {
		padding: 0 80px;
	}

	.service-item {
		flex: 0 0 250px;
	}

	.company-overview-grid {
		grid-template-columns: 50% calc(50% - 45px);
		gap: 45px;
	}

	.general-content table {
		width: 100%;
		margin: 20px 0 12px 0;
		display: block;
		overflow-x: auto;
		scrollbar-width: thin;
	}

	.hero-grid {
		grid-template-columns: 50% 50%;
	}
}

@media (max-width: 820px) {
	body {
		overflow-x: unset;
	}

	.hero-right {
		height: 100%;
		border-radius: 20px 20px 0 0;
		overflow: hidden;
		max-height: fit-content;
		min-height: auto;
		display: flex;
	}

	.hero-right>svg,
	.hero-right>img {
		object-fit: contain;
	}

	.input-group-name {
		flex: 1 0 100%;
	}

	.benefits-item li::before {
		width: 20px;
		flex-shrink: 0;
	}

	.service-category {
		padding: 9px;
	}

	.expertise-grid-left {
		max-width: 450px;
		text-align: center;
		margin: 0 auto;
	}

	#expertise {
		padding: 60px 0;
		background-position: right;
	}

	.expertise-grid {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
	}

	.expertise-container {
		padding: 0 45px;
	}

	.expertise-grid-right {
		width: 100vw;
		padding-right: 0;
		margin: 0 -50px;
		display: flex;
	}

	.expertise-block {
		flex: 0 0 200px;
	}

	.expertise-block:first-child {
		margin-left: 50px;
	}

	.expertise-block:last-child {
		margin-right: 50px;
	}

	.hero-grid {
		grid-template-columns: 100%;
	}

	.hero-title {
		font-size: clamp(34px, 6vw, 76px);
	}

	.hero-left {
		order: 1;
		background-color: #DBF2FE;
		z-index: 1;
		border-radius: 0 0 20px 20px;
		position: relative;
	}

	.hero-left::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		display: block;
		z-index: -1;
		background-color: #DBF2FE;
		border-radius: 0 0 20px 20px;
	}

	.hero-text {
		font-size: 17px;
		margin: 5px 0 20px;
	}

	.hero-grid {
		border-radius: 30px;
		overflow: unset;
	}

	.benefits-item>ul {
		gap: 5px;
	}

	.benefits-item li {
		padding: 0;
	}

	.benefits-item li:hover {
		background-color: transparent;
	}

	.service-container>p {
		font-size: clamp(32px, 5vw, 83px);
	}
}

@media (max-width: 768px) {
	.btn {
		font-size: 13px;
		padding: 9px 15px;
	}

	.header-btn-contact {
		margin-right: 150px;
	}

	.footer-flex {
		display: grid;
		grid-template-columns: 1fr 40%;
	}

	.footer-flex-right,
	.footer-flex-left {
		max-width: 100%;
	}

	.menu-footer a {
		font-size: 12px;
	}

	#service {
		padding: 45px 0
	}

	.company-overview-grid {
		grid-template-columns: 100%;
		gap: 20px;
	}

	#company-overview {
		padding: 45px 0;
	}

	.container-md {
		padding: 0 45px;
		max-width: 600px;
	}

	.hero-right>svg,
	.hero-right>img {
		object-position: bottom;
	}
}

@media (max-width: 600px) {
	header {
		padding: 20px 0 30px 0;
	}

	.header-container {
		padding: 0 20px;
	}

	p {
		font-size: 15px;
	}

	.form-text {
		font-size: 19px;
	}

	.header-btn-whatsapp {
		top: 10px;
		right: 20px;
	}

	address {
		font-size: 16px;
	}

	.menu-footer {
		gap: 9px;
	}

	.subtitle {
		margin-bottom: 5px;
	}

	footer {
		padding: 50px 20px;
		background-size: 135%;
		background-position: bottom left;
	}

	.input-group.input-group-secondary,
	.input-group {
		flex: 1 0 100%;
	}

	.input-group-text {
		font-size: 12px;
	}

	.form {
		padding: 0;
	}

	.benefits-container,
	.container-md,
	.form-content {
		padding: 0 20px;
	}

	.benefits-items {
		margin: 30px -20px;
	}

	.form-content {
		border-radius: 0;
	}

	.form-wrapper {
		gap: 5px;
	}

	.service-item {
		flex: 0 0 215px;
		padding: 12px;
	}

	.expertise-container {
		padding: 0 20px;
	}

	.expertise-grid-right {
		margin: 0 -20px;
	}

	.expertise-grid-left {
		max-width: 100%;
		text-align: start;
		margin: 0;
	}

	.service-categories {
		margin: 10px 0 20px 0;
	}

	.benefits-item:first-child,
	.expertise-block:first-child {
		margin-left: 20px;
	}

	.benefits-item:last-child,
	.expertise-block:last-child {
		margin-right: 20px;
	}

	#about {
		padding: 60px 0;
	}

	.header-menu>li:first-child {
		display: none;
	}

	.btn {
		font-size: 16px;
		padding: 10px 20px;
	}

	.hero-left {
		padding: 40px 30px;
	}

	.hero-bottom {
		flex-direction: column;
		align-items: flex-start;
		gap: 6px;
	}

	.hero-label {
		font-size: 16px;
		margin-left: 20px;
	}
}

@media (max-width: 530px) {
	h2 {
		font-size: 24px;
	}

	p {
		font-size: 20px;
	}

	.footer-flex {
		grid-template-columns: 100%;
	}

	.footer-text {
		margin: 20px 0 45px 0;
		font-size: 20px;
		line-height: 1.5;
	}

	.footer-address {
		margin: 25px 0 0 0;
	}

	.footer-contacts {
		margin: 30px 0;
	}

	#form-contact {
		padding: 40px 20px 60px 20px;
		margin-top: 27px;
	}

	.footer-message {
		font-size: 26px;
		text-wrap: balance;
	}

	.footer-contact {
		font-size: 19px;
	}

	.menu-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer-bottom>a {
		margin-left: auto;
	}

	.menu-footer a {
		font-size: 14px;
	}

	.btn.btn-submit {
		align-items: center;
		justify-content: center;
		width: 100%;
	}

	.btn.btn-submit {
		font-size: 17px;
	}

	.expertise-title {
		font-size: 16px;
	}
}

@media (max-width: 405px) {
	h2 {
		font-size: 22px;
	}

	.hero-title {
		font-size: 31px;
	}

	.custom-logo-link {
		max-width: 140px;
	}

	.form-text,
	p {
		font-size: 18px;
	}

	.footer-text {
		font-size: 16px;
		margin: 20px 0 30px 0;
	}

	.service-container>p {
		font-size: 30px;
	}

	.service-categories {
		flex-wrap: nowrap;
		justify-content: flex-start;
		overflow-x: auto;
		scrollbar-width: none;
		margin: 10px -20px 20px -20px;
	}

	.service-categories>li:first-child {
		margin-left: 20px;
	}

	.service-categories>li:last-child {
		margin-right: 20px;
	}

	.service-categories::-webkit-scrollbar {
		display: none;
	}

	.form-textarea,
	.form-control {
		padding: 10px 15px;
		font-size: 14px;
	}

	.btn.btn-submit {
		font-size: 14px;
	}

	.footer-text {
		font-size: 13px;
	}

	.footer-address {
		font-size: 13px;
	}

	.footer-flex-right {
		margin-top: 0;
		order: 1;
	}

	.footer-flex-left {
		order: 2;
		display: grid;
	}

	.footer-contacts {
		margin-bottom: 0px;
	}

	.menu-footer {
		flex-direction: row;
		align-items: flex-start;
		column-wrap: wrap;
		font-size: 10px;
	}

	.menu-footer a {
		font-size: 9px;
	}

	.footer-address {
		order: 1;
		margin: 0;
	}

	.social-media {
		order: 2;
		margin: 25px 0;
	}

	.footer-text {
		order: 4;
	}

	.footer-logo-brand {
		order: 3;
	}

	.logo-blisq {
		max-width: 38px;
	}
}

@media (max-width: 380px) {
	.hero-title {
		font-size: 26px;
	}

	.hero-text {
		font-size: 15px;
	}

	.form-text {
		font-size: 13px;
	}

	p {
		font-size: 13px;
	}

	.hero-left {
		padding: 30px 20px;
	}

	h2 {
		font-size: 20px;
	}

	.btn {
		font-size: 14px;
	}

	.about-container>p,
	.text-lg {
		font-size: 20px;
	}

	.company-overview-video-wrapper {
		height: 400px;
	}

	.service-container>p {
		font-size: 20px;
	}

	.service-item-title {
		font-size: 13px;
		margin-top: 10px;
	}

	.benefits-title {
		font-size: 14px;
	}

	.benefits-item li {
		font-size: 13px;
	}
}

/* #endregion */