  /* BEGIN webfonts */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 400;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-500.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-500italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 600;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-600italic.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-700.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 700;
  src: url("/wp-content/themes/ranfordps/assets/fonts/montserrat-v29-latin-700italic.woff2") format("woff2");
}
/* END webfonts */
/* BEGIN general */
:root {
  --h-font-family-primary: "Montserrat";
  --h-body-font-size: 18px;
  --h-color-body: #2B2E3C;
  --h-color-red: #EE3728;
  --h-color-red-rgb: 238,55,40;
  --h-color-blue: #003262;
  --h-color-blue-rgb: 0,50,98;
  --h-color-light-blue: #EDFAFF;
  --h-color-light-blue-rgb: 237,250,255;
  --h-color-yellow: #FFDE3F;
  --h-color-yellow-rgb: 255,222,63;
  --h-duration-short: 100ms;
  --h-duration-default: 250ms;
  --h-duration-long: 500ms;
  --h-side-padding: 20px;
  --h-header-height: 160px;
}

body, html {
  min-height: 100%;
  overflow-x: hidden;
}

body {
  font-family: var(--h-font-family-primary);
  font-size: var(--h-body-font-size);
  color: var(--h-color-blue);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow: hidden;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  font-weight: 600;
}

h1, .h1 {
  font-size: 45px;
}

h2, .h2 {
  font-size: 34px;
}

h3, .h3 {
  font-size: 35px;
}

p:empty {
  display: none;
}
p:last-child {
  margin-bottom: 0;
}

b, strong {
  font-weight: 700;
}

a, a:hover, a:focus {
  color: var(--h-color-blue);
  text-decoration: none;
  outline: none;
}

img, svg, iframe {
  max-width: 100%;
  height: auto;
}

.container,
.row {
  --bs-gutter-x: 40px;
}

.g-0, .gx-0 {
  --bs-gutter-x: 0;
}

@media (min-width: 576px) {
  :root {
    --h-side-padding: calc((var(--h-window-width) - (540px - 40px)) / 2);
  }
}
@media (min-width: 768px) {
  :root {
    --h-side-padding: calc((var(--h-window-width) - (720px - 40px)) / 2);
  }
}
@media (min-width: 992px) {
  :root {
    --h-side-padding: calc((var(--h-window-width) - (960px - 40px)) / 2);
  }
}
@media (min-width: 1200px) {
  :root {
    --h-side-padding: calc((var(--h-window-width) - (1140px - 40px)) / 2);
  }
}
@media (min-width: 1400px) {
  :root {
    --h-side-padding: calc((var(--h-window-width) - (1320px - 40px)) / 2);
  }
}
@media (max-width: 1199.98px) {
  :root {
    --h-header-height: 120px;
  }
}
@media (max-width: 575.98px) {
  :root {
    --h-header-height: 110px;
  }
  h1, .h1 {
    font-size: 35px;
  }
  h2, .h2 {
    font-size: 35px;
  }
  h3, .h3 {
    font-size: 28px;
  }
}
.mask img {
  border-radius: 200px;
  margin-bottom: 20px;
}
/* END general */
/* BEGIN helpers */
.nav,
.nav ul,
.menu,
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.image-fit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  z-index: 20;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* END helpers */
/* BEGIN button */
.button-unstyled {
  background-color: transparent;
  padding: 0;
  border: 0;
}

.btn-group {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}

.btn {
  display: inline-block;
  min-width: 196px;
  padding: 18px 20px;
  border: 0;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  transition: all var(--h-duration-default);
  border: solid 2px transparent;
}
.btn-red {
  background-color: var(--h-color-red);
  color: #fff;
}
.btn-red:hover {
  background-color: transparent;
  color: var(--h-color-red);
  border-color: var(--h-color-red);
}
.btn-blue {
  background-color: var(--h-color-blue);
  color: #fff;
  border-color: var(--h-color-blue);
}
.btn-blue:hover {
  background-color: transparent;
  color: var(--h-color-blue);
}

.btn-link {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  text-transform: uppercase;
  text-decoration: underline;
}
.btn-link:hover {
  color: inherit;
}

.btn-download {
  display: inline-block;
  position: relative;
  padding-right: 41px;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  color: inherit;
  transition: all var(--h-duration-default);
}
.btn-download:after {
  content: "";
  position: absolute;
  top: 3px;
  right: 0;
  width: 21px;
  height: 25px;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/download-21x25.svg);
  background-repeat: no-repeat;
  background-position: 0;
  background-size: contain;
}
.btn-download:hover {
  color: var(--h-color-red);
}

.btn-close {
  position: relative;
  width: 32px;
  height: 32px;
  background-color: transparent;
  padding: 0;
  border: 0;
  overflow: hidden;
}
.btn-close:before, .btn-close:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background-color: #fff;
  border-radius: 20px;
  margin-top: -2px;
  margin-left: -16px;
}
.btn-close:before {
  transform: rotate(45deg);
}
.btn-close:after {
  transform: rotate(-45deg);
}

