:root {
  --grey: #888888;
  --white: #ffffff;
  --black: #333333;
  --blue: #25aae1;
  --raleway: "Raleway", sans-serif;
}

.gap-16 {
  gap: 1.6rem !important;
}

.gap-40 {
  -moz-column-gap: 4rem;
       column-gap: 4rem;
}

.gap-32 {
  gap: 3.2rem;
}

.bg-lyellow {
  background-color: var(--lyellow);
}

.bg-light-grey {
  background-color: var(--lpurple);
}

.boder-b {
  border-bottom: 1px solid #e6ceaa;
}

.gap-64 {
  gap: 6.4rem;
}

.border-radius-16 {
  border-radius: 1.6rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-22 {
  margin-bottom: 2.2rem;
}

.mt-16 {
  margin-top: 1.6rem;
}

.mt-18 {
  margin-top: 1.8rem;
}

.mt-20 {
  margin-top: 2rem;
}

.mt-24 {
  margin-top: 2.4rem;
}

.mt-30 {
  margin-top: 3rem;
}

.mt-32 {
  margin-top: 3.2rem;
}

.mt-40 {
  margin-top: 4rem;
}

.mt-50 {
  margin-top: 5rem;
}

.mt-60 {
  margin-top: 6rem;
}

.mt-70 {
  margin-top: 7rem;
}

.mt-80 {
  margin-top: 8rem;
}

.mt-90 {
  margin-top: 9rem;
}

.mt-100 {
  margin-top: 10rem;
}

.mt-110 {
  margin-top: 11rem;
}

.mt-120 {
  margin-top: 12rem;
}

.mt-150 {
  margin-top: 15rem;
}

.mt-200 {
  margin-top: 20rem;
}

.mb-16 {
  margin-bottom: 1.6rem;
}

.mb-18 {
  margin-bottom: 1.8rem;
}

.mb-20 {
  margin-bottom: 2rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

.mb-30 {
  margin-bottom: 3rem;
}

.mb-32 {
  margin-bottom: 3.2rem;
}

.mb-40 {
  margin-bottom: 4rem;
}

.mb-48 {
  margin-bottom: 4.8rem;
}

.mb-50 {
  margin-bottom: 5rem;
}

.mb-60 {
  margin-bottom: 6rem;
}

.mb-64 {
  margin-bottom: 6.4rem;
}

.mb-70 {
  margin-bottom: 7rem;
}

.mb-80 {
  margin-bottom: 8rem;
}

.mb-90 {
  margin-bottom: 9rem;
}

.mb-100 {
  margin-bottom: 10rem;
}

.mb-110 {
  margin-bottom: 11rem;
}

.mb-120 {
  margin-bottom: 12rem;
}

.mb-150 {
  margin-bottom: 15rem;
}

.mb-200 {
  margin-bottom: 20rem;
}

.pt-10 {
  padding-top: 1rem;
}

.pt-16 {
  padding-top: 1.6rem;
}

.pt-18 {
  padding-top: 1.8rem;
}

.pt-20 {
  padding-top: 2rem;
}

.pt-24 {
  padding-top: 2.4rem;
}

.pt-30 {
  padding-top: 3rem;
}

.pt-32 {
  padding-top: 3.2rem;
}

.pt-40 {
  padding-top: 4rem;
}

.pt-50 {
  padding-top: 5rem;
}

.pt-60 {
  padding-top: 6rem;
}

.pt-70 {
  padding-top: 7rem;
}

.pt-80 {
  padding-top: 8rem;
}

.pt-90 {
  padding-top: 9rem;
}

.pt-100 {
  padding-top: 10rem;
}

.pt-110 {
  padding-top: 10rem;
}

.pt-120 {
  padding-top: 12rem;
}

.pt-130 {
  padding-top: 13rem;
}

.pt-140 {
  padding-top: 14rem;
}

.pt-150 {
  padding-top: 15rem;
}

.pt-160 {
  padding-top: 16rem;
}

.pt-170 {
  padding-top: 16rem;
}

.pt-180 {
  padding-top: 18rem;
}

.pt-200 {
  padding-top: 20rem;
}

.pb-10 {
  padding-bottom: 1rem;
}

.pb-16 {
  padding-bottom: 1.6rem;
}

.pb-18 {
  padding-bottom: 1.8rem;
}

.pb-20 {
  padding-bottom: 2rem;
}

.pb-24 {
  padding-bottom: 2.4rem;
}

.pb-30 {
  padding-bottom: 3rem;
}

.pb-32 {
  padding-bottom: 3.2rem;
}

.pb-40 {
  padding-bottom: 4rem;
}

.pb-50 {
  padding-bottom: 5rem;
}

.pb-60 {
  padding-bottom: 6rem;
}

.pb-64 {
  padding-bottom: 6.4rem;
}

.pb-70 {
  padding-bottom: 7rem;
}

.pb-74 {
  padding-bottom: 7.4rem;
}

.pb-80 {
  padding-bottom: 8rem;
}

.pb-84 {
  padding-bottom: 8.4rem;
}

.pb-90 {
  padding-bottom: 9rem;
}

.pb-100 {
  padding-bottom: 10rem;
}

.pb-104 {
  padding-bottom: 10.4rem;
}

.pb-120 {
  padding-bottom: 12rem;
}

.pb-130 {
  padding-bottom: 13rem;
}

.pb-134 {
  padding-bottom: 15.4rem;
}

.pb-140 {
  padding-bottom: 14rem;
}

.pb-150 {
  padding-bottom: 15rem;
}

.pb-160 {
  padding-bottom: 16rem;
}

.pb-170 {
  padding-bottom: 17rem;
}

.pb-180 {
  padding-bottom: 18rem;
}

.pb-200 {
  padding-bottom: 20rem;
}

.ps-10 {
  padding-left: 1rem;
}

.ps-16 {
  padding-left: 1.6rem;
}

.ps-18 {
  padding-left: 1.8rem;
}

.ps-20 {
  padding-left: 2rem;
}

.ps-24 {
  padding-left: 2.4rem;
}

.ps-30 {
  padding-left: 3rem;
}

.ps-32 {
  padding-left: 3.2rem;
}

.ps-40 {
  padding-left: 4rem;
}

.ps-50 {
  padding-left: 5rem;
}

.ps-60 {
  padding-left: 6rem;
}

.ps-70 {
  padding-left: 7rem;
}

.ps-80 {
  padding-left: 8rem;
}

.ps-90 {
  padding-left: 9rem;
}

.ps-100 {
  padding-left: 10rem;
}

.ps-150 {
  padding-left: 15rem;
}

.ps-200 {
  padding-left: 20rem;
}

.pe-10 {
  padding-right: 1rem;
}

.pe-16 {
  padding-right: 1.6rem;
}

.pe-18 {
  padding-right: 1.8rem;
}

.pe-20 {
  padding-right: 2rem;
}

.pe-24 {
  padding-right: 2.4rem;
}

.pe-30 {
  padding-right: 3rem;
}

.pe-32 {
  padding-right: 3.2rem;
}

.pe-40 {
  padding-right: 4rem;
}

.pe-50 {
  padding-right: 5rem;
}

.pe-60 {
  padding-right: 6rem;
}

.pe-70 {
  padding-right: 7rem;
}

.pe-80 {
  padding-right: 8rem;
}

.pe-90 {
  padding-right: 9rem;
}

.pe-100 {
  padding-right: 10rem;
}

.pe-150 {
  padding-right: 15rem;
}

.pe-200 {
  padding-right: 20rem;
}

.p-20 {
  padding: 2rem;
}

.p-30 {
  padding: 3rem;
}

.p-40 {
  padding: 4rem;
}

.p-50 {
  padding: 5rem;
}

.pe-md-32 {
  padding-right: 3.2rem;
}

.pe-md-22 {
  padding-right: 2.2rem;
}

.gap-32 {
  gap: 3.2rem;
}

.gap-17 {
  gap: 1.7rem;
}

.max-280 {
  max-width: 28rem;
}

.max-31 {
  max-width: 31.4rem;
}

.max-32 {
  max-width: 32.4rem;
}

.max-34 {
  max-width: 34.5rem;
}

.max-300 {
  max-width: 30rem;
}

.max-312 {
  max-width: 31.2rem;
}

.max-350 {
  max-width: 30.5rem;
}

.max-36 {
  max-width: 36.2rem;
}

.max-360 {
  max-width: 36rem;
}

.max-365 {
  max-width: 36.5rem;
}

.max-388 {
  max-width: 38.8rem;
}

.max-39 {
  max-width: 39.45rem;
}

.max-400 {
  max-width: 40rem;
}

.max-420 {
  max-width: 42rem;
}

.max-440 {
  max-width: 44rem;
}

.max-500 {
  max-width: 50rem;
}

.max-51 {
  max-width: 51.4rem;
}

.max-53 {
  max-width: 53.4rem;
}

.max-50 {
  max-width: 50.8rem;
}

.max-596 {
  max-width: 59.6rem;
  margin: 0 0 0 auto;
}

.max-600 {
  max-width: 60rem;
}

.max-610 {
  max-width: 61rem;
}

.max-642 {
  max-width: 64.2rem;
}

.max-640 {
  max-width: 64rem;
}

.max-650 {
  max-width: 65rem;
}

.max-700 {
  max-width: 70rem;
}

.max-800 {
  max-width: 80rem;
}

.max-860 {
  max-width: 86rem;
}

.max-980 {
  max-width: 98rem;
}

.max-110 {
  max-width: 110rem;
}

.max-1106 {
  max-width: 101.6rem;
}

.max-1400 {
  max-width: 140rem;
}

.max-1440 {
  max-width: 144rem;
}

body .max-1160 {
  max-width: 116rem;
}

.max-1920 {
  max-width: 192rem;
  margin: auto;
}

.mwidth_605 {
  max-width: 60.5rem;
  width: 100%;
}

.minvh-100 {
  min-height: 100vh;
}

.minh-180 {
  min-height: 18rem;
}

.minh-265 {
  min-height: 26.5rem;
}

.minh-350 {
  min-height: 35rem;
}

.minh-400 {
  min-height: 40rem;
}

.minh-500 {
  min-height: 50rem;
}

.h-100-vh {
  min-height: 100vh;
}

.h-90-vh {
  min-height: 90vh;
}

.h-80-vh {
  min-height: 80vh;
}

.h-70-vh {
  min-height: 70vh;
}

.h-60-vh {
  min-height: 60vh;
}

.h-50-vh {
  min-height: 50vh;
}

.max-1330 {
  max-width: 133rem;
}

.max-110 {
  max-width: 110rem;
}

.max-25 {
  max-width: 25.1rem;
}

.max-52 {
  max-width: 52.6rem;
}

.pt-large {
  padding-top: 24.6rem;
}

.pt-medium {
  padding-top: 16.8rem;
}

.pb-large {
  padding-bottom: 12.5rem;
}

.pb-medium {
  padding-bottom: 7.2rem;
}

.wp-block-columns {
  padding: 0 0.75rem 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

.border-radius-8 img {
  border-radius: 0.8rem;
  width: 100%;
}

@media screen and (min-width: 37.5em) {
  .main-navigation ul {
    display: flex;
  }
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

html {
  font-size: 10px;
}
html body {
  font-family: var(--raleway);
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
  color: var(--grey);
  font-size: 1.6rem;
  /*============================================================== Heading ==============================================================*/
}
html body a {
  font-weight: 400;
  text-decoration: none;
  color: var(--navy);
}
html body a:visited {
  color: var(--black);
}
html body .h1,
html body h1 {
  color: var(--black);
  font-size: 4rem;
  font-weight: 800;
  line-height: 120%;
}
html body .h2,
html body h2 {
  font-size: 3.6rem;
  font-weight: 800;
  line-height: 120%;
  color: var(--black);
}
html body .h3,
html body h3 {
  color: var(--black);
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 120%;
}
html body .h4,
html body h4 {
  font-size: 2.8rem;
  color: var(--black);
  font-weight: 800;
  line-height: 120%;
}
html body .h5,
html body h5 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120%;
}
html body .h6,
html body h6 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 120%;
}
html body .btn,
html body .wp-block-button__link {
  color: var(--white);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6rem;
  padding: 1.52rem 2.5rem;
  background-color: var(--blue);
  border-radius: 4px;
  border: 1px solid var(--blue);
  transition: 0.3s all;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  position: relative;
}
html body .btn:hover,
html body .wp-block-button__link:hover {
  border-color: var(--blue);
  background: var(--white);
  color: var(--black);
}
html body .btn:visited,
html body .wp-block-button__link:visited {
  color: var(--white);
}
html body .btn:visited:hover,
html body .wp-block-button__link:visited:hover {
  color: var(--blue);
}
html body form input[type=email],
html body form input[type=number],
html body form input[type=password],
html body form input[type=text],
html body form input[type=tel],
html body form .gfield_select,
html body form select,
html body form .textarea {
  border-radius: 0;
  font-weight: 400;
  padding: 1.03rem 1.6rem !important;
  width: 100%;
  margin-top: 0;
  box-shadow: none;
  font-size: 1.6rem !important;
  line-height: 160%;
  border: 1px solid #e4e4e7;
  background: var(--white);
  color: rgba(0, 0, 0, 0.5);
}
html body form .textarea {
  height: 120px !important;
}
html body form .gfield_select,
html body form select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url("../images/downarrow.svg") !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 1.6rem) center;
  padding-right: 30px;
}
html body form input[type=submit] {
  color: #fafafa;
  text-align: center;
  font-family: var(--albertsans);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px !important; /* 114.286% */
  text-transform: uppercase;
  background-color: var(--navy);
  border: 0;
  box-shadow: unset;
  padding: 1.5rem 1.6rem;
  min-width: 14.8rem;
  margin: 0 !important;
  border: 1px solid var(--navy);
  transition: 0.3s all;
}
html body form input[type=submit]:hover {
  color: var(--navy);
  border: 1px solid var(--navy);
  background-color: transparent;
}
html body form .gfield {
  flex-wrap: wrap;
}
html body .gform_wrapper.gravity-theme .gfield_required {
  display: none !important;
}
html body .gform_wrapper.gravity-theme .gfield_error [aria-invalid=true] {
  border: 1px solid rgba(0, 0, 0, 0.5);
}

