/* Layout and Typography */
html {
	box-sizing: border-box;
}
* {
	box-sizing: border-box;
}
body {
	position: relative;
	color: #000;
	display: flex;
	flex-direction: column;
	min-width: 320px;
	min-height: 100vh;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	line-height: 1.5;
}
:first-child {
	margin-top: 0;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: inherit;
	font-weight: bold;
	line-height: 1.2;
	margin: 1.25em 0 0.5em;
}
h1,
.h1 {
	font-size: 44px;
}
h2,
.h2 {
	font-size: 24px;
}
h3,
.h3 {
	font-size: 20px;
}
h4,
.h4 {
	font-size: 16px;
}
h5,
.h5,
h6,
.h6 {
	font-size: 16px;
	text-decoration: underline;
	font-weight: normal;
}
p {
	margin: 0 0 1.5em;
}
.row-main {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}
.divider {
	position: relative;
	height: 18px;
	margin-bottom: 20px;
	padding: 20px 0;
}
.divider::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 28px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10H21V13H0V10Z' fill='%23D5D6D9' style='fill:%23D5D6D9;fill:color(display-p3 0.8353 0.8392 0.8510);fill-opacity:1;'/%3E%3Cpath d='M0 5H14V8H0V5Z' fill='%23D5D6D9' style='fill:%23D5D6D9;fill:color(display-p3 0.8353 0.8392 0.8510);fill-opacity:1;'/%3E%3Cpath d='M0 15H14V18H0V15Z' fill='%23D5D6D9' style='fill:%23D5D6D9;fill:color(display-p3 0.8353 0.8392 0.8510);fill-opacity:1;'/%3E%3C/svg%3E%0A");
	transform: translateY(-50%);
}
.divider::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 45px;
	width: calc(100% - 45px);
	height: 1px;
	border-top: 1px solid #d5d6d9;
	transform: translateY(-50%);
}

/* Header */
.header {
	padding-top: 44px;
}
.header__logo {
	margin-bottom: 28px;
	text-align: center;
}
.header__logo svg {
	width: 373px;
	max-width: 100%;
	fill: #d52834;
}
.header__message {
	position: relative;
	padding: 12px 40px;
	background-color: #dbe8fb;
	border-radius: 6px;
	color: #26497E;
	font-size: 14px;
	text-align: center;
}
.header__message::before,
.header__message::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 28px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	transform: translateY(-50%);
}
.header__message::before {
	left: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.666992' width='18.6667' height='4.00007' fill='white' style='fill:white;fill-opacity:1;'/%3E%3Crect y='7.33496' width='28' height='4.00007' fill='white' style='fill:white;fill-opacity:1;'/%3E%3Crect y='14' width='18.6667' height='4.00007' fill='white' style='fill:white;fill-opacity:1;'/%3E%3C/svg%3E%0A");
}
.header__message::after {
	right: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='28' height='18' viewBox='0 0 28 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18.6667' height='4.00007' transform='matrix(-1 0 0 1 27.667 1)' fill='white' style='fill:white;fill-opacity:1;'/%3E%3Crect width='28' height='4.00007' transform='matrix(-1 0 0 1 28 7.33496)' fill='white' style='fill:white;fill-opacity:1;'/%3E%3Crect width='18.6667' height='4.00007' transform='matrix(-1 0 0 1 28 14)' fill='white' style='fill:white;fill-opacity:1;'/%3E%3C/svg%3E%0A");
}
.header__message p {
	margin: 0;
}

/* Main */
.main {
	flex: 1 1 auto;
}
.networks {
	margin-bottom: 80px;
}
.networks h2 {
	margin-bottom: 40px;
}
.networks__inner {
	display: flex;
	margin-bottom: -30px;
	margin-left: -30px;
}
.networks__item {
	flex: 0 1 auto;
	border-bottom: 30px solid transparent;
	border-left: 30px solid transparent;
}
.networks__item iframe {
	max-width: 100%;
}
.networks__item--youtube {
	flex: 0 1 auto;
}
.networks__item--facebook {
	flex: 0 1 460px;
}
.fb-widget {
	width: 100%;
	display: flex;
	justify-content: center;
}
.fb-fallback {
	width: 100%;
	max-width: 460px;
}
.fb-fallback__content {
	padding: 20px;
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 6px;
	max-width: 460px;
	margin: 0 auto;
	text-align: center;
}
.fb-fallback__title {
	margin: 0 0 10px 0;
	color: #333;
	font-weight: 700;
	font-size: 16px;
}
.fb-fallback__text {
	margin: 0 0 15px 0;
	color: #666;
	font-size: 14px;
}
.fb-fallback__button {
	display: inline-block;
	padding: 12px 24px;
	border-radius: 6px;
	background: #1877f2;
	color: #ffffff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease;
}
.fb-fallback__button:hover {
	background: #166fe5;
	color: #ffffff;
	text-decoration: none;
}

/* Footer */
.footer {
	padding: 28px 20px;
	background-color: #d52834;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}
.footer p {
	margin: 0;
}

/* Utilities */
.u-vhide {
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	margin: -0.1rem;
	padding: 0;
	border: 0;
	overflow: hidden;
	clip: rect(0 0 0 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;
}
.u-text-center {
	text-align: center;
}

@media (max-width: 1000px) {
	.networks__inner {
		flex-wrap: wrap;
		justify-content: center;
	}
	.networks__item--youtube {
		flex: 0 1 100%;
	}
	.networks__item--youtube iframe {
		width: 100%;
	}
	.networks__item--facebook {
		flex: 0 1 460px;
	}
}

@media (max-width: 750px) {
	h1,
	.h1,
	h2,
	.h2,
	h3,
	.h3,
	h4,
	.h4,
	h5,
	.h5,
	h6,
	.h6 {
		margin-bottom: 0.35em;
	}
	h1,
	.h1 {
		font-weight: normal;
		font-size: 23px;
	}
	h2,
	.h2 {
		font-size: 19px;
	}
	h3,
	.h3 {
		font-size: 18px;
	}
}

@media (max-width: 500px) {
	.networks__item--facebook {
		flex: 0 1 100%;
		text-align: center;
	}
	.networks__item--facebook .fb-page > span {
		width: 282px !important;
		height: 537px !important;
	}
	.networks__item--facebook .fb-page iframe {
		width: 282px !important;
		height: 537px !important;
	}
}

@media (min-width: 1024px) {
	.ir-tabs-menu.jsx-3970204011 {
		margin: 60px 0 !important;
	}
}