@media (max-width: 575.98px) {
  .btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
  }
  .btn-download {
    padding-right: 32px;
    font-size: 20px;
  }
  .btn-download:after {
    top: 0;
  }
}
/* END button */
/* BEGIN form */
button, input, textarea, select {
  outline: none;
}

div.gform_wrapper.gform-theme {
  --gf-form-gap-x: 20px;
  --gf-form-gap-y: 20px;
  --gf-form-footer-margin-y-start: 40px;
}
div.gform_wrapper.gform-theme .gfield input[type=text],
div.gform_wrapper.gform-theme .gfield input[type=email],
div.gform_wrapper.gform-theme .gfield textarea,
div.gform_wrapper.gform-theme .gfield select {
  display: block;
  width: 100%;
  height: 70px;
  border-radius: 10px;
  border: 1px solid #192954;
  padding: 0 25px;
  font-size: var(--h-body-font-size);
  font-weight: 400;
}
div.gform_wrapper.gform-theme .gfield select {
  padding: 16px 25px;
}
div.gform_wrapper.gform-theme .gfield textarea {
  min-block-size: 212px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-background {
  background-color: var(--h-color-light-blue);
  padding: 40px;
  border-radius: 10px;
}

/* END form */
/* BEGIN swiper */
.swiper-button-arrow {
  --swiper-navigation-size: 34px;
  width: 45px;
  height: 34px;
  background-color: var(--h-color-blue);
  padding: 0;
  border: 0;
  mask-image: url(/wp-content/themes/ranfordps/assets/svg/arrow-right-45x34.svg);
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: contain;
}
.swiper-button-arrow:after {
  display: none;
}

.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.swiper-pagination.swiper-pagination-horizontal {
  display: flex;
  flex-wrap: wrap;
  column-gap: 14px;
}

.swiper-pagination.position-relative {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  transform: none;
}
.swiper-pagination.position-relative.justify-content-center {
  padding-top: 40px;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 0;
  border: 0;
  background-color: var(--h-color-blue);
  padding: 0;
  margin: 0 !important;
  opacity: 0.4;
  cursor: pointer;
}
.swiper-pagination-bullet:hover {
  opacity: 1;
}

.swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 575.98px) {
  .swiper-pagination.swiper-pagination-horizontal {
    column-gap: 10px;
  }
  .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .swiper-button-arrow {
    --swiper-navigation-size: 26px;
    width: 35px;
    height: 26px;
  }
}
/* END swiper */
/* BEGIN card-page */
.card-page h4 {
  position: relative;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.card-page h4:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 9px;
  height: 11px;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/triangle-right-9x11.svg);
  background-repeat: no-repeat;
  background-position: 0;
}
.card-page h4 a {
  display: block;
  padding-right: 15px;
  color: inherit;
  text-decoration: none;
}
.card-page__image {
  position: relative;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow: hidden;
}
.card-page__image:after {
  content: "";
  display: block;
  padding-top: 48%;
}
@media (max-width: 575.98px) {
  .card-page h4 {
    font-size: 18px;
  }
}

/* END card-page */
/* BEGIN card-instagram */
.card-instagram {
  border: 1px solid #15A8DB;
  border-radius: 10px;
  font-size: 16px;
  height: 100%;
  color: #6B6B6B;
}
.card-instagram__meta {
  position: relative;
  padding: 20px 25px;
  font-size: 14px;
  text-transform: uppercase;
}
.card-instagram__meta:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 28px;
  height: 27px;
  background-color: currentColor;
  mask-image: url(/wp-content/themes/ranfordps/assets/svg/instagram-28x27.svg);
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: contain;
  transform: translateY(-50%);
}
.card-instagram__image {
  position: relative;
  overflow: hidden;
}
.card-instagram__image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.card-instagram__text {
  padding: 30px 35px;
}
.card-instagram__text a {
  color: inherit;
  text-decoration: underline;
}
@media (max-width: 575.98px) {
  .card-instagram__text {
    padding: 25px;
  }
}

/* END card-instagram */
/* BEGIN breadcrumbs */
.breadcrumbs {
  font-size: 10px;
  color: #6B6B6B;
  text-transform: uppercase;
}
.breadcrumbs a, .breadcrumbs span {
  display: inline-block;
  color: inherit;
}
.breadcrumbs .separator {
  margin-right: 4px;
  margin-left: 4px;
}
.breadcrumbs .last {
  font-weight: 600;
}

/* END breadcrumbs */
/* BEGIN header */
#header {
  background-color: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
