@font-face {
  font-family: Hand of sean;
  src: url('../fonts/Hand_Of_Sean.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --medium-violet-red-button-hover: #b90b79;
  --accountant-pink: #d60d8c;
  --white: white;
  --white-smoke-2: #323232;
  --silver-text: silver;
  --dim-grey: #6c6c6c;
  --black: black;
  --white-smoke: whitesmoke;
}

a {
  color: var(--medium-violet-red-button-hover);
  text-decoration: underline;
}

.image {
  margin-top: 0;
  margin-bottom: 0;
}

.main-navbar-container {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  height: 90px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  font-size: 15px;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px 3px #0000000d;
}

.section-50-padding {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 2%;
}

.section-50-padding.hidden-client {
  display: none;
}

.section-50-padding.testimonials {
  background-image: url('../images/one-plus-one-testimonials-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 100px;
  padding-bottom: 100px;
}

.nav-link {
  padding: 34px 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.nav-link:hover {
  color: var(--accountant-pink);
}

.nav-link.w--current {
  color: var(--accountant-pink);
  font-weight: 400;
}

.social-link {
  color: var(--white);
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.social-logo {
  display: block;
}

.top-contact-banner-background {
  background-color: var(--accountant-pink);
  width: auto;
}

.contact-icon-holder {
  width: 25px;
  height: 100%;
}

.contact-details-text-padding-right {
  color: #fff;
  margin-top: 1px;
  padding-left: 0;
  padding-right: 25px;
  font-family: Open Sans, sans-serif;
  font-size: 13.5px;
  line-height: 20px;
}

.contact-details-text {
  color: #fff;
  margin-top: 1px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 13.5px;
  line-height: 20px;
}

.div-container-pink-nav-section {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: flex;
}

.social-holder-2 {
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  height: 40px;
  margin-left: 0%;
  padding-left: 0;
  display: flex;
}

.top-banner-motto-text-2 {
  color: #fff;
  text-align: left;
  width: 300px;
  height: 21px;
  margin-left: 0;
  font-family: Hand of sean, sans-serif;
  font-size: 15px;
}

.contact-details-div-2 {
  justify-content: flex-end;
  align-items: center;
  width: 400px;
  margin-left: 50px;
  margin-right: 0%;
  display: flex;
}

.section-footer {
  background-color: #f5f5f5;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.footer-top {
  background-color: var(--white-smoke-2);
  flex-flow: column;
  justify-content: space-around;
  width: 100%;
  height: auto;
  padding: 40px 0 40px 2%;
  display: flex;
}

.footer-div-column-20 {
  order: 1;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  width: 20%;
  height: 100%;
  display: flex;
}

.footer-div-column-80 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  height: 100%;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-bottom: 15px;
  display: inline;
}

.footer-link.w--current {
  width: auto;
  height: auto;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.section-footer-2 {
  background-color: var(--accountant-pink);
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  padding-left: 2%;
  padding-right: 2%;
  display: block;
}

.div-wrapper-100 {
  max-width: 1210px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.div-wrapper-100.flex {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 1175px;
  max-width: 1175px;
  display: flex;
}

.div-wrapper-100.flexbox {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 29px;
  padding-bottom: 29px;
  display: flex;
}

.div-wrapper-100.flexbox.foooter {
  align-items: flex-start;
}

.div-wrapper-100.flexbox.foooter.top, .div-wrapper-100.flexbox.foooter.top-copy {
  flex-direction: column;
  padding-bottom: 29px;
}

.div-wrapper-100.flexbox.bottom {
  padding-top: 0;
}

.div-wrapper-100.footer {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 1175px;
  max-width: 1175px;
  height: 100%;
  display: flex;
}

.div-wrapper-100.footer.logos {
  padding-top: 0;
}

.div-wrapper-100.white-dropdown {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.div-wrapper-100.white-dropdown.bottom {
  padding-top: 0;
}

.div-wrapper-100.team {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  max-width: 1210px;
  padding-left: 0;
  padding-right: 0;
  display: grid;
}

.div-wrapper-100.footer-copyright-flex {
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.align-center {
  text-align: center;
  margin-bottom: 50px;
}

.align-center.pp {
  margin-bottom: 25px;
}

.main-header-h1-32-center-grey {
  color: var(--accountant-pink);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

.main-header-h1-32-center-grey.left-align {
  color: var(--silver-text);
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  font-weight: 300;
}

.main-header-h1-32-center-grey.grey {
  color: var(--white-smoke-2);
}

.main-header-h1-32-center-grey.grey.center {
  text-align: center;
}

.main-header-h1-32-center-grey.grey.center.light {
  font-weight: 400;
}

.main-header-h3-32-left-aligned-pink {
  color: var(--accountant-pink);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 27px;
}

.main-header-h3-32-left-aligned-pink.contact-padding {
  margin-bottom: 20px;
}

.main-text-left-aligned-14 {
  color: #6c6c6c;
  margin-bottom: 15px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.main-text-left-aligned-14.white {
  color: #fff;
}

.main-text-left-aligned-14.white.center {
  text-align: center;
}

.main-text-left-aligned-14.left-align {
  text-align: left;
}

.main-text-left-aligned-14.left-align.padding-top {
  margin-top: 15px;
}

.main-text-left-aligned-14.padding-top {
  margin-top: 30px;
}

.main-banner-header-h1-50-white-center {
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 2px 2px 3px #080808;
  border-top: 1px #fff;
  border-bottom: 1px #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 53px;
  font-weight: 400;
  line-height: 69px;
  display: inline-block;
}

.align-center-2 {
  text-align: center;
}

.center-half {
  text-align: center;
  margin-top: 70px;
  position: static;
  top: 25%;
}

.banner {
  background-color: #1d1d1d;
  background-image: url('../images/cow.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  height: 39vw;
  font-size: 5px;
  display: flex;
}

.banner._2 {
  background-image: url('../images/coastpath.jpg');
  justify-content: center;
  align-items: flex-start;
}

.banner._3 {
  background-image: url('../images/boat.jpg');
}

.banner._4 {
  background-image: url('../images/dartmoor.jpg');
}

.banner.about1, .banner.about2 {
  background-image: url('../images/Pensions-575-300.jpg');
  height: 31vw;
}

.banner.about4 {
  background-image: url('../images/Iht-1920-580.jpg');
  height: 31vw;
}

.banner.about5 {
  background-image: url('../images/Investments-1920-580-1.jpg');
  height: 31vw;
}

.banner.about2 {
  background-image: url('../images/Protections-1920-580.jpg');
}

.banner.about3 {
  background-image: url('../images/Mortgages-1920-580.jpg');
  height: 31vw;
}

.main-sub-header-banner-white-center-24 {
  color: var(--accountant-pink);
  margin-top: 20px;
  margin-bottom: 0;
  font-family: Indie Flower, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 39px;
  display: block;
}

.slide, .slider {
  height: auto;
}

.right-arrow, .left-arrow {
  display: block;
}

.div-block-50-percent-colum {
  width: 50%;
  height: auto;
  min-height: 100px;
}

.div-wrapper-75-column-holder {
  justify-content: center;
  align-items: center;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-button-style-pink {
  background-color: var(--accountant-pink);
  border-radius: 30px;
  margin-right: 20px;
  padding: 14px 45px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.main-button-style-pink:hover {
  background-color: var(--medium-violet-red-button-hover);
}

.div-block-50-percent-colum-image-holder {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100px;
  display: flex;
}

.div-wrapper-75-column-holder-reserse {
  justify-content: center;
  align-items: center;
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.logo-wrapper {
  width: 100%;
}

.main-header-h4-32-left-aligned-pink {
  color: var(--accountant-pink);
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 12px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 27px;
}

.section-map-holder {
  display: none;
}

.section-contact {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 2%;
  padding-right: 2%;
}

.div-wrapper-75-contact-form {
  width: 970px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.main-header-h4-18-left-aligned-black {
  color: var(--dim-grey);
  margin-top: 0;
  margin-bottom: 10px;
  margin-right: auto;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 22px;
}

.main-header-h4-18-left-aligned-black._15px {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 700;
}

.main-header-h4-18-left-aligned-black.pink {
  color: var(--accountant-pink);
}

.second-banner-smaller {
  background-image: url('../images/Investments-1920-580-1.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100vw;
  height: 31vw;
}

.second-banner-smaller.about {
  background-image: url('../images/one-plus-bulb-meet-team-header.jpg');
}

.second-banner-smaller.pensions {
  background-image: url('../images/Pensions-1920-580.jpg');
}

.second-banner-smaller.protections {
  background-image: url('../images/Protections-1920-580.jpg');
}

.second-banner-smaller.mortgages {
  background-image: url('../images/Mortgages-1920-580.jpg');
}

.second-banner-smaller.iht {
  background-image: url('../images/Iht-1920-580.jpg');
}

.second-banner-smaller.why-one-plus-one {
  background-image: url('../images/one-plus-one-why-us-header.jpg');
}

.second-banner-smaller.join-the-team {
  background-image: url('../images/one-plus-bulb-join-team-header.jpg');
}

.second-banner-smaller.numbers-and-people {
  background-image: url('../images/one-plus-bulb-numbers-people-header.jpg');
}

.second-banner-smaller.transform-my-business {
  background-image: url('../images/one-plus-one-transform-business-header.jpg');
}

.second-banner-smaller.start-up {
  background-image: url('../images/one-plus-one-start-up.jpg');
}

.second-banner-smaller.accounting-services {
  background-image: url('../images/one-plus-one-accountsl-pink-header.jpg');
}

.second-banner-smaller.tax {
  background-image: url('../images/one-plus-bulb-tax-header.jpg');
}

.second-banner-smaller.vat {
  background-image: url('../images/one-plus-one-vat-header.jpg');
}

.second-banner-smaller.bookkeeping {
  background-image: url('../images/one-plus-bookkeping-header.jpg');
}

.second-banner-smaller.payroll {
  background-image: url('../images/one-plus-one-payroll-pink-header-v2.jpg');
}

.second-banner-smaller.more {
  background-image: url('../images/one-plus-more-services-header.jpg');
}

.team-position {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.div-wrapper-75-team {
  flex-wrap: wrap;
  justify-content: center;
  width: 970px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team-div-holder {
  width: 25%;
  height: auto;
  margin-bottom: 30px;
  margin-right: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.team-name {
  color: #000;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 26px;
}

.section-team-no-padding-top {
  background-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 50px;
}

.image-home-service {
  padding-left: 25px;
  padding-right: 25px;
}

.main-header-h3-18-left-aligned-black {
  color: var(--accountant-pink);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
  line-height: 22px;
}

.main-header-h3-18-left-aligned-black.team-titles {
  margin-top: 60px;
  margin-bottom: 25px;
  font-weight: 400;
}

.navbar-top {
  z-index: 1000;
  background-color: #fff;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.toggler-for-fixed-nav {
  height: 50px;
  position: absolute;
}

.section {
  height: 130px;
}

.burger-nav-shadow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.nav-button-hollder {
  display: inline-block;
}

.mobile-tab-nav {
  display: none;
}

.div-footer-25-pct {
  width: 25%;
}

.div-footer-25-pct._20 {
  width: 20%;
  padding-right: 15px;
}

.div-footer-25-pct._30 {
  width: 30%;
}

.div-footer-25-pct.padding-left {
  padding-left: 20px;
}

.footer-logo {
  width: 160px;
  margin-bottom: 15px;
  display: block;
}

.footer-text-copyright {
  color: #fff;
  order: -1;
  align-self: flex-start;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
}

.footer-text-copyright.right-aligm {
  text-align: right;
  align-self: flex-start;
  width: 100%;
  margin-top: 12px;
}

.footer-titles {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.footer-links {
  color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
}

.footer-link-text {
  line-height: 31px;
}

.contact-info-footer-holder {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 25px;
  display: flex;
}

.contact-info-footer-holder.center {
  align-items: center;
}

.contact-details-footer-text {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.contact-details-footer-text.black {
  color: #6c6c6c;
}

.contact-details-footer-text.email {
  font-size: 14px;
}

.details-holder-div-footer {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.contact-icon-footer {
  width: 40px;
  margin-right: 14px;
  padding-right: 0;
}

.contact-form-holder {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0;
}

.contact-detail-div-contact {
  margin-top: 40px;
}

.div-3-columns {
  width: 100%;
  height: auto;
}

.div-3-columns-holder {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.bold-text-3 {
  text-shadow: 2px 2px 3px #313030;
  font-family: Hand of sean, sans-serif;
  font-size: 40px;
}

.slide-nav {
  opacity: .4;
  display: block;
}

.map {
  height: 400px;
}

.dropdown-list {
  width: 100%;
}

.dropdown-list.w--open {
  z-index: 1;
  background-color: #0000;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: fixed;
  left: .313px;
}

.dropdown-toggle {
  padding-top: 34px;
  padding-bottom: 34px;
}

.dropdown-toggle:hover {
  color: var(--accountant-pink);
}

.link-box-dropdown {
  flex-flow: column wrap;
  flex: none;
  place-content: flex-end center;
  align-items: center;
  width: 21%;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.dropdown-button-text {
  color: var(--dim-grey);
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-dropdown-menu {
  width: 100%;
  height: auto;
}

.div-block-2 {
  display: none;
}

.arrow-scroll-top-div {
  opacity: .6;
  width: 43px;
  height: 43px;
  position: fixed;
  inset: auto 6% 5% auto;
}

.arrow-scroll-top-div:hover {
  opacity: 1;
}

.arrow {
  background-color: var(--white);
  border-radius: 20px;
  width: 40px;
  padding: 2px;
  transform: rotate(-90deg);
}

.arrow:active {
  opacity: .6;
}

.service-buttons-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.service-buttons-div.top {
  width: 100%;
  margin-top: 40px;
}

.service-buttons-div.top.desk {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-buttons-div.top.phone {
  display: none;
}

.dropdown-button-text-service-page {
  color: var(--accountant-pink);
  text-align: center;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 600;
}

.image-dropdown-menu-service-page {
  width: 100%;
  height: auto;
}

.link-box-dropdown-service-page {
  flex-flow: column wrap;
  flex: none;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.dropdown-shadow-box {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 3px 3px 1px #00000017;
}

.team-holder-div {
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
  box-shadow: 0 3px 3px #00000026;
}

.team-holder-div.bottom {
  margin-top: 38px;
  padding-top: 0;
}

.team-holder-div.end-left {
  width: 100%;
  margin-left: 0;
}

.heading-team-name {
  color: #444756;
  margin-top: 30px;
  margin-bottom: 0;
  padding-left: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 25px;
}

.heading-team-position {
  color: var(--accountant-pink);
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.image-hover-holder {
  background-color: var(--accountant-pink);
  position: relative;
}

.hover-div-pink {
  z-index: 2;
  background-color: #d60d8cdb;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.hover-text-white {
  color: #fff;
  padding: 10px 20px 40px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.italic-text {
  text-shadow: 2px 2px 3px #000;
}

.icon-2, .icon-3 {
  opacity: .4;
  transform: scale(.8);
}

.div-wrapper-75 {
  max-width: 1175px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.text-holder-cta-80 {
  width: 80%;
}

.button-holder-20 {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.footer {
  text-align: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 40px;
}

.video-popup-div {
  z-index: 100000;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
}

.video-pop-up-div-2 {
  background-color: var(--white-smoke-2);
  opacity: 1;
  border-radius: 14px;
  width: 60%;
  height: auto;
  padding: 31px 30px;
  display: block;
}

.video-popup-close-icon {
  width: 25px;
}

.close-icon-div {
  justify-content: flex-end;
  padding-bottom: 20px;
  display: flex;
}

.video {
  padding-left: 0;
  padding-right: 0;
}

.link {
  color: var(--white);
}

.link-2 {
  color: var(--white);
  display: inline-block;
}

.slider-2 {
  background-color: #ddd0;
  height: auto;
}

.right-arrow-2, .icon-4 {
  display: none;
}

.testi-slider, .mask {
  height: auto;
}

.slide-nav-2 {
  padding-top: 50px;
  padding-bottom: 0;
}

.left-arrow-2, .icon-5 {
  display: none;
}

.footer-text {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
}

.footer-text.black {
  color: #6c6c6c;
}

.footer-text.email {
  font-size: 14px;
}

.div-footer-100 {
  width: 100%;
  display: flex;
}

.footer-logos {
  height: 60px;
  padding-right: 10px;
}

.italic-text-2 {
  font-size: 22px;
}

.team-button-padding {
  margin-top: 40px;
}

.italic-text-3 {
  color: var(--accountant-pink);
}

.list {
  color: var(--dim-grey);
  font-size: 15px;
}

.divider {
  background-color: var(--accountant-pink);
  width: 150px;
  height: 2px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.testimonial-name {
  color: var(--accountant-pink);
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  line-height: 18px;
}

.testimonial-name.team-titles {
  margin-top: 60px;
  margin-bottom: 25px;
  font-weight: 400;
}

html.w-mod-js [data-ix="toggler-for-top-nav"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="toggler-for-fixed-nav"] {
  opacity: 1;
  display: block;
  transform: translate(0);
}

html.w-mod-js [data-ix="burger-shadow-toggle"] {
  opacity: 1;
}

html.w-mod-js [data-ix="new-interaction"] {
  opacity: 1;
  display: block;
}

html.w-mod-js [data-ix="new-interaction-2"] {
  opacity: 0;
  transform: translate(0);
}

@media screen and (max-width: 991px) {
  .image {
    height: 80px;
  }

  .main-navbar-container {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 90px;
    padding-left: 4%;
    padding-right: 4%;
    box-shadow: 0 0 3px 3px #0003;
  }

  .nav-link {
    color: #fff;
    padding-left: 20px;
  }

  .nav-link:hover {
    background-color: var(--medium-violet-red-button-hover);
    color: #fff;
  }

  .nav-link.w--current {
    color: #fff;
    padding-left: 20px;
    display: block;
  }

  .contact-icon-holder {
    width: 19px;
    height: auto;
  }

  .contact-icon-holder._2 {
    width: 25px;
  }

  .contact-details-text-padding-right {
    padding-right: 20px;
    display: block;
  }

  .div-container-pink-nav-section {
    justify-content: space-between;
    padding-left: 4%;
    padding-right: 4%;
  }

  .top-banner-motto-text-2 {
    width: 163px;
    margin-left: 23px;
    padding-left: 0;
    font-size: 11px;
  }

  .contact-details-div-2 {
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    width: 426px;
    height: 40px;
    margin-left: 0;
  }

  .menu-button {
    z-index: 2000;
    color: #000;
    flex-direction: column;
    justify-content: flex-end;
    align-items: stretch;
    width: 50px;
    height: 50px;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
  }

  .menu-button:hover {
    color: var(--accountant-pink);
  }

  .menu-button.w--open {
    z-index: 4000;
    background-color: var(--accountant-pink);
    color: var(--white);
    border: 1px solid #0000;
    position: static;
    inset: 0% 0% auto auto;
  }

  .icon {
    justify-content: center;
    align-items: center;
    margin-top: 13px;
    margin-bottom: 13px;
    display: flex;
  }

  .footer-top {
    padding-left: 3%;
    padding-right: 3%;
  }

  .footer-div-column-20, .footer-div-column-80 {
    width: 100%;
  }

  .nav-menu {
    z-index: 2000;
    background-color: var(--accountant-pink);
    align-self: center;
    width: 300px;
    height: 100vh;
    padding-left: 30px;
    padding-right: 20px;
    display: block;
    position: absolute;
    inset: 0% 0% auto auto;
    overflow: auto;
  }

  .section-footer-2 {
    height: auto;
  }

  .div-wrapper-100 {
    width: 95%;
  }

  .div-wrapper-100.footer {
    flex-wrap: wrap;
    align-items: stretch;
    width: 95%;
  }

  .div-wrapper-100.team {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1175px;
  }

  .main-header-h1-32-center-grey {
    font-size: 28px;
  }

  .main-header-h1-32-center-grey.left-align {
    font-size: 35px;
  }

  .main-header-h3-32-left-aligned-pink {
    font-size: 20px;
  }

  .main-banner-header-h1-50-white-center {
    font-size: 5vw;
    line-height: 49px;
  }

  .center-half {
    margin-top: 50px;
    top: 32%;
  }

  .main-sub-header-banner-white-center-24 {
    margin-top: 0;
  }

  .div-wrapper-75-column-holder, .div-wrapper-75-column-holder-reserse {
    width: 95%;
  }

  .main-header-h4-32-left-aligned-pink {
    font-size: 18px;
  }

  .div-wrapper-75-contact-form {
    width: 95%;
  }

  .main-header-h4-18-left-aligned-black {
    font-size: 16px;
  }

  .team-position {
    font-size: 20px;
  }

  .div-wrapper-75-team {
    justify-content: center;
    width: 95%;
  }

  .team-div-holder {
    padding-left: 9px;
    padding-right: 9px;
  }

  .team-name {
    font-size: 20px;
  }

  .main-header-h3-18-left-aligned-black {
    font-size: 18px;
  }

  .navbar-top {
    z-index: 2000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: stretch;
    display: none;
  }

  .section {
    height: 130px;
  }

  .burger-nav-shadow {
    z-index: 1000;
    opacity: 0;
    color: #00000003;
    background-color: #0003;
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
  }

  .mobile-tab-nav {
    z-index: 1000;
    display: block;
  }

  .arrow-icon {
    width: 12px;
    margin-right: 15px;
    padding-right: 0;
  }

  .button {
    color: #fff;
    text-transform: uppercase;
    align-items: center;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
    padding-left: 20px;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    display: flex;
  }

  .button:hover {
    background-color: var(--medium-violet-red-button-hover);
  }

  .button.w--current {
    padding-top: 2vh;
    padding-bottom: 2vh;
    text-decoration: none;
  }

  .button.side {
    padding-top: 1vh;
    padding-bottom: 1vh;
    padding-left: 32px;
    font-size: 12px;
  }

  .nav-menu-text {
    text-transform: uppercase;
    font-family: Open Sans, sans-serif;
    display: block;
  }

  .div-footer-25-pct {
    width: 50%;
    height: auto;
    margin-bottom: 30px;
  }

  .div-footer-25-pct.bottom {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .div-footer-25-pct._20, .div-footer-25-pct._30 {
    width: 50%;
  }

  .div-footer-25-pct.padding-left {
    padding-left: 0;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text-copyright {
    width: 500px;
  }

  .contact-info-footer-holder {
    justify-content: center;
    align-items: center;
    margin-bottom: 14px;
  }

  .contact-info-footer-holder.center {
    margin-bottom: 0;
  }

  .contact-details-footer-text.black {
    font-size: 13px;
  }

  .contact-details-footer-text.email {
    font-size: 15px;
  }

  .details-holder-div-footer {
    width: auto;
  }

  .contact-icon-footer {
    margin-right: 15px;
  }

  .div-3-columns {
    margin-bottom: 0;
  }

  .div-3-columns.bottom {
    width: 44%;
  }

  .div-3-columns-holder {
    align-items: stretch;
  }

  .slide-nav {
    transform: scale(.7);
  }

  .map {
    height: 400px;
  }

  .dropdown-toggle-2 {
    color: var(--white);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 1.5vh;
    padding-bottom: 1.56vh;
    padding-right: 0;
    font-family: Open Sans, sans-serif;
    display: flex;
  }

  .dropdown {
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .div-block {
    align-items: center;
    width: 100px;
    display: flex;
  }

  .dropdown-list-2 {
    background-color: #0000;
  }

  .dropdown-list-2.w--open {
    display: block;
    position: static;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .service-buttons-div {
    align-items: flex-start;
  }

  .service-buttons-div.top {
    align-items: center;
  }

  .service-buttons-div.top.desk {
    grid-template-columns: 1fr 1fr;
    place-items: start stretch;
  }

  .dropdown-button-text-service-page {
    line-height: 22px;
  }

  .link-box-dropdown-service-page.left {
    margin-left: 0;
  }

  .link-box-dropdown-service-page.right {
    margin-right: 0;
  }

  .team-holder-div {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    display: block;
  }

  .team-holder-div.bottom, .team-holder-div.bottom.end-right {
    padding-bottom: 20px;
  }

  .team-holder-div.bottom-tablet {
    margin-top: 38px;
  }

  .team-holder-div.bottom-tablet.end-left {
    padding-bottom: 20px;
  }

  .team-holder-div.end-left {
    flex: 0 auto;
    margin-right: 15px;
  }

  .team-holder-div.end-right {
    margin-right: 0;
    padding-bottom: 20px;
  }

  .heading-team-name {
    margin-top: 20px;
  }

  .heading-team-position {
    margin-bottom: 0;
    font-size: 13px;
  }

  .italic-text {
    font-size: 3vw;
  }

  .div-wrapper-75 {
    width: 95%;
  }

  .text-holder-cta-80 {
    width: 70%;
  }

  .button-holder-20 {
    width: 30%;
  }

  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-pop-up-div-2 {
    width: 80%;
  }

  .footer-text {
    text-align: center;
  }

  .footer-text.black {
    font-size: 13px;
  }

  .footer-text.email {
    font-size: 15px;
  }

  .div-footer-100 {
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .image {
    width: auto;
    height: 58px;
    margin-top: 10px;
  }

  .main-navbar-container {
    height: 79px;
    padding-left: 1%;
  }

  .section-50-padding {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .contact-details-text-padding-right {
    padding-right: 10px;
  }

  .contact-icon {
    padding-right: 0;
  }

  .div-container-pink-nav-section {
    justify-content: center;
  }

  .social-holder-2, .top-banner-motto-text-2 {
    display: none;
  }

  .contact-details-div-2 {
    justify-content: center;
    align-items: center;
    height: 41px;
  }

  .footer-top {
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-div-column-20 {
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-div-column-80 {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .section-footer-2 {
    justify-content: center;
    align-items: center;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-wrapper-100 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-wrapper-100.flexbox {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-wrapper-100.flexbox.foooter {
    flex-direction: column;
  }

  .div-wrapper-100.footer {
    align-items: stretch;
  }

  .div-wrapper-100.footer.logos {
    flex-flow: wrap;
    align-content: flex-start;
  }

  .div-wrapper-100.team {
    justify-content: space-between;
    width: 95%;
  }

  .div-wrapper-100.footer-copyright-flex {
    flex-flow: column;
  }

  .align-center {
    margin-bottom: 25px;
  }

  .main-header-h1-32-center-grey {
    font-size: 24px;
  }

  .main-header-h1-32-center-grey.left-align {
    font-size: 27px;
    line-height: 48px;
  }

  .main-header-h3-32-left-aligned-pink {
    font-size: 18px;
  }

  .main-text-left-aligned-14 {
    font-size: 14px;
  }

  .main-banner-header-h1-50-white-center {
    line-height: 37px;
  }

  .align-center-2 {
    font-size: 7px;
  }

  .center-half {
    margin-top: 0;
    position: static;
    transform: none;
  }

  .banner {
    align-items: center;
  }

  .banner._2 {
    justify-content: center;
    align-items: center;
  }

  .main-sub-header-banner-white-center-24 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 33px;
    display: block;
  }

  .right-arrow {
    text-align: right;
  }

  .div-block-50-percent-colum {
    width: 100%;
  }

  .div-wrapper-75-column-holder {
    flex-direction: column;
  }

  .main-button-style-pink.padding-bottom {
    margin-bottom: 15px;
  }

  .div-block-50-percent-colum-image-holder {
    width: 100%;
    margin-bottom: 25px;
  }

  .div-wrapper-75-column-holder-reserse {
    flex-direction: column-reverse;
  }

  .logo-wrapper {
    text-align: center;
    margin-bottom: 20px;
  }

  .main-header-h4-32-left-aligned-pink {
    font-size: 18px;
  }

  .main-header-h4-18-left-aligned-black {
    font-size: 15px;
  }

  .team-position {
    font-size: 18px;
  }

  .team-div-holder {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .team-name {
    font-size: 18px;
  }

  .section-team-no-padding-top {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .main-header-h3-18-left-aligned-black {
    font-size: 18px;
  }

  .section {
    height: 121px;
  }

  .burger-nav-shadow {
    display: none;
  }

  .button.side {
    padding-top: 1vh;
    padding-bottom: 1vh;
    font-size: 12px;
  }

  .div-footer-25-pct {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-footer-25-pct.bottom {
    width: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .div-footer-25-pct._20 {
    width: 100%;
  }

  .div-footer-25-pct._30 {
    width: 100%;
    margin-bottom: 30px;
  }

  .footer-logo {
    margin-left: auto;
    margin-right: auto;
  }

  .footer-text-copyright {
    width: auto;
    margin-bottom: 13px;
  }

  .contact-info-footer-holder {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
  }

  .contact-info-footer-holder.center {
    justify-content: flex-start;
    align-items: center;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .contact-details-footer-text {
    text-align: left;
  }

  .contact-details-footer-text.email {
    font-size: 16px;
  }

  .details-holder-div-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: flex;
  }

  .contact-icon-footer {
    margin-right: 10px;
  }

  .contact-form-holder {
    margin-bottom: 25px;
  }

  .div-3-columns {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-3-columns.bottom {
    width: 100%;
    margin-bottom: 0;
  }

  .div-3-columns-holder {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .bold-text-3 {
    font-size: 7px;
    line-height: 20px;
    display: block;
  }

  .map {
    height: 400px;
  }

  .dropdown-toggle-2 {
    padding-top: 1.5vh;
    padding-bottom: 1.5vh;
  }

  .service-buttons-div.top {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .service-buttons-div.top.desk {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .service-buttons-div.top.phone {
    display: flex;
  }

  .service-buttons-div.desk {
    display: none;
  }

  .dropdown-button-text-service-page {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .link-box-dropdown-service-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .link-box-dropdown-service-page.left {
    width: 47%;
    margin-right: 10px;
    padding-right: 0;
  }

  .link-box-dropdown-service-page.right {
    width: 47%;
    margin-left: 10px;
  }

  .team-holder-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
  }

  .team-holder-div.bottom {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .team-holder-div.bottom.end-right {
    padding-bottom: 0;
  }

  .team-holder-div.bottom-tablet.end-left {
    margin-top: 30px;
    padding-bottom: 0;
  }

  .team-holder-div.end-left {
    width: 48%;
    margin-right: 0;
    padding-top: 0;
  }

  .team-holder-div.end-right {
    width: 48%;
    margin-top: 30px;
    padding-bottom: 0;
  }

  .heading-team-name {
    margin-top: 20px;
    padding-left: 25px;
  }

  .heading-team-position {
    margin-top: 8px;
    margin-bottom: 20px;
    padding-left: 25px;
    font-size: 12px;
  }

  .italic-text {
    line-height: 25px;
  }

  .icon-2 {
    margin-left: 9px;
    margin-right: auto;
  }

  .icon-3 {
    margin-left: auto;
    margin-right: 9px;
  }

  .div-wrapper-75 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .text-holder-cta-80 {
    width: 100%;
  }

  .button-holder-20 {
    justify-content: center;
    width: 100%;
  }

  .footer {
    padding: 40px 20px;
  }

  .video-pop-up-div-2 {
    padding: 15px;
  }

  .video-popup-close-icon {
    width: 19px;
  }

  .close-icon-div {
    padding-bottom: 15px;
  }

  .footer-text {
    text-align: center;
  }

  .footer-text.email {
    font-size: 16px;
  }

  .div-footer-100.logo-footer {
    flex-flow: wrap;
  }

  .footer-logos {
    width: 25%;
    height: auto;
  }
}

@media screen and (max-width: 479px) {
  .image {
    height: 53px;
    margin-top: 1px;
  }

  .main-navbar-container {
    height: 70px;
  }

  .contact-icon-holder {
    width: 20px;
  }

  .contact-icon-holder._2 {
    width: 22px;
  }

  .contact-details-text-padding-right {
    padding-right: 13px;
    font-size: 2.9vw;
  }

  .contact-details-text {
    font-size: 2.9vw;
  }

  .div-container-pink-nav-section {
    padding-left: 3%;
    padding-right: 3%;
  }

  .contact-details-div-2 {
    padding-left: 9px;
    padding-right: 9px;
  }

  .section-footer {
    height: auto;
  }

  .footer-top {
    flex-direction: column;
    height: auto;
    padding-left: 2%;
    padding-right: 2%;
  }

  .footer-div-column-20 {
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-div-column-80 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu {
    height: 100vh;
  }

  .div-wrapper-100.flexbox {
    flex-direction: column;
  }

  .div-wrapper-100.team {
    grid-template-columns: 1fr;
  }

  .main-header-h1-32-center-grey {
    font-size: 20px;
    line-height: 34px;
  }

  .main-header-h1-32-center-grey.left-align {
    line-height: 37px;
  }

  .main-header-h3-32-left-aligned-pink {
    font-size: 16px;
    line-height: 33px;
  }

  .main-banner-header-h1-50-white-center {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 5.5vw;
    line-height: 29px;
  }

  .center-half {
    margin-top: 0;
    top: 36%;
  }

  .banner {
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner._2 {
    align-items: center;
  }

  .main-sub-header-banner-white-center-24 {
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 18px;
    display: block;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .main-header-h4-32-left-aligned-pink {
    font-size: 16px;
    line-height: 33px;
  }

  .main-header-h4-18-left-aligned-black {
    font-size: 14px;
    line-height: 33px;
  }

  .team-position {
    font-size: 16px;
    line-height: 33px;
  }

  .team-div-holder {
    width: 100%;
  }

  .team-name, .main-header-h3-18-left-aligned-black {
    font-size: 16px;
    line-height: 33px;
  }

  .section {
    height: 113px;
  }

  .burger-nav-shadow {
    display: none;
  }

  .arrow-icon {
    width: 13px;
  }

  .button {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 13px;
    text-decoration: none;
  }

  .button.w--current {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .div-footer-25-pct {
    width: 100%;
    margin-bottom: 25px;
  }

  .div-footer-25-pct.bottom {
    width: 100%;
    margin-bottom: 30px;
  }

  .div-footer-25-pct.bottom.n-pad {
    margin-bottom: 0;
  }

  .div-footer-25-pct._20, .div-footer-25-pct._30 {
    width: 100%;
  }

  .footer-logo {
    width: 160px;
  }

  .footer-text-copyright {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text-copyright.right-aligm {
    margin-top: 22px;
  }

  .footer-titles, .footer-link-text {
    text-align: center;
  }

  .contact-details-footer-text.black, .contact-details-footer-text.email {
    font-size: 14px;
  }

  .contact-icon-footer {
    margin-right: 10px;
  }

  .bold-text-3 {
    font-size: 7px;
  }

  .slide-nav {
    transform: scale(.6);
  }

  .map {
    height: 400px;
  }

  .service-buttons-div.top.desk {
    grid-template-columns: 1fr;
  }

  .dropdown-button-text-service-page {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .link-box-dropdown-service-page {
    width: 100%;
  }

  .link-box-dropdown-service-page.left {
    width: 100%;
    margin-right: 0;
  }

  .link-box-dropdown-service-page.right {
    width: 100%;
    margin-left: 0;
  }

  .team-holder-div {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .team-holder-div.end-left {
    width: 100%;
    margin-right: 0;
  }

  .team-holder-div.end-right {
    width: 100%;
    margin-left: 0;
  }

  .heading-team-position {
    font-size: 15px;
  }

  .italic-text {
    font-size: 4vw;
  }

  .icon-2 {
    margin-left: 0;
    transform: scale(.5);
  }

  .icon-3 {
    margin-right: 0;
    transform: scale(.5);
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-pop-up-div-2 {
    width: 95%;
  }

  .video-popup-close-icon {
    width: 16px;
  }

  .footer-text.black, .footer-text.email {
    font-size: 14px;
  }

  .footer-logos {
    width: 50%;
  }
}

#w-node-cbd9eece-a5f2-3a56-452e-dcca143acee5-143acecf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-cbd9eece-a5f2-3a56-452e-dcca143acee9-143acecf {
  grid-area: 1 / 2 / 2 / 5;
  place-self: center end;
}


@font-face {
  font-family: 'Hand of sean';
  src: url('../fonts/Hand_Of_Sean.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}