#site-wrap {
  position: relative;
}

.site-header {
  background-color: var(--blue);
  position: absolute;
  transition: all 0.3s;
  padding: 2.4rem;
  z-index: 99;
  width: 100%;
  max-width: 1300px;
  left: 50%;
  transform: translateX(-50%);
}
.site-header.fixed {
  position: fixed;
  animation: slide-down 0.4s;
  position: fixed;
  -webkit-transition-property: background, padding, z-index;
  -webkit-transition-duration: 300ms;
  -webkit-transition-timing-function: ease;
  -webkit-transition-delay: 0;
  -moz-transition-property: background, padding, z-index;
  -moz-transition-duration: 300ms;
  -moz-transition-timing-function: ease;
  -moz-transition-delay: 0;
  -ms-transition-property: background, padding, z-index;
  -ms-transition-duration: 300ms;
  -ms-transition-timing-function: ease;
  -ms-transition-delay: 0;
  -o-transition-property: background, padding, z-index;
  -o-transition-duration: 300ms;
  -o-transition-timing-function: ease;
  -o-transition-delay: 0;
  transition-property: background, padding, z-index;
  transition-duration: 300ms;
  transition-timing-function: ease;
  transition-delay: 0;
  background-color: var(--blue);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  left: 50%;
  transform: translateX(-50%);
  max-width: 100%;
  top: 0;
}
.site-header.fixed .top-bar {
  display: none;
}
.site-header.fixed .site-logo img {
  max-width: 8rem;
}
.site-header .site-logo img {
  transition: all 0.3s;
}