#header .header__brand {
  background-color: var(--h-color-blue);
}
#header .header__brand .toggle-nav {
  width: 32px;
  height: 26px;
}
#header .header__brand .toggle-nav span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all var(--h-duration-default);
}
#header .header__brand .toggle-nav:not(.collapsed) > span {
  top: 50%;
  margin-top: -2px;
}
#header .header__brand .toggle-nav:not(.collapsed) > span:nth-child(1) {
  transform: rotate(45deg);
}
#header .header__brand .toggle-nav:not(.collapsed) > span:nth-child(2) {
  transform: translateX(100%);
}
#header .header__brand .toggle-nav:not(.collapsed) > span:nth-child(3) {
  transform: rotate(-45deg);
}
#header .header__brand .toggle-nav.collapsed > span:nth-child(1) {
  top: 0;
}
#header .header__brand .toggle-nav.collapsed > span:nth-child(2) {
  top: 50%;
  margin-top: -2px;
}
#header .header__brand .toggle-nav.collapsed > span:nth-child(3) {
  bottom: 0;
}
#header .header__secondary {
  background-color: var(--h-color-light-blue);
  font-size: 14px;
  font-weight: 600;
}
#header .header__secondary a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  color: inherit;
  line-height: 1.1;
  transition: all var(--h-duration-default);
}
#header .header__secondary a:hover {
  opacity: 0.7;
}
#header .header__secondary .btn-link {
  background-color: #DEF2F7;
  padding-right: 20px;
  padding-left: 20px;
  font-size: inherit;
  font-weight: inherit;
  line-height: 40px;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
}
#header .header__secondary .btn-link > span {
  position: relative;
  padding-right: 31px;
}
#header .header__secondary .btn-link > span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 13px;
  background-color: currentColor;
  mask-image: url(/wp-content/themes/ranfordps/assets/svg/arrow-right-16x13.svg);
  mask-repeat: no-repeat;
  mask-position: 0;
  mask-size: contain;
  transform: translateY(-50%);
  transition: right var(--h-duration-default);
}
#header .header__secondary .btn-link:hover > span:after {
  right: -5px;
}
#header .header__primary .btn-group {
  column-gap: 20px;
}
#header .header__primary .mega-menu {
  color: #fff;
  background-color: var(--h-color-blue);
  background-image: url(/wp-content/themes/ranfordps/assets/images/bg-1.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
#header .header__primary .mega-menu .title {
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  transition: all var(--h-duration-default);
}
#header .header__primary .mega-menu .title:hover {
  opacity: 0.7;
}
#header .header__primary .mega-menu .btn-close {
  position: absolute;
  top: 80px;
  right: 80px;
  z-index: 99;
}
#header .header__primary .nav a {
  display: inline-block;
  color: inherit;
}
#header .header__primary .nav a > span {
  transition: opacity var(--h-duration-default);
}
#header .header__primary .nav a:hover > span {
  opacity: 0.7;
}
#header .header__primary .nav li > a {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  text-transform: uppercase;
  transition: all var(--h-duration-default);
}
#header .header__primary .nav > li > a > span {
  display: inline-block;
  position: relative;
}
#header .header__primary .nav > li > a > span:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 7px;
  height: 7px;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/triangle-down-7x7.svg);
  background-repeat: no-repeat;
  background-position: 0;
  opacity: 0;
}
#header .header__primary .nav > li.menu-item-has-children > a > span:after {
  opacity: 1;
}
#header .header__primary .nav > li.active > a > span {
  opacity: 0.5;
}
@media (min-width: 1200px) {
  #header {
    padding-top: 40px;
    padding-left: 350px;
  }
  #header .header__brand {
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    height: 100%;
    z-index: 2;
  }
  #header .header__brand .container {
    padding: 0;
  }
  #header .header__secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    column-gap: 40px;
    z-index: 1;
  }
  #header .header__secondary .nav {
    column-gap: 40px;
  }
  #header .header__secondary .btn-link {
    min-width: 260px;
  }
  #header .header__primary {
    padding-right: 20px;
  }
  #header .header__primary .mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    min-height: calc(100vh - var(--h-header-height));
    min-height: calc(var(--h-window-height) - var(--h-header-height));
    padding: 80px 80px 120px 350px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: all var(--h-duration-long);
  }
  #header .header__primary .mega-menu .title {
    margin-bottom: 60px;
    font-size: 30px;
  }
  #header .header__primary .mega-menu .sub-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 60px;
  }
  #header .header__primary .mega-menu .sub-menu img {
    display: block;
    width: 100%;
    height: 160px;
    border-radius: 10px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center;
    opacity: 0.8;
    mix-blend-mode: lighten;
  }
  #header .header__primary .mega-menu .sub-menu a {
    display: block;
    font-size: 18px;
  }
  #header .header__primary .mega-menu .sub-menu a > span {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  #header .header__primary .mega-menu .sub-menu a > span:after {
    content: "";
    position: absolute;
    top: 6px;
    right: 0;
    width: 9px;
    height: 11px;
    background-image: url(/wp-content/themes/ranfordps/assets/svg/triangle-right-9x11.svg);
    background-repeat: no-repeat;
    background-position: 0;
  }
  #header .header__primary .mega-menu .sub-menu > li {
    width: 266px;
  }
  #header .header__primary .nav > li > a {
    min-width: 200px;
    height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 36px;
    text-align: center;
  }
  #header .header__primary .nav > li > a > span:after {
    top: calc(100% + 5px);
    left: 50%;
    transform: translateX(-50%);
  }
  #header .header__primary .nav > li.active .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
  }
}
@media (min-width: 1200px) and (max-width: 1399.98px) {
  #header .header__primary {
    column-gap: 30px;
  }
  #header .header__primary .btn-group .btn {
    min-width: 150px;
    font-size: 15px;
  }
  #header .header__primary .nav {
    column-gap: 30px;
  }
  #header .header__primary .nav > li > a {
    min-width: auto;
    font-size: 15px;
  }
}
@media (min-width: 1500px) {
  #header .header__primary {
    padding-right: 40px;
  }
  #header .header__primary .btn-group {
    column-gap: 30px;
  }
  #header .header__primary .mega-menu .sub-menu {
    gap: 80px;
  }
  #header .header__primary .mega-menu .sub-menu > li {
    width: 296px;
  }
  #header .header__primary .nav > li > a {
    min-width: 220px;
  }
}
@media (max-width: 1199.98px) {
  #header .header__brand {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #header .header__brand img {
    max-width: none;
    width: auto;
    height: 80px;
  }
  #header .header__secondary {
    column-gap: 20px;
  }
  #header .header__secondary .nav {
    column-gap: 20px;
  }
  #header .header__primary {
    padding-top: 20px;
    padding-right: var(--h-side-padding);
    padding-bottom: 20px;
    padding-left: var(--h-side-padding);
  }
  #header .header__primary .btn-group {
    padding-top: 15px;
    justify-content: center;
    column-gap: 15px;
  }
  #header .header__primary .btn-group .btn {
    flex: 1;
    min-width: auto;
  }
  #header .header__primary .nav a {
    display: block;
    padding: 10px 0;
  }
  #header .header__primary .nav a br {
    display: none;
  }
  #header .header__primary .nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  #header .header__primary .nav > li > a > span {
    padding-right: 19px;
  }
  #header .header__primary .nav > li > a > span:after {
    top: 5px;
    width: 9px;
    height: 11px;
    background-image: url(/wp-content/themes/ranfordps/assets/svg/triangle-right-9x11.svg);
  }
  #header .header__primary .nav > li.active .mega-menu {
    display: block;
  }
  #header .header__primary .mega-menu {
    display: none;
    margin-right: calc(-1 * var(--h-side-padding));
    margin-left: calc(-1 * var(--h-side-padding));
    padding-top: 10px;
    padding-right: var(--h-side-padding);
    padding-bottom: 10px;
    padding-left: var(--h-side-padding);
  }
  #header .header__primary .mega-menu .sub-menu img {
    display: none;
  }
}
@media (max-width: 767.98px) {
  #header .header__secondary {
    row-gap: 10px;
    padding-top: 10px;
  }
  #header .header__secondary .btn-link {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  #header .header__brand img {
    height: 70px;
  }
  #header .header__secondary {
    column-gap: 10px;
    font-size: 12px;
  }
  #header .header__secondary .nav {
    column-gap: 10px;
  }
  #header .header__secondary .nav svg {
    width: auto;
    height: 16px;
  }
  #header .header__secondary .btn-link > span {
    padding-right: 20px;
  }
  #header .header__primary .btn-group .btn {
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
  }
}

