h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
	font-weight: 600;
}

h1, .h1 {
	font-size: 48px;
	line-height: 56px;
	margin: 0.35em 0 0.95em;
}
h2, .h2 {
	font-size: 40px;
	line-height: 48px;
}
h3, .h3 {
	font-size: 32px;
	line-height: 40px;
}
h4, .h4 {
	font-size: 24px;
	line-height: 32px;
}
h5, .h5 {
	font-size: 18px;
	line-height: 24px;
}

@media (max-width: 991px) {
	h1, .h1 {
		font-size: 32px;
		line-height: 40px;
	}
	h2, .h2 {
		font-size: 28px;
		line-height: 36px;
	}
	h3, .h3 {
		font-size: 24px;
		line-height: 32px;
	}
	h4, .h4 {
		font-size: 20px;
		line-height: 28px;
	}
	h5, .h5 {
		font-size: 16px;
		line-height: 24px;
	}
}
.signature {
	color: #808080;
	font: normal normal 18px/1 "Gotham-Pro-Medium", "Arial", sans-serif;
}
a,
a:visited {
	text-decoration: none;
	color: #00004D;
}
a:hover,
a:active {
	text-decoration: none;
	color: var(--site-primory-color);
}
/*nav a,
nav a:visited {
	color: #282828;
	font-size: 18px;
	text-decoration: none;
}
nav a:hover,
nav a:active {
	color: #dd1a40;
}*/
.ico {
	display: inline-block;
	background-image: url(../img/ico-map.png);
	font-size: 0;
	overflow: hidden;
}
img { 
	max-width: 100%;
	height: auto;
	border: none; 
}
.clearfix {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
.visible-button {
	position: relative;
	display: inline-block;
	padding: 24px 20px;
	font: 600 normal 16px/1 "Inter", "Arial", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-transform: uppercase;
	background: #00004D;
	border: none;
	border-radius: 8px;
	color: #FFFFFF !important;
	cursor: pointer;
	transition: all 0.3s;
}
.visible-button:hover {
	background: #f91b5f;
	color: #fff;
}
.visible-button--white {
	background: #FFFFFF;
	color: #00004D !important;
}
.visible-button--white:hover {
	background: #FFFFFF;
	color: var(--site-primory-color) !important;
}
.visible-button--purple,
.visible-button--orange,
.visible-button--turquoise,
.visible-button--green,
.visible-button--blue,
.visible-button--dark-orange,
.visible-button--violet,
.visible-button--yellow,
.visible-button--dark-purple,
.visible-button--green-two,
.visible-button--orange-two,
.visible-button--turquoise-two,
.visible-button--deep-blue,
.visible-button--blue-blue,
.visible-button--marine-navy,
.visible-button--royal-blue,
.visible-button--slate-blue {
	display: block;
	color: #fff !important;
	padding: 16px 57px;
}
.visible-button--purple {
	background: var(--site-primory-color);
}
.visible-button--purple:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), var(--site-primory-color);
}
.visible-button--purple:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), var(--site-primory-color);
}

.visible-button--orange {
	background: #ed6400;
}
.visible-button--orange:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #ed6400;
}
.visible-button--orange:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #ed6400;
}

