/* CSS Document */

.page-template-page-contact section.accordion-section .row {
	flex-direction: column;
	gap: 40px;
}

@media (min-width: 1025px) {
	.page-template-page-contact section.accordion-section .row,
	.page-template-page-contact section:not(.hero-section) .row {
		flex-direction: row;
		gap: 60px;
	}
}

.page-template-page-contact section.accordion-section {
    max-width: 1200px;
}
@media (min-width: 769px) {
	.page-template-page-contact section.accordion-section {
		margin-top: 100px;
	}
}

@media (min-width: 1025px) {
	.page-template-page-contact section.accordion-section .row:not(.title) .col {
		width: calc(50% - 30px);
	}
}

.page-template-page-contact .col.accordions h2 {
    color: #3f4d61;
}
@media (min-width: 1025px) {
	.page-template-page-contact .col.accordions h2 {
		font-size: 40px;
	}
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] {
    --form-font: "Lato", sans-serif;
    --form-bg: #eff0f2;
    --btn-bg: rgb(63, 77, 97);
    --btn-fg: #fff;
    margin-bottom: 50px;
    margin-left: 20px;
}

.page-template-page-contact .accordion-section .accordion {
    border-top: 2px solid #ee3126;
}

.page-template-page-contact .accordion-section .accordion:last-of-type {
    border-bottom: 2px solid #ee3126;
}

.page-template-page-contact .accordion-section .accordion h4 {
	align-items: center;
    color: #ee3126;
    display: flex;
	font-family: ITCAvantGardeGothicProBook, sans-serif;
    font-size: 21px;
    justify-content: space-between;
    padding: 30px 0 0;
	text-transform: uppercase;
}
@media (min-width: 769px) {
	.page-template-page-contact .accordion-section .accordion h4 {
		font-size: 28px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-contact .accordion-section .accordion h4 {
		font-size: 36px;
		padding-left: 20px;
	}
}

.page-template-page-contact .accordion-section .accordion h4 svg {
    transition: .5s transform;
}

.page-template-page-contact .accordion-section .accordion h4.active svg {
    transform: rotate(180deg);
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-input,
.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form textarea,
.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form select {
    border-radius: 0;
    border: 0;
    background-color: var(--form-bg);
    font-family: var(--form-font);
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-field.hs-fieldtype-file .hs-input {
	border: 0;
	border-radius: 0;
	font-family: var(--form-font);
	font-size: 16px;
	margin-bottom: 15px;
	height: 60px;
	width: 100%;
}
@media (min-width: 769px) {
	.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-field.hs-fieldtype-file .hs-input {
		font-size: 17px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-field.hs-fieldtype-file .hs-input {
		font-size: 18px;
	}
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-field > label span:first-child {
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    font-family: var(--form-font);
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-phone .hs-input[type="tel"] {
    border: 0;
    border-radius: 0;
    background-color: var(--form-bg);
    font-family: var(--form-font);
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-richtext {
    font-family: var(--form-font);
    font-size: 16px;
    font-style: italic;
	margin-bottom: 20px !important;
}
@media (min-width: 769px) {
	.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-richtext {
		font-size: 17px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-richtext {
		font-size: 18px;
		margin-bottom: 25px !important;
	}
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-error-msgs .hs-error-msg {
    font-size: 16px;
    font-family: var(--form-font);
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-submit .hs-button {
    width: fit-content;
    font-family: var(--form-font);
    border-radius: 0;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    border: 0;
    box-shadow: none;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    margin: 25px 0 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 5px 65px;
    background-color: var(--btn-bg);
    color: var(--btn-fg);
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-submit .hs-button:not([disabled]):hover {
    opacity: 0.8;
    background-color: var(--btn-bg);
    color: var(--btn-fg);
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-input.error,
.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-input.invalid {
    outline: 2px solid #c0392b;
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-error-msgs.no-list {
    list-style: none;
    margin: 0.25rem 0 0;
    padding: 0;
}

.page-template-page-contact ul.inputs-list {
    list-style: none;
    padding: 0;
    margin: 2rem 0;
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form textarea {
    height: 150px;
}

.page-template-page-contact .legal-consent-container .hs-form-booleancheckbox-display > span {
    font-size: 16px;
    font-style: italic;
    line-height: 1;
}
@media (min-width: 769px) {
	.page-template-page-contact .legal-consent-container .hs-form-booleancheckbox-display > span {
		font-size: 17px;
	}
}
@media (min-width: 1025px) {
	.page-template-page-contact .legal-consent-container .hs-form-booleancheckbox-display > span {
		font-size: 19px;
	}
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-booleancheckbox .hs-input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: -3px;
    background: #eff0f2;
    border: none;
    outline: none;
    box-shadow: none;
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-booleancheckbox .hs-input[type="checkbox"]:checked::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin: 1px;
    background: #000;
    clip-path: polygon(14% 54%, 0 68%, 41% 100%, 100% 24%, 86% 10%, 41% 72%);
}

.page-template-page-contact .hbspt-form[data-hs-forms-root="true"] .hs-form .hs-form-booleancheckbox .hs-input[type="checkbox"]:focus-visible {
    outline: 2px solid #3f4d61;
    outline-offset: 2px;
}

.page-template-page-contact .widget {
    background-color: #0d2440;
    color: #fff;
    padding: 20px;
}
@media (min-width: 769px) {
	.page-template-page-contact .widget {
		max-width: 450px;
		padding: 35px;
	}
}

.page-template-page-contact .widget:not(:last-of-type) {
	margin-bottom: 40px;
}

.page-template-page-contact .widget h2 {
	margin-bottom:20px;
}
.page-template-page-contact .widget h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 5px;
}

.page-template-page-contact .widget h6:not(:first-of-type) {
    margin-top: 30px;
}

.page-template-page-contact  .main .widget p {
    line-height:1.25;
	margin-bottom:5px;
}
.page-template-page-contact  .main .widget p a {
    color:#ebcb3c;
}