/* END header */
/* BEGIN footer */
#footer {
  background-color: var(--h-color-blue);
  padding-top: 100px;
  padding-bottom: 200px;
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
  word-break: break-word;
}
#footer a:not(.logo) {
  color: inherit;
  transition: all var(--h-duration-default);
}
#footer a:not(.logo):hover {
  opacity: 0.7;
}
#footer .footer__widgets .menu {
  row-gap: 10px;
}
#footer .footer__widgets .menu a {
  display: inline-block;
  font-weight: 700;
  line-height: 1.4;
  text-transform: uppercase;
}
#footer .footer__widgets .menu ul {
  display: none;
}
#footer .footer__widgets .contact p {
  margin-bottom: 0;
}
#footer .footer__widgets .contact .btn-link {
  margin-top: 40px;
}
#footer .footer__widgets .copyright {
  padding-top: 40px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500;
}
#footer .footer__brand p {
  margin-bottom: 5px;
}
@media (min-width: 1200px) {
  #footer .footer__brand {
    position: absolute;
    top: 10px;
    left: 20px;
  }
  #footer .footer__widgets {
    padding-left: 280px;
  }
}
@media (min-width: 1400px) {
  #footer .container {
    max-width: 1800px;
    padding-right: 100px;
    padding-left: 100px;
  }
  #footer .footer__brand {
    left: 100px;
  }
  #footer .footer__widgets {
    padding-left: 350px;
  }
}
@media (max-width: 1199.98px) {
  #footer .footer__brand {
    margin-bottom: 40px;
  }
}
@media (max-width: 991.98px) {
  #footer {
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
  }
  #footer .footer__brand img {
    max-width: none;
    width: auto;
    height: 80px;
  }
  #footer .footer__widgets .row {
    row-gap: 40px;
  }
}

