body {
  background: linear-gradient(181deg, #CAF4F4 -30.37%, #FFF 24.07%);
}

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

a {
  text-decoration: none !important;
}

@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes bounceArrowRight {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-6px);
  }
}
.uwd-container {
  max-width: 1280px;
  margin: auto;
}

.uwd-grey {
  color: #82939E;
}

.uwd-lightgrey {
  color: #E9F5F9;
}

.uwd-teal {
  color: #35A0E3;
}

.uwd-green {
  color: #02647E;
}

.uwd-lightgreen {
  color: #07B18F;
}

.uwd-blue {
  color: #3FC1E9;
}

.uwd-darkblue {
  color: #093B59 !important;
}

.bg-fade-white {
  background-color: rgba(255, 255, 255, 0.12);
}

.bg-lightgrey {
  background-color: #E9F5F9;
}

.bg-darkblue {
  background-color: #093B59;
}

.bg-green {
  background-color: #02647E;
}

.bg-linear-green {
  background: linear-gradient(181deg, #CAF4F4 4.37%, #FFF 91.07%);
}

.bg-07B18F {
  background-color: rgba(7, 177, 143, 0.12);
}

.bg-C7DFE0 {
  background-color: rgba(199, 223, 224, 0.5);
}

.bg-783FE9 {
  background-color: rgba(120, 63, 233, 0.12);
}

.bg-3FC1E9 {
  background-color: rgba(63, 193, 233, 0.24);
}

.bg-093B59 {
  background-color: rgba(9, 59, 89, 0.12);
}

.bg-D9D9D9 {
  background-color: rgba(217, 217, 217, 0.25);
}

@media (max-width: 767px) {
  .bg-sm-none {
    background-color: unset !important;
  }
}

.opacity-12 {
  opacity: 12%;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-64 {
  opacity: 64%;
}

.white-box-border {
  border: 1px solid rgba(9, 59, 89, 0.12);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto {
  width: auto !important;
}

@media (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.w-120px {
  width: 120px;
}
@media (max-width: 767px) {
  .w-120px {
    width: 50px;
  }
}

.p-45 {
  padding: 1.45rem !important;
}
@media (max-width: 767px) {
  .p-45 {
    padding: 1rem !important;
  }
}

.table-cont--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.col-fourty {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .col-fourty {
    flex: 0 0 100%;
  }
}

.col-twenty {
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .col-twenty {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 768px) {
  .mt-md--4 {
    margin-top: -1.8rem !important;
  }
}

.pricing {
  border-radius: 4px;
  background: rgba(2, 100, 126, 0.12);
  display: inline-block;
  padding: 6px 12px;
}

.text-break {
  overflow-wrap: break-word;
  white-space: normal !important;
}

.text-break-all {
  word-break: break-all !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.d-contents {
  display: contents !important;
}

@media (max-width: 767px) {
  .switch-sm-col {
    display: flex;
    flex-direction: column-reverse;
  }
}

.now-open {
  background-color: rgba(158, 217, 113, 0.24);
  border-radius: 4px;
  padding: 6px;
  color: #54A417;
  font-family: "OpenSauceOne";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -4%;
  -webkit-backdrop-filter: blur(6.9px);
          backdrop-filter: blur(6.9px);
}

.global-green-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #fff;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: #02647E;
  border: solid 1px #02647E;
  padding: 16px 34px;
  border-radius: 4px;
  width: 215px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.global-green-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #02647E;
  z-index: -1;
  transition: all 0.2s ease;
}
.global-green-button:hover::before {
  left: 0;
  width: 100%;
  background: transparent;
  animation: swipe-out 0.4s forwards;
}
.global-green-button:hover {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: transparent;
  border: solid 1px #02647E;
  padding: 16px 34px;
  border-radius: 4px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .global-green-button {
    width: 100%;
  }
}

.global-white-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: #fff;
  border: solid 1px #02647E;
  padding: 16px 16px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.global-white-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #02647E;
  z-index: -1;
  transition: all 0.2s ease;
}
.global-white-button:hover {
  color: #fff;
  text-decoration: none !important;
}
.global-white-button:hover::before {
  animation: swipe-in 0.45s forwards;
}

.global-outline-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: transparent;
  border: solid 1px #02647E;
  padding: 16px 16px;
  border-radius: 4px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  color: #02647E;
  transition: color 0.3s ease;
}
.global-outline-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #02647E;
  z-index: -1;
}
.global-outline-button:hover {
  color: #fff;
  text-decoration: none;
}
.global-outline-button:hover::before {
  animation: swipe-in 0.45s forwards;
}

.global-outline-white-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: transparent;
  border: solid 1px #fff;
  padding: 16px 16px;
  border-radius: 4px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease;
}
.global-outline-white-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #02647E;
  z-index: -1;
}
.global-outline-white-button:hover {
  color: #fff;
  text-decoration: none;
}
.global-outline-white-button:hover::before {
  animation: swipe-in 0.45s forwards;
}

