/*
* Mixin for easy media queries
* @include bp(tablet-only) { SCSS here };
* Default css is for mobile screens
*/

@font-face {
  font-family: "Nuckle";
  font-weight: 300;
  font-style: normal;
  src: url("../fonts/nuckle/Nuckle-Light.eot");
  src: url("../fonts/nuckle/Nuckle-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/nuckle/Nuckle-Light.woff") format("woff"), url("../fonts/nuckle/Nuckle-Light.ttf") format("truetype"), url("../fonts/nuckle/Nuckle-Light.svg#Nuckle") format("svg");
}

@font-face {
  font-family: "Nuckle";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/nuckle/Nuckle-Regular.eot");
  src: url("../fonts/nuckle/Nuckle-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/nuckle/Nuckle-Regular.woff") format("woff"), url("../fonts/nuckle/Nuckle-Regular.ttf") format("truetype"), url("../fonts/nuckle/Nuckle-Regular.svg#Nuckle") format("svg");
}

@font-face {
  font-family: "Nuckle";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/nuckle/Nuckle-Medium.eot");
  src: url("../fonts/nuckle/Nuckle-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/nuckle/Nuckle-Medium.woff") format("woff"), url("../fonts/nuckle/Nuckle-Medium.ttf") format("truetype"), url("../fonts/nuckle/Nuckle-Medium.svg#Nuckle") format("svg");
}

@font-face {
  font-family: "Nuckle";
  font-weight: 600;
  font-style: normal;
  src: url("../fonts/nuckle/Nuckle-Semibold.eot");
  src: url("../fonts/nuckle/Nuckle-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/nuckle/Nuckle-Semibold.woff") format("woff"), url("../fonts/nuckle/Nuckle-Semibold.ttf") format("truetype"), url("../fonts/nuckle/Nuckle-Semibold.svg#Nuckle") format("svg");
}

@font-face {
  font-family: "Nuckle";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/nuckle/Nuckle-Bold.eot");
  src: url("../fonts/nuckle/Nuckle-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/nuckle/Nuckle-Bold.woff") format("woff"), url("../fonts/nuckle/Nuckle-Bold.ttf") format("truetype"), url("../fonts/nuckle/Nuckle-Bold.svg#Nuckle") format("svg");
}

@font-face {
  font-family: "icomoon";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/icomoon/icomoon.eot");
  src: url("../fonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/icomoon.woff") format("woff"), url("../fonts/icomoon/icomoon.ttf") format("truetype"), url("../fonts/icomoon/icomoon.svg#icomoon") format("svg");
}

/*Sass Variables---------------------------------------------------------------------------*/

/*=Global
---------------------------------------*/

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.4rem;
  line-height: 1.22;
  font-weight: normal;
  color: #0F5092;
  font-family: "Nuckle", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
  width: auto;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.8rem;
  line-height: 1.2;
  font-weight: 600;
  color: #0F5092;
}

.h1 a:not(:hover),
.h2 a:not(:hover),
.h3 a:not(:hover),
.h4 a:not(:hover),
.h5 a:not(:hover),
.h6 a:not(:hover),
h1 a:not(:hover),
h2 a:not(:hover),
h3 a:not(:hover),
h4 a:not(:hover),
h5 a:not(:hover),
h6 a:not(:hover) {
  color: inherit;
}

.h1 strong,
.h2 strong,
.h3 strong,
.h4 strong,
.h5 strong,
.h6 strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
  color: #50BBB8;
  font-weight: inherit;
}