/* END footer */
/* BEGIN page section */
.block-pages {
  margin-bottom: 60px;
  padding-top: 40px;
}
.block-pages .row {
  row-gap: 60px;
}

.block-files {
  margin-bottom: 40px;
  padding-top: 40px;
}
.block-files .row {
  row-gap: 40px;
}

.block-gallery {
  border-radius: 10px;
  padding-right: 150px;
  padding-left: 150px;
  margin-bottom: 40px;
}
.block-gallery:before, .block-gallery:after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px;
  height: 100%;
  z-index: 2;
}
.block-gallery:before {
  left: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(13, 13, 13, 0) 100%);
}
.block-gallery:after {
  right: 0;
  background: linear-gradient(to right, rgba(13, 13, 13, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.block-gallery .swiper-slide {
  font-size: 16px;
  font-weight: 500;
}
.block-gallery .swiper-slide .image {
  position: relative;
}
.block-gallery .swiper-slide .image:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.block-gallery .swiper-button-arrow {
  background-color: #fff;
}

.block-term-planner h2 {
  font-weight: 500;
}
.block-term-planner img {
  display: block;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #15A8DB;
  padding: 20px;
  background: #fff;
}

.entry-content h2, .entry-content h3 {
  padding-top: 30px;
  margin-bottom: 20px;
}
.entry-content h2:first-child, .entry-content h3:first-child {
  padding-top: 0;
}
.entry-content p {
  margin-bottom: 20px;
}
.entry-content blockquote {
  font-size: 24px;
  line-height: 1.4;
}
.entry-content a:not([class]) {
  text-decoration: underline;
  transition: all var(--h-duration-default);
}
.entry-content a:not([class]):hover {
  color: var(--h-color-red);
}
.entry-content ul:not([class]), .entry-content ol:not([class]) {
  margin-bottom: 20px;
}
.entry-content ul:not([class]) > li:not(:last-child), .entry-content ol:not([class]) > li:not(:last-child) {
  margin-bottom: 10px;
}
.entry-content ul:not([class]) > li ul, .entry-content ol:not([class]) > li ul {
  padding-top: 10px;
}
.entry-content table {
  width: 100%;
  margin-bottom: 20px;
  border: 0;
}
.entry-content table tr td, .entry-content table tr th {
  padding: 15px 15px 15px 0;
  border-bottom: 1px solid #15A8DB;
}
.entry-content table tr th {
  font-weight: 700;
}
.entry-content table thead tr th {
  border-top: 2px solid #15A8DB;
  border-bottom: 2px solid #15A8DB;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 20px;
}

@media (max-width: 991.98px) {
  .block-gallery {
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media (max-width: 575.98px) {
  .block-pages {
    margin-bottom: 40px;
  }
  .block-pages .row {
    row-gap: 40px;
  }
  .block-files .row {
    row-gap: 20px;
  }
  .block-gallery {
    padding-right: 50px;
    padding-left: 50px;
  }
  .entry-content blockquote {
    font-size: 22px;
  }
}
/* END page section */
/* BEGIN welcome */
#welcome {
  background-color: var(--h-color-blue);
}
#welcome:before, #welcome:after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  z-index: 6;
}
#welcome:before {
  width: 882px;
  height: 1370px;
  top: 35%;
  left: 35%;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/shape-1.svg);
  background-size: contain;
  background-position: 0;
}
#welcome:after {
  width: 200px;
  height: 600px;
  bottom: -220px;
  right: 0;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/shape-2.svg);
  background-size: auto;
  background-position: left center;
}
#welcome .swiper-pagination {
  right: 80px;
  bottom: 60px;
  left: auto;
  justify-content: flex-end;
  width: auto;
  z-index: 15;
}
#welcome .swiper-pagination-bullet {
  background-color: #fff;
}
#welcome .welcome__slideshow {
  z-index: 5;
}
#welcome .welcome__slideshow:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
#welcome .welcome__slideshow .swiper-slide {
  background-color: var(--h-color-blue);
  height: calc(100vh - var(--h-header-height));
  height: calc(var(--h-window-height) - var(--h-header-height));
  max-height: 860px;
  min-height: 600px;
}
#welcome .welcome__slideshow .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
}
#welcome .welcome__text {
  z-index: 10;
}
#welcome .welcome__text:before {
  content: "";
  position: absolute;
  bottom: -80px;
  width: 270px;
  height: 324px;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/logo-symbol.svg);
  background-repeat: no-repeat;
  background-position: right center;
  z-index: -1;
}
#welcome .welcome__text h1 {
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  #welcome .welcome__text h1 {
    font-size: 65px;
  }
}
@media (max-width: 1199.98px) {
  #welcome:before {
    width: 245px;
    height: 854px;
    top: 75%;
    left: 0;
    background-size: 550px auto;
    background-position: right top;
  }
  #welcome:after {
    display: none;
  }
  #welcome .swiper-pagination {
    right: 20px;
    bottom: 20px;
  }
  #welcome .welcome__slideshow .swiper-slide {
    min-height: auto;
    max-height: 600px;
  }
  #welcome .welcome__text {
    padding-bottom: 150px;
  }
  #welcome .welcome__text:before {
    width: 155px;
    height: 186px;
    background-size: 220px auto;
  }
}
@media (max-width: 575.98px) {
  #welcome .welcome__slideshow .swiper-slide {
    max-height: 500px;
  }
  #welcome .welcome__text {
    padding-bottom: 130px;
  }
}