.big-section-header {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 42px;
  color: none;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: -4%;
}
@media (max-width: 767px) {
  .big-section-header {
    font-size: 32px;
    line-height: 40px;
  }
}
.big-section-header .highlighted {
  background-color: #9bbaba;
  padding: 2px 12px 2px 2px;
  border-radius: 4px 4px 26px 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .big-section-header .highlighted {
    padding: 0px 12px 0px 2px;
    display: block;
  }
}
.big-section-header.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.big-section-header.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.small-section-header {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 32px;
  color: none;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -4%;
}
@media (max-width: 767px) {
  .small-section-header {
    font-size: 28px;
    line-height: 32px;
  }
}
.small-section-header .highlighted {
  background-color: #9bbaba;
  padding: 2px 12px 2px 2px;
  border-radius: 4px 4px 26px 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .small-section-header .highlighted {
    padding: 0px 12px 0px 2px;
  }
}
.small-section-header.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.small-section-header.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.small-heading {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 26px;
  color: none;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -1.04px;
}
@media (max-width: 767px) {
  .small-heading {
    font-size: 20px;
    line-height: 34px;
  }
}
.small-heading.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.small-heading.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.smaller-heading {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 24px;
  color: none;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -1.04px;
}
@media (max-width: 767px) {
  .smaller-heading {
    font-size: 18px;
    line-height: 34px;
  }
}
.smaller-heading.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.smaller-heading.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.normal-text {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 160% !important;
  letter-spacing: -0.8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .normal-text {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .normal-text {
    font-size: 16px !important;
  }
}
.normal-text.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.normal-text.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.small-normal-text {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .small-normal-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .small-normal-text {
    font-size: 12px;
  }
}
.small-normal-text.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.small-normal-text.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.tiny-normal-text, .uwd-contact .gravity-form-cont .gform_body .gform-field-label {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.52px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tiny-normal-text, .uwd-contact .gravity-form-cont .gform_body .gform-field-label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tiny-normal-text, .uwd-contact .gravity-form-cont .gform_body .gform-field-label {
    font-size: 11px;
  }
}
.tiny-normal-text.medium, .uwd-contact .gravity-form-cont .gform_body .medium.gform-field-label {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.tiny-normal-text.semi-bold, .uwd-contact .gravity-form-cont .gform_body .semi-bold.gform-field-label {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

ul.check-icons {
  padding-left: 0;
  list-style: none;
}
ul.check-icons li {
  background: url("/wp-content/themes/UWD/src/imgs/Check--Streamline-Sharp.svg") no-repeat left center;
  padding-left: 24px;
}

ul.number-icons {
  list-style: none;
  counter-reset: custom;
  padding: 0;
}
ul.number-icons li {
  counter-increment: custom;
  position: relative;
  padding-left: 40px; /* space for number */
}
ul.number-icons li::before {
  content: counter(custom) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(7, 177, 143, 0.24);
  color: #093B59;
  padding: 1px 7px;
  border-radius: 4px;
}

.dark-line {
  margin: 0;
  border: solid 1px #02647E;
}

.grey-line {
  margin: 0;
  border: solid 1px rgba(217, 217, 217, 0.12);
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

@media (max-width: 767px) {
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
}
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.big-radius-topleft {
  border-radius: 64px 8px 8px 8px;
}

.big-radius-topright {
  border-radius: 8px 64px 8px 8px;
}

@keyframes swipe-out {
  0% {
    left: 50%;
    width: 0;
    background: #02647E;
  }
  50% {
    left: 0;
    width: 100%;
    background: #02647E;
  }
  100% {
    left: 0;
    width: 100%;
    background: transparent;
  }
}
@keyframes swipe-in {
  0% {
    left: 50%;
    width: 0;
    background: #02647E;
  }
  50% {
    left: 0;
    width: 100%;
    background: #02647E;
  }
  100% {
    left: 0;
    width: 100%;
    background: #02647E;
  }
}
@media (max-width: 767px) {
  .accordion button .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #093B59;
    border-bottom: 2px solid #093B59;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 8px;
    flex-shrink: 0;
  }
}

p.price-box {
  width: 116px;
  text-align: center;
}
@media (max-width: 767px) {
  p.price-box {
    width: 50px;
  }
}

.custom-close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background-color: transparent;
}

.embedded-iframe iframe {
  border: none !important;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  border-radius: 10px;
  z-index: 1;
}
@media (max-width: 767px) {
  #map {
    width: 100%;
    height: 616px;
  }
}

.location-map2-col {
  position: relative;
  height: 400px; /* or 50vh, 100vh */
}

#map2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

#mapB {
  width: 85%;
  height: 555px;
  border-radius: 64px 8px 8px 8px;
}
@media (max-width: 767px) {
  #mapB {
    width: 100%;
  }
}

.mapboxgl-popup {
  background: rgba(38, 34, 98, 0.71) !important;
  color: #FFF !important;
  background: transparent !important;
  border-radius: 8px !important;
  font-size: 25px !important;
  max-width: none !important; /* Allows the popup to expand based on content width */
}

.mapboxgl-ctrl-bottom-left {
  display: none !important;
}