h1,
.h1 {
  font-size: 4rem;
  line-height: 1;
  margin-bottom: 1.6rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h3,
.h3 {
  font-size: 2.8rem;
}

h4,
.h4 {
  font-size: 2.4rem;
}

h5,
.h5 {
  font-size: 2rem;
}

h6,
.h6 {
  font-size: 1.6rem;
}

p {
  margin: 0 0 2.4rem 0;
}

p strong {
  font-weight: bold;
  color: #50BBB8;
}

b,
strong {
  font-weight: bold;
}

ul {
  padding: 0 0 0 17px;
  margin: 0 0 2.4rem;
}

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

::-webkit-input-placeholder {
  color: rgba(115, 115, 115, 0.5) !important;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(115, 115, 115, 0.5) !important;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(115, 115, 115, 0.5) !important;
}

:-ms-input-placeholder {
  color: rgba(115, 115, 115, 0.5) !important;
}

label {
  font-size: 1.4rem;
  color: #0F5092;
  display: block;
  margin-bottom: 0.5rem;
  font-weight: bold;
}

.form-group {
  margin-bottom: 1.6rem;
}

input:focus {
  outline: none;
}

.form-control {
  border: none;
  background-color: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.7rem;
  height: 4rem;
  font-size: 1.2rem;
}

textarea.form-control {
  resize: none;
  height: 12.8rem;
}

select.form-control {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("../images/select-dropdown-arw.png");
  background-repeat: no-repeat;
  background-size: 2rem 2rem;
  background-position: center right 1rem;
  cursor: pointer;
}

a {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  text-decoration: none;
  color: #0F5092;
}

a:focus,
a:hover {
  outline: 0;
  text-decoration: none;
}

.fadeInUp {
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
}

.btn {
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out, transform 0.3s ease-in-out, border 0.3s ease-in-out, opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  font-size: 1.2rem;
  line-height: 1.125;
  font-weight: 500;
  padding: 1.4rem 2rem;
  display: inline-block;
  border-radius: 5rem;
  position: relative;
  min-width: 21.6rem;
}

.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-light,
.btn-dark,
.btn-white {
  border: none;
}

.btn.btn-has-gradient {
  overflow: hidden;
  z-index: 1;
}

.btn.btn-has-gradient:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #0F5092 0%, transparent);
  background: linear-gradient(90deg, #0F5092 0%, transparent);
  z-index: -1;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.btn.btn-has-gradient:hover:before {
  width: 175%;
}

.btn-white {
  background-color: #ffffff;
  color: #0F5092;
}

.btn-white:hover {
  background-color: #ffffff;
  color: #0F5092;
}

.btn-white.btn-has-gradient:before {
  background: -webkit-linear-gradient(left, #50BBB8 0%, transparent);
  background: linear-gradient(90deg, #50BBB8 0%, transparent);
}

.btn-primary {
  background-color: #0F5092;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #0a3764;
  color: #ffffff;
}

.btn-primary.btn-has-gradient:before {
  background: -webkit-linear-gradient(left, #50BBB8 0%, transparent);
  background: linear-gradient(90deg, #50BBB8 0%, transparent);
}

.btn-success {
  background-color: #50BBB8;
  color: #ffffff;
}

.btn-success:hover {
  background-color: #3c9c99;
  color: #ffffff;
}

.btn.btn-has-circle-arrow {
  -webkit-transition: padding 0.3s ease-in-out;
  transition: padding 0.3s ease-in-out;
  padding-right: 5.5rem;
}

.btn.btn-has-circle-arrow.btn-has-circle-arrow--blue .icon-angle-right {
  background-color: #0F5092;
}

.btn.btn-has-circle-arrow.btn-has-circle-arrow--blue .icon-angle-right:before {
  background: -webkit-linear-gradient(top, #50BBB8 0%, #FFFFFF 100%);
  background: linear-gradient(180deg, #50BBB8 0%, #FFFFFF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.btn.btn-has-circle-arrow:hover {
  padding-right: 6rem;
}

.btn.btn-has-circle-arrow .icon-angle-right {
  height: 3.4rem;
  width: 3.4rem;
  border-radius: 50%;
  background-color: #ffffff;
  color: #0F5092;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\e903";
  font-family: "icomoon", sans-serif;
  font-weight: normal;
  font-size: 1.2rem;
}

.ratio {
  --bs-aspect-ratio: 59%;
}

.ratio > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.gutters-end-0 > *:last-child {
  margin-bottom: 0 !important;
}

.inline-link {
  font-size: 1.6rem;
  line-height: 1.125;
  font-weight: 500;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.8rem;
  -webkit-transition: gap 0.3s ease-in-out;
  transition: gap 0.3s ease-in-out;
}

.inline-link:hover {
  gap: 1.2rem;
}

.inline-link:after {
  content: "\e902";
  font-family: "icomoon", sans-serif;
  font-size: 0.8em;
}

.mobile-menu {
  background: -webkit-linear-gradient(top, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(180deg, #0F5092 0%, #50BBB8 100%);
}

.mobile-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-image: url("../images/favicon-1.png");
  background-repeat: repeat-x;
  background-position: bottom center;
  opacity: 0.03;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
}

.mobile-menu .btn-close {
  --bs-btn-close-color: #fff;
  -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1);
  opacity: 1;
  margin: 0;
  font-size: 1.6rem;
}

.mobile-menu .offcanvas-header {
  border-bottom: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(left, #50BBB8 0, #0F5092 100%) 1;
       -o-border-image: linear-gradient(to right, #50BBB8 0, #0F5092 100%) 1;
          border-image: linear-gradient(to right, #50BBB8 0, #0F5092 100%) 1;
  padding: 1.5rem 0;
}

.mobile-menu .offcanvas-header .site-logo {
  display: block;
  width: 14rem;
}

.mobile-menu .offcanvas-header .site-logo img {
  display: block;
}

.mobile-menu .offcanvas-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 3rem 0;
}

.mobile-menu .main-nav .nav {
  display: block;
  font-size: 1.8rem;
}

.mobile-menu .main-nav .nav .menu-item:not(:last-child) {
  margin-bottom: 2rem;
}

.mobile-menu .main-nav .nav .menu-item.current-menu-item > a {
  text-decoration: underline;
  font-weight: bold;
}

.mobile-menu .main-nav .nav .menu-item > a {
  color: #ffffff;
}

.mobile-menu .main-nav .nav .menu-item > a:hover {
  color: #ffffff;
}

.mobile-menu .offcanvas-footer {
  margin-top: auto;
  border-top: 1px solid;
  -webkit-border-image: -webkit-linear-gradient(left, #0F5092 0, #50BBB8 100%) 1;
       -o-border-image: linear-gradient(to right, #0F5092 0, #50BBB8 100%) 1;
          border-image: linear-gradient(to right, #0F5092 0, #50BBB8 100%) 1;
  padding: 2rem 0;
}

.mobile-menu .header-contact-numb {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.4rem;
  min-width: 18.4rem;
  text-align: center;
  background-color: #ffffff;
  color: #0F5092;
  display: inline-block;
  border-radius: 5rem;
}

.mobile-menu .header-contact-numb:hover {
  background-color: #ffffff;
}

.bgImg,
.parallaxBgImg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.parallaxBgImg {
  bottom: -100px;
}

.site-header {
  padding: 1.5rem 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 999;
  -webkit-transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
  transition: background-color 0.15s ease-out, box-shadow 0.15s ease-out, padding 0.15s ease-out;
}

.page-scrolled .site-header {
  background-color: #0F5092;
  -webkit-transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  transition: background-color 0.3s ease-out, box-shadow 0.3s ease-out, padding 0.3s ease-out;
  box-shadow: 0 0 1rem rgba(15, 80, 146, 0.5);
}

.header-light .site-header .main-nav .nav > li.current-menu-item > a {
  color: #ffffff;
}

.header-light .site-header .main-nav .nav > li.current-menu-item > a:after {
  background-color: #ffffff;
}

.header-light .site-header .main-nav .nav > li > a {
  color: #50BBB8;
}

.header-light .site-header .main-nav .nav > li > a:hover {
  color: #ffffff;
}

.header-light .site-header .main-nav .nav > li > a:after {
  background-color: #ffffff;
}

.header-light .site-header .header-contact-numb {
  background-color: #ffffff;
  color: #0F5092;
}

.site-header .site-logo {
  display: block;
  width: 14rem;
}

.site-header .site-logo__white {
  display: none;
}

.header-light .site-header .site-logo__white,
.page-scrolled .site-header .site-logo__white {
  display: block;
}

.header-light .site-header .site-logo__normal,
.page-scrolled .site-header .site-logo__normal {
  display: none;
}

.site-header .main-nav .nav {
  gap: 3.2rem;
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.site-header .main-nav .nav > li > a {
  display: block;
  color: #0F5092;
  position: relative;
}

.page-scrolled .site-header .main-nav .nav > li > a {
  color: #ffffff;
}

.site-header .main-nav .nav > li > a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #0F5092;
  right: 0;
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.page-scrolled .site-header .main-nav .nav > li > a:after {
  background-color: #ffffff;
}

.site-header .main-nav .nav > li > a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.site-header .main-nav .nav > li.current-menu-item > a {
  font-weight: bold;
}

.site-header .main-nav .nav > li.current-menu-item > a:after {
  width: 100%;
  right: auto;
  left: 0;
}

.site-header .header-contact-numb {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.4rem;
  min-width: 18.4rem;
  text-align: center;
  background-color: #0F5092;
  color: #ffffff;
  display: inline-block;
  border-radius: 5rem;
}

.page-scrolled .site-header .header-contact-numb {
  background-color: #ffffff;
  color: #0F5092;
}

.site-header .header-contact-numb:hover {
  background-color: #50BBB8;
}

.page-scrolled .site-header .header-contact-numb:hover {
  background-color: #50BBB8;
  color: #ffffff;
}

.site-header .burger-btn {
  width: 33px;
  height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #50BBB8;
  gap: 4px;
  padding: 5px 9px;
  border-radius: 0.5rem;
  cursor: pointer;
}

.site-header .burger-btn span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}

.site-header .burger-btn span:last-child {
  width: 12px;
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
}

.site-main.page {
  padding: 12rem 0 10rem;
}

.hero-banner {
  background: -webkit-linear-gradient(top, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(180deg, #0F5092 0%, #50BBB8 100%);
  text-align: center;
  color: #ffffff;
  overflow: hidden;
  font-size: 1.6rem;
  border-radius: 0 0 6rem 6rem;
}

.hero-banner .inner-container {
  min-height: 100svh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

.hero-banner .content-holder {
  max-width: 51rem;
  margin: 0 auto;
}

.hero-banner .content-holder .ico-holder {
  width: 5rem;
  margin: 0 auto 0.8rem;
}

.hero-banner .content-holder h1 {
  color: inherit;
}

.hero-banner .floating-favicon {
  position: absolute;
  width: 59%;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: -2;
  opacity: 0.2;
}

.hero-banner .floating-image-left,
.hero-banner .floating-image-right {
  position: absolute;
  z-index: -1;
  bottom: 0;
}

.hero-banner .floating-image-left {
  width: 35%;
  left: 0;
}

.hero-banner .floating-image-right {
  width: 37%;
  right: 0;
}

.trust-banner {
  overflow: hidden;
  margin-bottom: 6.4rem;
}

.trust-banner .inner-container {
  position: relative;
  z-index: 1;
  padding: 4rem 3rem;
  text-align: center;
}

.trust-banner .inner-container::before {
  border-radius: 6rem 0 0 0;
  content: "";
  z-index: -2;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  position: absolute;
  background: -webkit-linear-gradient(left, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(90deg, #0F5092 0%, #50BBB8 100%);
}

.trust-banner .inner-container:after {
  border-radius: 6rem 0 0 0;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  position: absolute;
  background-image: url("../images/bg-pattern-1.png");
  opacity: 0.4;
}

.trust-banner__title {
  text-transform: uppercase;
  color: #ffffff;
}

.section-heading {
  margin-bottom: 6.4rem;
}

.section-heading > *:last-child {
  margin-bottom: 0;
}

.facility-solutions {
  margin-bottom: 9.6rem;
}

.facility-solutions .section-heading-wrapper {
  margin-bottom: 3.2rem;
}

.facility-solutions .section-heading h2 strong {
  display: block;
}

.facility-solutions .nav-tabs {
  margin: -0.5rem;
  border: none;
}

.facility-solutions .nav-tabs .nav-item {
  margin: 0;
  width: 100%;
  padding: 0.5rem;
}

.facility-solutions .nav-tabs .nav-link {
  border: 1px solid #50BBB8;
  font-weight: normal;
  border-radius: 5rem;
  color: #50BBB8;
  text-align: center;
  padding: 0.5rem;
  cursor: pointer;
  display: block;
  width: 100%;
}

.facility-solutions .nav-tabs .nav-link.active {
  background: -webkit-linear-gradient(left, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(90deg, #0F5092 0%, #50BBB8 100%);
  color: #ffffff;
  font-weight: 600;
  border-color: transparent;
  cursor: initial;
}

.facility-solutions .tab-content-wrapper {
  position: relative;
  z-index: 1;
}

.facility-solutions .tab-content-wrapper .floating-icon {
  position: absolute;
  width: 26.5%;
  right: 0;
  bottom: 20px;
  z-index: -1;
  opacity: 0.05;
}

.facility-solutions .tab-content .tab-pane .image-holder .ratio {
  --bs-aspect-ratio: 85.25%;
}

.facility-solutions .tab-content .tab-pane .image-holder .ratio img {
  border-radius: 3rem;
}

.facility-solutions .tab-content .tab-pane .content-holder {
  max-width: 32.5rem;
}

.facility-solutions .tab-content .tab-pane .content-holder .ico-holder {
  margin-bottom: 1.6rem;
}

.facility-solutions .tab-content .tab-pane .content-holder .ico-holder img {
  width: 6.4rem;
}

.facility-solutions .tab-content .tab-pane .content-holder .title {
  color: #50BBB8;
}

.facility-solutions .tab-content .tab-pane .content-holder .inline-link {
  cursor: pointer;
  border: none;
  padding: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
  color: #0F5092;
}

.bedside-care {
  background-color: rgba(80, 187, 184, 0.2);
  padding: 6.4rem 0 12.8rem;
}

.bedside-care .column-left h2 {
  margin-bottom: 2rem;
  line-height: 1.2;
}

.bedside-care .column-right {
  font-size: 2rem;
  font-weight: 500;
}

.bedside-care-cta {
  position: relative;
  z-index: 1;
  margin-bottom: 6.4rem;
}

.bedside-care-cta:before {
  background-color: rgba(80, 187, 184, 0.2);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  z-index: -1;
}

.bedside-care-cta .inner-container {
  background: -webkit-linear-gradient(left, #50BBB8 0%, #0F5092 100%);
  background: linear-gradient(90deg, #50BBB8 0%, #0F5092 100%);
  border-radius: 3rem;
  color: #ffffff;
  font-size: 1.8rem;
  position: relative;
  z-index: 1;
}

.bedside-care-cta .inner-container:before {
  border-radius: 3rem;
  content: "";
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background-image: url("../images/bg-pattern-1.png");
  opacity: 0.4;
}

.bedside-care-cta .inner-container h2 {
  color: inherit;
}

.bedside-care-cta .content-holder {
  max-width: 50rem;
}

.bedside-care-cta .image-holder img {
  margin-top: -15rem;
}

.map-section {
  margin-bottom: 6.4rem;
}

.site-footer {
  background-color: #0F5092;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 6.4rem 0 5rem;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer a {
  color: #ffffff;
}

.site-footer .site-logo {
  display: block;
  width: 28.7rem;
  max-width: 100%;
}

.site-footer .footer-about {
  font-size: 1.8rem;
  color: #ffffff;
}

.site-footer .footer-widget-title {
  color: #50BBB8;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}

.site-footer__top {
  margin-bottom: 4rem;
}

.site-footer .footer-links .footer-widget-title {
  margin-bottom: 1rem;
}

.site-footer .footer-links ul li:not(:last-child) {
  margin-bottom: 1rem;
}

.site-footer .footer-links ul li a {
  color: #ffffff;
  position: relative;
}

.site-footer .footer-links ul li a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  right: 0;
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.site-footer .footer-links ul li a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.site-footer .footer-contact-info__box:not(:last-child) {
  margin-bottom: 2.2rem;
}

.site-footer .footer-contact-info__box a {
  position: relative;
}

.site-footer .footer-contact-info__box a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #ffffff;
  right: 0;
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.site-footer .footer-contact-info__box a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.site-footer .inline-social-icons {
  margin-bottom: 1.6rem;
}

.site-footer .copyright {
  font-size: 1rem;
}

.site-footer .siteby {
  font-size: 1rem;
}

.site-footer .siteby a {
  color: #50BBB8;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
}

.site-footer .siteby a:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #50BBB8;
  right: 0;
  width: 0;
  bottom: 0;
  -webkit-transition: width 0.3s ease-in-out;
  transition: width 0.3s ease-in-out;
}

.site-footer .siteby a:hover:after {
  width: 100%;
  right: auto;
  left: 0;
}

.inline-social-icons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.2rem;
  font-size: 1.6rem;
}

.inline-social-icons a {
  height: 3rem;
  width: 3rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #50BBB8;
  color: #50BBB8;
  border-radius: 50%;
}

.inline-social-icons a:hover {
  background-color: #50BBB8;
  color: #ffffff;
}

.inline-social-icons a .icon-twitter {
  font-size: 0.75em;
}

.inline-social-icons a .icon-instagram {
  font-size: 0.85em;
}

.bg-cover-pattern-1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-image: url("../images/bg-pattern-1.png");
  background-repeat: repeat;
  opacity: 0.4;
}

.secondary-banner {
  min-height: 70rem;
  padding: 14rem 0;
  background-color: #DCF1F1;
  font-size: 1.6rem;
  border-radius: 0 0 6rem 6rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.secondary-banner .inner-container {
  position: relative;
  z-index: 1;
}

.secondary-banner .inner-container .floating-icon {
  width: 29.3rem;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
  max-width: 25%;
  opacity: 0.05;
}

.secondary-banner h1,
.secondary-banner h2 {
  margin-bottom: 1.6rem;
}

.secondary-banner h1 strong,
.secondary-banner h2 strong {
  display: block;
}

.secondary-banner .column-left .desc {
  max-width: 40rem;
}

.secondary-banner.secondary-banner--careers:before {
  background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  height: 14rem;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
  position: absolute;
  content: "";
}

.secondary-banner.secondary-banner--contact {
  text-align: center;
  background-color: rgba(80, 187, 184, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
}

.secondary-banner.secondary-banner--contact:before {
  background: -webkit-linear-gradient(top, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(180deg, #0F5092 0%, #50BBB8 100%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 0 0 6rem 6rem;
}

.secondary-banner.secondary-banner--contact .content-holder .ico-holder {
  width: 5rem;
  margin: 0 auto 0.8rem;
}

.secondary-banner.secondary-banner--contact .content-holder h2 {
  color: #ffffff;
  font-weight: normal;
}

.secondary-banner.secondary-banner--contact .content-holder h2 strong {
  font-weight: 600;
  color: inherit;
}

.secondary-banner.secondary-banner--contact .content-holder .btn {
  margin-top: 1.6rem;
}

.secondary-banner.secondary-banner--contact .floating-favicon {
  position: absolute;
  width: 59%;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  z-index: -2;
  opacity: 0.2;
}

.service-highlight-banner {
  margin-bottom: 6.4rem;
}

.service-highlight-banner .inner-container {
  background: -webkit-linear-gradient(left, #50BBB8 0%, #0F5092 100%);
  background: linear-gradient(90deg, #50BBB8 0%, #0F5092 100%);
  border-radius: 3rem;
  margin-top: -17rem;
  position: relative;
  z-index: 1;
}

.service-highlight-banner .content-holder {
  padding: 5rem 0 5rem 10rem;
}

.service-highlight-banner .content-holder h2 {
  color: #ffffff;
  line-height: 1.2;
}

.service-highlight-banner .image-holder {
  margin-top: -31rem;
}

.btn-grid .nav {
  border: none;
  --bs-btn-grid-x: 1rem;
  margin: calc(-.5 * var(--bs-btn-grid-x));
}

.btn-grid .nav-item {
  margin: 0;
  width: 100%;
  padding: calc(var(--bs-btn-grid-x) * .5);
}

.btn-grid .nav-item .nav-link {
  border: 1px solid #0F5092;
  font-weight: normal;
  border-radius: 5rem;
  color: #0F5092;
  text-align: center;
  padding: 0.5rem;
  display: block;
  cursor: pointer;
}

.btn-grid .nav-item .nav-link:hover {
  background: -webkit-linear-gradient(left, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(90deg, #0F5092 0%, #50BBB8 100%);
  color: #ffffff;
  border-color: transparent;
}

.services-section {
  padding-bottom: 5rem;
  border-radius: 0 0 6rem 6rem;
  background-color: #ffffff;
  position: relative;
}

.services-section .section-heading {
  margin-bottom: 6.4rem;
}

.services-section .section-heading h2 strong {
  display: block;
}

.services-section .service-cards {
  --bs-gutter-x: 2rem;
}

.services-section .service-card {
  margin-bottom: 5rem;
}

.services-section .service-card__image {
  margin-bottom: 2rem;
}

.services-section .service-card__image .ratio {
  --bs-aspect-ratio: 88%;
}

.services-section .service-card__image .ratio img {
  border-radius: 1.5rem;
}

.services-section .service-card__content > *:last-child {
  margin-bottom: 0;
}

.services-section .service-card__icon {
  width: 6rem;
  margin-bottom: 1.6rem;
}

.services-section .service-card__title {
  color: #50BBB8;
}

.services-section .service-card__title a {
  color: inherit;
}

.services-section .service-card__title a:hover {
  text-decoration: underline;
}

.service-cta {
  position: relative;
  overflow: hidden;
  min-height: 62rem;
  padding: 7.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  margin-top: -20rem;
}

.service-cta .h1,
.service-cta .h2,
.service-cta .h3,
.service-cta .h4,
.service-cta .h5,
.service-cta .h6,
.service-cta h1,
.service-cta h2,
.service-cta h3,
.service-cta h4,
.service-cta h5,
.service-cta h6 {
  color: inherit;
}

.service-cta:before {
  content: "";
  position: absolute;
  left: 0;
  width: 60%;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(left, #0F5092 0%, #50BBB8 71.63%, rgba(80, 187, 184, 0) 97.12%);
  background: linear-gradient(90deg, #0F5092 0%, #50BBB8 71.63%, rgba(80, 187, 184, 0) 97.12%);
  z-index: -1;
}

.service-cta .bgImg--2 {
  z-index: 0;
  pointer-events: none;
}

.service-cta .column-content {
  position: relative;
  z-index: 1;
}

.about-syndicare {
  margin-bottom: 6.4rem;
}

.about-syndicare .inner-container {
  background: -webkit-linear-gradient(bottom, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(360deg, #0F5092 0%, #50BBB8 100%);
  border-radius: 3rem;
  margin-top: -12.5rem;
  position: relative;
  z-index: 2;
  color: #ffffff;
}

.about-syndicare .image-holder-wrapper {
  position: relative;
  z-index: 1;
}

.about-syndicare .image-holder-wrapper .floating-icon {
  width: 44rem;
  margin: 0 auto;
  max-width: 80%;
  top: 50%;
  -webkit-transform: translateY(-60%);
      -ms-transform: translateY(-60%);
          transform: translateY(-60%);
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
}

.about-syndicare .content-holder h4 {
  color: inherit;
}

.about-syndicare .content-holder p {
  margin-bottom: 2.2rem;
}

.service-promise {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 6.4rem;
}

.service-promise .column-left h2 strong {
  display: block;
}

.service-promise .column-left .btn {
  margin-top: 0.8rem;
}

.embla {
  overflow: hidden;
  width: 100%;
}

.embla__viewport {
  overflow: hidden;
  width: 100%;
}

.embla__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.embla__slide {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 180px;
  /* visual */
  -webkit-transform: scale(0.85);
      -ms-transform: scale(0.85);
          transform: scale(0.85);
  opacity: 0.5;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  cursor: pointer;
}

.embla__slide.is-selected {
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  opacity: 1;
  z-index: 2;
}

.team-section {
  background-color: #DCF1F1;
  padding: 7.5rem 0;
  margin-bottom: 6.4rem;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.team-section .section-heading {
  text-align: center;
  margin-bottom: 6.4rem;
}

.team-section .section-heading .desc {
  max-width: 61.6rem;
  margin: 0 auto;
}

.team-section .swiper .team-card {
  width: 100%;
  border-radius: 3rem 0;
  overflow: hidden;
  cursor: pointer;
}

.team-section .swiper .team-card__image .ratio {
  --bs-aspect-ratio: 100%;
}

.team-section .swiper .team-card__image .ratio img {
  border-radius: 3rem 0;
}

.team-section .swiper .team-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 100%;
  font-size: 1.6rem;
  padding: 3rem 1rem 1.5rem;
  background: -webkit-linear-gradient(bottom, #0F5092 0%, rgba(15, 80, 146, 0) 100%);
  background: linear-gradient(0deg, #0F5092 0%, rgba(15, 80, 146, 0) 100%);
  border-radius: 0 0 3rem;
  color: #ffffff;
}

.team-section .swiper .team-card__name {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0;
  color: #ffffff;
}

.team-section .swiper .team-card__role {
  font-size: 1.2rem;
  color: #ffffff;
}

.team-section .swiper .team-card__desc {
  padding-top: 0.7rem;
  margin-top: 0.7rem;
  border-top: 1px solid #ffffff;
  line-height: 1.21;
}

.team-section .swiper .team-card__desc p {
  margin-bottom: 1.5rem;
}

.team-section .swiper .team-card__link {
  margin-top: auto;
}

.team-section .swiper .team-card .inline-link {
  color: #ffffff;
  font-size: 1.4rem;
}

.team-section .swiper .team-card.swiper-slide-active .team-card__image .ratio {
  --bs-aspect-ratio: 140%;
}

.team-section .bg-cover-pattern-1 {
  height: 60%;
  top: auto;
  bottom: 0;
}

.team-section .bg-cover-pattern-1:before {
  background: -webkit-linear-gradient(top, #DCF1F1 43.98%, rgba(220, 241, 241, 0) 75.74%);
  background: linear-gradient(180deg, #DCF1F1 43.98%, rgba(220, 241, 241, 0) 75.74%);
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.core-values {
  margin-bottom: 4.4rem;
}

.core-values .section-heading {
  margin-bottom: 3.2rem;
}

.core-values .section-heading .ico-holder {
  width: 5rem;
  margin-bottom: 1.6rem;
}

.core-values__item {
  margin-bottom: 2rem;
}

.core-values__item .box {
  border: 1px solid #50BBB8;
  border-radius: 3rem;
  padding: 3rem;
  height: 100%;
}

.core-values__item .box > *:last-child {
  margin-bottom: 0;
}

.core-values__item .ico-holder {
  width: 4rem;
  margin-bottom: 1.6rem;
}

.cta-banner {
  margin-bottom: 6.4rem;
  font-size: 1.8rem;
}

.cta-banner .inner-container {
  background: -webkit-linear-gradient(left, #50BBB8 0%, #0F5092 100%);
  background: linear-gradient(90deg, #50BBB8 0%, #0F5092 100%);
  color: #ffffff;
  border-radius: 3rem;
  position: relative;
  z-index: 1;
  padding: 4.5rem 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta-banner .h1,
.cta-banner .h2,
.cta-banner .h3,
.cta-banner .h4,
.cta-banner .h5,
.cta-banner .h6,
.cta-banner h1,
.cta-banner h2,
.cta-banner h3,
.cta-banner h4,
.cta-banner h5,
.cta-banner h6 {
  color: inherit;
}

.cta-banner .support-services__item {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: normal;
}

.cta-banner .support-services__item > *:last-child {
  margin-bottom: 0;
}

.cta-banner .support-services__item .ico-holder {
  height: 4rem;
  width: 4rem;
  background-color: #ffffff;
  color: #0F5092;
  font-size: 1.8rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1.6rem;
}

.our-culture + .cta-banner {
  position: relative;
  z-index: 1;
}

.our-culture + .cta-banner:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 50%;
  background-color: rgba(80, 187, 184, 0.2);
  z-index: -1;
}

.careers-cta-banner-top {
  margin-bottom: 6.4rem;
}

.careers-cta-banner-top .inner-container {
  background-color: #0F5092;
  border-radius: 3rem;
  padding: 3rem;
  margin-top: -8.6rem;
  position: relative;
  z-index: 1;
}

.careers-cta-banner-top h2 {
  color: #ffffff;
}

.btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 1rem;
}

.btns .btn {
  min-width: 26.2rem;
}

.career-impact {
  background-color: rgba(80, 187, 184, 0.2);
  margin-bottom: 6.4rem;
}

.career-impact .column-content {
  padding: 3rem 0 6.4rem;
  position: relative;
  z-index: 1;
}

.career-impact .column-content .btns .btn {
  min-width: initial;
}

.career-impact .column-image .image-holder {
  margin-top: -6rem;
}

.peer-benefits {
  margin-bottom: 4.4rem;
  position: relative;
  z-index: 1;
}

.peer-benefits .bg-cover-pattern-1:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, rgba(255, 255, 255, 0) 36.54%, #FFFFFF 100%);
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 36.54%, #FFFFFF 100%);
  z-index: 1;
}

.peer-benefits .section-heading {
  text-align: center;
  margin-bottom: 3.2rem;
}

.peer-benefits .section-heading h2 strong {
  display: block;
}

.peer-benefits .benefit-card {
  margin-bottom: 2rem;
}

.peer-benefits .benefit-card__box {
  background-color: #DCF1F1;
  border-radius: 3rem;
  padding: 3rem;
  height: 100%;
}

.peer-benefits .benefit-card h5 {
  max-width: 20rem;
}

.peer-benefits .benefit-card .ico-holder {
  width: 4rem;
  margin-bottom: 1.6rem;
}

.image-with-left-overlay-content {
  position: relative;
  z-index: 1;
  min-height: 63.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10rem 0;
  color: #ffffff;
  border-radius: 0 6rem 0 0;
  overflow: hidden;
}

.image-with-left-overlay-content h2 {
  color: inherit;
}

.image-with-left-overlay-content .desc {
  max-width: 32.4rem;
}

.image-with-left-overlay-content .desc p {
  margin-bottom: 2.4rem;
}

.heading-tag {
  font-weight: bold;
  font-size: 1.4rem;
  background-color: #0F5092;
  padding: 1.2rem;
  min-width: 18rem;
  text-align: center;
  border-radius: 0 3rem;
  margin-bottom: 2rem;
  display: inline-block;
  color: #ffffff;
}

.our-culture {
  background-color: rgba(80, 187, 184, 0.2);
  padding: 6.4rem 0;
  font-weight: bold;
}

.our-culture p {
  margin-bottom: 2.4rem;
}

.our-culture .column-right {
  position: relative;
  z-index: 1;
}

.our-culture .column-right .floating-ico {
  position: absolute;
  width: 29.3rem;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  max-width: 100%;
  z-index: -1;
  margin: 0 auto;
  opacity: 0.05;
}

.application-form {
  margin-bottom: 6.4rem;
}

.application-form .inner-container {
  background-color: #DCF1F1;
  padding: 3.2rem;
  border-radius: 1rem;
}

.application-form form .btn {
  min-width: 19rem;
}

.file-upload .file-upload-select {
  cursor: pointer;
  text-align: left;
  position: relative;
  border-radius: 6px;
}

.file-upload .file-upload-select .file-select-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  font-weight: 600;
}

.file-upload .file-upload-select .file-select-button:before {
  content: "\e907";
  font-family: "icomoon", sans-serif;
  margin-right: 1rem;
  font-weight: normal;
  font-size: 1.2em;
}

.file-upload .file-upload-select .file-select-name {
  color: #737373;
  display: block;
  margin-left: 2.6rem;
  font-size: 1.1rem;
}

.file-upload .file-upload-select input[type="file"] {
  display: none;
}

.contact-form-section {
  background-color: rgba(80, 187, 184, 0.2);
  padding: 2.4rem 0 3.4rem;
  position: relative;
  z-index: 2;
  margin-bottom: 6.4rem;
}

.contact-form-section .inner-container {
  background-color: #0F5092;
  border-radius: 1.5rem;
  padding: 4rem 2rem;
  position: relative;
  z-index: 2;
  margin-bottom: 3.2rem;
  margin-top: -9rem;
}

.contact-form-section .inner-container .form-title {
  color: #50BBB8;
  margin-bottom: 2rem;
}

.contact-form-section form {
  color: #ffffff;
}

.contact-form-section form .form-group label {
  color: #50BBB8;
}

.contact-form-section form .form-group ::-webkit-input-placeholder {
  color: #0F5092 !important;
}

.contact-form-section form .form-group :-moz-placeholder {
  /* Firefox 18- */
  color: #0F5092 !important;
}

.contact-form-section form .form-group ::-moz-placeholder {
  /* Firefox 19+ */
  color: #0F5092 !important;
}

.contact-form-section form .form-group :-ms-input-placeholder {
  color: #0F5092 !important;
}

.contact-form-section form .form-group--checkbox .wpcf7-list-item {
  cursor: pointer;
  margin-left: 0;
  display: block;
}

.contact-form-section form .form-group--checkbox .wpcf7-list-item-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.8rem;
}

.contact-form-section form .form-group--checkbox .sms_agreement {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.contact-form-section form .form-group--checkbox .sms_agreement:checked ~ .wpcf7-list-item-label .custom-chebox-circle:before {
  opacity: 1;
}

.contact-form-section form .form-group--checkbox .custom-chebox-circle {
  height: 1.6rem;
  width: 1.6rem;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: block;
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.contact-form-section form .form-group--checkbox .custom-chebox-circle:before {
  height: 50%;
  width: 50%;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  content: "";
  border-radius: 50%;
  opacity: 0;
}

.contact-form-section form .form-group--checkbox .sms_agreement_text {
  color: #ffffff;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.2;
  display: block;
}

.contact-form-section form .form-group--checkbox .sms_agreement_text strong {
  color: inherit;
}

.contact-form-section form .form-group--checkbox .sms_agreement_text a {
  color: #50BBB8;
}

.contact-form-section form .form-group--checkbox .sms_agreement_text a:hover {
  text-decoration: underline;
}

.contact-form-section form .form-group .btn {
  min-width: 18rem;
  padding: 1.4rem 2.7rem;
}

.contact-form-section__btm {
  font-size: 1.4rem;
}

.contact-form-section__btm a {
  color: #0F5092;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.6rem;
  font-weight: 600;
}

.contact-form-section__btm a:hover {
  text-decoration: underline;
}

.contact-form-section__btm a [class^="icon-"],
.contact-form-section__btm a [class*=" icon-"] {
  height: 3.4rem;
  width: 3.4rem;
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-linear-gradient(bottom, #0F5092 0%, #50BBB8 100%);
  background: linear-gradient(360deg, #0F5092 0%, #50BBB8 100%);
  border-radius: 50%;
  color: #ffffff;
}

.contact-form-section__btm a [class^="icon-"].icon-email,
.contact-form-section__btm a [class*=" icon-"].icon-email {
  font-size: 0.9em;
}

.image-with-content-section {
  margin-bottom: 6.4rem;
}

.image-with-content-section .image-holder img {
  border-radius: 3rem;
}

.image-with-content-section .column-content {
  position: relative;
  z-index: 1;
}

.image-with-content-section .column-content .desc {
  max-width: 32.5rem;
}

.image-with-content-section .column-content .desc p strong {
  color: inherit;
}

.image-with-content-section .column-content .btn {
  margin-top: 2rem;
}

.image-with-content-section .column-content .floating-ico {
  width: 29.3rem;
  opacity: 0.05;
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 90%;
}

.wpcf7-form p {
  margin: 0;
}

.wpcf7-form br {
  display: none;
}

.wpcf7-form .wpcf7-spinner {
  position: absolute;
}

.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 1.4rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .team-section .custom-container {
    all: unset;
  }

  .team-section .swiper .swiper-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .team-section .swiper .team-card {
    width: 14rem;
  }

  .team-section .swiper .team-card__desc,
  .team-section .swiper .team-card__link {
    display: none;
  }

  .team-section .swiper .team-card.swiper-slide-active {
    width: 37rem;
    padding: 1.5rem;
    background: -webkit-linear-gradient(right, #0F5092 0%, #50BBB8 100%);
    background: linear-gradient(270deg, #0F5092 0%, #50BBB8 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__image {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__name {
    font-size: 1.6rem;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__role {
    font-size: 1.2rem;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__content {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    background: none;
    padding: 0;
    margin: 0 0 0 1rem;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__desc,
  .team-section .swiper .team-card.swiper-slide-active .team-card__link {
    display: block;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 47.5%;
  }

  body {
    font-size: 1.8rem;
  }

  h1,
  .h1 {
    font-size: 6.4rem;
  }

  h2,
  .h2 {
    margin-bottom: 1.6rem;
    font-size: 4.8rem;
  }

  h3,
  .h3 {
    font-size: 3.6rem;
  }

  h4,
  .h4 {
    font-size: 2.8rem;
  }

  h5,
  .h5 {
    font-size: 2.4rem;
  }

  h6,
  .h6 {
    font-size: 2rem;
  }

  p {
    margin: 0 0 3rem;
  }

  ul {
    margin: 0 0 3rem;
  }

  label {
    font-size: 1.6rem;
  }

  .btn {
    font-size: 1.6rem;
    padding: 1.6rem 2.7rem;
  }

  .btn.btn-has-circle-arrow {
    padding-right: 6.5rem;
  }

  .btn.btn-has-circle-arrow:hover {
    padding-right: 7rem;
  }

  .btn.btn-has-circle-arrow .icon-angle-right {
    height: 4rem;
    width: 4rem;
    font-size: 1.2rem;
  }

  .gutters-end-md-0 > *:last-child {
    margin-bottom: 0 !important;
  }

  .mobile-menu .offcanvas-header {
    padding: 2.6rem 0;
  }

  .mobile-menu .offcanvas-header .site-logo {
    width: 18.4rem;
  }

  .mobile-menu .main-nav .nav {
    font-size: 2rem;
  }

  .site-header {
    padding: 2.6rem 0;
  }

  .site-header .site-logo {
    width: 18.4rem;
  }

  .hero-banner {
    font-size: 2rem;
    border-radius: 0px 0px 17rem 17rem;
  }

  .hero-banner .inner-container {
    min-height: 74.2rem;
  }

  .hero-banner .floating-image-left {
    width: 32.27%;
  }

  .hero-banner .floating-image-right {
    width: 34%;
  }

  .trust-section .content-holder {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .trust-section .image-holder {
    margin-left: 3.5rem;
  }

  .trust-banner {
    margin-bottom: 12.6rem;
  }

  .trust-banner .inner-container {
    padding: 5.8rem 5rem 4.8rem;
  }

  .facility-solutions .section-heading {
    width: 43.8%;
  }

  .facility-solutions .nav-tabs {
    margin: -0.7rem;
  }

  .facility-solutions .nav-tabs .nav-item {
    width: 50%;
    padding: 0.7rem;
  }

  .facility-solutions .nav-tabs .nav-link {
    padding: 1.3rem 1rem;
  }

  .facility-solutions .tab-content .tab-pane .image-holder {
    width: 43.8%;
  }

  .facility-solutions .tab-content .tab-pane .content-holder .ico-holder img {
    width: 7.4rem;
  }

  .bedside-care {
    padding: 15.7rem 0 19rem;
  }

  .bedside-care .column-left h2 {
    margin-bottom: 3.2rem;
  }

  .bedside-care .column-right {
    font-size: 3.2rem;
  }

  .bedside-care-cta {
    margin-bottom: 9.6rem;
  }

  .bedside-care-cta .inner-container {
    font-size: 1.8rem;
  }

  .bedside-care-cta .content-holder {
    padding: 3rem 0;
  }

  .bedside-care-cta .image-holder img {
    margin-top: -16.5rem;
  }

  .map-section {
    margin-bottom: 13.2rem;
  }

  .map-section .map-holder {
    margin-left: -21rem;
  }

  .site-footer {
    font-size: 1.6rem;
    padding: 8rem 0 7.5rem;
  }

  .site-footer .footer-about {
    font-size: 2.8rem;
  }

  .site-footer__top {
    margin-bottom: 5rem;
  }

  .site-footer .footer-links .footer-widget-title {
    margin-bottom: 2rem;
  }

  .site-footer .footer-links ul li:not(:last-child) {
    margin-bottom: 2rem;
  }

  .site-footer .copyright {
    font-size: 1.2rem;
  }

  .site-footer .siteby {
    font-size: 1.2rem;
  }

  .inline-social-icons {
    font-size: 2rem;
    gap: 1.6rem;
  }

  .inline-social-icons a {
    height: 3.5rem;
    width: 3.5rem;
  }

  .secondary-banner {
    min-height: 71rem;
    padding: 19rem 0;
    font-size: 2rem;
    border-radius: 0px 0px 17rem 17rem;
  }

  .secondary-banner .btn {
    margin-top: 1.6rem;
  }

  .secondary-banner.secondary-banner--contact {
    min-height: 83.5rem;
  }

  .secondary-banner.secondary-banner--contact:before {
    border-radius: 0px 0px 17rem 17rem;
  }

  .secondary-banner.secondary-banner--contact .content-holder .btn {
    min-width: 29.2rem;
  }

  .service-highlight-banner {
    margin-bottom: 9.6rem;
  }

  .btn-grid .nav {
    --bs-btn-grid-x: 1.6rem;
  }

  .btn-grid .nav-item {
    width: 50%;
  }

  .btn-grid .nav-item .nav-link {
    padding: 1.3rem 1rem;
  }

  .services-section {
    border-radius: 0px 0px 17rem 17rem;
  }

  .services-section .section-heading {
    margin-bottom: 8rem;
  }

  .services-section .service-cards {
    --bs-gutter-x: 8.6rem;
  }

  .services-section .service-card {
    margin-bottom: 11.5rem;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .services-section .service-card__image {
    margin-bottom: 3.2rem;
  }

  .services-section .service-card__image .ratio img {
    border-radius: 3rem;
  }

  .services-section .service-card__icon {
    width: 7.4rem;
  }

  .service-cta {
    margin-top: -24rem;
  }

  .about-syndicare {
    margin-bottom: 9.6rem;
  }

  .about-syndicare .content-holder {
    padding: 5rem 0;
  }

  .about-syndicare .content-holder h4 {
    margin-bottom: 1.6rem;
    font-size: 3.6rem;
  }

  .service-promise {
    font-size: 2.4rem;
    margin-bottom: 9.6rem;
  }

  .service-promise .column-left {
    width: 57%;
  }

  .team-section {
    margin-bottom: 9.2rem;
  }

  .team-section .swiper .team-card {
    width: 18.4rem;
  }

  .team-section .swiper .team-card__name {
    font-size: 1.6rem;
  }

  .team-section .swiper .team-card.swiper-slide-active {
    padding: 2.5rem;
    width: 47.4rem;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__image {
    width: 45%;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__name {
    font-size: 2rem;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__role {
    font-size: 1.6rem;
  }

  .team-section .swiper .team-card.swiper-slide-active .team-card__content {
    margin: 0 0 0 2rem;
    font-size: 1.3rem;
  }

  .core-values {
    margin-bottom: 6.4rem;
  }

  .core-values__item {
    margin-bottom: 3.2rem;
  }

  .core-values__item .title {
    font-size: 2.4rem;
  }

  .cta-banner {
    margin-bottom: 12rem;
    font-size: 2.4rem;
  }

  .cta-banner .support-services {
    --bs-gutter-x: 5rem;
  }

  .cta-banner .support-services__item {
    font-size: 1.8rem;
  }

  .cta-banner .support-services__item:last-child {
    width: 37%;
  }

  .our-culture + .cta-banner {
    margin-bottom: 9.6rem;
  }

  .careers-cta-banner-top {
    margin-bottom: 14.8rem;
  }

  .careers-cta-banner-top .inner-container {
    padding: 3.7rem 7.5rem 3.7rem 11.5rem;
  }

  .btns {
    gap: 1.6rem;
  }

  .career-impact {
    margin-bottom: 9.6rem;
  }

  .career-impact .column-content {
    width: 45%;
    padding: 5rem 0;
  }

  .career-impact .column-content h2 {
    max-width: 47rem;
  }

  .career-impact .column-content .desc {
    max-width: 29.5rem;
  }

  .career-impact .column-image .image-holder {
    margin-left: -15rem;
  }

  .peer-benefits {
    margin-bottom: 7.5rem;
  }

  .peer-benefits .benefit-card {
    margin-bottom: 3.2rem;
  }

  .image-with-left-overlay-content {
    border-radius: 0 17rem 0 0;
  }

  .heading-tag {
    font-size: 1.8rem;
    min-width: 21.4rem;
    margin-bottom: 4rem;
    padding: 1.5rem;
  }

  .our-culture {
    padding: 13rem 0 10rem;
  }

  .application-form {
    margin-bottom: 13rem;
  }

  .application-form form .btn {
    padding: 1.1rem 2rem;
  }

  .file-upload .file-upload-select .file-select-button {
    font-size: 1.6rem;
  }

  .contact-form-section {
    margin-bottom: 9.6rem;
  }

  .contact-form-section .inner-container {
    padding: 5.5rem 6.5rem;
    margin-top: -17rem;
  }

  .contact-form-section .inner-container .form-title {
    margin-bottom: 3.2rem;
    font-size: 3.2rem;
  }

  .contact-form-section form .form-group {
    margin-bottom: 3.2rem;
  }

  .contact-form-section form .form-group .btn {
    margin-left: 5.5rem;
  }

  .contact-form-section__btm {
    padding: 0 7rem;
    font-size: 1.6rem;
  }

  .contact-form-section__btm a [class^="icon-"],
  .contact-form-section__btm a [class*=" icon-"] {
    height: 4rem;
    width: 4rem;
    font-size: 1.1em;
  }

  .image-with-content-section {
    margin-bottom: 6.4rem;
  }

  .image-with-content-section .column-image {
    margin-right: 2rem;
  }

  .image-with-content-section .column-content h2 {
    margin-bottom: 2.6rem;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 52.5%;
  }

  .gx-neg-row {
    margin: 0 -3.2rem;
  }

  .bedside-care-cta .inner-container {
    font-size: 2rem;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 57.5%;
  }

  .container {
    max-width: 136.4rem;
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media (min-width: 1440px) {
  html {
    font-size: 62.5%;
  }
}

@media (min-width: 1792px) {
  html {
    font-size: 11.5px;
  }
}

@media (max-width: 767px) {
  .hero-banner {
    margin-bottom: 2rem;
  }

  .trust-section {
    text-align: center;
    margin-bottom: 6.4rem;
  }

  .trust-section .column-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 1.5rem;
  }

  .trust-section .image-holder {
    max-width: 75%;
    margin: 0 auto;
  }

  .facility-solutions {
    text-align: center;
    margin-bottom: 6.4rem;
  }

  .facility-solutions .section-heading {
    margin-bottom: 2rem;
  }

  .facility-solutions .tab-content .tab-pane .image-holder {
    margin-bottom: 2rem;
  }

  .bedside-care .column-left {
    margin-bottom: 3rem;
  }

  .bedside-care-cta .inner-container {
    padding: 3rem;
  }

  .bedside-care-cta .column-image {
    margin-bottom: 2rem;
  }

  .site-footer .site-logo {
    margin-bottom: 2rem;
    width: 20rem;
  }

  .site-footer .footer-links {
    margin-bottom: 4rem;
  }

  .site-footer .footer-contact-info {
    margin-bottom: 4rem;
  }

  .site-footer__btm .column-left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }

  .secondary-banner .inner-container .floating-icon {
    max-width: 75%;
    margin: 0 auto;
    left: 0;
  }

  .secondary-banner .column-left {
    margin-bottom: 2rem;
  }

  .services-section .btn-grid {
    margin-top: 2rem;
  }

  .about-syndicare .inner-container {
    padding: 4rem 2rem;
  }

  .about-syndicare .image-holder-wrapper {
    margin-bottom: 2rem;
  }

  .service-promise .column-left {
    margin-bottom: 3rem;
  }

  .team-section .swiper .team-card .inline-link {
    font-size: 1.2rem;
  }

  .cta-banner .inner-container {
    padding: 3rem 2rem;
  }

  .cta-banner .column-left {
    margin-bottom: 2rem;
  }

  .cta-banner .support-services__item {
    text-align: center;
  }

  .cta-banner .support-services__item:not(:last-child) {
    margin-bottom: 3rem;
  }

  .cta-banner .support-services__item .ico-holder {
    margin: 0 auto 1rem;
  }

  .careers-cta-banner-top .inner-container {
    text-align: center;
  }

  .careers-cta-banner-top .btn {
    margin-top: 2rem;
  }

  .career-impact .column-image {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
  }

  .contact-form-section form .form-group .btn {
    margin-top: 2rem;
  }

  .image-with-content-section .image-holder {
    margin-bottom: 2rem;
  }

  .image-with-content-section .column-content h2 {
    font-size: 3.2rem;
  }
}

@media (max-width: 575px) {
  .team-section .swiper .team-card {
    padding: 1.5rem;
    background: -webkit-linear-gradient(right, #0F5092 0%, #50BBB8 100%);
    background: linear-gradient(270deg, #0F5092 0%, #50BBB8 100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
  }

  .team-section .swiper .team-card__image {
    width: 33.33%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .team-section .swiper .team-card__image .ratio {
    --bs-aspect-ratio: 128%;
  }

  .team-section .swiper .team-card__content {
    position: static;
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
    background: none;
    padding: 0;
    margin: 0 0 0 1rem;
    font-size: 1.2rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}