.visible-button--turquoise {
	background: #1FD7AB;
}
.visible-button--turquoise:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #1FD7AB;
}
.visible-button--turquoise:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1FD7AB;
}
.visible-button--green {
	background: #9AD71F;
}
.visible-button--green:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #9AD71F;
}
.visible-button--green:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #9AD71F;
}
.visible-button--blue {
	background: #1698D9;
}
.visible-button--blue:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #1698D9;
}
.visible-button--blue:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #1698D9;
}
.visible-button--dark-orange {
	background: #D9482B;
}
.visible-button--dark-orange:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #D9482B;
}
.visible-button--dark-orange:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #D9482B;
}
.visible-button--violet {
	background: #AB2DD7;
}
.visible-button--violet:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #AB2DD7;
}
.visible-button--violet:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #AB2DD7;
}
.visible-button--yellow {
	background: #F27318;
}
.visible-button--yellow:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #F27318;
}
.visible-button--yellow:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #F27318;
}
.visible-button--dark-purple {
	background: #6A36D9;
}
.visible-button--dark-purple:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #6A36D9;
}
.visible-button--dark-purple:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #6A36D9;
}
.visible-button--green-two {
	background: #2BB034;
}
.visible-button--green-two:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #2BB034;
}
.visible-button--green-two:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #2BB034;
}
.visible-button--orange-two {
	background: #faa642;
}
.visible-button--orange-two:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #faa642;
}
.visible-button--orange-two:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #faa642;
}
.visible-button--turquoise-two {
	background: #8ccdcc;
}
.visible-button--turquoise-two:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #8ccdcc;
}
.visible-button--turquoise-two:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #8ccdcc;
}
.visible-button--deep-blue {
	background: #374f9b;
}
.visible-button--deep-blue:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #374f9b;
}
.visible-button--deep-blue:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #374f9b;
}
.visible-button--blue-blue {
	background: #347ca1;
}
.visible-button--blue-blue:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #347ca1;
}
.visible-button--blue-blue:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #347ca1;
}
.visible-button--marine-navy {
	/*background: #a31733;*/
	background: #187c95;
}
.visible-button--marine-navy:hover {
	/*background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #a31733;*/
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #187c95;
}
.visible-button--marine-navy:active {
	/*background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #a31733;*/
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #187c95;
}
.visible-button--dark-mahogany {
	background: #4a1815;
}
.visible-button--dark-mahogany:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #4a1815;
}
.visible-button--dark-mahogany:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #4a1815;
}
.visible-button--royal-blue {
	background: #b77353;
}
.visible-button--royal-blue:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #b77353;
}
.visible-button--royal-blue:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #b77353;
}
.visible-button--slate-blue {
	background: #575a97;
}
.visible-button--slate-blue:hover {
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)), #575a97;
}
.visible-button--slate-blue:active {
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), #575a97;
}
.visible-button-inline {
	display: inline-block;
	max-width: 350px;
}
.visible-button.disabled {
    pointer-events: none;
    color: #fff !important;
    background: #CCCCDB;
}
@media (max-width: 991px) {
	.visible-button {
	    font-size: 14px;
	    line-height: 20px;
	    padding: 10px 20px;
	}
}
.hidden-button {
	position: relative;
	display: block;
    padding: 11px 20px;
	font: 600 normal 16px/1 "Inter", "Arial", sans-serif;
	letter-spacing: 1.2px;
	text-align: center;
	text-transform: uppercase;
	background: transparent;
	border: 1px solid rgba(0, 0, 77, 0.3);
	border-radius: 8px;
	color: #00004D !important;
	cursor: pointer;
	transition: all 0.3s;
}
.hidden-button:hover {
	background: rgba(0, 0, 77, 0.08);
	border: 1px solid rgba(0, 0, 77, 0.5);
}
.hidden-button:active {
	background: rgba(0, 0, 77, 0.15);
	border: 1px solid rgba(0, 0, 77, 0.5);
}
.hidden-button.disabled {
    pointer-events: none;
    color: #fff !important;
    background: #CCCCDB;
    border: 1px solid rgba(0, 0, 77, 0.2);
}
@media (min-width: 992px) {
	.hidden-button {
		padding: 15px 20px;
	}
}



.hidden-button-pink {
	background: transparent;
	border: 1px solid #dc143b;
	border-radius: 4px;
	color: #dc143b!important;
	display: inline-block;
	font-size: 16px;
	padding: 17px 19px 14px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-family: 'Gotham-Pro-Light','Roboto','Arial','sans-serif';
}
.hidden-button-pink:hover {
	background: #dc143b;
	border: 1px solid #dc143b;
	color: #fff!important;
}
.hidden-button-black {
	background: transparent;
	border: 1px solid #343434;
	border-radius: 4px;
	color: #323232;
	display: inline-block;
	font-size: 16px;
	padding: 17px 19px 14px;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.11em;
	font-family: 'Gotham-Pro-Light','Roboto','Arial','sans-serif';
}
.hidden-button-black:hover {
	background: #dc143b;
	border: 1px solid #dc143b;
	color: #fff;
}
table {
	border-collapse: collapse;
	border: 1px;
}
thead tr td {
	background: #fce3e8;
	border-top: 2px solid #dc143b;
}
p {
	margin: 0 0 10px;
}