/* END welcome */
/* BEGIN about */
#about {
  padding-top: 160px;
  padding-bottom: 200px;
  z-index: 10;
}
#about .about__video {
  width: 100%;
  max-width: 600px;
  border-radius: 50%;
  background-color: var(--h-color-blue);
  font-size: 30px;
  font-weight: 700;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
}
#about .about__video:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
  z-index: 1;
}
#about .about__video:after {
  content: "";
  position: relative;
  display: block;
  padding-top: 100%;
  background-color: rgba(0, 0, 0, 0.35);
  transition: background-color var(--h-duration-long);
  z-index: 2;
}
#about .about__video > span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%) translateY(-50%);
}
#about .about__video > span:before {
  content: "";
  display: block;
  width: 121px;
  height: 121px;
  margin: 0 auto 20px;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/play-121x121.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#about .about__video:hover:after {
  background-color: rgba(0, 0, 0, 0.15);
}
#about .about__text h2 {
  margin-bottom: 40px;
  font-weight: 400;
}
#about .about__text .btn-link {
  margin-top: 40px;
}
@media (min-width: 992px) {
  #about .about__text {
    padding-left: 60px;
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  #about .about__text {
    padding-left: 120px;
  }
}
@media (max-width: 991.98px) {
  #about {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #about .about__video {
    max-width: 420px;
    margin-bottom: 40px;
    font-size: 24px;
  }
  #about .about__video > span:before {
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
  }
  #about .about__text {
    text-align: center;
  }
}
@media (max-width: 575.98px) {
  #about .about__video {
    max-width: 280px;
    font-size: 18px;
  }
  #about .about__video > span:before {
    width: 54px;
    height: 54px;
    margin-bottom: 10px;
  }
}

/* END about */
/* BEGIN services */
#services {
  min-height: 1000px;
  background-color: var(--h-color-blue);
  background-image: url(/wp-content/themes/ranfordps/assets/images/bg-2.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-top: 200px;
  padding-bottom: 200px;
  color: #fff;
}
#services .item {
  position: relative;
}
#services .item__image {
  position: relative;
  border-radius: 200px;
  overflow: hidden;
}
#services .item__image:after {
  content: "";
  display: block;
  padding-top: 125%;
}
#services .item__image img {
  mix-blend-mode: lighten;
}
#services .item__text h3 {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  transition: all var(--h-duration-default);
}
#services .item__text .btn-link {
  margin-top: 10px;
  transition: all var(--h-duration-default);
}
#services .item.active .item__text h3,
#services .item.active .item__text .btn-link {
  opacity: 0.7;
  text-decoration: none;
}
@media (min-width: 768px) {
  #services .item {
    display: flex;
    align-items: flex-end;
    min-height: 100%;
  }
  #services .item__image {
    width: 40%;
  }
  #services .item__text {
    width: 60%;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  #services .row {
    --bs-gutter-x: 80px;
  }
  #services .row > div:nth-child(1) {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1400px) {
  #services .container {
    max-width: 1800px;
    padding-right: 100px;
    padding-left: 100px;
  }
  #services .row {
    --bs-gutter-x: 120px;
  }
}
@media (max-width: 1199.98px) {
  #services {
    background-position: 0 -100px;
    background-size: 600px auto;
  }
  #services .row {
    row-gap: 100px;
  }
}
@media (max-width: 767.98px) {
  #services {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #services .item {
    text-align: center;
  }
  #services .item__image {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

