html, body {
  font-size: 16px;
}

.logo-slick-bg {
  background-color: #FFFFFF;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 20px 20px;
  position: absolute;
  top: 100%;
  margin-top: -70px;
  height: 130px;
  width: 100%;
}

@media only screen and (max-width: 425px) {
  .logo-slick-bg {
    height: 150px;
  }
}

.logo-slick-bg .logo-slick-header {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: normal;
  color: #222222;
  margin-top: 10px;
  margin-left: 20px;
}

.logo-slick-bg .logo-slick-header .logo-blue {
  color: #291e30;
}

.logo-slick-bg .logo-carousel {
  margin: 0px;
  padding: 0px;
  margin-top: 10px;
}

.logo-slick-bg .logo-carousel .slick-track {
  padding: 0px;
}

.logo-slick-bg img {
  margin: auto;
}

.top-blob-bg {
  position: absolute;
}

.no-data-row .no-data-header {
  width: 85%;
  margin: auto;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  font-size: 42px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
}

.no-data-row .no-data-content {
  width: 85%;
  margin: auto;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: normal;
  color: #222222;
  text-align: center;
}

section.offices-row .offices-header {
  width: 50%;
  margin: auto;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 850;
  font-size: 32px;
  line-height: 64px;
  letter-spacing: normal;
  color: #17173A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.offices-row .offices-header {
    width: 90%;
  }
}

section.offices-row .offices-subheader {
  width: 60%;
  margin: auto;
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
  color: #17173A;
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  section.offices-row .offices-subheader {
    width: 90%;
  }
}

section.offices-row .offices-content {
  width: 85%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  grid-gap: 32px;
  grid-auto-flow: dense;
}

@media only screen and (max-width: 1024px) {
  section.offices-row .offices-content {
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  }
}

@media only screen and (max-width: 650px) {
  section.offices-row .offices-content {
    width: 90%;
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  }
}

section.offices-row .offices-content .oc-single {
  background-color: #FEFEFF;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}

@media only screen and (max-width: 650px) {
  section.offices-row .offices-content .oc-single {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
  }
}

section.offices-row .offices-content .oc-single .ocs-left {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #fff2e6;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

@media only screen and (max-width: 650px) {
  section.offices-row .offices-content .oc-single .ocs-left {
    border-radius: 0px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
  }
}

section.offices-row .offices-content .oc-single .ocs-left img {
  height: 60%;
}

section.offices-row .offices-content .oc-single .ocs-right {
  flex-basis: 65%;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: left;
}

@media only screen and (max-width: 650px) {
  section.offices-row .offices-content .oc-single .ocs-right {
    padding: 20px 20px;
    width: 90%;
  }
}

section.offices-row .offices-content .oc-single .ocs-right .ocsr-header {
  font-family: 'Work Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 5px;
}

section.offices-row .offices-content .oc-single .ocs-right .ocsr-text {
  font-family: 'Manrope', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}

section.offices-row .offices-content .oc-single .ocs-right .ocsr-contact {
  font-family: Avenir;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: normal;
  color: #000000;
  margin-bottom: 10px;
}
/*# sourceMappingURL=offices.css.map */