.mapboxgl-popup-content {
  background: transparent !important;
  font-family: Lato !important;
  background: rgba(38, 34, 98, 0.71) !important;
  text-align: center !important; /* Center align text */
  max-width: none !important; /* Allows the popup to expand based on content width */
  padding: 25px !important;
}
@media (max-width: 767px) {
  .mapboxgl-popup-content {
    padding: 0 !important;
    width: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .mapboxgl-popup-content .office-item {
    background-color: #fff !important;
    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .mapboxgl-popup-content .office-item--thumb {
    flex: 0 0 40%;
  }
  .mapboxgl-popup-content .office-item--thumb img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 134px;
  }
  .mapboxgl-popup-content .office-item .item-cont {
    flex: 0 0 57%;
    align-items: start;
    padding-left: 14px;
  }
  .mapboxgl-popup-content .office-item .loc-title {
    text-align: left !important;
    flex: 0 0 100%;
  }
  .mapboxgl-popup-content .office-item .loc-title > span {
    font-weight: 600;
  }
  .mapboxgl-popup-content .office-item .loc-title .office-highlights {
    padding-top: 10px !important;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .mapboxgl-popup-content .office-item .loc-title .office-highlights .highlight-item img {
    height: 16px;
    width: 16px;
  }
}

.mapboxgl-popup-tip {
  display: none !important;
}

.mapboxgl-popup-close-button {
  display: none !important;
}

.mapboxgl-popup {
  top: -10px !important;
}

@media only screen and (max-width: 600px) {
  .mapboxgl-popup-content span, .mapboxgl-popup-content p {
    font-size: 12px !important;
    line-height: 18px !important; /* 141.176% */
  }
}
@media (max-width: 767px) {
  .mapboxgl-marker {
    width: 50px !important;
    height: 50px !important;
  }
}
.uwd-header {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .uwd-header nav .navbar-nav {
    gap: 26px;
  }
}
.uwd-header nav .navbar-nav li.menu-item a {
  font-family: "OpenSauceOne-Medium", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -4%;
  color: #093B59;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .uwd-header nav .navbar-nav li.menu-item a {
    font-size: 14px;
  }
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu {
  position: relative;
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu {
  padding: 28px 12px 0 12px;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu {
    margin-top: 28px;
  }
}
@media (max-width: 991px) {
  .uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu {
    position: relative;
  }
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu::before {
  position: absolute;
  content: "SELECT A LOCATION";
  font-size: 12px;
  top: 6px;
  left: 12px;
  opacity: 0.64;
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a {
  border-bottom: 1px solid #D1DEE6;
  padding: 8px 90px 10px 34px;
  position: relative;
  color: rgba(9, 59, 89, 0.64);
  font-family: "OpenSauceOne-Medium", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.64px;
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a::before {
  background: url("/wp-content/themes/UWD/src/imgs/target-icon.svg") no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a::after {
  background: url("/wp-content/themes/UWD/src/imgs/teal-arrow.svg") no-repeat;
  content: "";
  width: 100%;
  height: 16px;
  background-size: contain;
  background-position-x: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a.current-menu-item, .uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a:hover {
  background-color: unset;
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a:hover::before {
  animation: spin 1s linear infinite;
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a:hover::after {
  animation: bounceArrowRight 0.6s ease-in-out infinite;
}
.uwd-header nav .navbar-nav li.menu-item.locations-menu .dropdown-menu a .highlighted {
  background-color: rgba(158, 217, 113, 0.24);
  border-radius: 4px;
  padding: 4px 6px;
  color: #54A417;
  font-family: "OpenSauceOne";
  font-size: 13px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -4%;
  margin-left: 12px;
}
@media (max-width: 991px) {
  .uwd-header nav button.navbar-toggler {
    position: absolute;
    top: -50px;
    right: 10px;
  }
}
.uwd-header--cont {
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  .uwd-header--logo {
    padding: 0 20px;
  }
}
.uwd-header .uwd-cta {
  gap: 10px;
}
@media (max-width: 767px) {
  .uwd-header .uwd-cta {
    padding: 4rem 1.5rem 0;
    display: none !important;
  }
  .uwd-header .uwd-cta.active {
    display: block !important;
  }
}
.uwd-header .uwd-cta a {
  width: 151px !important;
  padding: 16px 12px !important;
}
@media (max-width: 767px) {
  .uwd-header .uwd-cta a {
    width: 100% !important;
    margin-bottom: 12px;
  }
}

footer {
  background-color: #093B59;
  padding: 40px 0;
  border-radius: 8px;
  margin: 0 1rem 1rem;
}
footer .top-footer {
  background-image: url("/wp-content/themes/UWD/src/imgs/ellipse-footerbg.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: right top;
}
@media (max-width: 767px) {
  footer .top-footer {
    padding: 20px;
  }
}
footer .footer-main h4 {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 24px;
  color: #3FC1E9;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -4%;
}
@media (max-width: 767px) {
  footer .footer-main h4 {
    font-size: 20px;
  }
}
footer .footer-main .custom-menu-class {
  padding-left: 0;
}
footer .footer-main .custom-menu-class .menu-item {
  margin-bottom: 12px;
}
footer .footer-main .custom-menu-class .menu-item a {
  position: relative;
  font-family: "OpenSauceOne", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  padding-right: 28px;
}
@media (max-width: 767px) {
  footer .footer-main .custom-menu-class .menu-item a {
    font-size: 14px;
  }
}
footer .footer-main .custom-menu-class .menu-item a::after {
  background: url("/wp-content/themes/UWD/src/imgs/arrow-right.svg") no-repeat;
  content: "";
  width: 100%;
  height: 20px;
  background-size: contain;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer-main .custom-menu-class .menu-item a:hover::after {
  animation: bounceArrowRight 0.6s ease-in-out infinite;
}
@media (max-width: 767px) {
  footer .footer-main--cont .first-footer-col {
    width: 46%;
    padding-right: 12px;
  }
}
@media (max-width: 767px) {
  footer .footer-main--cont .second-footer-col {
    width: 54%;
    padding-right: 6px;
    padding-left: 6px;
  }
}
@media (max-width: 767px) {
  footer .footer-main--cont .third-footer-col {
    padding-top: 40px;
  }
}
footer hr {
  border: solid 1px #fff;
  opacity: 0.12;
}

@media (max-width: 767px) {
  .uwd-footer-credit .uwd-cont {
    padding: 6px 24px 0;
  }
}
.uwd-footer-credit .uwd-cont > div {
  padding: 0 15px;
}
.uwd-footer-credit--social .social {
  gap: 20px;
}
@media (max-width: 767px) {
  .uwd-footer-credit--social .social {
    gap: 8px;
  }
}
.uwd-footer-credit--custom-link {
  gap: 20px;
}
@media (max-width: 767px) {
  .uwd-footer-credit--custom-link {
    padding-top: 20px;
  }
}
.uwd-footer-credit--custom-link a {
  font-family: "OpenSauceOne", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -4%;
  color: #FFF;
  opacity: 0.32;
}
@media (max-width: 767px) {
  .uwd-footer-credit--custom-link a {
    font-size: 14px;
  }
}
.uwd-footer-credit--custom-link a:hover {
  text-decoration: none !important;
}

.uwd-frontpage .uwd-hero {
  position: relative;
  display: flex;
  justify-content: right;
}
.uwd-frontpage .uwd-hero::before {
  content: url("/wp-content/themes/UWD/src/imgs/hero-ellipse.svg");
  background: transparent;
  position: absolute;
  left: -80px;
  top: 10px;
}
.uwd-frontpage .uwd-hero .floating-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-frontpage .uwd-hero .floating-box {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .uwd-frontpage .uwd-hero .floating-box {
    transform: translate(-50%, -50%);
    width: 90%;
    left: 50%;
  }
}
.uwd-frontpage .uwd-hero .floating-box--cont {
  background-color: #fff;
  padding: 30px 60px 52px 20px;
  border-radius: 8px 8px 64px 8px;
}
.uwd-frontpage .uwd-hero img {
  border-radius: 8px 8px 8px 64px;
  position: relative;
  z-index: 1;
}
.uwd-frontpage .fullwidth-darkblue-home {
  background-image: url("/wp-content/themes/UWD/src/imgs/ellipse-fullwidth.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
@media (min-width: 768px) {
  .uwd-frontpage .fullwidth-darkblue-home img {
    bottom: -98px;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
}
.uwd-frontpage .fullwidth-img-home {
  background: linear-gradient(181deg, #CAF4F4 4.37%, #FFF 91.07%);
}
.uwd-frontpage .fullwidth-img-home .section-bg {
  border-radius: 30px 30px 64px 30px;
}
@media (max-width: 767px) {
  .uwd-frontpage .fullwidth-img-home .section-bg {
    border-radius: unset;
    height: 300px;
    width: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
}
@media (min-width: 992px) {
  .uwd-frontpage .fullwidth-img-home .desc-section {
    margin-top: -50px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-frontpage .fullwidth-img-home .desc-section {
    margin-top: 30px;
  }
}
.uwd-frontpage .fullwidth-img-home .header-bg-section--desc {
  bottom: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-frontpage .fullwidth-img-home .header-bg-section--desc {
    left: 42px;
  }
}
@media (max-width: 767px) {
  .uwd-frontpage .fullwidth-img-home .header-bg-section--desc {
    left: 12px;
  }
}
.uwd-frontpage .fullwidth-img-home .header-bg-section--desc .status {
  color: #9df35b;
  background-color: rgba(158, 217, 113, 0.24);
  padding: 10px 24px;
}
.uwd-frontpage .fullwidth-img-home .col-cont {
  border-radius: 8px;
  box-shadow: -200px 127px 66px 0 rgba(0, 0, 0, 0), -128px 81px 61px 0 rgba(0, 0, 0, 0), -72px 46px 51px 0 rgba(0, 0, 0, 0.02), -32px 20px 38px 0 rgba(0, 0, 0, 0.03), -8px 5px 21px 0 rgba(0, 0, 0, 0.03);
}
.uwd-frontpage .fullwidth-img-home .col-cont--wrap {
  justify-content: space-between;
}
.uwd-frontpage .fullwidth-img-home .col-cont--wrap p:nth-child(2) {
  width: 69%;
}

@media (max-width: 767px) {
  .uwd-location-map--cont .map-wrap {
    gap: 30px !important;
    margin-bottom: 400px !important;
  }
}
.uwd-location-map--cont .offices-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.uwd-location-map--cont .offices-list .office-item {
  cursor: pointer;
  gap: 12px;
}
.uwd-location-map--cont .offices-list .office-item:hover, .uwd-location-map--cont .offices-list .office-item.active {
  background-color: #fff;
}
@media (max-width: 767px) {
  .uwd-location-map--cont .offices-list .office-item {
    flex-wrap: wrap;
    gap: 5px;
  }
}
@media (max-width: 767px) {
  .uwd-location-map--cont .offices-list .office-item--thumb {
    flex: 1 1 40%;
  }
}
.uwd-location-map--cont .offices-list .office-item--thumb img {
  width: 134px;
  height: 134px;
}
.uwd-location-map--cont .offices-list .office-item .item-cont {
  gap: 12px;
}
@media (max-width: 767px) {
  .uwd-location-map--cont .offices-list .office-item .item-cont {
    flex: 1 1 51%;
  }
}
.uwd-location-map--cont .offices-list .office-item .item-cont .arrw-butt {
  display: block;
  position: relative;
}
.uwd-location-map--cont .offices-list .office-item .item-cont .arrw-butt::after {
  background: url("/wp-content/themes/UWD/src/imgs/black-right-arrow.png") no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position-x: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.uwd-location-map--cont .offices-list .office-item .item-cont .arrw-butt:hover::after {
  animation: bounceArrowRight 0.6s ease-in-out infinite;
}
.uwd-location-map--cont .offices-list .office-item .office-highlights-wrapper {
  position: absolute;
  right: -370px;
  top: 0;
  width: 349px;
  z-index: 9;
}
@media (max-width: 767px) {
  .uwd-location-map--cont .offices-list .office-item .office-highlights-wrapper {
    flex: 1 1 100%;
    position: relative;
    right: unset;
  }
}
.uwd-location-map--cont .offices-list .office-item .office-highlights-wrapper img {
  height: 20px;
  width: 20px;
}
.uwd-location-map--cont .location-map-col {
  height: 203px;
}

.item-cont {
  gap: 12px;
}
@media (max-width: 767px) {
  .item-cont {
    flex: 1 1 51%;
  }
}
.item-cont .arrw-butt {
  display: block;
  position: relative;
}
.item-cont .arrw-butt::after {
  background: url("/wp-content/themes/UWD/src/imgs/black-right-arrow.png") no-repeat;
  content: "";
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position-x: 100%;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .item-cont .arrw-butt::after {
    right: -30px;
  }
}
.item-cont .arrw-butt:hover::after {
  animation: bounceArrowRight 0.6s ease-in-out infinite;
}

@media (max-width: 767px) {
  .uwd-office-spaces .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .uwd-office-spaces .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -200px;
    margin-bottom: 20px;
  }
}
.uwd-office-spaces .image-bottom-text .top-wrapper .floating-box-left {
  position: absolute;
  bottom: 11px;
  left: 65px;
}
@media (max-width: 767px) {
  .uwd-office-spaces .image-bottom-text .top-wrapper .floating-box-left {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    margin-top: -40px;
    width: 96%;
  }
}
.uwd-office-spaces .image-bottom-text .top-wrapper .floating-box-left .floating-box--cont {
  box-shadow: -72px 46px 51px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 20px 20px 20px;
}
.uwd-office-spaces .image-bottom-text .bottom-wrapper .spiral-img {
  top: -412px;
  left: 28%;
  z-index: -1;
}
.uwd-office-spaces .image-bottom-text .bottom-wrapper a.global-green-button {
  padding: 16px 54px;
}
.uwd-office-spaces .image-bottom-text .bottom-wrapper a.global-green-button .img-white {
  display: inline-block;
}
.uwd-office-spaces .image-bottom-text .bottom-wrapper a.global-green-button .img-black {
  display: none;
}
.uwd-office-spaces .image-bottom-text .bottom-wrapper a.global-green-button:hover .img-white {
  display: none;
}
.uwd-office-spaces .image-bottom-text .bottom-wrapper a.global-green-button:hover .img-black {
  display: inline-block;
}
@media (max-width: 767px) {
  .uwd-office-spaces .image-bottom-text .bottom-wrapper a.global-green-button {
    width: 100% !important;
  }
}
.uwd-office-spaces .uwd-office-inclusions--cont .spiral-img {
  top: 100px;
  left: 33%;
}
@media (max-width: 767px) {
  .uwd-office-spaces .uwd-offices--img-background {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .uwd-office-spaces .uwd-offices-cont > .accordion {
    width: 90% !important;
    position: relative !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: unset !important;
    top: -40px !important;
  }
}

@media (max-width: 767px) {
  .uwd-south-granville .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .uwd-south-granville .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -460px;
    margin-bottom: 20px;
  }
}
.uwd-south-granville #accordion3.accordion {
  width: 473px;
  position: absolute;
  right: 60px;
  bottom: -70px;
  box-shadow: -72px 46px 51px 0px rgba(0, 0, 0, 0.1);
}
.uwd-south-granville .image-bottom-text .top-wrapper .floating-box-left {
  position: absolute;
  bottom: 11px;
  left: 65px;
}
.uwd-south-granville .image-bottom-text .top-wrapper .floating-box-left .floating-box--cont {
  box-shadow: -72px 46px 51px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 30px 20px 20px 20px;
}
.uwd-south-granville .image-bottom-text .bottom-wrapper .spiral-img {
  top: -412px;
  left: 28%;
  z-index: -1;
}
.uwd-south-granville .image-bottom-text .bottom-wrapper a.global-green-button {
  padding: 16px 54px;
}
.uwd-south-granville .image-bottom-text .bottom-wrapper a.global-green-button .img-white {
  display: inline-block;
}
.uwd-south-granville .image-bottom-text .bottom-wrapper a.global-green-button .img-black {
  display: none;
}
.uwd-south-granville .image-bottom-text .bottom-wrapper a.global-green-button:hover .img-white {
  display: none;
}
.uwd-south-granville .image-bottom-text .bottom-wrapper a.global-green-button:hover .img-black {
  display: inline-block;
}
.uwd-south-granville .uwd-office-inclusions--cont .spiral-img {
  top: 100px;
  left: 33%;
}
.uwd-south-granville .uwd-visit-location {
  background-color: #394F5D;
  border-radius: 4px;
}
.uwd-south-granville .uwd-visit-location .uwd-container {
  background-image: url("/wp-content/themes/UWD/src/imgs/communities.png");
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 767px) {
  .uwd-south-granville .uwd-visit-location .uwd-container {
    background-image: none;
  }
}
@media (max-width: 767px) {
  .uwd-south-granville .uwd-visit-location .col-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .uwd-south-granville .uwd-meeting-spaces .col-wrapper {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .uwd-south-granville .second-r {
    flex-direction: column-reverse;
  }
}

@media (max-width: 767px) {
  .uwd-telephone-answering .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .uwd-telephone-answering .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -410px;
    margin-bottom: 20px;
  }
}
.uwd-telephone-answering .slider-content--wrap .slick-list .slick-track .slider-content--item.slick-current + .slick-slide::after {
  display: none !important;
}
.uwd-telephone-answering .uwd-simple-setup .col-wrapper {
  position: relative;
}
.uwd-telephone-answering .uwd-simple-setup .col-wrapper::after {
  position: absolute;
  top: 0;
  left: 13px;
  content: "";
  background-color: #265f82;
  height: 100%;
  width: 6px;
}
@media (max-width: 767px) {
  .uwd-telephone-answering .uwd-tools .social-m {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .uwd-telephone-answering .uwd-offices--img-background {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .uwd-telephone-answering .uwd-offices-cont > .accordion {
    width: 90% !important;
    position: relative !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: unset !important;
    top: -40px !important;
  }
}

@media (max-width: 767px) {
  .uwd-meetings-room .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .uwd-meetings-room .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -410px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .uwd-meetings-room .uwd-offices--img-background {
    margin-top: 0;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .uwd-meetings-room .uwd-offices-cont > .accordion {
    width: 90% !important;
    position: relative !important;
    right: unset !important;
    left: 50% !important;
    transform: translateX(-50%);
    bottom: unset !important;
    top: -40px !important;
  }
}

body {
  background: linear-gradient(181deg, #CAF4F4 -30.37%, #FFF 24.07%);
}

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

a {
  text-decoration: none !important;
}

@keyframes spin {
  from {
    transform: translateY(-50%) rotate(0deg);
  }
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
@keyframes bounceArrowRight {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(-6px);
  }
}
.uwd-container {
  max-width: 1280px;
  margin: auto;
}

.uwd-grey {
  color: #82939E;
}

.uwd-lightgrey {
  color: #E9F5F9;
}

.uwd-teal {
  color: #35A0E3;
}

.uwd-green {
  color: #02647E;
}

.uwd-lightgreen {
  color: #07B18F;
}

.uwd-blue {
  color: #3FC1E9;
}

.uwd-darkblue {
  color: #093B59 !important;
}

.bg-fade-white {
  background-color: rgba(255, 255, 255, 0.12);
}

.bg-lightgrey {
  background-color: #E9F5F9;
}

.bg-darkblue {
  background-color: #093B59;
}

.bg-green {
  background-color: #02647E;
}

.bg-linear-green {
  background: linear-gradient(181deg, #CAF4F4 4.37%, #FFF 91.07%);
}

.bg-07B18F {
  background-color: rgba(7, 177, 143, 0.12);
}

.bg-C7DFE0 {
  background-color: rgba(199, 223, 224, 0.5);
}

.bg-783FE9 {
  background-color: rgba(120, 63, 233, 0.12);
}

.bg-3FC1E9 {
  background-color: rgba(63, 193, 233, 0.24);
}

.bg-093B59 {
  background-color: rgba(9, 59, 89, 0.12);
}

.bg-D9D9D9 {
  background-color: rgba(217, 217, 217, 0.25);
}

@media (max-width: 767px) {
  .bg-sm-none {
    background-color: unset !important;
  }
}

.opacity-12 {
  opacity: 12%;
}

.opacity-50 {
  opacity: 50%;
}

.opacity-64 {
  opacity: 64%;
}

.white-box-border {
  border: 1px solid rgba(9, 59, 89, 0.12);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-auto {
  width: auto !important;
}

@media (max-width: 767px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.w-120px {
  width: 120px;
}
@media (max-width: 767px) {
  .w-120px {
    width: 50px;
  }
}

.p-45 {
  padding: 1.45rem !important;
}
@media (max-width: 767px) {
  .p-45 {
    padding: 1rem !important;
  }
}

.table-cont--row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.col-fourty {
  flex: 0 0 40%;
}
@media (max-width: 767px) {
  .col-fourty {
    flex: 0 0 100%;
  }
}

.col-twenty {
  flex: 0 0 20%;
}
@media (max-width: 767px) {
  .col-twenty {
    flex: 0 0 33.33%;
  }
}

@media (min-width: 768px) {
  .mt-md--4 {
    margin-top: -1.8rem !important;
  }
}

.pricing {
  border-radius: 4px;
  background: rgba(2, 100, 126, 0.12);
  display: inline-block;
  padding: 6px 12px;
}

.text-break {
  overflow-wrap: break-word;
  white-space: normal !important;
}

.text-break-all {
  word-break: break-all !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.d-contents {
  display: contents !important;
}

@media (max-width: 767px) {
  .switch-sm-col {
    display: flex;
    flex-direction: column-reverse;
  }
}

.now-open {
  background-color: rgba(158, 217, 113, 0.24);
  border-radius: 4px;
  padding: 6px;
  color: #54A417;
  font-family: "OpenSauceOne";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -4%;
  -webkit-backdrop-filter: blur(6.9px);
          backdrop-filter: blur(6.9px);
}

.global-green-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #fff;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: #02647E;
  border: solid 1px #02647E;
  padding: 16px 34px;
  border-radius: 4px;
  width: 215px;
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.global-green-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #02647E;
  z-index: -1;
  transition: all 0.2s ease;
}
.global-green-button:hover::before {
  left: 0;
  width: 100%;
  background: transparent;
  animation: swipe-out 0.4s forwards;
}
.global-green-button:hover {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: transparent;
  border: solid 1px #02647E;
  padding: 16px 34px;
  border-radius: 4px;
  text-decoration: none !important;
}
@media (max-width: 767px) {
  .global-green-button {
    width: 100%;
  }
}

.global-white-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: #fff;
  border: solid 1px #02647E;
  padding: 16px 16px;
  border-radius: 4px;
  display: inline-flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: color 0.4s ease;
}
.global-white-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background-color: #02647E;
  z-index: -1;
  transition: all 0.2s ease;
}
.global-white-button:hover {
  color: #fff;
  text-decoration: none !important;
}
.global-white-button:hover::before {
  animation: swipe-in 0.45s forwards;
}

.global-outline-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: transparent;
  border: solid 1px #02647E;
  padding: 16px 16px;
  border-radius: 4px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  color: #02647E;
  transition: color 0.3s ease;
}
.global-outline-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #02647E;
  z-index: -1;
}
.global-outline-button:hover {
  color: #fff;
  text-decoration: none;
}
.global-outline-button:hover::before {
  animation: swipe-in 0.45s forwards;
}

.global-outline-white-button {
  font-family: "OpenSauceOne";
  font-size: 16px;
  color: #02647E;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: -4%;
  background-color: transparent;
  border: solid 1px #fff;
  padding: 16px 16px;
  border-radius: 4px;
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 1;
  color: #fff;
  transition: color 0.3s ease;
}
.global-outline-white-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 100%;
  background: #02647E;
  z-index: -1;
}
.global-outline-white-button:hover {
  color: #fff;
  text-decoration: none;
}
.global-outline-white-button:hover::before {
  animation: swipe-in 0.45s forwards;
}

.big-section-header {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 42px;
  color: none;
  line-height: 58px;
  font-weight: 500;
  letter-spacing: -4%;
}
@media (max-width: 767px) {
  .big-section-header {
    font-size: 32px;
    line-height: 40px;
  }
}
.big-section-header .highlighted {
  background-color: #9bbaba;
  padding: 2px 12px 2px 2px;
  border-radius: 4px 4px 26px 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .big-section-header .highlighted {
    padding: 0px 12px 0px 2px;
    display: block;
  }
}
.big-section-header.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.big-section-header.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.small-section-header {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 32px;
  color: none;
  line-height: 100%;
  font-weight: 500;
  letter-spacing: -4%;
}
@media (max-width: 767px) {
  .small-section-header {
    font-size: 28px;
    line-height: 32px;
  }
}
.small-section-header .highlighted {
  background-color: #9bbaba;
  padding: 2px 12px 2px 2px;
  border-radius: 4px 4px 26px 4px;
  color: #fff;
}
@media (max-width: 767px) {
  .small-section-header .highlighted {
    padding: 0px 12px 0px 2px;
  }
}
.small-section-header.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.small-section-header.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.small-heading {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 26px;
  color: none;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -1.04px;
}
@media (max-width: 767px) {
  .small-heading {
    font-size: 20px;
    line-height: 34px;
  }
}
.small-heading.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.small-heading.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.smaller-heading {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 24px;
  color: none;
  line-height: 32px;
  font-weight: 500;
  letter-spacing: -1.04px;
}
@media (max-width: 767px) {
  .smaller-heading {
    font-size: 18px;
    line-height: 34px;
  }
}
.smaller-heading.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.smaller-heading.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.normal-text {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 500 !important;
  line-height: 160% !important;
  letter-spacing: -0.8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .normal-text {
    font-size: 18px !important;
  }
}
@media (max-width: 767px) {
  .normal-text {
    font-size: 16px !important;
  }
}
.normal-text.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.normal-text.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.small-normal-text {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .small-normal-text {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .small-normal-text {
    font-size: 12px;
  }
}
.small-normal-text.medium {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.small-normal-text.semi-bold {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

.tiny-normal-text, .uwd-contact .gravity-form-cont .gform_body .gform-field-label {
  font-family: "OpenSauceOne", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.52px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .tiny-normal-text, .uwd-contact .gravity-form-cont .gform_body .gform-field-label {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .tiny-normal-text, .uwd-contact .gravity-form-cont .gform_body .gform-field-label {
    font-size: 11px;
  }
}
.tiny-normal-text.medium, .uwd-contact .gravity-form-cont .gform_body .medium.gform-field-label {
  font-family: "OpenSauceOne-Medium", sans-serif;
}
.tiny-normal-text.semi-bold, .uwd-contact .gravity-form-cont .gform_body .semi-bold.gform-field-label {
  font-family: "OpenSauceOne-SemiBold", sans-serif;
}

ul.check-icons {
  padding-left: 0;
  list-style: none;
}
ul.check-icons li {
  background: url("/wp-content/themes/UWD/src/imgs/Check--Streamline-Sharp.svg") no-repeat left center;
  padding-left: 24px;
}

ul.number-icons {
  list-style: none;
  counter-reset: custom;
  padding: 0;
}
ul.number-icons li {
  counter-increment: custom;
  position: relative;
  padding-left: 40px; /* space for number */
}
ul.number-icons li::before {
  content: counter(custom) ".";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(7, 177, 143, 0.24);
  color: #093B59;
  padding: 1px 7px;
  border-radius: 4px;
}

.dark-line {
  margin: 0;
  border: solid 1px #02647E;
}

.grey-line {
  margin: 0;
  border: solid 1px rgba(217, 217, 217, 0.12);
}

.gap-10 {
  gap: 10px;
}

.gap-20 {
  gap: 20px;
}

.gap-30 {
  gap: 30px;
}

@media (max-width: 767px) {
  .gap-sm-10 {
    gap: 10px;
  }
  .gap-sm-20 {
    gap: 20px;
  }
  .gap-sm-30 {
    gap: 30px;
  }
}
.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.big-radius-topleft {
  border-radius: 64px 8px 8px 8px;
}

.big-radius-topright {
  border-radius: 8px 64px 8px 8px;
}

@keyframes swipe-out {
  0% {
    left: 50%;
    width: 0;
    background: #02647E;
  }
  50% {
    left: 0;
    width: 100%;
    background: #02647E;
  }
  100% {
    left: 0;
    width: 100%;
    background: transparent;
  }
}
@keyframes swipe-in {
  0% {
    left: 50%;
    width: 0;
    background: #02647E;
  }
  50% {
    left: 0;
    width: 100%;
    background: #02647E;
  }
  100% {
    left: 0;
    width: 100%;
    background: #02647E;
  }
}
@media (max-width: 767px) {
  .accordion button .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #093B59;
    border-bottom: 2px solid #093B59;
    transform: rotate(45deg);
    transition: transform 0.3s ease;
    margin-left: 8px;
    flex-shrink: 0;
  }
}

p.price-box {
  width: 116px;
  text-align: center;
}
@media (max-width: 767px) {
  p.price-box {
    width: 50px;
  }
}

.custom-close-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  border-radius: 50px;
  background-color: transparent;
}

.embedded-iframe iframe {
  border: none !important;
}

.uwd-contact .gform-section {
  background-image: url("/wp-content/themes/UWD/src/imgs/contact-ellipse.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
}
.uwd-contact .office-space-hero {
  height: 567px;
}
@media (max-width: 767px) {
  .uwd-contact .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
}
@media (max-width: 767px) {
  .uwd-contact .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: 460px;
    margin-bottom: 20px;
  }
}
.uwd-contact .location-map-col #map {
  border-radius: 8px 8px 8px 64px;
}
@media (min-width: 992px) {
  .uwd-contact .location-map-col #map {
    width: 85%;
  }
}
.uwd-contact .floating-box {
  box-shadow: -200px 127px 66px 0 rgba(0, 0, 0, 0), -128px 81px 61px 0 rgba(0, 0, 0, 0), -72px 46px 51px 0 rgba(0, 0, 0, 0.02), -32px 20px 38px 0 rgba(0, 0, 0, 0.03), -8px 5px 21px 0 rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .uwd-contact .floating-box {
    width: 610px;
    right: 0;
    left: unset !important;
    top: unset !important;
    bottom: -40px;
    transform: unset !important;
  }
}
.uwd-contact .floating-box--cont {
  border-radius: 8px 8px !important;
}
.uwd-contact .gravity-form-cont {
  width: 50%;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-contact .gravity-form-cont {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .uwd-contact .gravity-form-cont {
    width: 90%;
  }
}
.uwd-contact .gravity-form-cont .gform_body .gform-field-label {
  color: #fff !important;
  opacity: 0.64;
}
.uwd-contact .gravity-form-cont .gform_body select, .uwd-contact .gravity-form-cont .gform_body input {
  height: 58px !important;
  background-color: rgba(17, 79, 118, 0.5) !important;
  border: solid 1px rgb(41, 99, 136) !important;
  border-radius: 4px !important;
  color: #fff !important;
}
.uwd-contact .gravity-form-cont .gform_body textarea {
  background-color: rgba(17, 79, 118, 0.5) !important;
  border: solid 1px rgb(41, 99, 136) !important;
  border-radius: 4px !important;
  color: #fff !important;
}
.uwd-contact .gravity-form-cont .gform_body .gform_fields {
  gap: 15px !important;
}
.uwd-contact .gravity-form-cont .gform-footer input.gform_button {
  background-color: rgb(2, 100, 126) !important;
  border-radius: 4px !important;
  color: #fff !important;
  width: 100% !important;
  height: 64px !important;
}

.gfield_required {
  display: inline-block;
  color: #fff !important;
  opacity: 0.64;
}

.gfield_required.gfield_required_text:before {
  content: "*";
}

.gfield_required {
  visibility: hidden !important;
}

.gfield_required:before {
  visibility: visible !important;
}

body .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("/wp-content/themes/UWD/src/imgs/arrow-down-white.svg") no-repeat right 0.75rem center/1rem;
  background-color: #fff; /* keep background */
  padding-right: 2rem;
  border: 1px solid #ccc;
}

body .gform_wrapper select::-ms-expand {
  display: none;
}

body .gform_wrapper select:focus,
body .gform_wrapper select:hover {
  background: url("/wp-content/themes/UWD/src/imgs/arrow-down-white.svg") no-repeat right 0.75rem center/1rem;
}

@media (max-width: 767px) {
  .uwd-about .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .uwd-about .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
.uwd-about .what-makes-different {
  background-color: #394F5D;
}
.uwd-about .what-makes-different .grid-wrap {
  background-color: #445E70;
}
.uwd-about .what-makes-different .feaured-img-left {
  border-radius: 8px 8px 8px 64px;
}
.uwd-about .what-makes-different .feaured-img-right {
  border-radius: 8px 8px 64px 8px;
}
.uwd-about .numbers-leadership {
  background-color: #1A4B41;
}
.uwd-about .numbers-leadership .first-row {
  background-image: url("/wp-content/themes/UWD/src/imgs/Group 375.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (min-width: 768px) {
  .uwd-about .numbers-leadership .first-row {
    border-right: solid 1px #5B7382;
  }
}
.uwd-about .office-space-hero img {
  border-radius: 8px 8px 64px !important;
}
.uwd-about .floating-box {
  box-shadow: -200px 127px 66px 0 rgba(0, 0, 0, 0), -128px 81px 61px 0 rgba(0, 0, 0, 0), -72px 46px 51px 0 rgba(0, 0, 0, 0.02), -32px 20px 38px 0 rgba(0, 0, 0, 0.03), -8px 5px 21px 0 rgba(0, 0, 0, 0.03);
}
@media (min-width: 768px) {
  .uwd-about .floating-box {
    width: 610px;
    left: 0 !important;
    top: unset !important;
    bottom: -40px;
    transform: unset !important;
  }
}
.uwd-about .floating-box--cont {
  border-radius: 8px 8px !important;
}

@media (max-width: 767px) {
  .uwd-virtual-meetings .office-space-hero {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .uwd-virtual-meetings .office-space-hero .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -460px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .uwd-virtual-meetings .vancouver-presence .floating-box {
    position: relative !important;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 0 !important;
    margin-top: -90px !important;
    margin-bottom: 20px;
  }
}
.uwd-virtual-meetings .location-map {
  height: 534px;
  width: 564px;
}
@media (max-width: 767px) {
  .uwd-virtual-meetings .location-map {
    height: 383px;
    width: 100%;
  }
}
.uwd-virtual-meetings .location-map #map {
  border-radius: 64px 8px 8px 8px;
}
@media (max-width: 767px) {
  .uwd-virtual-meetings .floating-box {
    left: 55px !important;
    top: 56% !important;
    transform: translateY(-50%) !important;
    box-shadow: rgba(0, 0, 0, 0.1) -72px 46px 51px 0px;
  }
}
.uwd-virtual-meetings .table-cont {
  position: relative;
  overflow: visible;
}
.uwd-virtual-meetings .sticky-row {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #fff;
}

.uwd-testimonials .col-cont .bg-img {
  border-radius: 8px;
  border: 4px solid #FFF;
  background: url(<path-to-image>) lightgray -302.029px -32.773px/211.608% 154.891% no-repeat;
  background-color: lightgray;
  box-shadow: -120px 76px 40px 0 rgba(0, 0, 0, 0), -77px 49px 36px 0 rgba(0, 0, 0, 0.01), -43px 28px 31px 0 rgba(0, 0, 0, 0.04), -19px 12px 23px 0 rgba(0, 0, 0, 0.06), -5px 3px 13px 0 rgba(0, 0, 0, 0.07);
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-testimonials .col-cont .bg-img {
    height: 300px;
  }
}
.uwd-testimonials .col-cont .testi-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 95%;
  margin: 10px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.uwd-testimonials--wrap {
  gap: 16px;
  margin-top: -30px;
}
@media (max-width: 991px) {
  .uwd-testimonials--wrap {
    margin-top: 36px;
  }
}
.uwd-testimonials--wrap .st-1 {
  height: 248px;
}
@media (max-width: 991px) {
  .uwd-testimonials--wrap .st-1 {
    height: unset;
    margin-bottom: 12px;
  }
}
.uwd-testimonials--wrap .st-2 {
  height: 180px;
}
@media (max-width: 991px) {
  .uwd-testimonials--wrap .st-2 {
    height: unset;
    margin-top: 36px;
  }
}
.uwd-testimonials--wrap .w-testi-icon .comment-icon {
  top: -32px;
  right: 23px;
}
.uwd-testimonials--wrap .w-testi-icon .stars {
  width: 114px;
}

.uwd-office-spaces .floating-box, .uwd-south-granville .floating-box, .uwd-telephone-answering .floating-box, .uwd-contact .floating-box, .uwd-about .floating-box, .uwd-virtual-meetings .floating-box, .uwd-meetings-room .floating-box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-office-spaces .floating-box, .uwd-south-granville .floating-box, .uwd-telephone-answering .floating-box, .uwd-contact .floating-box, .uwd-about .floating-box, .uwd-virtual-meetings .floating-box, .uwd-meetings-room .floating-box {
    left: 30px;
  }
}
@media (max-width: 767px) {
  .uwd-office-spaces .floating-box, .uwd-south-granville .floating-box, .uwd-telephone-answering .floating-box, .uwd-contact .floating-box, .uwd-about .floating-box, .uwd-virtual-meetings .floating-box, .uwd-meetings-room .floating-box {
    transform: translate(-50%, -50%);
    width: 90%;
    left: 50%;
  }
}
.uwd-office-spaces .floating-box--cont, .uwd-south-granville .floating-box--cont, .uwd-telephone-answering .floating-box--cont, .uwd-contact .floating-box--cont, .uwd-about .floating-box--cont, .uwd-virtual-meetings .floating-box--cont, .uwd-meetings-room .floating-box--cont {
  background-color: #fff;
  padding: 30px 20px 52px 20px;
  border-radius: 8px 8px 64px 8px;
}

.uwd-offices {
  background-image: url("/wp-content/themes/UWD/src/imgs/office-ellipse.svg");
  background-repeat: no-repeat;
  background-position: 136px 1px;
}
.uwd-offices.no-bg {
  background-image: none;
}
.uwd-offices--cont {
  position: relative;
  padding-top: 240px;
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-offices--cont {
    padding-top: 300px;
  }
}
@media (max-width: 767px) {
  .uwd-offices--cont {
    padding-top: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column-reverse;
  }
}
.uwd-offices--cont .uwd-offices--slider {
  display: flex;
  gap: 330px;
  position: absolute;
  top: 0;
  z-index: 1;
  padding: 0 12px;
}
@media (min-width: 992px) {
  .uwd-offices--cont .uwd-offices--slider {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .uwd-offices--cont .uwd-offices--slider {
    position: relative;
    flex-direction: column-reverse;
    top: -40px;
    gap: 60px;
    padding: 0 44px;
  }
}
.uwd-offices--cont .uwd-offices--slider .uwd-offices--arrows {
  position: relative;
}
@media (max-width: 767px) {
  .uwd-offices--cont .uwd-offices--slider .uwd-offices--arrows {
    display: none;
  }
}
.uwd-offices--cont .uwd-offices--slider .uwd-offices--arrows .arrows-cont {
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: absolute;
  left: 50px;
  gap: 7px;
}
@media (min-width: 992px) {
  .uwd-offices--cont .uwd-offices--slider .uwd-offices--arrows .arrows-cont {
    top: 40%;
    transform: translateY(-40%);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-offices--cont .uwd-offices--slider .uwd-offices--arrows .arrows-cont {
    top: 34%;
  }
}
.uwd-offices--cont .uwd-offices--slider .offices-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 12px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .uwd-offices--cont .uwd-offices--slider .offices-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .uwd-offices--cont .uwd-offices--slider .offices-list {
    grid-template-columns: 1fr;
  }
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item {
  background-color: #fff;
  border-radius: 4px;
  padding: 5px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .uwd-offices--cont .uwd-offices--slider .offices-list .office-item {
    background-color: #E9F5F9;
  }
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item--thumb a img {
  width: 100%;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .uwd-offices--cont .uwd-offices--slider .offices-list .office-item--thumb a img {
    width: 212px;
    height: auto;
  }
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item--thumb .highlighted {
  background-color: rgba(158, 217, 113, 0.24);
  border-radius: 4px;
  padding: 6px;
  color: #9DF35B;
  font-family: "OpenSauceOne";
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -4%;
  -webkit-backdrop-filter: blur(6.9px);
          backdrop-filter: blur(6.9px);
  bottom: 10px;
  left: 10px;
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item .item-cont {
  padding: 0 14px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item .item-cont a {
  text-decoration: none !important;
  margin-top: auto;
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item .item-cont .arrw-butt {
  display: block;
  position: relative;
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item .item-cont .arrw-butt::after {
  background: url("/wp-content/themes/UWD/src/imgs/black-right-arrow.png") no-repeat;
  content: "";
  width: 100%;
  height: 20px;
  background-size: contain;
  background-position-x: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.uwd-offices--cont .uwd-offices--slider .offices-list .office-item .item-cont .arrw-butt:hover::after {
  animation: bounceArrowRight 0.6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .uwd-offices--img-background {
    margin-top: 36px;
    padding: 0 24px;
  }
}
.uwd-offices--img-background .img-background--cont {
  position: relative;
}
.uwd-offices--img-background .img-background--cont .img-background--content {
  position: absolute;
  bottom: 0;
  left: 40px;
}
@media (max-width: 767px) {
  .uwd-offices--img-background .img-background--cont .img-background--content {
    left: 16px;
    width: 90%;
    bottom: 48px;
  }
}
@media (max-width: 767px) {
  .uwd-offices--img-background .img-background--cont img {
    border-radius: 18px 3px 3px 3px;
  }
}
.uwd-offices--img-background .slick-list {
  border-radius: 64px 8px 8px 8px;
}
@media (max-width: 767px) {
  .uwd-offices--img-background .slick-list {
    border-radius: unset;
    border-radius: 18px 3px 3px 3px;
  }
}

.slick-arrow {
  cursor: pointer;
}

.three-col-offices {
  position: relative;
}
.three-col-offices .pricing {
  border-radius: 4px;
  background: rgba(2, 100, 126, 0.12);
  display: inline-block;
  padding: 6px 12px;
}
.three-col-offices.frontpage::after {
  position: absolute;
  content: url("/wp-content/themes/UWD/src/imgs/ellipse3.svg");
  bottom: -300px;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}
.three-col-offices--cont .header-img-wrap .wrapper {
  bottom: 8px;
  left: 8px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.24);
  border: solid 1px rgba(255, 255, 255, 0.3);
  z-index: 2;
}
.three-col-offices--cont .header-img-wrap::after {
  background: linear-gradient(205deg, rgba(217, 217, 217, 0) 66.49%, #737373 97.35%);
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.accordion .accord {
  border-bottom: solid 1px #dae5e9;
}
.accordion .accord .accord-body {
  opacity: 0.64;
}
.accordion .accord .pricing {
  border-radius: 4px;
  background: rgba(2, 100, 126, 0.12);
  display: inline-block;
  padding: 6px 12px;
}
.accordion .arrow {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #093B59;
  border-bottom: 2px solid #093B59;
  transform: rotate(45deg); /* down by default */
  transition: transform 0.3s ease;
}
.accordion .btn[aria-expanded=true] .arrow {
  transform: rotate(-135deg); /* points up when open */
}

.dropdown-img-right .image-row img {
  border-radius: 64px 8px 8px 8px;
}
.dropdown-img-right .office-highlights--wrapper {
  position: absolute;
  left: 10px;
  bottom: 15px;
}

.uwd-office-spaces #accordion3.accordion, .uwd-telephone-answering #accordion3.accordion, .uwd-meetings-room #accordion3.accordion {
  width: 473px;
  position: absolute;
  right: 60px;
  bottom: -70px;
  box-shadow: -72px 46px 51px 0px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .slider-content {
    margin: 0 20px;
  }
}
.slider-content--wrap .slick-list {
  padding: 0 130px 0 0 !important;
  overflow: visible !important;
  clip-path: inset(0 -100% 0 0);
}
@media (max-width: 767px) {
  .slider-content--wrap .slick-list {
    padding: 0 !important;
    overflow: hidden !important;
    clip-path: none;
  }
}
@media (min-width: 768px) {
  .slider-content--wrap .slick-list .slick-track {
    display: flex;
    align-items: stretch;
    gap: 16px;
  }
}
.slider-content--wrap .slick-list .slick-track .slider-content--item {
  border-radius: 4px;
  padding: 20px;
  height: auto;
  display: flex;
  flex-direction: column;
  /*&.slick-active + .slick-slide, */
}
@media (max-width: 767px) {
  .slider-content--wrap .slick-list .slick-track .slider-content--item {
    height: 100%;
  }
}
.slider-content--wrap .slick-list .slick-track .slider-content--item.slick-current + .slick-slide {
  position: relative;
}
.slider-content--wrap .slick-list .slick-track .slider-content--item.slick-current + .slick-slide::after {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  left: 0;
  top: 0;
}
.slider-content--wrap .slick-list .slick-track .slider-content--item.no-overlay.slick-current + .slick-slide::after {
  display: none !important;
}
.slider-content--wrap .slick-list .slick-track .slider-content--item img {
  width: 52px;
  height: auto;
}

.slider-content--wrap .slick-list .slick-track .no-overlay.slider-content--item.slick-current + .slick-slide::after {
  display: none !important;
}/*# sourceMappingURL=style.css.map */