/* END services */
/* BEGIN values */
#values .values__bg {
  background-color: var(--h-color-blue);
}
#values .values__bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
}
#values .values__text {
  font-weight: 500;
}
#values .values__text h2 {
  margin-bottom: 30px;
  line-height: 1;
  font-weight: 500;
}
#values .values__list .item {
  position: relative;
  width: 180px;
  border-radius: 50%;
  background-color: var(--h-color-yellow);
  font-size: 21px;
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
}
#values .values__list .item:after {
  content: "";
  display: block;
  padding-top: 100%;
}
#values .values__list .item > span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (min-width: 992px) {
  #values {
    height: 1060px;
  }
  #values .values__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  #values .values__text {
    position: absolute;
    top: 0;
    left: 50%;
    width: 630px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    transform: translateX(-50%);
    z-index: 5;
  }
  #values .values__text h2 {
    font-size: 65px;
  }
  #values .values__text .container {
    max-width: 320px;
  }
  #values .values__list {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 834px;
    height: 830px;
    transform: translateX(-50%) translateY(-50%);
    overflow: visible;
    z-index: 10;
  }
  #values .values__list .item {
    position: absolute;
    box-shadow: 2px 12px 25px rgba(0, 0, 0, 0.1);
  }
  #values .values__list .item-1 {
    top: 0;
    right: 236px;
  }
  #values .values__list .item-2 {
    top: 100px;
    right: 79px;
  }
  #values .values__list .item-3 {
    top: 270px;
    right: 0;
  }
  #values .values__list .item-4 {
    right: 24px;
    bottom: 195px;
  }
  #values .values__list .item-5 {
    right: 146px;
    bottom: 55px;
  }
  #values .values__list .item-6 {
    bottom: 0;
    left: 328px;
  }
  #values .values__list .item-7 {
    bottom: 53px;
    left: 150px;
  }
  #values .values__list .item-8 {
    bottom: 189px;
    left: 26px;
  }
  #values .values__list .item-9 {
    bottom: 373px;
    left: 0;
  }
  #values .values__list .item-10 {
    top: 103px;
    left: 74px;
  }
  #values .values__list .item-11 {
    top: 4px;
    left: 233px;
  }
  #values .values__list .swiper-slide,
#values .values__list .swiper-wrapper {
    display: block;
    position: static;
    width: auto;
    height: auto;
    transform: none;
  }
  #values .values__list .swiper-pagination,
#values .values__list .swiper-button-arrow {
    display: none;
  }
}
@media (max-width: 991.98px) {
  #values .values__bg {
    height: 500px;
  }
  #values .values__text {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #values .values__list .item:not(:last-child) {
    margin-bottom: 15px;
  }
  #values .values__list .swiper-slide {
    width: 196px;
    padding-right: 8px;
    padding-left: 8px;
  }
  #values .values__list .swiper-slide:not(.swiper-slide-fully-visible) {
    opacity: 0.5;
  }
}
@media (max-width: 575.98px) {
  #values .values__bg {
    height: 400px;
  }
}

/* END values */
/* BEGIN news */
#news {
  padding-top: 180px;
  padding-bottom: 180px;
}
#news h2 {
  margin-bottom: 80px;
  font-weight: 500;
}
#news .swiper .swiper-slide {
  height: auto;
}
@media (max-width: 991.98px) {
  #news .swiper {
    margin-right: calc(-1 * var(--h-side-padding));
    margin-left: calc(-1 * var(--h-side-padding));
    padding-left: var(--h-side-padding);
  }
  #news .swiper-slide {
    width: 310px;
    padding-right: 10px;
  }
  #news .swiper-slide:not(.swiper-slide-fully-visible) {
    opacity: 0.5;
  }
  #news .swiper-pagination {
    padding-right: var(--h-side-padding);
  }
}
@media (max-width: 575.98px) {
  #news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #news h2 {
    margin-bottom: 40px;
  }
  #news .swiper-slide {
    width: calc(100vw - 50px);
  }
}

/* END news */
/* BEGIN banner */
#banner .container {
  z-index: 20;
}
#banner .breadcrumbs {
  margin-bottom: 50px;
}
#banner.overlay {
  align-items: center;
  height: 470px;
  background-color: var(--h-color-blue);
  color: #fff;
}
#banner.overlay:before, #banner.overlay:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
#banner.overlay:before {
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 5;
}
#banner.overlay:after {
  background-image: url(/wp-content/themes/ranfordps/assets/images/bg-3.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: auto 100%;
  z-index: 10;
}
#banner.overlay h1 {
  max-width: 600px;
  line-height: 1.1;
  text-transform: uppercase;
}
#banner.overlay .breadcrumbs {
  color: inherit;
}
#banner.overlay .banner__bg {
  right: 160px;
  background-image: var(--bg-image);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: lighten;
  z-index: 1;
}
@media (max-width: 991.98px) {
  #banner.overlay:after {
    right: -160px;
  }
  #banner.overlay .banner__bg {
    right: 0;
  }
}
@media (max-width: 767.98px) {
  #banner.overlay {
    height: 350px;
  }
  #banner.overlay:after {
    display: none;
  }
}
#banner.simple {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 40px;
}
#banner.simple h1 {
  font-weight: 500;
}
#banner.simple + #content {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  #banner.simple h1 {
    font-size: 60px;
  }
}
@media (max-width: 991.98px) {
  #banner.simple {
    padding-top: 80px;
  }
}
@media (min-width: 992px) {
  #banner h1 {
    font-size: 55px;
  }
}
@media (max-width: 991.98px) {
  #banner .breadcrumbs {
    margin-bottom: 20px;
  }
}