.site-navigation {
  padding: 0;
  list-style: none;
  margin: 0;
}
.site-navigation ul#primary-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 4.8rem;
  align-items: center;
}
.site-navigation ul#primary-menu li {
  position: relative;
  transition: 0.3s all;
}
.site-navigation ul#primary-menu li a {
  color: rgba(6, 11, 25, 0.75);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 2rem;
  transition: all 0.3s;
  overflow: hidden;
  position: relative;
  display: block;
  color: var(--white);
}
.site-navigation ul#primary-menu li a:hover {
  color: var(--black);
}
.site-navigation ul#primary-menu li a:visited {
  color: var(--white);
}
.site-navigation ul#primary-menu li a:visited:hover {
  color: var(--black);
}
.site-navigation ul#primary-menu li a span {
  transition: all 0.6s;
  position: relative;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.site-navigation ul#primary-menu li a span.--item {
  position: absolute;
  top: 30px;
}
.site-navigation ul#primary-menu li.current_page_item a {
  color: var(--black);
  font-weight: 700;
}
.site-navigation ul#primary-menu li.current_page_item a span {
  top: -30px;
}
.site-navigation ul#primary-menu li.current_page_item a span.--item {
  top: 0px;
}
.site-navigation ul#primary-menu li.current-page-ancestor > a, .site-navigation ul#primary-menu li.current-menu-item > a, .site-navigation ul#primary-menu li.current-menu-parent > a {
  position: relative;
}
.site-navigation ul#primary-menu li.current-page-ancestor > a:after, .site-navigation ul#primary-menu li.current-menu-item > a:after, .site-navigation ul#primary-menu li.current-menu-parent > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
}
.site-navigation ul#primary-menu li.current-page-ancestor .sub-menu .current-menu-item a::after, .site-navigation ul#primary-menu li.current-menu-item .sub-menu .current-menu-item a::after, .site-navigation ul#primary-menu li.current-menu-parent .sub-menu .current-menu-item a::after {
  display: none;
}
.site-navigation ul#primary-menu li.menu-item-has-children {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.site-navigation ul#primary-menu li.menu-item-has-children.current-menu-ancestor > a {
  color: var(--blue);
  font-weight: 700;
}
.site-navigation ul#primary-menu li.menu-item-has-children.current-menu-ancestor .arrow svg path {
  fill: var(--blue);
}
.site-navigation ul#primary-menu li.menu-item-has-children.current-menu-ancestor .current-menu-item {
  color: var(--blue);
  font-weight: 700;
}
.site-navigation ul#primary-menu li:hover a span {
  top: -30px;
}
.site-navigation ul#primary-menu li:hover a span.--item {
  top: 0;
  font-weight: 600;
}
.site-navigation ul#primary-menu li:hover ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.75);
  padding: 0.4rem;
}
.site-navigation ul#primary-menu li:hover ul.sub-menu li {
  margin-bottom: 0.8rem;
  padding: 0.4rem 1.2rem;
}
.site-navigation ul#primary-menu li:hover ul.sub-menu li:last-child {
  margin-bottom: 0;
}
.site-navigation ul#primary-menu li:hover ul.sub-menu li:hover {
  border-radius: 6px;
  background: rgba(0, 42, 70, 0.1);
}
.site-navigation ul#primary-menu li:hover .arrow svg {
  transform: rotate(180deg);
}
.site-navigation ul#primary-menu li ul.sub-menu {
  position: absolute;
  min-width: 17.1rem;
  display: block;
  list-style: none;
  padding: 0;
  width: 100%;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translate(0, -1.6rem);
  top: 2.8rem;
  z-index: 1;
  right: 0;
}
.site-navigation ul#primary-menu li ul.sub-menu li {
  width: 100%;
  padding: 1.2rem 1.6rem;
}
.site-navigation ul#primary-menu li ul.sub-menu li:last-child {
  border: 0;
}
.site-navigation ul#primary-menu li ul.sub-menu li a {
  padding: 0;
  width: 100%;
  text-transform: capitalize;
}
.site-navigation ul#primary-menu li.primary-btn a {
  color: var(--white);
}
.site-navigation .menu-menu-1-container ul#primary-menu {
  justify-content: end;
}
.site-navigation .menu-toggle {
  border: 0;
  display: none;
}
.site-navigation .menu-toggle .mobile-icon {
  display: none;
}
.site-navigation.toggled .main-navigation {
  position: fixed;
  right: 0;
  top: 12rem;
  padding: 2rem 4rem;
  border-radius: 1rem;
  width: 100%;
  min-height: calc(100vh - 12rem);
  left: 0;
}

