@import url("https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");
body, p, a, h1, h2, h3, h4, h5, h6 {
  font-family: "Exo 2", sans-serif;
}
h2 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 300;
  line-height: 100%;
}
body, p {
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 200;
  line-height: 135%;
}
body strong, p strong {
  font-weight: 600 !important;
}
#et-main-area .et_pb_button {
  width: 400px;
  max-width: 100% !important;
  font-weight: 300 !important;
  line-height: 100% !important;
  padding: 15px 50px !important;
  text-align: center;
}
#et-main-area .et_pb_button:hover {
  padding: 15px 50px !important;
}
.red {
  color: #9F0102 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.et_pb_section {
  padding: 60px 0 120px !important;
  background: transparent;
  background-repeat: no-repeat !important;
}
.et_pb_section .et_pb_row {
  width: 90% !important;
  padding: 0;
}
.section-hero {
  padding: 100px 0 !important;
  background-size: cover !important;
  /*background-position: center center;*/
  background-repeat: no-repeat !important;
}
.section-hero.bg-center {
  background-position: center center;
}
.section-hero:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 48%;
  display: block;
  background-image: url(/wp-content/uploads/2023/09/red-bar.png) !important;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .section-hero:before {
    right: 0;
  }
}
.section-hero:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 48%;
  right: 0;
  display: block;
  background-image: url(/wp-content/uploads/2023/09/blue-bar.png) !important;
  background-position: bottom right;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 980px) {
  .section-hero:after {
    left: 0;
  }
}
.section-hero .et_pb_row {
  display: flex;
}
@media (min-width: 981px) {
  .section-hero .et_pb_row {
    align-items: center;
  }
  .section-hero .et_pb_row .et_pb_column:first-of-type {
    width: 55% !important;
    margin-right: 5% !important;
  }
  .section-hero .et_pb_row .et_pb_column:last-of-type {
    width: 40% !important;
  }
}
@media (max-width: 980px) {
  .section-hero .et_pb_row {
    flex-direction: column-reverse;
  }
}
@media (max-width: 980px) {
  .section-hero .et_pb_row .et_pb_column:last-of-type {
    position: relative;
    height: 200px;
  }
  .section-hero .et_pb_row .et_pb_column:last-of-type .et_pb_image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-64%, -50%);
  }
}
@media (max-width: 980px) and (max-width: 767px) {
  .section-hero .et_pb_row .et_pb_column:last-of-type .et_pb_image {
    transform: translate(-69%, -50%);
  }
}
@media (max-width: 980px) and (max-width: 767px) and (max-width: 450px) {
  .section-hero .et_pb_row .et_pb_column:last-of-type .et_pb_image {
    width: 100%;
  }
}
.section-hero h1 {
  font-size: 32px;
  font-weight: 300;
  line-height: 100%;
  text-indent: -50px;
  padding-left: 50px;
  text-shadow: 0px 4px 20px #000000;
}
@media (min-width: 981px) {
  .section-hero h1 {
    font-size: 50px;
    text-indent: -40px;
    padding-left: 40px;
  }
}
@media (min-width: 1280px) {
  .section-hero h1 {
    font-size: 60px;
    text-indent: -50px;
    padding-left: 50px;
  }
}
@media (max-width: 980px) {
  .section-hero h1 {
    font-size: 45px;
    text-indent: -35px;
    padding-left: 35px;
  }
}
@media (min-width: 600px) and (max-width: 980px) {
  .section-hero h1 {
    font-size: 40px;
    text-indent: -30px;
    padding-left: 30px;
  }
}
@media (max-width: 599px) {
  .section-hero h1 {
    font-size: 32px;
    text-indent: -25px;
    padding-left: 25px;
  }
}
.section-hero h1.no-shadow {
  text-shadow: none;
}
.section-hero h1.no-indent {
  max-width: 600px;
  text-indent: initial !important;
  padding-left: 0 !important;
}
.section-hero h1.no-indent.eng {
  max-width: 665px;
}
@media (max-width: 980px) {
  .section-hero .et_pb_image {
    margin-bottom: 70px !important;
  }
}
.section-hero .et_pb_image a {
  display: block;
  max-width: 500px;
}
@media (min-width: 981px) {
  .section-hero .et_pb_image a {
    margin-left: auto;
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .section-hero .et_pb_image a {
    margin: 0 auto;
  }
}
@media (max-width: 980px) {
  .section-hero .et_pb_image .et_pb_image_wrap {
    text-align: center;
  }
}
@media (min-width: 981px) {
  .section-hero .et_pb_image img {
    width: 500px;
    height: 440px;
    object-fit: contain;
  }
}
.section-hero-with-logo .et_pb_row .et_pb_column:first-of-type .et_pb_text_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.section-hero-with-logo .et_pb_row .et_pb_column:first-of-type .et_pb_text_inner p.img-only {
  width: fit-content;
  line-height: 1;
}
.section-page .row-breadcrumbs.et_pb_row, .section-landing .row-breadcrumbs.et_pb_row {
  padding-bottom: 40px !important;
}
.section-page .row-breadcrumbs.et_pb_row .et_pb_code span, .section-page .row-breadcrumbs.et_pb_row .et_pb_code a, .section-landing .row-breadcrumbs.et_pb_row .et_pb_code span, .section-landing .row-breadcrumbs.et_pb_row .et_pb_code a {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 100%;
}
.section-page .row-breadcrumbs.et_pb_row .et_pb_code a:hover, .section-landing .row-breadcrumbs.et_pb_row .et_pb_code a:hover {
  color: #283C72 !important;
}
#top-header, #main-header {
  box-shadow: none;
}
#top-header .container, #main-header .container {
  width: 90% !important;
}
@media (max-width: 980px) {
  #top-header .container, #main-header .container {
    width: 94% !important;
  }
}
@media (max-width: 980px) {
  #page-container {
    padding-top: 0 !important;
  }
}
/* TMP header */
@media (max-width: 980px) {
  #main-header, #main-header.et-fixed-header {
    background-color: transparent !important;
  }
}
#main-header .logo_container, #main-header.et-fixed-header .logo_container {
  display: none;
}
#main-header #et-top-navigation, #main-header.et-fixed-header #et-top-navigation {
  width: 100%;
  padding: 18px 0 !important;
}
@media (max-width: 980px) {
  #main-header #et-top-navigation, #main-header.et-fixed-header #et-top-navigation {
    padding-top: 50px !important;
  }
}
@media (max-width: 767px) {
  #main-header #et-top-navigation, #main-header.et-fixed-header #et-top-navigation {
    padding-top: 40px !important;
  }
}
#main-header #et-top-navigation #top-menu-nav, #main-header #et-top-navigation #top-menu, #main-header.et-fixed-header #et-top-navigation #top-menu-nav, #main-header.et-fixed-header #et-top-navigation #top-menu {
  width: 100%;
}
#main-header #et-top-navigation #top-menu > li, #main-header.et-fixed-header #et-top-navigation #top-menu > li {
  padding-right: 5%;
}
#main-header #et-top-navigation #top-menu > li > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li > a {
  font-size: 14px !important;
  line-height: 100%;
  font-weight: 500;
  padding: 9px 0 11px 15px;
  background-image: url(/wp-content/uploads/2024/04/slash-red.png);
  background-position: 0 10px;
  background-size: 8px;
  background-repeat: no-repeat;
  /*
				@media (min-width: 1250px) {
					font-size: 22px !important;
				}*/
}
@media (min-width: 1050px) {
  #main-header #et-top-navigation #top-menu > li > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li > a {
    font-size: 16px !important;
  }
}
@media (min-width: 1150px) {
  #main-header #et-top-navigation #top-menu > li > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li > a {
    font-size: 18px !important;
  }
}
@media (min-width: 1260px) {
  #main-header #et-top-navigation #top-menu > li > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li > a {
    font-size: 20px !important;
  }
}
@media (min-width: 1340px) {
  #main-header #et-top-navigation #top-menu > li > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li > a {
    font-size: 24px;
    background-position: 0 12px;
  }
}
#main-header #et-top-navigation #top-menu > li > a:hover, #main-header.et-fixed-header #et-top-navigation #top-menu > li > a:hover {
  color: #9F0102;
  opacity: 1;
}
#main-header #et-top-navigation #top-menu > li.current_page_item > a, #main-header #et-top-navigation #top-menu > li.current-menu-parent > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.current_page_item > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.current-menu-parent > a {
  color: #9F0102 !important;
}
#main-header #et-top-navigation #top-menu > li.current_page_item .current_page_item > a, #main-header #et-top-navigation #top-menu > li.current-menu-parent .current_page_item > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.current_page_item .current_page_item > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.current-menu-parent .current_page_item > a {
  color: #9F0102 !important;
}
#main-header #et-top-navigation #top-menu > li.header-contact-btn, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn {
  float: right;
  padding: 0 !important;
}
@media (min-width: 1240px) {
  #main-header #et-top-navigation #top-menu > li.header-contact-btn, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn {
    padding: 0 !important;
  }
}
#main-header #et-top-navigation #top-menu > li.header-contact-btn a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn a {
  width: 110px;
  font-weight: 400 !important;
  text-align: center;
  background-color: #898787;
  border-radius: 5px;
  background-image: none;
  padding-left: 0 !important;
}
@media (min-width: 1110px) {
  #main-header #et-top-navigation #top-menu > li.header-contact-btn a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn a {
    width: 130px;
  }
}
@media (min-width: 1200px) {
  #main-header #et-top-navigation #top-menu > li.header-contact-btn a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn a {
    width: 150px;
  }
}
@media (min-width: 1440px) {
  #main-header #et-top-navigation #top-menu > li.header-contact-btn a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn a {
    width: 200px;
  }
}
#main-header #et-top-navigation #top-menu > li.header-contact-btn a:hover, #main-header.et-fixed-header #et-top-navigation #top-menu > li.header-contact-btn a:hover {
  color: #fff !important;
  background-color: #283C72;
}
#main-header #et-top-navigation #top-menu > li.wpml-ls-current-language, #main-header.et-fixed-header #et-top-navigation #top-menu > li.wpml-ls-current-language {
  float: right;
  padding-right: 30px !important;
}
#main-header #et-top-navigation #top-menu > li.wpml-ls-current-language > a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.wpml-ls-current-language > a {
  color: #9F0102 !important;
  background-image: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#main-header #et-top-navigation #top-menu > li.wpml-ls-current-language > a:after, #main-header.et-fixed-header #et-top-navigation #top-menu > li.wpml-ls-current-language > a:after {
  display: none;
}
#main-header #et-top-navigation #top-menu > li.wpml-ls-current-language .sub-menu a, #main-header.et-fixed-header #et-top-navigation #top-menu > li.wpml-ls-current-language .sub-menu a {
  color: #fff !important;
}
#main-header #et-top-navigation #et_mobile_nav_menu, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu {
  padding-right: 3%;
}
#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar_toggle, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar_toggle {
  padding-bottom: 0;
  z-index: 99999;
}
#main-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar_toggle:before, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu .mobile_menu_bar_toggle:before {
  color: transparent;
  background-position: center right;
  background-repeat: no-repeat;
}
#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav.closed .mobile_menu_bar_toggle:before, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu .mobile_nav.closed .mobile_menu_bar_toggle:before {
  background-image: url(/wp-content/uploads/2024/04/mobile-menu-icon.svg);
}
#main-header #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar_toggle:before, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar_toggle:before {
  background-image: url(/wp-content/uploads/2024/04/circle-xmark.svg);
  background-size: 32px;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu {
  top: 40px;
  border: none;
}
@media (max-width: 767px) {
  #main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu {
    top: 30px !important;
  }
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li a, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li a {
  font-size: 15px;
  line-height: 100%;
  font-weight: 300;
  border-bottom: 1px solid #434343;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li a:hover, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li a:hover {
  color: #9F0102;
  background-color: transparent;
  opacity: 1;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li > a, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li > a {
  padding-left: 15px;
  background-image: url(/wp-content/uploads/2024/04/slash-red.png);
  background-position: 0 10px;
  background-size: 6px;
  background-repeat: no-repeat;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.menu-item-has-children > a, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.menu-item-has-children > a {
  background-color: transparent;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.menu-item-has-children > a:hover, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.menu-item-has-children > a:hover {
  background-color: transparent;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li .sub-menu, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li .sub-menu {
  padding-left: 0;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li .sub-menu li, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li .sub-menu li {
  padding-left: 0;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.wpml-ls-item > a, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.wpml-ls-item > a {
  display: none;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.wpml-ls-item li a, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.wpml-ls-item li a {
  color: #9F0102;
  font-size: 16px;
  padding-left: 0;
  border-bottom: none;
}
#main-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.wpml-ls-item li a:hover, #main-header.et-fixed-header #et-top-navigation #et_mobile_nav_menu #mobile_menu > li.wpml-ls-item li a:hover {
  color: #fff;
}
/*
#main-header,
#main-header.et-fixed-header {
	
	@include tablet {
		background-color: transparent !important;
	}
	
	.logo_container {
		display: none;
	}
	
	#et-top-navigation {
		width: 100%;
		padding: 18px 0 !important;
		
		@include tablet {
			padding-top: 50px !important;
		}
		
		@include phone {
			padding-top: 40px !important;
		}
		
		#top-menu-nav,
		#top-menu {
			width: 100%;
		}
		
		#top-menu > li {
			padding-right: 5%;
			
			>a {
				
				line-height: 100%;
				font-weight: 500;
				padding: 9px 0 11px 15px;
				background-image: url(/wp-content/uploads/2024/04/slash-red.png);
				background-position: 0 10px;
				background-size: 8px;
				background-repeat: no-repeat;
				
				@media (min-width: 1240px) {
					font-size: 24px;
					background-position: 0 12px;
				}
				
				&:hover {
					color: $red;
					opacity: 1;
				}
			}
			
			&.menu-item-has-children a {
				padding-right: 25px;
				
				&:after {
					top: 12px;
					font-size: 26px;
					font-weight: 400;
				}
			}
			
			&.current_page_item,
			&.current-menu-parent {
				> a {
					color: $red !important;
				}
				
				.current_page_item {
					> a {
						color: $red !important;
					}
				}
			}
			
			.sub-menu {
				width: 270px;
				padding: 18px 0 0 !important;
				border: none;
				box-shadow: none;
				
				li {
					width: 100%;
					padding: 0;
					
					a {
						display: block;
						width: 100%;
						line-height: 100%;
						font-weight: 300;
						padding: 8px 20px 10px;
						outline: none;
						
						@media (min-width: 1240px) {
							font-size: 24px;
						}
						
						&:hover {
							background-color: #898787;
							opacity: 1;
						}
					}
				}
			}
		
		
			&.header-contact-btn {
				float: right;
				padding: 0 !important;
				
				@media (min-width: 1240px) {
					padding: 0 !important;
				}
				
				a {
					width: 150px;
					font-weight: 400 !important;
					text-align: center;
					background-color: #898787;
					border-radius: 5px;
					background-image: none;
					padding-left: 0 !important;
					
					@media (min-width: 1240px) {
						width: 200px;
					}
					
					&:hover {
						color: #fff !important;
						background-color: $dark-blue;
					}
				}
			}
			
			&.wpml-ls-current-language {
				float: right;
				padding-right: 30px !important;
				
				
				> a {
					color: $red !important;
					background-image: none;
					padding-left: 0 !important;
					padding-right: 0 !important;
					
					&:after {
						display: none;
					}
				}
				
				.sub-menu {
					a {
						color: #fff !important;
					}
				}
			}
			
		}
		
		
		#et_mobile_nav_menu {
			padding-right: 3%;
			
			.mobile_menu_bar_toggle {
				padding-bottom: 0;
				z-index: 99999;
				
				&:before {
					color: transparent;
					background-position: center right;
					background-repeat: no-repeat;
				}
			}
			
			.mobile_nav.closed {
				.mobile_menu_bar_toggle:before {
					background-image: url(/wp-content/uploads/2024/04/mobile-menu-icon.svg);
				}
			}
			
			.mobile_nav.opened {
				.mobile_menu_bar_toggle:before {
					background-image: url(/wp-content/uploads/2024/04/circle-xmark.svg);
					background-size: 32px;
				}
			}
			
			#mobile_menu {
				top: 40px;
				border: none;
				
				@include phone {
					top: 30px !important;
				}
				
				> li {
					
					a {
						font-size: 15px;
						line-height: 100%;
						font-weight: 300;
						border-bottom: 1px solid #434343;
						
						&:hover {
							color: $red;
							background-color: transparent;
							opacity: 1;
						}
					}
					
					> a {
						
						padding-left: 15px;
						background-image: url(/wp-content/uploads/2024/04/slash-red.png);
						background-position: 0 10px;
						background-size: 6px;
						background-repeat: no-repeat;
					}
					
					&.menu-item-has-children>a {
						background-color: transparent;
						
						&:hover {
							background-color: transparent;
						}
					}
					
					.sub-menu {
						padding-left: 0;
						
						li {
							padding-left: 0;
						}
					}
				}
				
				>li.wpml-ls-item {
					>a {
						display: none;
					}
					
					li {
						a {
							color: $red;
							font-size: 16px;
							padding-left: 0;
							border-bottom: none;
							
							&:hover {
								color: #fff;
							}
						}
					}
				}
			}
		}
	}
}*/
.section-footer {
  padding: 34px 0 60px !important;
}
@media (max-width: 767px) {
  .section-footer {
    padding: 40px 0 !important;
  }
}
.section-footer .row-contact {
  padding-bottom: 30px !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 40px 5%;
  flex-wrap: wrap;
}
@media (min-width: 1220px) {
  .section-footer .row-contact {
    flex-wrap: nowrap;
  }
}
.section-footer .row-contact:after {
  display: none;
}
.section-footer .row-contact .et_pb_column {
  margin: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px clamp(30px, 4.1666666667vw, 60px);
}
@media (min-width: 768px) {
  .section-footer .row-contact .et_pb_column {
    width: max-content;
  }
}
@media (max-width: 767px) {
  .section-footer .row-contact .et_pb_column {
    flex-direction: column;
  }
}
.section-footer .row-contact .et_pb_column:first-child {
  width: 100%;
}
@media (min-width: 1220px) {
  .section-footer .row-contact .et_pb_column:first-child {
    max-width: 460px;
  }
}
.section-footer .row-contact .et_pb_column .et_pb_text {
  font-size: 18px !important;
  font-weight: 200 !important;
  line-height: 134%;
}
.section-footer .row-contact .et_pb_column .et_pb_text:first-child {
  margin-bottom: 0;
  font-weight: 400 !important;
  line-height: 100%;
  width: 100%;
  min-width: 94px;
}
@media (min-width: 768px) {
  .section-footer .row-contact .et_pb_column .et_pb_text:first-child {
    width: auto;
    white-space: nowrap;
  }
}
.section-footer .row-contact .et_pb_column .et_pb_social_media_follow li a.icon {
  width: 38px;
  height: 38px;
  border-radius: 7px;
  transition: color 0.4s ease;
}
.section-footer .row-contact .et_pb_column .et_pb_social_media_follow li a.icon:hover:before {
  color: #9F0102;
  transition: color 0.4s ease;
}
.section-footer .row-contact .et_pb_column .et_pb_social_media_follow li a.icon:before {
  height: 38px;
  width: 38px;
  font-size: 27px;
  line-height: 38px;
  transition: color 0.4s ease;
}
.section-footer .row-contact .et_pb_menu {
  background: transparent;
}
.section-footer .row-contact .et_pb_menu .et_pb_menu__wrap {
  justify-content: flex-start !important;
}
@media (max-width: 980px) {
  .section-footer .row-contact .et_pb_menu .et_pb_menu__menu {
    display: block;
  }
}
.section-footer .row-contact .et_pb_menu ul.et-menu {
  flex-direction: column;
  margin: 0;
}
@media (min-width: 500px) {
  .section-footer .row-contact .et_pb_menu ul.et-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 10%;
    grid-row-gap: 0px;
  }
}
.section-footer .row-contact .et_pb_menu ul.et-menu li {
  padding: 0;
  margin: 0;
}
@media (min-width: 500px) {
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(1) {
    grid-area: 1 / 1 / 2 / 2;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(3) {
    grid-area: 3 / 1 / 4 / 2;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(4) {
    grid-area: 4 / 1 / 5 / 2;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(5) {
    grid-area: 5 / 1 / 6 / 2;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(6) {
    grid-area: 1 / 2 / 2 / 3;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(7) {
    grid-area: 2 / 2 / 3 / 3;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(8) {
    grid-area: 3 / 2 / 4 / 3;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(9) {
    grid-area: 4 / 2 / 5 / 3;
  }
  .section-footer .row-contact .et_pb_menu ul.et-menu li:nth-child(10) {
    grid-area: 5 / 2 / 6 / 3;
  }
}
.section-footer .row-contact .et_pb_menu ul.et-menu li a {
  padding-bottom: 4px;
  color: #fff;
  font-size: 18px !important;
  font-weight: 200 !important;
  line-height: 110%;
  white-space: nowrap;
}
.section-footer .row-contact .et_pb_menu ul.et-menu li a:hover {
  color: #9F0102;
  opacity: 1;
}
.section-footer .row-contact .et_pb_menu ul.et-menu .wpml-ls-item {
  display: none;
}
.section-footer .row-copyright {
  padding: 20px 0 0 !important;
  border-top: 0.5px solid #fff;
}
@media (min-width: 981px) {
  .section-footer .row-copyright {
    padding: 9px 0 0 !important;
  }
}
@media (max-width: 980px) {
  .section-footer .row-copyright .et_pb_column:first-of-type {
    margin-bottom: 10px !important;
  }
}
.section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text span {
  color: #fff;
  font-size: 18px !important;
  font-weight: 200;
  line-height: 100%;
}
.section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p {
  display: flex;
  justify-content: flex-start;
}
@media (min-width: 611px) {
  .section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p span {
    padding-right: 7px;
    margin-right: 7px;
    border-right: 1px solid #fff;
  }
  .section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p span:last-of-type {
    padding-right: 0px;
    margin-right: 0px;
    border-right: none !important;
  }
}
@media (min-width: 981px) and (max-width: 1005px) {
  .section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p span {
    font-size: 17px !important;
  }
}
@media (max-width: 610px) {
  .section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p {
    flex-direction: column;
  }
  .section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p span {
    font-size: 16px !important;
    margin: 0px 0 10px;
  }
  .section-footer .row-copyright .et_pb_column:first-of-type .et_pb_text p span:last-of-type {
    margin-bottom: 0 !important;
  }
}
@media (min-width: 981px) {
  .section-footer .row-copyright .et_pb_column:last-of-type .et_pb_text {
    text-align: right;
  }
}
.section-footer .row-copyright .et_pb_text {
  color: #fff;
  font-size: 18px !important;
  font-weight: 200;
  line-height: 100%;
  margin-bottom: 0 !important;
}
@media (min-width: 981px) and (max-width: 1005px) {
  .section-footer .row-copyright .et_pb_text {
    font-size: 17px !important;
  }
}
@media (max-width: 610px) {
  .section-footer .row-copyright .et_pb_text {
    font-size: 16px !important;
  }
}
@media (min-width: 1200px) {
  .section-footer.section-footer-partners .row-contact {
    flex-wrap: nowrap;
  }
}
.section-footer.section-footer-partners .row-contact .et_pb_column {
  gap: 20px clamp(20px, 4.1666666667vw, 40px);
}
@media (min-width: 550px) {
  .section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(3) {
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media (min-width: 850px) {
  .section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(3) {
    align-items: flex-end;
  }
}
.section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(4) {
  min-width: 80px;
  justify-content: flex-end;
}
.section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(4) .et_pb_image {
  margin: 0 !important;
}
@media (min-width: 850px) and (max-width: 1199px) {
  .section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(2) {
    width: 40% !important;
  }
  .section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(3), .section-footer.section-footer-partners .row-contact .et_pb_column:nth-of-type(4) {
    width: 25% !important;
  }
}
@media (min-width: 550px) and (max-width: 849px) {
  .section-footer.section-footer-partners .row-contact .et_pb_column {
    width: 45% !important;
  }
}
@media (max-width: 579px) {
  .section-footer.section-footer-partners .row-contact .et_pb_column {
    width: 100% !important;
  }
}
body.single-post article.et_pb_post {
  margin-bottom: 0;
  padding-bottom: 0;
}
.section-case .section-case-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.section-case .section-case-row:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 981px) {
  .section-case .section-case-row:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media (max-width: 980px) {
  .section-case .section-case-row.reverse .et_pb_column:first-child {
    margin-bottom: 0;
  }
  .section-case .section-case-row.reverse .et_pb_column:last-child {
    margin-bottom: 30px;
    order: -1;
  }
}
.section-case .section-case-row .et_pb_column {
  position: relative;
  overflow: visible;
}
.section-case .section-case-row .et_pb_column .et_pb_text.mw-600 {
  margin: 0 auto;
  max-width: 600px;
}
.section-case .section-case-row .et_pb_column .et_pb_text h2, .section-case .section-case-row .et_pb_column .et_pb_text h3, .section-case .section-case-row .et_pb_column .et_pb_text h4, .section-case .section-case-row .et_pb_column .et_pb_blurb h2, .section-case .section-case-row .et_pb_column .et_pb_blurb h3, .section-case .section-case-row .et_pb_column .et_pb_blurb h4 {
  padding-bottom: 30px;
  color: #9F0102;
}
.section-case .section-case-row .et_pb_column .et_pb_text h2, .section-case .section-case-row .et_pb_column .et_pb_blurb h2 {
  font-size: clamp(30px, 5vw, 40px);
  font-weight: 300;
  line-height: 100%;
}
.section-case .section-case-row .et_pb_column .et_pb_text p, .section-case .section-case-row .et_pb_column .et_pb_text li, .section-case .section-case-row .et_pb_column .et_pb_blurb p, .section-case .section-case-row .et_pb_column .et_pb_blurb li {
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 200;
  line-height: 135%;
}
.section-case .section-case-row .et_pb_column .et_pb_text p strong, .section-case .section-case-row .et_pb_column .et_pb_text li strong, .section-case .section-case-row .et_pb_column .et_pb_blurb p strong, .section-case .section-case-row .et_pb_column .et_pb_blurb li strong {
  font-weight: 500 !important;
}
.section-case .section-case-row .et_pb_column .et_pb_text ul, .section-case .section-case-row .et_pb_column .et_pb_blurb ul {
  padding-left: 0 !important;
  list-style: none;
}
.section-case .section-case-row .et_pb_column .et_pb_text ul li, .section-case .section-case-row .et_pb_column .et_pb_blurb ul li {
  list-style: none;
}
.section-case .section-case-row .et_pb_column .et_pb_text ul li:before, .section-case .section-case-row .et_pb_column .et_pb_blurb ul li:before {
  content: "/ ";
  color: #9F0102;
  font-weight: 400;
}
.section-case .section-case-row .et_pb_column .et_pb_text ul li:not(:last-child), .section-case .section-case-row .et_pb_column .et_pb_blurb ul li:not(:last-child) {
  margin-bottom: 1em;
}
.section-case .section-case-row .et_pb_column .et_pb_text ol li::marker, .section-case .section-case-row .et_pb_column .et_pb_blurb ol li::marker {
  color: #9F0102;
  font-weight: 300;
}
.section-case .section-case-row .et_pb_column .et_pb_text ol li:not(:last-child), .section-case .section-case-row .et_pb_column .et_pb_blurb ol li:not(:last-child) {
  margin-bottom: 1em;
}
.section-case .section-case-row .et_pb_column .et_pb_blurb .et_pb_blurb_content {
  max-width: none;
}
.section-case .section-case-row .et_pb_column .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, calc(-50% - 60px));
  max-width: 100px;
}
@media (min-width: 981px) {
  .section-case .section-case-row .et_pb_column .et_pb_image {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .section-case .section-case-row .et_pb_column .et_pb_image .et_pb_image_wrap {
    width: 100%;
    height: 100%;
  }
  .section-case .section-case-row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover;
  }
}
@media (max-width: 980px) {
  .section-case .section-case-row .et_pb_column .et_pb_image .et_pb_image_wrap {
    width: 100%;
  }
  .section-case .section-case-row .et_pb_column .et_pb_image .et_pb_image_wrap img {
    width: 100%;
  }
}
.section-case .section-case-row .testimonial.et_pb_testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 200px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 981px) {
  .section-case .section-case-row .testimonial.et_pb_testimonial {
    min-height: 280px;
  }
}
.section-case .section-case-row .testimonial.et_pb_testimonial:before {
  display: none;
}
.section-case .section-case-row .testimonial.et_pb_testimonial .et_pb_testimonial_content, .section-case .section-case-row .testimonial.et_pb_testimonial .et_pb_testimonial_content p {
  color: #283C72;
}
.section-case .section-case-row .testimonial.et_pb_testimonial .et_pb_testimonial_content:last-of-type, .section-case .section-case-row .testimonial.et_pb_testimonial .et_pb_testimonial_content p:last-of-type {
  padding-bottom: 0;
}
.section-case .section-case-row .testimonial.et_pb_testimonial .et_pb_testimonial_author {
  color: #283C72 !important;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 200;
  margin-top: 20px;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect {
  margin-bottom: 0;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-label-wrap {
  padding: 15px 40px 15px 20px;
  background-color: #D9D9D9;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 2px #c0c0bf;
  -moz-box-shadow: 0px 0px 10px 2px #c0c0bf;
  box-shadow: 0px 0px 10px 2px #c0c0bf;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-label {
  font-size: clamp(20px, 1.5vw, 24px);
  color: #283C72;
  padding: 0;
  line-height: 1.3;
  white-space: wrap;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-label-wrap .fs-arrow {
  border-top: 7px solid #283C72;
  right: 19px;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown {
  width: fit-content;
  min-width: 100%;
  max-width: 90vw;
  top: 110%;
  border-radius: 10px;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-search, .section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-no-results {
  display: none;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options {
  max-height: 90vh;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option {
  padding: 15px 20px;
  font-size: clamp(20px, 1.5vw, 24px);
  color: #283C72;
  transition: all 0.3s ease;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option:hover {
  background-color: #D9D9D9;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing-filters .et_pb_code_inner .facetwp-type-fselect .fs-wrap .fs-dropdown .fs-options .fs-option .fs-option-label {
  white-space: normal;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout {
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 50px;
}
@media (min-width: 768px) {
  .section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px 5%;
  }
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row {
  height: 100%;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-link a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-link:hover ~ .case-listing-img img {
  transform: translate(-50%, -50%) scale(1.05);
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-img {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  line-height: 0;
  aspect-ratio: 2.7032520325;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-content {
  padding: 25px;
  flex: 1;
  background-color: #D9D9D9;
  border-radius: 10px;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-content .case-listing-content-col .case-item-title {
  margin-bottom: 20px;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 300;
  color: #9F0102;
  text-align: center;
}
.section-case-listing .row-case-listing .et_pb_code.case-listing .et_pb_code_inner .facetwp-template .fwpl-layout .fwpl-result .case-listing-row .case-listing-col .case-listing-content .case-listing-content-col .case-item-desc {
  font-size: clamp(18px, 1.5vw, 20px);
}
.et_pb_section.section-bg-beige:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(231, 229, 228, 0.98) !important;
}
.home .section-hero {
  background-position: top center !important;
}
@media (max-width: 980px) {
  .home .section-hero {
    background-position: -400px 0 !important;
  }
}
.section-home .et_pb_text, .section-home p {
  font-size: clamp(20px, 3vw, 26px);
  line-height: 150%;
  font-weight: 300 !important;
}
.section-home .et_pb_text strong, .section-home p strong {
  font-weight: 400 !important;
}
.section-home .et_pb_text {
  /*max-width: 1200px;*/
  margin-bottom: 20px !important;
}
@media (min-width: 981px) {
  .section-home .et_pb_text {
    margin-bottom: 30px !important;
  }
}
.section-home .et_pb_text p:not(:first-of-type) {
  padding-bottom: 20px !important;
}
.section-home .et_pb_text p:last-of-type {
  padding-bottom: 0 !important;
}
.section-home .row-btns .et_pb_button_module_wrapper {
  margin-top: 30px !important;
  margin-bottom: 0 !important;
}
@media (min-width: 768px) {
  .section-home .row-btns .et_pb_button_module_wrapper {
    display: inline-block;
    float: left;
  }
  .section-home .row-btns .et_pb_button_module_wrapper:first-of-type {
    margin-right: 40px;
  }
}
.section-home .row-btns .et_pb_button_module_wrapper .et_pb_button {
  min-width: 300px;
  text-align: center;
}
.section-home .row-btns .et_pb_button_module_wrapper:last-of-type .et_pb_button:hover {
  background-color: #9F0102 !important;
}
.section-home .row-home-header {
  padding-bottom: 80px !important;
}
.section-home .row-home-header h2 {
  padding-bottom: 20px;
}
.section-home .row-services .et_pb_column {
  display: flex;
  flex-wrap: wrap;
}
.section-home .row-services .et_pb_blurb {
  vertical-align: top;
  background: #D0D0D0;
  border-radius: 10px;
  border: 2px solid #D0D0D0;
  box-shadow: 4px 4px 6px 0px #00000033;
  margin-bottom: 80px !important;
}
@media (min-width: 1280px) {
  .section-home .row-services .et_pb_blurb {
    display: inline-block;
    width: 32%;
    margin: 0 2% 80px 0;
  }
  .section-home .row-services .et_pb_blurb:nth-of-type(3n) {
    margin-right: 0;
  }
}
@media (min-width: 800px) and (max-width: 1279px) {
  .section-home .row-services .et_pb_blurb {
    display: inline-block;
    width: 48%;
    margin: 0 4% 80px 0;
  }
  .section-home .row-services .et_pb_blurb:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 799px) {
  .section-home .row-services .et_pb_blurb {
    width: 100%;
  }
}
.section-home .row-services .et_pb_blurb.et_clickable:hover {
  border: 2px solid #00643C;
}
.section-home .row-services .et_pb_blurb .et_pb_blurb_content {
  padding: 30px;
}
.section-home .row-services .et_pb_blurb .et_pb_blurb_content .et_pb_module_header {
  color: #9F0102;
  font-size: 30px !important;
  text-align: center;
  padding: 40px 0 20px;
}
.section-home .row-services .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  position: absolute;
  top: -55px;
  left: calc(50% - 55px);
  width: 110px;
  height: 110px;
}
.section-home .row-services .et_pb_blurb .et_pb_blurb_content p {
  padding-left: 25px;
  text-indent: -25px;
  padding-bottom: 10px;
}
.section-home .row-services .et_pb_blurb .et_pb_blurb_content p:last-of-type {
  padding-bottom: 0;
}
.section-home .row-services .et_pb_blurb .et_pb_blurb_content p .red {
  margin-right: 10px;
}
.section-page {
  background: transparent;
}
.section-page .et_pb_row {
  padding: 0 !important;
}
@media (max-width: 980px) {
  .section-page .et_pb_row .et_pb_column:first-of-type {
    margin-bottom: 60px !important;
  }
}
.section-page .et_pb_row .et_pb_column:first-of-type .et_pb_text, .section-page .et_pb_row .et_pb_column:first-of-type p {
  font-size: clamp(20px, 3vw, 26px);
  line-height: 150%;
  font-weight: 300 !important;
}
.section-page .et_pb_row .et_pb_column:first-of-type .et_pb_button_module_wrapper {
  margin-top: 70px !important;
}
@media (max-width: 980px) {
  .section-page .et_pb_row .et_pb_column:first-of-type .et_pb_button_module_wrapper {
    margin-top: 40px !important;
  }
}
.section-page .et_pb_row .et_pb_column:last-of-type .et_pb_text, .section-page .et_pb_row .et_pb_column:last-of-type p {
  font-size: clamp(18px, 3vw, 22px);
  line-height: 150%;
}
.section-page .et_pb_row .et_pb_column .agenda.et_pb_text table {
  border: none;
}
.section-page .et_pb_row .et_pb_column .agenda.et_pb_text table tr td {
  padding: 20px 0;
  border-top: none;
  border-bottom: 1px solid #283C72;
  vertical-align: top;
}
.section-page .et_pb_row .et_pb_column .agenda.et_pb_text table tr td:first-of-type {
  min-width: 200px;
}
@media (max-width: 980px) {
  .section-page .et_pb_row .et_pb_column .agenda.et_pb_text table tr td:first-of-type {
    min-width: 150px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .section-page .et_pb_row .et_pb_column .agenda.et_pb_text table tr td:first-of-type {
    min-width: 130px;
    font-size: 18px;
  }
}
.section-page .et_pb_row .et_pb_column .agenda.et_pb_text table tr:last-of-type td {
  border-bottom: none !important;
}
.section-contact {
  /*
	.et_pb_contact_form_container {
		
		.et_pb_contact {
			form {
				max-width: 600px;
				margin: 0;
				
				> p {
					padding: 0;
					margin-bottom: 25px;
					
				}
				
				label {
					display: block !important;
					color: #7F7F7F !important;
					font-size: 24px !important;
					font-weight: 400;
					line-height: 100% !important;
					margin-bottom: 5px;
				}
				
				input,
				textarea {
					background: #fff;
				}
				
				.et_contact_bottom_container {
					float: none;
					display: flex;
					flex-wrap: wrap;
					flex-direction: column;
					align-content: flex-start;
					text-align: left;
					margin: 0;
					
					.et_pb_contact_right {
						text-align: left;
						margin-bottom: 25px;
					}
					
					.et_pb_contact_submit.et_pb_button {
						
						background: #9F0102;
						margin: 0;
						
						&:hover {
							background: #283C72;
						}
					}
				}
			}
			
			.et-pb-contact-message {
				text-decoration: underline;
			}
		}
	}*/
}
.section-contact .et_pb_row {
  padding: 0 !important;
}
.section-contact .et_pb_row .et_pb_column .et_pb_text {
  margin-bottom: 50px !important;
}
.section-contact .et_pb_row .et_pb_column .et_pb_text p {
  font-size: clamp(26px, 3.5vw, 30px);
  font-weight: 300;
  line-height: 130%;
}
.section-contact .et_pb_row .et_pb_column .et_pb_text p strong {
  color: #9F0102;
}
.section-contact .et_pb_row .et_pb_column .et_pb_text p a:hover {
  color: #9F0102;
}
.section-contact .et_pb_row .et_pb_column .et_pb_text p:not(:first-of-type) {
  padding-bottom: 20px !important;
}
.section-contact .et_pb_row .et_pb_column .et_pb_text p:last-of-type {
  padding-bottom: 0 !important;
}
.section-contact .et_pb_code.contact-form {
  padding: 30px;
  background-color: #4f4f4f !important;
  border-radius: 10px;
}
.section-contact .et_pb_code.contact-form h3 {
  color: #fafafa !important;
  font-size: clamp(26px, 3.5vw, 30px);
  font-weight: 400;
  text-align: center;
  padding-bottom: 30px;
}
.section-contact .et_pb_code.contact-form form {
  max-width: 800px;
  margin: 0;
}
.section-contact .et_pb_code.contact-form form > p {
  padding: 0 0 25px;
}
.section-contact .et_pb_code.contact-form form label {
  display: block !important;
  /*color: #7F7F7F !important;*/
  color: #fafafa !important;
  font-size: 24px !important;
  font-weight: 200;
  line-height: 100% !important;
  margin-bottom: 5px;
}
.section-contact .et_pb_code.contact-form form input, .section-contact .et_pb_code.contact-form form textarea {
  width: 100%;
  color: #000;
  padding: 16px;
  border: none;
}
.section-contact .et_pb_code.contact-form form input:-internal-autofill-selected {
  background-color: #fff;
}
.section-contact .et_pb_code.contact-form form .submit-wrapper {
  margin-top: 20px;
}
.section-contact .et_pb_code.contact-form form .submit-wrapper input {
  width: 400px;
  max-width: 100% !important;
  color: #fff;
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 100% !important;
  text-align: center;
  padding: 15px 50px !important;
  background: #9F0102;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.section-contact .et_pb_code.contact-form form .submit-wrapper input:hover {
  background: #283C72;
}
.section-contact .et_pb_code.contact-form form p.desclaimer {
  color: #fff;
  font-size: 16px;
  margin-top: 30px;
}
.section-contact .et_pb_code.contact-form form p.desclaimer a {
  color: #fff !important;
  font-weight: 700;
  white-space: nowrap;
}
.section-contact .et_pb_code.contact-form form p.desclaimer a:hover {
  text-decoration: underline;
}
.section-contact .et_pb_code.contact-form form p.row-checkbox {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.section-contact .et_pb_code.contact-form form p.row-checkbox input {
  flex-basis: 30px;
  width: 30px;
  height: 30px;
  margin-right: 20px;
}
.section-contact .et_pb_code.contact-form form p.row-checkbox label {
  width: calc(100% - 55px);
  font-size: 18px !important;
  line-height: 110%;
}
.section-contact .et_pb_code.contact-form .et-pb-contact-message {
  text-decoration: underline;
}
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.section-landing-hero h1 {
  text-indent: 0px !important;
  padding-left: 0px !important;
}
.section-landing-hero .et_pb_button_module_wrapper {
  margin-top: 10%;
}
.section-landing-hero .et_pb_button_module_wrapper .et_pb_button {
  background-color: #283C72;
}
.section-landing-hero .et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #9F0102;
}
@media (max-width: 980px) {
  .section-landing-seo-hero {
    background-position: -1300px center !important;
  }
}
.section-landing-seo-hero .et_pb_row {
  display: flex;
}
@media (min-width: 981px) {
  .section-landing-seo-hero .et_pb_row {
    align-items: flex-end;
  }
}
.section-landing {
  padding: 100px 0 120px !important;
}
.section-landing .row-header-red {
  padding-bottom: 70px !important;
}
@media (max-width: 980px) {
  .section-landing .row-header-red {
    padding-bottom: 40px !important;
  }
}
.section-landing .row-header-red h2 {
  color: #9F0102;
  padding: 0;
}
.section-landing .row-header-red .header-intro h2 {
  padding-bottom: 50px;
}
.section-landing .row-header-red .header-intro p {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 153%;
}
@media (min-width: 1150px) {
  .section-landing .row-why {
    display: flex;
    justify-content: space-between;
  }
  .section-landing .row-why .et_pb_column {
    width: 24%;
    margin: 0;
  }
}
@media (min-width: 650px) and (max-width: 1149px) {
  .section-landing .row-why {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-landing .row-why .et_pb_column {
    width: 47%;
    margin: 0 0 6%;
  }
  .section-landing .row-why .et_pb_column:nth-of-type(2n+1) {
    margin-right: 6%;
  }
}
@media (max-width: 649px) {
  .section-landing .row-why {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-landing .row-why .et_pb_column {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-landing .row-why:after {
  display: none;
}
.section-landing .row-why .et_pb_column {
  padding: 40px 30px;
  background-color: #D9D9D9;
  border-radius: 10px;
}
.section-landing .row-why .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 40px;
}
.section-landing .row-why .et_pb_blurb .et_pb_blurb_description {
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 300 !important;
  line-height: 135%;
}
.section-landing .row-seo-benefits {
  max-width: 1250px !important;
}
.section-landing .row-seo-benefits .et_pb_blurb {
  margin-bottom: 50px;
}
.section-landing .row-seo-benefits .et_pb_blurb:last-of-type {
  margin-bottom: 0;
}
.section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content {
    align-items: flex-start;
  }
}
.section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 110px;
  margin-right: 4%;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 60px;
  }
}
.section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
  display: block;
  width: 110px;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 60px;
  }
}
.section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  width: calc(96% - 110px);
  max-width: 995px;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: calc(96% - 60px);
  }
}
.section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description, .section-landing .row-seo-benefits .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container .et_pb_blurb_description p {
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: 300 !important;
}
.section-landing .row-seo-benefits-list {
  max-width: 1390px !important;
  padding-bottom: 100px !important;
}
.section-landing .row-seo-benefits-list .et_pb_blurb {
  margin-bottom: 30px;
}
.section-landing .row-seo-benefits-list .et_pb_blurb:last-of-type {
  margin-bottom: 0;
}
.section-landing .row-seo-benefits-list .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
  width: 55px;
  margin-right: 5%;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits-list .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image {
    width: 40px;
  }
}
.section-landing .row-seo-benefits-list .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
  display: block;
  width: 55px;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits-list .et_pb_blurb .et_pb_blurb_content .et_pb_main_blurb_image img {
    width: 40px;
  }
}
.section-landing .row-seo-benefits-list .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  width: calc(95% - 55px);
  max-width: 100%;
}
@media (max-width: 767px) {
  .section-landing .row-seo-benefits-list .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
    width: calc(95% - 40px);
  }
}
.section-landing .row-contact-form {
  padding: 40px !important;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .section-landing .row-contact-form {
    background-image: none;
  }
}
.section-landing .row-contact-form.no-bg:before {
  display: none;
}
@media (min-width: 700px) {
  .section-landing .row-contact-form.case-sv .et_pb_code form > p > label {
    width: 188px;
    margin-right: 5%;
  }
  .section-landing .row-contact-form.case-sv .et_pb_code form > p > input {
    width: calc(95% - 188px) !important;
  }
  .section-landing .row-contact-form.case-sv .et_pb_code form > p > textarea {
    width: calc(95% - 188px);
  }
  .section-landing .row-contact-form.case-sv .et_pb_code form > p .checkbox {
    width: calc(95% - 188px);
  }
}
.section-landing .row-contact-form:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  background-color: rgba(217, 217, 217, 0.97) !important;
  border-radius: 10px;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact_main_title {
  color: #9F0102;
  font-size: clamp(26px, 2.5vw, 30px);
  font-weight: 300 !important;
  text-align: center;
  padding-bottom: 40px;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form {
  margin: 0 auto;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field {
  padding: 0;
  margin-bottom: 20px !important;
}
@media (min-width: 700px) {
  .section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
  }
  .section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field label {
    width: 25%;
    margin-right: 5%;
  }
  .section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field input {
    width: 70%;
  }
}
@media (min-width: 1000px) {
  .section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field {
    width: 47% !important;
  }
  .section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field:nth-of-type(2n) {
    margin-left: 6%;
  }
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field label {
  display: block;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 300 !important;
}
@media (max-width: 699px) {
  .section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field label {
    margin-bottom: 5px;
  }
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_pb_contact_field input {
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_contact_bottom_container {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  margin: 30px 0 0;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_contact_bottom_container .et_pb_contact_submit.et_pb_button {
  width: 360px !important;
  background-color: #283C72;
  margin: 0 auto;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_contact_bottom_container .et_pb_contact_submit.et_pb_button:hover {
  background-color: #9F0102;
}
.section-landing .row-contact-form .et_pb_contact_form_container .et_pb_contact form .et_contact_bottom_container .et_pb_contact_right {
  text-align: center;
  margin-bottom: 20px;
}
.section-landing .row-contact-form .et_pb_code h3 {
  color: #9F0102;
  font-size: clamp(26px, 2.5vw, 30px);
  font-weight: 300 !important;
  text-align: center;
  padding-bottom: 40px;
}
.section-landing .row-contact-form .et_pb_code form {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  width: 100%;
  margin: 0 auto;
}
.section-landing .row-contact-form .et_pb_code form > p {
  width: 100%;
}
@media (min-width: 700px) {
  .section-landing .row-contact-form .et_pb_code form > p {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100% !important;
  }
  .section-landing .row-contact-form .et_pb_code form > p > label {
    width: 25%;
    margin-right: 5%;
  }
  .section-landing .row-contact-form .et_pb_code form > p > input, .section-landing .row-contact-form .et_pb_code form > p > textarea {
    width: 70% !important;
  }
}
@media (min-width: 1150px) {
  .section-landing .row-contact-form .et_pb_code form > p {
    width: 47% !important;
  }
  .section-landing .row-contact-form .et_pb_code form > p:nth-of-type(2n) {
    margin-left: 6%;
  }
}
.section-landing .row-contact-form .et_pb_code form > p > label {
  display: block;
  font-size: clamp(20px, 2.5vw, 26px);
  font-weight: 300 !important;
}
@media (max-width: 699px) {
  .section-landing .row-contact-form .et_pb_code form > p > label {
    margin-bottom: 5px;
  }
}
.section-landing .row-contact-form .et_pb_code form > p > input, .section-landing .row-contact-form .et_pb_code form > p > textarea {
  width: 100%;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 5px;
  font-size: 18px;
}
.section-landing .row-contact-form .et_pb_code form > p > textarea {
  height: 47.5px;
}
.section-landing .row-contact-form .et_pb_code form > p.disclaimer {
  width: 100% !important;
  color: #5A5A5A;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 40px;
}
.section-landing .row-contact-form .et_pb_code form input:-internal-autofill-selected {
  background-color: #fff;
}
.section-landing .row-contact-form .et_pb_code form p .checkbox {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .section-landing .row-contact-form .et_pb_code form p .checkbox {
    width: 100%;
  }
}
.section-landing .row-contact-form .et_pb_code form p .checkbox label {
  font-weight: 300;
}
.section-landing .row-contact-form .et_pb_code form p .checkbox input {
  width: 30px;
  height: 30px;
  border-radius: 5px;
  margin: 0 15px 0 0;
}
.section-landing .row-contact-form .et_pb_code form .g-recaptcha.centered {
  margin: 0 auto 10px !important;
}
.section-landing .row-contact-form .et_pb_code form .g-recaptcha.right-side {
  margin: 0 0 10px auto !important;
}
.section-landing .row-contact-form .et_pb_code form .submit-wrapper {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 981px) {
  .section-landing .row-contact-form .et_pb_code form .submit-wrapper.button-right {
    text-align: right;
  }
}
.section-landing .row-contact-form .et_pb_code form .submit-wrapper input {
  width: 360px;
  max-width: 100% !important;
  color: #fff;
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 100% !important;
  text-align: center;
  padding: 15px 50px !important;
  margin: 0 auto;
  background-color: #283C72;
  border: none;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.section-landing .row-contact-form .et_pb_code form .submit-wrapper input:hover {
  background-color: #9F0102;
}
.section-landing .row-faq {
  padding-bottom: 100px !important;
  display: flex;
  flex-wrap: nowrap;
}
@media (min-width: 981px) {
  .section-landing .row-faq .et_pb_column_1_2 {
    width: 800px;
  }
  .section-landing .row-faq .et_pb_column_1_4 {
    width: 15.875%;
  }
}
@media (max-width: 980px) {
  .section-landing .row-faq {
    display: flex;
    align-items: flex-start;
  }
  .section-landing .row-faq .et_pb_column:first-of-type {
    width: 110px;
    margin-right: 40px;
  }
  .section-landing .row-faq .et_pb_column:nth-of-type(2) {
    width: calc(100% - 150px);
  }
}
@media (max-width: 767px) {
  .section-landing .row-faq .et_pb_column:first-of-type {
    width: 60px;
    margin-right: 40px;
  }
  .section-landing .row-faq .et_pb_column:nth-of-type(2) {
    width: calc(100% - 100px);
  }
}
@media (max-width: 500px) {
  .section-landing .row-faq .et_pb_column:first-of-type, .section-landing .row-faq .et_pb_column:last-of-type {
    display: none;
  }
  .section-landing .row-faq .et_pb_column:nth-of-type(2) {
    width: 100%;
  }
}
.section-landing .row-faq .et_pb_image {
  margin-top: 20px;
}
.section-landing .row-faq .et_pb_toggle {
  max-width: 800px;
  padding: 16px 20px 16px 0;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #B8B6B6;
  margin: 0 auto;
}
.section-landing .row-faq .et_pb_toggle:last-of-type {
  border-bottom: none !important;
}
.section-landing .row-faq .et_pb_toggle .et_pb_toggle_title {
  color: #1E1E1ECC;
  font-size: clamp(20px, 2.4vw, 30px);
  font-weight: 300;
}
.section-landing .row-faq .et_pb_toggle .et_pb_toggle_title:before {
  color: transparent;
  background-image: url(/wp-content/uploads/2024/04/arrow-down.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-landing .row-faq .et_pb_toggle .et_pb_toggle_content p {
  padding-bottom: 1em;
}
.section-landing .row-faq .et_pb_toggle .et_pb_toggle_content p:last-child {
  padding-bottom: 0;
}
.section-landing .row-faq .et_pb_toggle .et_pb_toggle_content li {
  font-size: clamp(20px, 1.5vw, 22px);
  font-weight: 200;
  line-height: 135%;
  padding-bottom: 15px;
}
.section-landing .row-faq .et_pb_toggle .et_pb_toggle_content li:last-child {
  padding-bottom: 0;
}
.section-landing .row-faq .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title:before {
  transform: rotate(180deg);
  transition: all 300ms ease 0ms;
}
.section-landing .row-2columns-text .et_pb_image img {
  display: block;
  border-radius: 10px;
}
.section-landing .row-2columns-text .et_pb_text p {
  font-size: clamp(20px, 2vw, 26px);
  line-height: 153%;
}
.section-landing .row-2columns-text .text-300 p {
  font-weight: 300;
}
@media (min-width: 1150px) {
  .section-landing .row-what {
    display: flex;
    justify-content: space-between;
  }
  .section-landing .row-what .et_pb_column {
    width: 24%;
    margin: 0;
  }
}
@media (min-width: 650px) and (max-width: 1149px) {
  .section-landing .row-what {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .section-landing .row-what .et_pb_column {
    width: 47%;
    margin: 0 0 6%;
  }
  .section-landing .row-what .et_pb_column:nth-of-type(2n+1) {
    margin-right: 6%;
  }
}
@media (max-width: 649px) {
  .section-landing .row-what {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-landing .row-what .et_pb_column {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-landing .row-what:after {
  display: none;
}
.section-landing .row-what .et_pb_column {
  position: relative;
  padding: 90px 30px 60px;
  background-color: #D9D9D9;
  border-radius: 10px;
  margin-top: 40px;
}
.section-landing .row-what .et_pb_column:before {
  content: " ";
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-landing .row-what .et_pb_column:first-of-type:before {
  background-image: url(/wp-content/uploads/2024/04/icon-1-red.png);
}
.section-landing .row-what .et_pb_column:nth-of-type(2):before {
  background-image: url(/wp-content/uploads/2024/04/icon-2-red.png);
}
.section-landing .row-what .et_pb_column:nth-of-type(3):before {
  background-image: url(/wp-content/uploads/2024/04/icon-3-red.png);
}
.section-landing .row-what .et_pb_column:last-of-type:before {
  background-image: url(/wp-content/uploads/2024/04/icon-4-red.png);
}
.section-landing .row-what .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 60px;
}
.section-landing .row-what .et_pb_blurb .et_pb_main_blurb_image img {
  display: block;
  width: auto;
  height: 80px;
  object-fit: contain;
}
.section-landing .row-what .et_pb_blurb .et_pb_module_header {
  font-size: 30px;
  font-weight: 400 !important;
  padding-bottom: 35px;
}
.section-landing .row-what .et_pb_blurb .et_pb_blurb_description p {
  color: #333;
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 140%;
}
.section-landing-breadcrumbs.section-landing {
  padding: 40px 0 120px !important;
}
.section-landing-team {
  padding: 80px 0 !important;
}
.section-landing-team .et_pb_team_member {
  position: relative;
  min-width: 150px;
}
.section-landing-team .et_pb_team_member .et_pb_team_member_image {
  margin: 0;
}
.section-landing-team .et_pb_team_member .et_pb_team_member_image img {
  display: block;
  width: 100%;
  border-radius: 10px;
}
.section-landing-team .et_pb_team_member .et_pb_team_member_description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 0 0 10px 10px;
}
.section-landing-team .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 600;
  padding-bottom: 5px;
}
.section-landing-team .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.section-landing-team .module-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 1129px) {
  .section-landing-team .module-quote {
    max-width: 590px;
    padding: 60px 0;
    margin: 0 auto;
  }
}
.section-landing-team .module-quote p {
  font-size: clamp(24px, 1.5vw, 30px);
  font-weight: 300;
}
.section-seo-team {
  padding: 80px 0 60px !important;
}
.section-seo-team .et_pb_row {
  max-width: 1200px !important;
}
@media (min-width: 981px) {
  .section-seo-team .et_pb_row .et_pb_column:first-of-type {
    width: 40%;
    margin-right: 5%;
  }
  .section-seo-team .et_pb_row .et_pb_column:last-of-type {
    width: 55%;
  }
}
@media (max-width: 980px) {
  .section-seo-team .et_pb_row .et_pb_column:first-of-type {
    float: none;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.section-seo-team .et_pb_column.team {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.section-seo-team .et_pb_team_member {
  position: relative;
  min-width: 150px;
  max-width: 320px;
  margin-bottom: 30px !important;
}
@media (min-width: 981px) {
  .section-seo-team .et_pb_team_member {
    width: 48%;
    margin-right: 4%;
  }
  .section-seo-team .et_pb_team_member:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media (max-width: 980px) {
  .section-seo-team .et_pb_team_member {
    width: 48%;
    margin-right: 4%;
  }
  .section-seo-team .et_pb_team_member:nth-of-type(2n) {
    margin-right: 0;
  }
}
.section-seo-team .et_pb_team_member .et_pb_team_member_image {
  width: 100%;
  height: 100%;
  margin: 0;
}
.section-seo-team .et_pb_team_member .et_pb_team_member_image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.section-seo-team .et_pb_team_member .et_pb_team_member_description {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 12px 18px;
  background-color: rgba(0, 0, 0, 0.35);
  border-radius: 0 0 10px 10px;
}
.section-seo-team .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  font-size: clamp(18px, 2.4vw, 30px);
  font-weight: 600;
  padding-bottom: 5px;
}
.section-seo-team .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}
.section-seo-team .module-quote {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  height: 100%;
  margin: 0 auto;
}
.section-seo-team .module-quote .et_pb_text_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 290px;
  background-image: url(/wp-content/uploads/2024/04/quotes-icon-bg.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-seo-team .module-quote p {
  font-size: clamp(24px, 1.5vw, 30px);
  font-weight: 300;
}
.section-seo-team .column-form {
  padding: 40px !important;
  border-radius: 10px;
  /*
		&:before {
			content: '';
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			display: block;
			background-color: #4F4F4F !important;
			border-radius: 10px;
			opacity: .9;
		}*/
}
@media (max-width: 767px) {
  .section-seo-team .column-form {
    padding: 40px 20px !important;
  }
}
.section-seo-team .column-form .et_pb_code {
  color: #fff;
}
.section-seo-team .column-form .et_pb_code h3 {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}
@media (min-width: 600px) {
  .section-seo-team .column-form .et_pb_code form p {
    display: flex;
    flex-direction: row;
  }
}
.section-seo-team .column-form .et_pb_code form p label {
  display: block;
  width: 150px;
}
@media (min-width: 981px) {
  .section-seo-team .column-form .et_pb_code form p label {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .section-seo-team .column-form .et_pb_code form p label {
    width: 130px;
  }
}
@media (max-width: 599px) {
  .section-seo-team .column-form .et_pb_code form p label {
    margin-bottom: 10px;
  }
}
.section-seo-team .column-form .et_pb_code form p input, .section-seo-team .column-form .et_pb_code form p textarea {
  display: block;
  width: calc(100% - 150px);
  font-size: 18px;
  padding: 12px 14px;
  background-color: #fff;
  border-radius: 5px;
}
@media (min-width: 981px) {
  .section-seo-team .column-form .et_pb_code form p input, .section-seo-team .column-form .et_pb_code form p textarea {
    width: calc(100% - 200px);
  }
}
@media (min-width: 981px) {
  .section-seo-team .column-form .et_pb_code form p input, .section-seo-team .column-form .et_pb_code form p textarea {
    width: calc(100% - 120px);
  }
}
@media (max-width: 599px) {
  .section-seo-team .column-form .et_pb_code form p input, .section-seo-team .column-form .et_pb_code form p textarea {
    width: 100%;
  }
}
.section-seo-team .column-form .et_pb_code form p.disclaimer {
  font-size: 16px;
  text-align: justify;
  padding-bottom: 20px;
}
.section-seo-team .column-form .et_pb_code form p .checkbox {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.section-seo-team .column-form .et_pb_code form p .checkbox input {
  width: auto !important;
}
.section-seo-team .column-form .et_pb_code form p .checkbox label {
  width: 100% !important;
}
.section-seo-team .column-form .et_pb_code form .g-recaptcha {
  width: 100%;
  float: left;
}
.section-seo-team .column-form .et_pb_code form .g-recaptcha > div {
  float: right;
}
.section-seo-team .column-form .et_pb_code form .submit-wrapper {
  float: left;
  width: 100%;
  text-align: right;
  margin-top: 20px;
}
.section-seo-team .column-form .et_pb_code form .submit-wrapper input {
  width: 250px;
  max-width: 100% !important;
  color: #fff;
  font-size: 24px;
  font-weight: 300 !important;
  line-height: 100% !important;
  text-align: center;
  padding: 15px 50px !important;
  margin: 0 auto;
  background-color: #283C72;
  border: none;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.section-seo-team .column-form .et_pb_code form .submit-wrapper input:hover {
  background-color: #9F0102;
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row {
  max-width: 1400px !important;
  flex-wrap: wrap;
}
@media (min-width: 981px) {
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column {
    width: 100%;
  }
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column:first-of-type {
    float: none;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
@media (min-width: 1100px) {
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column:first-of-type {
    width: 45%;
    margin-right: 5%;
    margin-bottom: 0 !important;
  }
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column:last-of-type {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column:first-of-type {
    width: 40%;
    margin-right: 10%;
  }
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column:last-of-type {
    width: 50%;
  }
}
@media (max-width: 980px) {
  .section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column:first-of-type {
    float: none;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column .et_pb_team_member .et_pb_team_member_description .et_pb_module_header {
  width: calc(100% - 35px);
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column .et_pb_team_member .et_pb_team_member_description .et_pb_member_position {
  width: calc(100% - 35px);
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links {
  position: absolute;
  top: 15px;
  right: 18px;
  width: 35px;
  text-align: right;
  margin: 0;
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li {
  line-height: 100%;
  margin: 0;
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a {
  font-size: 26px;
  line-height: 100%;
}
.section-seo-team.section-seo-team-left.section-seo-team-form .et_pb_row .et_pb_column .et_pb_team_member .et_pb_team_member_description .et_pb_member_social_links li a:hover {
  color: #9F0102;
}
@media (min-width: 981px) {
  .section-seo-team-left .et_pb_row .et_pb_column:first-of-type {
    width: 40%;
    margin-right: 5%;
  }
  .section-seo-team-left .et_pb_row .et_pb_column:last-of-type {
    width: 55%;
  }
}
@media (max-width: 980px) {
  .section-seo-team-left .et_pb_row .et_pb_column:first-of-type {
    float: none;
    max-width: 600px;
    margin: 0 auto 40px;
  }
}
.section-seo-team-right .et_pb_row {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 980px) {
  .section-seo-team-right .et_pb_row {
    flex-direction: column-reverse;
  }
}
@media (min-width: 981px) {
  .section-seo-team-right .et_pb_row .et_pb_column:first-of-type {
    width: 55%;
  }
  .section-seo-team-right .et_pb_row .et_pb_column:last-of-type {
    width: 40%;
    margin-right: 5%;
  }
}
@media (max-width: 980px) {
  .section-seo-team-right .et_pb_row .et_pb_column:first-of-type {
    margin-bottom: 0;
  }
  .section-seo-team-right .et_pb_row .et_pb_column:last-of-type {
    max-width: 600px;
    margin-bottom: 40px;
  }
}
@media (min-width: 1130px) {
  .section-landing-team-left .et_pb_row {
    display: flex;
  }
  .section-landing-team-left .et_pb_row .et_pb_column_1_6 {
    width: 18% !important;
    margin-right: 2% !important;
  }
  .section-landing-team-left .et_pb_row .et_pb_column:nth-of-type(3) {
    margin-right: 6% !important;
  }
}
@media (min-width: 600px) and (max-width: 1129px) {
  .section-landing-team-left .et_pb_row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-landing-team-left .et_pb_row .et_pb_column_1_6 {
    width: 32% !important;
    margin-right: 2% !important;
    margin-bottom: 50px;
  }
  .section-landing-team-left .et_pb_row .et_pb_column:nth-of-type(3) {
    margin-right: 0% !important;
  }
  .section-landing-team-left .et_pb_row .et_pb_column:nth-of-type(4) {
    width: 100% !important;
  }
}
@media (max-width: 599px) {
  .section-landing-team-left .et_pb_row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-landing-team-left .et_pb_row .et_pb_column_1_6 {
    width: 48% !important;
    margin-right: 4% !important;
    margin-bottom: 30px;
  }
  .section-landing-team-left .et_pb_row .et_pb_column:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  .section-landing-team-left .et_pb_row .et_pb_column:nth-of-type(4) {
    width: 100% !important;
  }
}
@media (min-width: 1130px) {
  .section-landing-team-right .et_pb_row {
    display: flex;
  }
  .section-landing-team-right .et_pb_row .et_pb_column_1_6 {
    width: 18% !important;
    margin-right: 2% !important;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:first-of-type {
    margin-right: 6% !important;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:nth-of-type(4) {
    margin-right: 0% !important;
  }
}
@media (min-width: 600px) and (max-width: 1129px) {
  .section-landing-team-right .et_pb_row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-landing-team-right .et_pb_row .et_pb_column_1_6 {
    width: 32% !important;
    margin-right: 2% !important;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:nth-of-type(4) {
    margin-right: 0% !important;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:first-of-type {
    width: 100% !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .section-landing-team-right .et_pb_row {
    display: flex;
    flex-wrap: wrap;
  }
  .section-landing-team-right .et_pb_row .et_pb_column_1_6 {
    width: 48% !important;
    margin-right: 4% !important;
    margin-bottom: 30px;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:nth-of-type(2n+1) {
    margin-right: 0% !important;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:nth-of-type(2n) {
    margin-bottom: 0% !important;
  }
  .section-landing-team-right .et_pb_row .et_pb_column:first-of-type {
    width: 100% !important;
    margin-bottom: 30px;
  }
}
.section-landing-team-right .et_pb_row:after {
  display: none;
}
.section-landing-quote {
  padding: 80px 0 !important;
}
.section-landing-quote .testimonial.et_pb_testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 200px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 981px) {
  .section-landing-quote .testimonial.et_pb_testimonial {
    min-height: 280px;
  }
}
.section-landing-quote .testimonial.et_pb_testimonial:before {
  display: none;
}
.section-landing-quote .testimonial.et_pb_testimonial .et_pb_testimonial_content, .section-landing-quote .testimonial.et_pb_testimonial .et_pb_testimonial_content p {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
}
.section-landing-quote .testimonial.et_pb_testimonial .et_pb_testimonial_content:last-of-type, .section-landing-quote .testimonial.et_pb_testimonial .et_pb_testimonial_content p:last-of-type {
  padding-bottom: 0;
}
.section-landing-quote .testimonial.et_pb_testimonial .et_pb_testimonial_author {
  color: #bbbaba;
  font-size: clamp(18px, 1.5vw, 26px);
  font-weight: 400;
  margin-top: 20px;
}
.section-landing-quote-slider {
  padding: 80px 0 !important;
}
.section-landing-quote-slider .testimonial.et_pb_testimonial {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  min-height: 200px;
  padding: 0;
  margin: 0 auto;
}
@media (min-width: 981px) {
  .section-landing-quote-slider .testimonial.et_pb_testimonial {
    min-height: 280px;
  }
}
.section-landing-quote-slider .testimonial.et_pb_testimonial:before {
  display: none;
}
.section-landing-quote-slider .testimonial.et_pb_testimonial .et_pb_testimonial_content, .section-landing-quote-slider .testimonial.et_pb_testimonial .et_pb_testimonial_content p {
  font-size: clamp(24px, 3vw, 40px);
  font-weight: 400;
}
.section-landing-quote-slider .testimonial.et_pb_testimonial .et_pb_testimonial_content:last-of-type, .section-landing-quote-slider .testimonial.et_pb_testimonial .et_pb_testimonial_content p:last-of-type {
  padding-bottom: 0;
}
.section-landing-quote-slider .testimonial.et_pb_testimonial .et_pb_testimonial_author {
  color: #fff;
  font-size: clamp(18px, 1.5vw, 20px);
  font-weight: 400;
  margin-top: 20px;
}
@media (max-width: 980px) {
  .section-landing-mc-hero {
    background-position: -1300px center !important;
  }
}
.section-landing-mc-hero .et_pb_row {
  display: flex;
}
@media (min-width: 981px) {
  .section-landing-mc-hero .et_pb_row {
    align-items: flex-end;
  }
}
.section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0 20px;
}
@media (min-width: 981px) {
  .section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type {
    width: 65% !important;
  }
}
.section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type .et_pb_button_module_wrapper {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type .et_pb_button_module_wrapper .et_pb_button {
    width: auto !important;
  }
}
.section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type .et_pb_image {
  margin: 8.5% 0 0 !important;
}
@media (min-width: 981px) {
  .section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type .et_pb_image.nagative {
    margin: 8.5% -21.3% 0 0 !important;
  }
}
.section-landing-mc-hero .et_pb_row .et_pb_column:first-of-type .et_pb_image .et_pb_image_wrap img {
  width: auto;
  height: auto;
}
.section-landing-mc-hero .et_pb_row .et_pb_button_module_wrapper {
  margin-top: 10%;
}
.section-landing-mc-hero .et_pb_row .et_pb_button_module_wrapper .et_pb_button {
  background-color: #283C72;
}
.section-landing-mc-hero .et_pb_row .et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #9F0102;
}
.section-landing.section-landing-pb-0 {
  padding-bottom: 0 !important;
}
.section-landing.section-landing-pt-0 {
  padding-top: 0 !important;
}
.section-landing.section-landing-steps {
  padding-bottom: 0 !important;
}
.section-landing .row-header-red-pb-0 {
  padding-bottom: 0 !important;
}
.section-landing .row-header-red-mc h2:not(:last-child) {
  margin-bottom: 40px;
}
.section-landing .row-header-red-mc p {
  font-size: clamp(24px, 2.5vw, 26px);
  line-height: 153%;
  text-align: left;
}
.section-landing .row-header-red-mc .et_pb_button_module_wrapper {
  text-align: center;
}
.section-landing .row-header-red-mc .et_pb_button_module_wrapper .et_pb_button {
  background-color: #283C72;
  width: auto !important;
}
.section-landing .row-header-red-mc .et_pb_button_module_wrapper .et_pb_button:hover {
  background-color: #9F0102;
}
.section-landing .row-header-red-mc-contact h2 {
  font-size: clamp(30px, 5vw, 40px);
}
.section-landing .row-header-red-mc-contact h2:not(:last-child) {
  margin-bottom: 27px;
}
.section-landing .row-header-red-mc-contact p {
  font-size: clamp(24px, 2.5vw, 26px);
  text-align: center;
  color: #1e1e1e;
  opacity: 0.8;
  font-weight: 300;
  line-height: 153%;
}
.section-landing .row-header-red-mc-event {
  padding-top: 39px;
  padding-bottom: 0 !important;
}
.section-landing .row-header-red-mc-event h2:not(:last-child) {
  margin-bottom: 52px;
}
.section-landing .row-header-red-mc-event p {
  padding-bottom: 1.57em;
  font-size: clamp(24px, 2.5vw, 26px);
  line-height: 153%;
  text-align: left;
}
.section-landing .row-header-red-mc-event p:last-child {
  padding-bottom: 0;
}
.section-landing .row-header-red-mc-event ul {
  padding: 0 0 1.57em;
  list-style: none;
  font-size: clamp(24px, 2.5vw, 26px);
  line-height: 153%;
  text-align: left;
}
.section-landing .row-header-red-mc-event ul li {
  position: relative;
  padding-left: 39px;
}
.section-landing .row-header-red-mc-event ul li:before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #283C72;
  position: absolute;
  left: 17px;
  top: 21px;
}
.section-landing .row-faq-single {
  padding-bottom: 0 !important;
}
@media (max-width: 980px) {
  .section-landing .row-faq-single.row-faq-mc-single {
    justify-content: center;
  }
}
.section-landing .row-step {
  padding-bottom: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px 11%;
  position: relative;
}
@media (min-width: 981px) {
  .section-landing .row-step {
    padding-bottom: 53px;
  }
}
@media (min-width: 981px) {
  .section-landing .row-step:first-of-type:after {
    height: 50%;
    top: 50%;
  }
}
.section-landing .row-step:last-of-type {
  padding-bottom: 0;
}
@media (min-width: 981px) {
  .section-landing .row-step:last-of-type:before {
    top: 50%;
  }
}
@media (min-width: 981px) {
  .section-landing .row-step:last-of-type:after {
    height: 50%;
  }
}
@media (min-width: 981px) {
  .section-landing .row-step:last-of-type .et_pb_column .et_pb_image .et_pb_image_wrap img {
    margin-top: auto;
  }
}
.section-landing .row-step:nth-of-type(2):before {
  content: "2";
}
.section-landing .row-step:nth-of-type(3):before {
  content: "3";
}
.section-landing .row-step:nth-of-type(4):before {
  content: "4";
}
.section-landing .row-step:nth-of-type(5):before {
  content: "5";
}
.section-landing .row-step:nth-of-type(6):before {
  content: "6";
}
.section-landing .row-step:nth-of-type(7):before {
  content: "7";
}
.section-landing .row-step:nth-of-type(8):before {
  content: "8";
}
.section-landing .row-step:nth-of-type(9):before {
  content: "9";
}
@media (max-width: 980px) {
  .section-landing .row-step:nth-child(even) .et_pb_column:first-child {
    display: none;
  }
  .section-landing .row-step:nth-child(odd) .et_pb_column:last-child {
    display: none;
  }
}
.section-landing .row-step:after {
  display: none;
  visibility: visible;
  line-height: 0;
  height: 100%;
  width: 4px;
  background-color: #283C72;
}
@media (min-width: 981px) {
  .section-landing .row-step:after {
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 2px);
  }
}
.section-landing .row-step:before {
  display: none;
  padding-bottom: 5px;
  content: "1";
  width: 76px;
  height: 71px;
  border-radius: 50%;
  background-color: #283C72;
  font-size: 50px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
@media (min-width: 981px) {
  .section-landing .row-step:before {
    display: flex;
    position: absolute;
    top: calc(50% - 26px);
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.section-landing .row-step .et_pb_column {
  margin: 0;
  padding: 28px;
  background-color: #D9D9D9;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (min-width: 981px) {
  .section-landing .row-step .et_pb_column {
    width: 44.5%;
  }
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner h3 {
  padding: 0 0 24px 33px;
  font-size: clamp(24px, 2.5vw, 30px);
  font-weight: 300;
  color: #9F0102;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner h3 strong {
  font-weight: 500;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner ul {
  padding: 0;
  font-weight: 300;
  list-style: none;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner ul li {
  position: relative;
  margin-bottom: 1.3em;
  padding-left: 33px;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner ul li:before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='15' viewBox='0 0 17 15' fill='none'%3E%3Cline x1='1.41005' y1='7.89153' x2='6.89153' y2='12.59' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1.41005' y1='7.89153' x2='6.89153' y2='12.59' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1.41005' y1='7.89153' x2='6.89153' y2='12.59' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='1.41' y1='7.892' x2='7.624' y2='13.272' stroke='%2300643C' stroke-width='2' stroke-linecap='round' style=''/%3E%3Cline x1='7.72186' y1='13.13' x2='15.6134' y2='1.27814' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='7.72186' y1='13.13' x2='15.6134' y2='1.27814' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='7.72186' y1='13.13' x2='15.6134' y2='1.27814' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3Cline x1='7.72186' y1='13.13' x2='15.6134' y2='1.27814' stroke='%2300643C' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 14px;
  position: absolute;
  left: -2px;
  top: 7px;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner ul li ul {
  padding-top: 1.3em;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner ul li ul li:before {
  background: #283c72;
  width: 4px;
  height: 4px;
  border-radius: 1.5px;
  left: 12px;
  top: 12px;
}
.section-landing .row-step .et_pb_column .et_pb_text .et_pb_text_inner ul li:last-child {
  margin-bottom: 0;
}
.section-landing .row-step .et_pb_column .et_pb_image {
  margin: auto !important;
}
@media (min-width: 981px) {
  .section-landing .row-step .et_pb_column .et_pb_image .et_pb_image_wrap img {
    margin-top: 11%;
  }
}
.section-landing .row-contact-form-event .et_pb_code h3 {
  font-size: clamp(30px, 5vw, 40px);
}
.section-landing .row-contact-form .mc-form-img {
  margin: 0 auto;
  width: fit-content;
}
@media (min-width: 981px) {
  .section-landing .row-contact-form .mc-form-img {
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 40%;
  }
}
@media (min-width: 1250px) {
  .section-landing .row-check {
    display: flex;
    justify-content: space-between;
  }
  .section-landing .row-check .et_pb_column {
    width: 19%;
    margin: 0;
  }
}
@media (min-width: 650px) and (max-width: 1249px) {
  .section-landing .row-check {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .section-landing .row-check .et_pb_column {
    width: 47%;
    margin: 0 0 6%;
  }
  .section-landing .row-check .et_pb_column:nth-of-type(2n+1) {
    margin-right: 6%;
  }
}
@media (max-width: 649px) {
  .section-landing .row-check {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .section-landing .row-check .et_pb_column {
    width: 100%;
    margin: 0 0 40px;
  }
}
.section-landing .row-check:after {
  display: none;
}
.section-landing .row-check .et_pb_column {
  position: relative;
  padding: 90px 25px 60px;
  background-color: #D9D9D9;
  border-radius: 10px;
  margin-top: 40px;
}
.section-landing .row-check .et_pb_column:before {
  content: " ";
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  display: block;
  width: 80px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.section-landing .row-check .et_pb_column:first-of-type:before {
  background-image: url(/wp-content/uploads/2024/04/icon-1-red.png);
}
.section-landing .row-check .et_pb_column:nth-of-type(2):before {
  background-image: url(/wp-content/uploads/2024/04/icon-2-red.png);
}
.section-landing .row-check .et_pb_column:nth-of-type(3):before {
  background-image: url(/wp-content/uploads/2024/04/icon-3-red.png);
}
.section-landing .row-check .et_pb_column:nth-of-type(4):before {
  background-image: url(/wp-content/uploads/2024/04/icon-4-red.png);
}
.section-landing .row-check .et_pb_column:last-of-type:before {
  background-image: url(/wp-content/uploads/2024/04/icon-5-red.png);
}
.section-landing .row-check .et_pb_blurb {
  height: 100%;
}
.section-landing .row-check .et_pb_blurb .et_pb_blurb_content {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-landing .row-check .et_pb_blurb .et_pb_blurb_content .et_pb_blurb_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1;
}
.section-landing .row-check .et_pb_blurb .et_pb_main_blurb_image {
  margin-bottom: 38px;
  height: 120px;
}
.section-landing .row-check .et_pb_blurb .et_pb_main_blurb_image img {
  display: block;
  width: auto;
  max-height: 120px;
  object-fit: contain;
}
.section-landing .row-check .et_pb_blurb .et_pb_module_header {
  font-size: 30px;
  font-weight: 300 !important;
  padding-bottom: 35px;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 981px) {
  .section-landing .row-check .et_pb_blurb .et_pb_module_header {
    padding-bottom: 74px;
  }
}
.section-landing .row-check .et_pb_blurb .et_pb_blurb_description p {
  color: #333;
  font-size: 20px;
  font-weight: 300 !important;
  line-height: 140%;
  text-align: center;
}
.section-landing .row-faq-mc {
  margin-bottom: 70px !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22https%3A%2F%2Fsalientpartner.com%2F%22%2C%22sources%22%3A%5B%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fglobal%2F_typography.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fglobal%2F_common.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Findex.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fglobal%2F_header.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fglobal%2F_footer.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fglobal%2F_single-case.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fpages%2F_home.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fpages%2F_landing.scss%22%2C%22wp-content%2Fthemes%2FSalientpartner%2Fscss%2Fpages%2F_mc.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%3BAAMA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAC3CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACVC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD4BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC5BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD8CD%3BAAAA%3BAAAA%3BAC1DC%3BAAAA%3BAAAA%3BAAAA%3BADiEE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAC1DF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD0EG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAChFH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2FK%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC3GC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC7GA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyHA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAC9ID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BADyJA%3BAAAA%3BAAAA%3BAAAA%3BACrKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAD2MG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAcN%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAElPJ%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BADaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAjBF%3BAAiBE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACWD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BADfC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACiCA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAASH%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BADpLD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAC8LG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAD5PP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEAA%3BAAAA%3BAAAA%3BAFWE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEAD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAFzBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEiCC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAgBA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAF9FD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEwGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAACC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAOH%3BAAAA%3BAAAA%3BAAAA%3BAF%2FLC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAEoMG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAEC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAF1PN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAE6QA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BACnVC%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAHRN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAGOkB%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQZ%3BAAAA%3BAAAA%3BAAAA%3BAAKQ%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAQR%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHrGlB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGsHkB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAH9GtB%3BAG2HkB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAQhB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAHlJN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAGgKU%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAeI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYA%3BAAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAehB%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BACxV%2FC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaA%3BAAAA%3BAAAA%3BAJCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIWD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAJjCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIyCA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAUL%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAJ%2FJC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwKE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAJlLF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAI6LE%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAJlNL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAANA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAIwOK%3BAAAA%3BAAAA%3BAAWP%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAEC%3BAAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAmEH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAC1dC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BALID%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKQD%3BAAAA%3BAAAA%3BALpBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK6BF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BALpBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK2BA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL9HD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKwIE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALxIF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKiJG%3BAAAA%3BAAAA%3BAAAA%3BALjJH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK2JE%3BAAAA%3BAAAA%3BAAAA%3BAL3JF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmKG%3BAAAA%3BAAAA%3BAAAA%3BAAUJ%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL1LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKmMG%3BAAAA%3BAAAA%3BAAAA%3BALnMH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK6ME%3BAAAA%3BAAAA%3BAAAA%3BAL7MF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKyND%3BAAAA%3BAAAA%3BAAAA%3BALzNC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKkOC%3BAAAA%3BAAAA%3BAASG%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpbF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKgcG%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL1dF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKqeG%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAASL%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL%2FfC%3BAKqgBC%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BAAAA%3BAL5fD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKsgBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BALjhBF%3BAK0hBE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAGE%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAaD%3BAAAA%3BAAAA%3BAAAA%3BAAUD%3BAAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BALz0BC%3BAK80BE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BALv0BF%3BAK60BE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALz2BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKm3BC%3BAAAA%3BAAAA%3BAAAA%3BALv2BD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKg3BC%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALz7BC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK88BA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BALp%2BBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK0%2BBI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALr%2FBH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKsgCI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAiBC%3BAAAA%3BAAAA%3BAAWL%3BAAAA%3BAAAA%3BAAAA%3BAL7kCC%3BAAAA%3BAAAA%3BAAAA%3BAKqlCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAACC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BALlmCF%3BAKwmCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAUC%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAQC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BALvpCN%3BAKyqCE%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BALlqCF%3BAKwqCE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaH%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALrrCC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAZA%3BAK4sCE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALpsCF%3BAK2sCE%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAaF%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOD%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BALr2CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAKm3CA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%3BAAAA%3BAAGC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL94CC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAK45CA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAMC%3BAAAA%3BAAAA%3BAAKD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAL%2F5CA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMZD%3BAAAA%3BAAAA%3BANAC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMQU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANRV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMmBc%3BAAAA%3BAAAA%3BANbd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuBc%3BAAAA%3BAAAA%3BAN7Bd%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMuCsB%3BAAAA%3BAAAA%3BAAAA%3BAAShB%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAASZ%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAGI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWJ%3BAAAA%3BAAAA%3BAAAA%3BAAMQ%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOI%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAepB%3BAAAA%3BAAAA%3BANxKF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMkLE%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN9LF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMoNM%3BAAAA%3BAAAA%3BANpNN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMiPU%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAN%2FQV%3BAMiSkB%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%3BAAAA%3BAAOZ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3TN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM2UM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAN3UN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsWM%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANtWN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMsXkB%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAIJ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3BAAIQ%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAWR%3BAAAA%3BAAAA%3BAAOhB%3BAAAA%3BAAAA%3BAN3aV%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM6bc%3BAAAA%3BAAAA%3BAAMR%3BAAAA%3BAAAA%3BAAAA%3BANncN%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAM0dA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAKC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMD%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAOC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAcC%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3BAAAA%3BAAGU%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAMI%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASb%3BAAAA%3BAAAA%3BAAAA%3BAAIC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAASD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BANplBD%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAMgmBC%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAAA%3BAAYK%3BAAAA%3BAAAA%22%7D */