:root {
  --mainblue: #3066aa;
  --logoblue: #3e65a5;
  --white: white;
  --logodarkgray: #545454;
  --tint: #3066aa99;
  --black: black;
}

a {
  color: var(--mainblue);
  font-weight: 600;
  text-decoration: underline;
}

.image {
  height: 10.5vh;
}

.brand {
  justify-content: center;
  align-items: center;
  height: 11vh;
  display: flex;
}

.navbar {
  background-color: #fff;
  padding-left: 2.5%;
  padding-right: 0%;
}

.div-block {
  justify-content: center;
  align-items: center;
  height: 11vh;
  margin-left: 2px;
  margin-right: 2px;
  display: flex;
}

.nav-link {
  color: var(--mainblue);
  text-align: center;
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  order: 1;
  justify-content: center;
  align-items: center;
  height: 11vh;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 2rem;
  display: flex;
}

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

.nav-link.w--current {
  color: var(--mainblue);
}

.nav-link.book {
  background-color: var(--mainblue);
  color: var(--white);
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.nav-link.book:hover {
  background-color: var(--logodarkgray);
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3 {
  z-index: 1000;
  border-bottom: 1px none var(--logoblue);
  position: relative;
}

.div-block-4 {
  background-image: url('../images/backburgundy.webp');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  padding-left: 3%;
}

.div-block-4.abt {
  background-image: url('../images/backgde.webp');
}

.div-block-4.abt.taxprep {
  background-image: linear-gradient(to bottom, var(--tint), var(--tint)), url('../images/Professional-Tax-Preparation-Complete-Controller.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 60vh;
  padding-left: 0%;
}

.div-block-5 {
  background-image: url('../images/background2.webp');
  background-position: 100% 100%;
  background-size: auto;
  width: 62%;
  height: 60vh;
}

.div-block-6 {
  flex-flow: wrap;
  place-content: center flex-start;
  align-items: center;
  width: 52%;
  height: 60vh;
  display: flex;
}

.div-block-6.full {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60vh;
}

.heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 3.75rem;
}

.heading.dk.whi {
  color: var(--white);
}

.heading.dk.whi.smllabel {
  color: #fff;
  text-align: center;
  font-size: 1.9rem;
  line-height: 2.9rem;
}

.heading.dk.sml {
  font-size: 1.25rem;
  line-height: 2rem;
}

.heading.dk {
  color: #3066aa;
}

.heading.dk.mmi {
  text-align: center;
}

.text-block {
  color: #fff;
  letter-spacing: .75px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.7rem;
}

.text-block.dk.bpg.price {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.3rem;
  text-decoration: none;
}

.text-block.dk.bpg.pdcp {
  font-size: .9rem;
  line-height: 1.2rem;
}

.text-block.dkpara {
  color: #545454;
  letter-spacing: .25px;
  font-size: 1.15rem;
  font-weight: 300;
  line-height: 1.75rem;
}

.text-block.dkpara.cpg.ad {
  line-height: 1.55rem;
}

.text-block.dkpara.wis {
  color: #fff;
}

.text-block.dkpara.picbwlo {
  margin-bottom: 25px;
}

.text-block.dkpara.pag {
  line-height: 1.55rem;
}

.text-block.dkpara.cents {
  text-align: center;
}

.text-block.dkpara.cla {
  line-height: 1.6rem;
}

.text-block.dkpara.cla.daerw {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.text-block.dkpara.shorter {
  padding-left: 15%;
  padding-right: 15%;
}

.text-block.dk {
  color: #545454;
  -webkit-text-stroke-color: #545454;
  font-size: 1rem;
  line-height: 1.25rem;
}

.text-block.dk.bpg {
  line-height: 1.25rem;
}

.div-block-7 {
  width: 100%;
  margin-bottom: 25px;
  display: flex;
}

.button {
  border: 1px solid var(--white);
  text-align: center;
  cursor: pointer;
  background-color: #3066aa;
  width: 210px;
  margin-left: 2px;
  margin-right: 18px;
  padding: 12px 0;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 2.1rem;
}

.button:hover {
  border-color: var(--logoblue);
  background-color: var(--white);
  color: var(--logoblue);
}

.button.pages {
  color: var(--white);
  border-style: none;
  margin-left: 0;
  margin-right: 0;
}

.button.pages:hover {
  background-color: var(--mainblue);
  color: var(--white);
  border-style: none;
}

.button.pages.api {
  width: 225px;
  display: block;
}

.button.pages.sf {
  margin-right: 20px;
}

.button.pages.sf.chck {
  width: 300px;
  margin-right: 0;
}

.button.pages.sf.chck.ndos {
  width: 350px;
}

.button.long {
  width: 300px;
}

.button.idos {
  width: 275px;
}

.button.ees {
  width: 225px;
}

.button.ees.rar {
  width: 275px;
}

.div-block-8 {
  margin-top: 40px;
}

.section {
  background-color: #3066aa;
}

.html-embed {
  margin-bottom: 0;
}

.div-block-9 {
  padding: 100px 20%;
}

.div-block-9.taxsoft {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10%;
  padding-right: 10%;
  display: block;
}

.div-block-9.abt {
  padding: 85px 17.5%;
}

.div-block-10 {
  text-align: center;
}

.div-block-11 {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}

.div-block-12 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.div-block-12.left {
  text-align: left;
}

.div-block-12.left.mid.intakeform {
  margin-bottom: 0;
}

.div-block-12.left.mid.intakeform.classreg {
  margin-bottom: 20px;
}

.div-block-13 {
  text-align: center;
}

.link {
  font-weight: 600;
}

.text-span {
  color: var(--mainblue);
  font-size: .8rem;
}

.dropdown-link {
  background-color: var(--mainblue);
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  border: .5px #fff;
  border-bottom-style: solid;
  padding: 18px 25px;
  font-family: Poppins, sans-serif;
  font-size: .95rem;
  font-weight: 300;
  line-height: 1.95rem;
}

.dropdown-link:hover {
  background-color: var(--mainblue);
  color: var(--white);
}

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

.dropdown-list {
  background-color: #3066aa;
}

.dropdown-list.w--open {
  left: 12px;
}

.div-block-14 {
  padding: 75px 15%;
}

.nav-link-5 {
  color: #fff;
  text-transform: none;
  cursor: pointer;
  padding-left: 15px;
  padding-right: 15px;
  font-size: .95rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.nav-link-5:hover, .nav-link-5.w--current {
  color: #a1a1a1;
}

.nav-link-5.bottm {
  letter-spacing: .5px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.9rem;
}

.nav-link-5.bottm:hover {
  color: #fff;
}

.nav-link-5.bottm.sml {
  text-align: center;
  font-size: .8rem;
  line-height: 1.8rem;
}

.div-block-15 {
  text-align: center;
}

.div-block-16 {
  text-align: center;
  margin-bottom: 15px;
}

.link-block-14 {
  text-align: center;
  cursor: pointer;
  border: 1px #000;
  margin-left: 7px;
  margin-right: 7px;
  padding: 3px;
}

.link-block-14.phicon {
  opacity: 0;
  display: none;
}

.div-block-158 {
  margin-bottom: 25px;
}

.paragraph-4 {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 25.5px;
}

.paragraph-4.foots {
  cursor: pointer;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: .65rem;
  line-height: 1.1rem;
}

.div-block-159 {
  background-color: #000;
  background-image: url('../images/SUBBACK.webp');
  background-position: 50% 0;
  background-size: cover;
  padding: 100px 32.5%;
}

.div-block-159.ftr {
  background-color: var(--mainblue);
  background-image: none;
  padding: 50px 10% 15px;
}

.div-block-160 {
  margin-bottom: 20px;
}

.ftlink-2 {
  color: #fff;
  font-size: .9rem;
  font-weight: 300;
  line-height: 1.9rem;
}

.ftlink-2:hover {
  color: #cecece;
}

.image-18 {
  width: 200px;
}

.image-17 {
  color: #feffff;
  cursor: pointer;
  background-color: #0000;
  width: 1.5rem;
  height: 1.5rem;
}

.section-2 {
  background-color: var(--mainblue);
  padding: 50px 25% 20px;
}

.div-block-161 {
  text-align: center;
  margin-bottom: 25px;
}

.html-embed-2 {
  margin-bottom: 0;
}

.div-block-162 {
  padding: 100px 0% 50px;
}

.div-block-162.sev {
  padding-top: 85px;
  padding-bottom: 85px;
}

.div-block-163 {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 24.5%;
  height: 40vh;
  margin-left: .25%;
  margin-right: .25%;
  display: flex;
}

.div-block-163.prep {
  background-image: linear-gradient(to bottom, var(--tint), var(--tint)), url('../images/earned_income_tax_credit.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-163.prep.compliance {
  background-image: linear-gradient(to bottom, var(--tint), var(--tint)), url('../images/agreementglobtaxgov-850x550.jpg');
  background-position: 0 0, 40%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-163.prep.train {
  background-image: linear-gradient(to bottom, var(--tint), var(--tint)), url('../images/16380244765858.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.div-block-163.prep.credit-repair {
  background-image: linear-gradient(to bottom, var(--tint), var(--tint)), url('../images/The-Long-Term-Benefits-of-a-Good-Credit-Score-hero.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.div-block-163.compliance {
  background-image: url('../images/agreementglobtaxgov-850x550.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

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

.div-block-164.svc {
  margin-bottom: 50px;
}

.menu-button-5 {
  float: left;
  width: auto;
  height: 10vh;
  padding-left: 45px;
  padding-right: 45px;
}

.menu-button-5.w--open {
  background-color: #c8c8c800;
}

.line-7 {
  z-index: 2;
  background-color: #d8c8a5;
  width: 35px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-8 {
  z-index: 1;
  background-color: #a08956;
  width: 35px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
}

.line-9 {
  z-index: 2;
  background-color: #d8c8a5;
  width: 35px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 54px;
  left: 0;
  right: 0;
}

.nav-menu {
  z-index: 1000;
}

.div-block-166 {
  width: 100%;
}

.div-block-166:hover {
  transform: scale(1.05);
}

.link-block-15 {
  width: 100%;
  text-decoration: none;
}

.html-embed-3, .html-embed-4 {
  margin-bottom: 0;
}

.div-block-125 {
  background-color: var(--mainblue);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 7.5px;
  padding-bottom: 7.5px;
  display: flex;
}

.image-8 {
  color: #feffff;
  cursor: pointer;
  background-color: #0000;
  width: 1.4rem;
  height: 1.4rem;
}

.image-19 {
  color: #feffff;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
}

.div-block-167 {
  height: 5px;
}

.text-span-2 {
  font-weight: 500;
}

.div-block-168 {
  text-align: center;
}

.div-block-169 {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-170 {
  text-align: center;
}

.div-block-171 {
  padding: 100px 12.5%;
}

.div-block-171.pages {
  padding-top: 85px;
  padding-bottom: 85px;
}

.div-block-171.pages.rev {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.div-block-171.pages.reg {
  padding-left: 17.5%;
  padding-right: 17.5%;
}

.div-block-171.pages.reg.apptbk {
  text-align: center;
}

.div-block-171.pages.reg.fodod, .div-block-171.pages.employ {
  padding-left: 15%;
  padding-right: 15%;
}

.div-block-171.pages.employ.form {
  padding-left: 17.5%;
  padding-right: 17.5%;
}

.div-block-171.pages.store {
  padding-left: 7.5%;
  padding-right: 7.5%;
}

.div-block-171.pages.team {
  padding-left: 10%;
  padding-right: 10%;
}

.div-block-171.pages.play {
  padding-left: 20%;
  padding-right: 20%;
}

.div-block-172 {
  flex-flow: wrap;
  display: flex;
}

.div-block-173 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-174 {
  text-align: left;
  width: 55%;
  margin-bottom: 0;
}

.div-block-174.evt.fsp {
  width: 50%;
}

.div-block-175 {
  width: 40%;
}

.div-block-175.sos {
  width: 45%;
}

.div-block-176 {
  margin-bottom: 25px;
}

.topnavsection {
  z-index: 1000;
  border-bottom: .5px solid var(--mainblue);
  opacity: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.div-block-178 {
  padding-top: 50px;
}

.image-21 {
  width: 2rem;
  height: 2rem;
}

.image-21:hover {
  transform: scale(1.07);
}

.div-block-179 {
  background-color: var(--mainblue);
  height: .5px;
}

.link-2 {
  color: var(--mainblue);
}

.div-block-181 {
  opacity: 0;
  display: none;
}

.div-block-182 {
  text-align: center;
}

.div-block-183 {
  margin-bottom: 50px;
}

.image-22 {
  width: 450px;
}

.text-span-3 {
  font-weight: 300;
  text-decoration: underline;
}

.div-block-184 {
  margin-bottom: 15px;
}

.div-block-185 {
  text-align: center;
  margin-bottom: 15px;
}

.div-block-186 {
  text-align: center;
  margin-bottom: 75px;
}

.div-block-186.ckl {
  margin-bottom: 50px;
}

.div-block-187 {
  margin-bottom: 15px;
}

.text-span-4 {
  font-weight: 300;
  text-decoration: underline;
}

.div-block-188 {
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.div-block-188.left {
  text-align: left;
}

.div-block-188.left.mid.bkk {
  margin-bottom: 20px;
}

.div-block-188.left.mid.ododo.llddf {
  margin-bottom: 0;
}

.div-block-189 {
  text-align: center;
  margin-bottom: 75px;
}

.div-block-190 {
  text-align: center;
}

.div-block-191 {
  border-top: 1px solid var(--white);
  background-color: #fff;
  height: 5px;
}

.text-span-5 {
  font-weight: 400;
}

.div-block-192, .div-block-193 {
  text-align: center;
}

.div-block-194 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-195 {
  text-align: center;
}

.div-block-196 {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
}

.div-block-196.ddw {
  width: 350px;
  height: 350px;
}

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

.div-block-198 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-23 {
  width: 300px;
  height: 300px;
}

.image-23.new {
  width: 350px;
  max-width: 350px;
  height: 350px;
}

.div-block-199 {
  margin-bottom: 50px;
}

.div-block-199.str {
  padding-left: 15%;
  padding-right: 15%;
}

.div-block-199.str.rew.are {
  margin-bottom: 35px;
}

.div-block-199.str.rew.are.mid {
  margin-bottom: 10px;
}

.div-block-199.str.rew.are.adfaer {
  margin-bottom: 0;
}

.div-block-199.to {
  margin-bottom: 10px;
}

.div-block-200 {
  margin-bottom: 5px;
}

.div-block-201 {
  margin-bottom: 20px;
}

.bldms {
  font-weight: 500;
  text-decoration: underline;
}

.div-block-203 {
  z-index: 1000;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
}

.div-block-204 {
  margin-top: -50px;
}

.div-block-205 {
  margin-bottom: 20px;
}

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

.bold-text {
  font-weight: 600;
}

.div-block-207 {
  border: 2px solid var(--mainblue);
  background-image: url('../images/BraydenHunter.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 360px;
  width: 275px;
  height: 275px;
  margin-bottom: 5px;
}

.div-block-207.shan {
  background-image: url('../images/shan.webp');
  width: 275px;
  height: 275px;
}

.div-block-207.javea {
  background-image: url('../images/javea.webp');
}

.div-block-207.april {
  background-image: url('../images/AprilBrown.webp');
}

.div-block-207.antonio {
  background-image: url('../images/AntonioMauldin.webp');
}

.div-block-207.brayden {
  background-image: url('../images/BraydenHunter_1.webp');
}

.div-block-207.brianna {
  background-image: url('../images/BriannaHart.webp');
}

.div-block-207.jamesia {
  background-image: url('../images/JamesiaChalmers.webp');
}

.div-block-207.jasminec {
  background-image: url('../images/jasminecole.webp');
}

.div-block-207.kennethia {
  background-image: url('../images/Kennethia.webp');
}

.div-block-207.jasminem {
  background-image: url('../images/JasmineMoore.webp');
}

.div-block-207.teneisha {
  background-image: url('../images/teneisha.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-207.aishia {
  background-image: url('../images/GRANTEDBANNERsquare.webp');
}

.div-block-207.alex {
  background-image: url('../images/alex.webp');
}

.div-block-207.crystal {
  background-image: url('../images/crystals.webp');
}

.div-block-207.azia {
  background-image: url('../images/GRANTEDBANNERsquare.webp');
}

.div-block-208 {
  width: 275px;
}

.div-block-209 {
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}

.div-block-210 {
  text-align: center;
}

.div-block-211 {
  text-align: center;
  margin-bottom: 0;
}

.div-block-211.botmdiv {
  margin-bottom: 0;
}

.div-block-212 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 300px;
  display: flex;
}

.div-block-213 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 75px;
  display: flex;
}

.image-24 {
  cursor: zoom-in;
  width: 750px;
}

.div-block-214 {
  text-align: center;
}

.div-block-215 {
  margin-bottom: 75px;
}

.div-block-216 {
  border: 1px #3066aa;
  width: 24.25%;
}

.div-block-217 {
  justify-content: space-around;
  align-items: flex-start;
  display: flex;
}

.div-block-217.topdiv {
  margin-bottom: 10px;
}

.image-25, .image-26, .image-27, .image-28 {
  border: 2px solid var(--mainblue);
  cursor: pointer;
}

.section-3 {
  border-bottom: 10px solid var(--white);
}

.text-span-6 {
  text-decoration: line-through;
}

.text-span-7 {
  line-height: 2.65rem;
}

.bold-text-2 {
  color: var(--mainblue);
  font-weight: 600;
}

.div-block-219 {
  text-align: center;
}

.superscript {
  text-decoration: underline;
}

.div-block-220 {
  opacity: 0;
  display: none;
}

.superscript-2 {
  text-decoration: underline;
}

.text-span-8 {
  font-size: .85rem;
}

html.w-mod-js [data-ix="hide-nav-scroll"] {
  opacity: 0;
  display: none;
}

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

  .brand {
    height: 11vh;
    padding-left: 5px;
  }

  .navbar {
    padding-left: 0%;
  }

  .div-block {
    height: auto;
    display: block;
  }

  .nav-link {
    color: var(--white);
    height: auto;
    padding: 17px 0;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.2rem;
    display: block;
  }

  .nav-link:hover, .nav-link.w--current {
    color: var(--white);
  }

  .nav-link.book {
    color: var(--mainblue);
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    font-weight: 500;
    display: block;
  }

  .nav-link.book:hover {
    background-color: var(--white);
    color: var(--mainblue);
  }

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

  .div-block-4 {
    background-image: url('../images/backburgundytab.webp');
    background-position: 80% 0;
    height: 45vh;
    padding-left: 2%;
  }

  .div-block-4.abt.taxprep {
    height: 35vh;
  }

  .div-block-6 {
    height: 45vh;
  }

  .div-block-6.full {
    height: 35vh;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .heading.dk.whi.smllabel {
    font-size: 1.75rem;
    line-height: 2rem;
  }

  .heading.dk {
    font-size: 2.5rem;
    line-height: 2.75rem;
  }

  .text-block {
    font-size: 1.15rem;
  }

  .text-block.dk.bpg.pdcp {
    width: 100%;
    max-width: 100%;
  }

  .text-block.dkpara {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .text-block.dkpara.shorter {
    padding-left: 0%;
    padding-right: 0%;
  }

  .text-block.dk.bpg {
    line-height: 1rem;
  }

  .div-block-7.hms {
    display: block;
  }

  .button.pages.sf {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .button.pages.sf.chck {
    width: 250px;
    margin-bottom: 0;
  }

  .button.pages.sf.dlspd.pfd {
    margin-bottom: 0;
  }

  .button.idos {
    opacity: 1;
    display: block;
  }

  .div-block-9 {
    padding: 90px 7.5% 80px;
  }

  .div-block-9.abt {
    padding: 75px 7.5%;
  }

  .div-block-12.left.mid {
    text-align: center;
  }

  .div-block-12.left.mid.intakeform.classreg {
    margin-bottom: 15px;
  }

  .text-span {
    color: var(--white);
  }

  .dropdown-link {
    border-style: none none solid;
    border-bottom-color: var(--mainblue);
    background-color: var(--white);
    color: var(--mainblue);
    text-align: center;
    font-size: 1.1rem;
  }

  .dropdown-link.w--current {
    color: var(--mainblue);
  }

  .dropdown-list.w--open {
    z-index: 1000;
    background-color: #fff;
    left: 0;
  }

  .nav-link-5 {
    text-align: center;
    text-transform: uppercase;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 2.25rem;
  }

  .nav-link-5.bottm {
    text-transform: none;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 0;
    font-size: .9rem;
    line-height: 1.9rem;
  }

  .link-block-14.phicon {
    opacity: 1;
    display: inline-block;
  }

  .paragraph-4 {
    text-align: left;
  }

  .paragraph-4.foots {
    color: #fff;
    font-size: 10px;
    line-height: 22px;
  }

  .div-block-159 {
    padding: 75px 7.5%;
  }

  .div-block-159.ftr {
    padding: 60px 7.5% 10px;
  }

  .image-18 {
    width: 200px;
  }

  .image-17 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-162 {
    padding-top: 90px;
    padding-bottom: 30px;
  }

  .div-block-162.sev {
    padding-top: 75px;
    padding-bottom: 75px;
  }

  .div-block-163 {
    width: 48.5%;
    height: 35vh;
  }

  .div-block-163.prep {
    height: 35vh;
  }

  .div-block-164 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: wrap;
  }

  .menu-button-5 {
    float: right;
    height: 11vh;
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button-5.w--open {
    opacity: 1;
    background-color: #c8c8c800;
    padding-left: 40px;
    padding-right: 40px;
    display: inline-block;
  }

  .line-7 {
    background-color: var(--logodarkgray);
    color: #a08956;
    height: 1px;
    top: 34px;
  }

  .line-8 {
    background-color: var(--mainblue);
    color: #8b4343;
    height: 1px;
    top: 46px;
  }

  .line-9 {
    background-color: var(--mainblue);
    height: 1px;
    top: 58px;
  }

  .nav-menu {
    background-color: #3066aaf7;
  }

  .div-block-165 {
    margin-bottom: 200px;
  }

  .div-block-166:hover {
    transform: none;
  }

  .div-block-125 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-8 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-171 {
    padding: 90px 5%;
  }

  .div-block-171.pages {
    padding: 75px 7.5%;
  }

  .div-block-171.pages.rev {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-171.pages.reg, .div-block-171.pages.reg.fodod {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .div-block-171.pages.employ, .div-block-171.pages.employ.form {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-171.pages.store, .div-block-171.pages.team {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .div-block-171.pages.play {
    padding-left: 7.5%;
    padding-right: 7.5%;
  }

  .div-block-171.pages.dws {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .div-block-173 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .div-block-173.biopage {
    display: block;
  }

  .div-block-174 {
    width: 52%;
  }

  .div-block-174.bipa {
    text-align: center;
    width: 100%;
  }

  .div-block-175.bio {
    width: 44%;
    display: none;
  }

  .topnavsection {
    border-bottom: .5px solid var(--mainblue);
  }

  .dropdown, .dropdown-2 {
    display: block;
  }

  .div-block-178 {
    padding-top: 25px;
  }

  .image-21 {
    width: 2.25rem;
    height: 2.25rem;
  }

  .div-block-180 {
    background-image: url('../images/BURGUNDY2.webp');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px #000;
    border-radius: 360px;
    width: 300px;
    height: 300px;
  }

  .div-block-181 {
    opacity: 1;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    display: flex;
  }

  .div-block-183 {
    margin-bottom: 35px;
  }

  .image-22 {
    width: 350px;
  }

  .text-span-3 {
    font-weight: 300;
  }

  .div-block-186 {
    margin-bottom: 65px;
  }

  .div-block-186.ckl.idos {
    margin-bottom: 35px;
  }

  .text-span-4 {
    font-weight: 300;
  }

  .div-block-188.left.mid {
    text-align: center;
  }

  .div-block-189 {
    margin-bottom: 65px;
  }

  .div-block-191 {
    background-color: var(--white);
    height: 3px;
  }

  .div-block-196 {
    width: 250px;
    height: 250px;
  }

  .div-block-196.ddw {
    width: 350px;
    height: 350px;
  }

  .div-block-198 {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    flex-flow: wrap;
  }

  .image-23 {
    width: 250px;
    height: 250px;
  }

  .div-block-199.str {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-200.pk {
    width: 100%;
  }

  .div-block-201 {
    margin-bottom: 15px;
  }

  .div-block-207, .div-block-207.shan, .div-block-207.javea, .div-block-207.antonio {
    width: 200px;
    height: 200px;
  }

  .div-block-212 {
    width: 210px;
  }

  .div-block-213 {
    margin-bottom: 50px;
  }

  .image-24 {
    width: 600px;
  }

  .div-block-216 {
    width: 49%;
    margin-bottom: 10px;
  }

  .div-block-217 {
    flex-flow: wrap;
  }

  .section-3 {
    border-bottom-style: none;
    border-bottom-width: 5px;
  }

  .div-block-218 {
    text-align: center;
  }

  .div-block-221 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .image {
    height: 11vh;
  }

  .brand {
    height: 11.5vh;
  }

  .div-block-4 {
    background-image: linear-gradient(#3066aaa6, #3066aaa6), url('../images/bughome.webp');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 45vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-4.abt {
    background-image: linear-gradient(to bottom, var(--tint), var(--tint)), url('../images/image.jpg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, repeat;
    background-size: auto, auto;
  }

  .div-block-4.abt.taxprep {
    padding-right: 0%;
  }

  .div-block-6 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 45vh;
  }

  .heading {
    font-size: 2.25rem;
    font-weight: 600;
    line-height: 2.5rem;
  }

  .text-block {
    font-size: 1.2rem;
    font-weight: 400;
  }

  .div-block-7 {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .div-block-7.hms {
    display: inline-flex;
  }

  .div-block-7.hms.af {
    margin-bottom: 0;
  }

  .button {
    width: 200px;
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 400;
  }

  .button.pages.sf.chck {
    width: 300px;
  }

  .div-block-8 {
    margin-top: 20px;
  }

  .div-block-9 {
    padding: 85px 7.5%;
  }

  .div-block-12.left {
    text-align: center;
  }

  .paragraph-4.foots {
    font-size: .6rem;
    line-height: 1rem;
  }

  .div-block-159.ftr {
    padding-top: 50px;
  }

  .image-17 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-162 {
    padding-top: 85px;
    padding-bottom: 15px;
  }

  .div-block-163, .div-block-163.prep {
    height: 30vh;
  }

  .menu-button-5 {
    height: 11.5vh;
  }

  .line-7 {
    top: 38px;
  }

  .line-8 {
    top: 50px;
  }

  .line-9 {
    top: 62px;
  }

  .image-8, .image-19 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .div-block-171 {
    padding-top: 85px;
    padding-bottom: 85px;
  }

  .div-block-171.pages.team {
    text-align: center;
    padding-left: 10%;
    padding-right: 10%;
  }

  .div-block-171.pages.play, .div-block-171.pages.safdser {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-173 {
    display: block;
  }

  .div-block-174 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-174.evt {
    margin-bottom: 50px;
  }

  .div-block-175 {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .div-block-175.afadfaf {
    opacity: 0;
    display: none;
  }

  .image-20 {
    width: 65%;
  }

  .image-20.rqr {
    width: 100%;
  }

  .div-block-178 {
    padding-top: 15px;
  }

  .image-22 {
    width: 300px;
  }

  .div-block-186 {
    margin-bottom: 60px;
  }

  .div-block-188.left {
    text-align: center;
  }

  .div-block-189 {
    margin-bottom: 60px;
  }

  .div-block-196 {
    width: 100%;
    height: auto;
  }

  .div-block-198 {
    grid-column-gap: 75px;
    grid-row-gap: 75px;
    flex-flow: wrap;
  }

  .image-23 {
    width: 300px;
    height: 300px;
  }

  .div-block-199.str {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-200.pk {
    width: 300px;
  }

  .div-block-201 {
    margin-bottom: 15px;
  }

  .div-block-206 {
    margin-bottom: 40px;
  }

  .div-block-207, .div-block-207.shan, .div-block-207.javea, .div-block-207.antonio {
    width: 275px;
    height: 275px;
  }

  .div-block-212 {
    width: 300px;
  }

  .div-block-213 {
    text-align: center;
    flex-flow: wrap;
    display: flex;
  }

  .image-24 {
    width: 500px;
  }

  .div-block-216 {
    width: 48.5%;
    margin-bottom: 0;
  }

  .div-block-217 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: wrap;
  }

  .image-25, .image-26, .image-27, .image-28 {
    border-bottom-width: 1px;
  }

  .section-3 {
    border-bottom-style: solid;
    border-bottom-width: 10px;
  }

  .div-block-220 {
    opacity: 100;
    display: block;
  }

  .div-block-220.afe {
    margin-bottom: 25px;
  }

  .div-block-221.dss {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .nav-link.book {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .div-block-4 {
    height: 40vh;
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-6 {
    height: 40vh;
    padding-top: 0;
  }

  .heading {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .heading.dk.whi.smllabel {
    font-size: 1.75rem;
  }

  .heading.dk {
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 2.5rem;
  }

  .heading.fare {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .text-block.dkpara {
    letter-spacing: .1px;
    font-size: 1.15rem;
    line-height: 1.75rem;
  }

  .text-block.dkpara.cpg {
    line-height: 1.9rem;
  }

  .text-block.dkpara.cpg.cpages {
    line-height: 1.7rem;
  }

  .text-block.dkpara.smst {
    font-size: 1.1rem;
  }

  .text-block.dk {
    font-weight: 300;
    line-height: 1.25rem;
  }

  .text-block.dk.bpg.adare {
    line-height: 1.2rem;
  }

  .div-block-7 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    display: flex;
  }

  .div-block-7.hms {
    display: inline-flex;
  }

  .div-block-7.hms.af {
    flex-flow: wrap;
    display: flex;
  }

  .button {
    justify-content: center;
    align-items: center;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .button.pages, .button.pages.api {
    width: 100%;
  }

  .button.pages.sf.chck.ndos {
    width: 300px;
  }

  .button.idos {
    width: 275px;
  }

  .button.ees {
    width: 80%;
  }

  .button.ees.rar {
    width: 250px;
    display: block;
  }

  .button.ees.rar.dsarae {
    width: 275px;
  }

  .div-block-9 {
    padding: 85px 5%;
  }

  .div-block-9.abt {
    padding: 65px 5%;
  }

  .div-block-9.arer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-12 {
    margin-bottom: 20px;
  }

  .div-block-12.left.mid.intakeform.classreg {
    margin-bottom: 15px;
  }

  .dropdown-link {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-5 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.25rem;
    line-height: 2rem;
  }

  .nav-link-5.bottm {
    padding-left: 0;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  .link-block-14 {
    text-align: center;
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .paragraph-4 {
    color: #797979;
    text-align: justify;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 26px;
  }

  .paragraph-4.foots {
    color: #fff;
    text-align: center;
    font-size: .65rem;
    line-height: 1.1rem;
  }

  .div-block-159 {
    background-position: 100% 0;
    padding: 65px 5%;
  }

  .div-block-159.ftr {
    padding-left: 5%;
    padding-right: 5%;
  }

  .ftlink-2 {
    font-weight: 300;
  }

  .image-17 {
    width: 1.65rem;
    height: 1.65rem;
  }

  .section-2 {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-162 {
    padding-top: 100px;
    padding-bottom: 15px;
  }

  .div-block-162.sev {
    padding-top: 65px;
    padding-bottom: 65px;
  }

  .div-block-163 {
    width: 100%;
    margin-bottom: 5px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-163.prep {
    width: 100%;
    height: 30vh;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-163.prep.compliance {
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-164 {
    padding-left: 1.5%;
    padding-right: 1.5%;
    display: block;
  }

  .menu-button-5, .menu-button-5.w--open {
    height: 11.5vh;
  }

  .line-7 {
    background-color: var(--mainblue);
    top: 36px;
  }

  .line-8 {
    background-color: var(--mainblue);
    height: 1px;
    top: 48px;
  }

  .line-9 {
    background-color: var(--mainblue);
    top: 60px;
  }

  .div-block-125 {
    text-align: center;
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-8 {
    width: 1.65rem;
    height: 1.65rem;
  }

  .div-block-171 {
    padding: 85px 5%;
  }

  .div-block-171.pages {
    margin-bottom: -2px;
    padding: 65px 2.5%;
  }

  .div-block-171.pages.reg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-171.pages.reg.apptbk {
    padding-left: 0%;
    padding-right: 0%;
  }

  .div-block-171.pages.reg.fodod, .div-block-171.pages.team {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-171.pages.fmspage {
    padding-left: 2%;
    padding-right: 2%;
  }

  .div-block-171.pages.cssss {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .div-block-171.pages.dws {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-171.pages.safdser {
    margin-bottom: 0;
  }

  .div-block-174 {
    margin-bottom: 50px;
  }

  .div-block-174.bipa, .div-block-174.evt.arer {
    margin-bottom: 0;
  }

  .div-block-175.afadfaf {
    opacity: 0;
    display: none;
  }

  .image-20 {
    width: 100%;
  }

  .div-block-177 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .text-span-3, .text-span-4 {
    font-weight: 400;
    text-decoration: underline;
  }

  .div-block-188 {
    margin-bottom: 20px;
  }

  .div-block-188.left.mid.ododo {
    margin-bottom: 0;
  }

  .div-block-194 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-196.ddw {
    width: 300px;
    height: 300px;
  }

  .image-23.new {
    width: 300px;
    max-width: 300px;
    height: 300px;
  }

  .div-block-199.str {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-199.str.rew {
    margin-bottom: 35px;
  }

  .div-block-199.str.rew.are.adfaer {
    margin-bottom: 0;
    padding-left: 2.5%;
    padding-right: 1.5%;
  }

  .cplink {
    font-size: 1.1rem;
  }

  .div-block-202 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-202.faere {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .bold-text {
    text-transform: uppercase;
  }

  .div-block-212 {
    width: 100%;
    margin-bottom: 50px;
  }

  .div-block-213 {
    text-align: center;
    margin-bottom: 0;
    display: block;
  }

  .image-24 {
    width: 100%;
  }

  .div-block-216 {
    width: 100%;
    margin-bottom: 15px;
  }

  .div-block-217 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-around;
    align-items: flex-start;
  }

  .image-25, .image-26, .image-27, .image-28 {
    border-top-width: 1px;
    border-left-style: none;
    border-right-style: none;
  }

  .section-3 {
    border-bottom-style: none;
  }

  .code-embed {
    margin-bottom: 0;
  }

  .div-block-220 {
    opacity: 100;
    margin-bottom: 12px;
    display: block;
  }
}