.site-footer {
  background-color: #222;
  padding-top: 83px;
}
.site-footer .--content ul {
  list-style: none;
  padding-left: 5rem;
}
.site-footer .--content ul li {
  display: inline-block;
  width: 49%;
  line-height: 0;
  transition: 0.3s all;
  font-weight: 500;
}
.site-footer .--content ul li:before {
  content: "\f061";
  font-family: "FontAwesome";
  font-size: 10px;
  left: -18px;
  position: relative;
  top: 17px;
}
.site-footer .--content ul li:hover::before {
  color: var(--blue);
}
.site-footer .--content ul li a {
  color: #aaa;
  line-height: 34px;
  display: block;
  transition: 0.3s all;
  font-weight: 500;
}
.site-footer .--content ul li a:hover {
  color: var(--blue);
}
.site-footer .--address ul {
  list-style: none;
}
.site-footer .--address ul li {
  transition: 0.3s all;
  font-weight: 500;
  color: #aaa;
}
.site-footer .--address ul li img {
  width: 16px;
  margin-right: 20px;
}
.site-footer .--address ul li a {
  color: #aaa;
  line-height: 34px;
  display: block;
  font-weight: 500;
}
.site-footer .--address ul li a img {
  width: 16px;
  margin-right: 20px;
}
.site-footer .--address ul li a:hover {
  color: var(--blue);
}
.site-footer .--copyright {
  padding: 2.8rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
.site-footer .--copyright p {
  color: #aaa;
  margin: 0;
  text-transform: uppercase;
}

.header-top {
  background-color: #111;
  padding: 4.2rem;
}
.header-top .site-logo {
  max-width: 23.4rem;
}
.header-top .--content {
  display: flex;
  justify-content: end;
  gap: 3rem;
  align-items: center;
}
.header-top .--content .first-box,
.header-top .--content .second-box {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
.header-top .--content .first-box .icon,
.header-top .--content .second-box .icon {
  margin: 5px 0 0 0;
}
.header-top .--content .first-box .content p,
.header-top .--content .second-box .content p {
  margin: 0;
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 800;
  margin-bottom: 2px;
}
.header-top .--content .first-box .content p a,
.header-top .--content .second-box .content p a {
  color: var(--white);
  font-size: 1.4rem;
  font-weight: 800;
}
.header-top .--content .first-box .content h6,
.header-top .--content .second-box .content h6 {
  margin: 0;
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 400;
}
.header-top .--content .first-box .content h6 a,
.header-top .--content .second-box .content h6 a {
  font-size: 1.2rem;
  color: var(--white);
  font-weight: 400;
}
.header-top .--content .first-box .content .link .primary-btn,
.header-top .--content .second-box .content .link .primary-btn {
  padding: 1.4rem 2.5rem;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
}

.post,
.page {
  margin: 0;
}

.services {
  padding: 9.6rem 0 6.7rem;
}
.services hr {
  border-top: 3px solid var(--blue);
  width: 45px;
  margin: auto;
  margin-top: 23px;
  opacity: 1;
}
.services .service-cards {
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 2.8rem 2rem;
  position: relative;
  background: #fff;
  border: 1px solid #eee;
  transition: 0.3s all;
  height: 100%;
}
.services .service-cards:hover .content p {
  color: var(--blue);
}
.services .service-cards .icon img {
  min-width: 6rem;
  background: #eee;
  padding: 10px;
  text-align: center;
  border-radius: 50%;
}
.services .service-cards .content p {
  line-height: 2.5rem;
  font-weight: 800;
  color: #333333;
}

.page-content video {
  width: 570px;
  height: 320px;
}

.about {
  background-color: #f9f9f9;
  position: relative;
  overflow: hidden;
}
.about .--content {
  padding: 5rem 0;
}
.about .--content hr {
  border-top: 3px solid var(--blue);
  width: 45px;
  margin: 2.4rem 0 3.6rem;
  margin-top: 23px;
  opacity: 1;
}
.about .--content p {
  margin-bottom: 2.4rem;
}
.about .--content p:last-child {
  margin-bottom: 0;
}
.about .--img img {
  position: absolute;
  left: 20%;
  top: 0;
  height: 100%;
  max-width: inherit;
  min-width: 100%;
}

.about-contact-block .wp-block-column {
  padding: 3rem;
}

.wp-block-separator {
  border: none;
  border-top: 1px solid;
  width: 44%;
}

.download_pdf {
  padding: 1.2rem 2rem;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.download_pdf a {
  font-weight: 500;
}
.download_pdf img {
  margin-right: 1rem;
}
.download_pdf a:hover {
  color: #25aae1;
}

.contact-info img {
  margin-right: 10px;
}

.wpcf7-form-control.wpcf7-submit {
  background-color: #25aae1;
  border: 1px solid #25aae1;
}

.wpcf7-form-control.wpcf7-submit:hover {
  border-color: #25aae1;
  background: #fff;
  border: 1px solid #25aae1;
  color: #25aae1;
}

.contact_brochures:after {
  content: "";
  background: #ddd;
  width: 30.5%;
  height: 1px;
  position: absolute;
  left: 38.5%;
  top: 34.3%;
  display: block;
  margin-left: 0.5rem;
}

.form-control {
  font-size: 1.6rem;
}

.about-contact-block {
  padding: 3rem !important;
}

.about_download_pdf {
  width: 180px;
  padding: 1.2rem 2rem;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.about_download_pdf a {
  font-weight: 500;
}
.about_download_pdf img {
  margin-right: 1rem;
}
.about_download_pdf a:hover {
  color: #25aae1;
}

figure.wp-block-gallery.has-nested-images {
  margin-bottom: 0;
}

.--address li {
  display: flex;
  align-items: flex-start;
}
.--address img {
  margin-right: 0.4rem;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 117rem;
  }
  .wp-block-columns {
    margin: 0 auto;
    padding: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .header-top .--content {
    gap: 2rem;
  }
}
@media only screen and (max-width: 991px) {
  .header-top .--content {
    display: none;
  }
  .site-header {
    background-color: transparent;
    top: 7rem;
    padding: 0;
  }
  .site-header.fixed .menu-toggle {
    position: absolute;
  }
  .site-header .site-logo img {
    max-width: 10rem;
  }
  .site-navigation .menu-toggle {
    position: absolute;
    right: 1rem;
    top: 50%;
    display: block;
    background: transparent;
    transform: translateY(-50%);
    background: var(--blue);
    padding: 1.25rem 1.55rem;
    line-height: 0;
  }
  .site-navigation.toggled .main-navigation {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    border-radius: 1rem;
    width: 100%;
    min-height: unset;
    left: 0;
    display: block;
  }
  .site-navigation .main-navigation {
    display: none;
  }
  .site-navigation .main-navigation ul#primary-menu {
    background-color: #111;
    display: flex;
    flex-direction: column;
    position: absolute;
    left: 0;
    top: 5.8rem;
    width: 100%;
    gap: 0;
  }
  .site-navigation .main-navigation ul#primary-menu li {
    width: 100%;
    padding: 1.6rem;
  }
  .site-navigation .main-navigation ul#primary-menu li a {
    color: var(--white);
  }
  .site-navigation .main-navigation.show {
    display: block;
  }
  .site-footer .--content ul li {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .header-top {
    padding: 4.2rem 1.5rem;
  }
  .header-top .site-logo img {
    max-width: 14.5rem;
  }
  .site-footer .site-logo img {
    max-width: 29rem;
  }
  .site-footer .--content ul {
    padding-left: 0;
    margin-left: 3rem;
    margin-top: 3rem;
  }
  .site-footer .--content ul li {
    width: 49%;
  }
  .site-footer .--address ul {
    margin: 0;
    padding-left: 1rem;
  }
  .page-content video {
    width: 100%;
    height: 260px;
  }
  .contact-info {
    display: flex;
    align-items: flex-start;
  }
  .contact-info img {
    margin-top: 0.4rem;
    margin-right: 1rem;
  }
}/*# sourceMappingURL=theme.css.map */