/* END banner */
/* BEGIN content */
#content {
  padding-top: 100px;
  padding-bottom: 100px;
}
#content .content__sidebar .menu a {
  display: block;
  position: relative;
  padding: 12px 0;
  font-size: 16px;
  font-weight: 500;
  color: inherit;
  text-transform: uppercase;
  transition: opacity var(--h-duration-default);
}
#content .content__sidebar .menu a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 11px;
  background-image: url(/wp-content/themes/ranfordps/assets/svg/triangle-right-9x11.svg);
  background-repeat: no-repeat;
  background-position: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#content .content__sidebar .menu a.current {
  opacity: 0.5;
}
#content .content__sidebar .menu a:hover {
  opacity: 0.7;
}
@media (min-width: 992px) {
  #content .content__main {
    padding-right: 40px;
  }
}

#board .item {
  padding: 50px 0;
}
#board .item__image {
  position: relative;
  border-radius: 200px;
  overflow: hidden;
}
#board .item__image:after {
  content: "";
  display: block;
  padding-top: 125%;
}
#board .item__text h3 {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
}
#board .item__text .btn-link {
  margin-top: 10px;
  text-decoration: none;
}
@media (min-width: 768px) {
  #board .item {
    display: flex;
    align-items: flex-start;
    min-height: 100%;
  }
  #board .item__image {
    width: 40%;
  }
  #board .item__text {
    width: 60%;
    padding-left: 40px;
  }
}
@media (min-width: 1200px) {
  #board .row {
    --bs-gutter-x: 80px;
  }
  #board .row > div:nth-child(1) {
    border-right: 2px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1400px) {
  #board .container {
    max-width: 1800px;
    padding-right: 100px;
    padding-left: 100px;
  }
  #board .row {
    --bs-gutter-x: 120px;
  }
}
@media (max-width: 1199.98px) {
  #board {
    background-position: 0 -100px;
    background-size: 600px auto;
  }
  #board .row {
    row-gap: 100px;
  }
}
@media (max-width: 767.98px) {
  #board {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  #board .item {
    text-align: center;
  }
  #board .item__image {
    max-width: 280px;
    margin: 0 auto 30px;
  }
}

/* END content */
/* BEGIN template contact */
body.page-template-contact #content .entry-content {
  max-width: 550px;
}
body.page-template-contact #content .entry-content h2 {
  margin-bottom: 40px;
  font-weight: 500;
}
body.page-template-contact #content .entry-content blockquote {
  padding-top: 10px;
}
@media (max-width: 991.98px) {
  body.page-template-contact #content .entry-content {
    margin-bottom: 40px;
  }
  body.page-template-contact #content .entry-content h2 {
    margin-bottom: 20px;
  }
}

#contact-map {
  height: 430px;
  background-color: var(--h-color-light-blue);
  border-radius: 10px;
  margin-top: 80px;
  overflow: hidden;
}
#contact-map .gm-style-iw {
  width: 200px;
}
#contact-map .gm-style-iw .gm-style-iw-chr {
  position: absolute;
  right: 0;
}
#contact-map .gm-style-iw .info-content {
  padding: 10px 10px 0 0;
}
@media (max-width: 575.98px) {
  #contact-map {
    height: 300px;
  }
}

/* END template contact */
/* BEGIN extra */
body.page-id-91 #content {
  padding-top: 60px !important;
  background-color: var(--h-color-light-blue);
}

#google_language_translator {
  display: flex;
  align-items: center;
}
#google_language_translator select.goog-te-combo {
  display: block;
  width: 125px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  margin: 0 !important;
  font-family: var(--h-font-family-primary);
  font-size: 14px;
  font-weight: 600;
  color: var(--h-color-blue);
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  appearance: none;
  overflow: hidden;
}
#google_language_translator select.goog-te-combo:hover {
  opacity: 0.7;
}

@media (max-width: 575.98px) {
  #google_language_translator select.goog-te-combo {
    width: 105px;
    font-size: 12px;
  }
}
/* END extra */
