body {
  font-size: 1rem;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: 'Segoe UI', sans-serif;
  font-weight: 400;
  background: #fff;
  margin: 0;
  padding: 0;
  overflow-x: hidden !important;
}

html {
  font-size: 16px;
  overflow-x: hidden !important;
}

@media (min-width: 1200px) {
  html {
    font-size: 14px;
  }
}
@media (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1260px) {
  html {
    font-size: 12px;
  }
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

p {
  padding: 0;
  margin: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0px;
  margin-inline-start: 0px;
  -webkit-margin-end: 0px;
  margin-inline-end: 0px;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: none;
  color: #000;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  margin: 0;
  font-weight: 400;
}

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

.main-menu__container {
  width: 100%;
}
.main-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3px;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu__list > li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 calc(20% - 3px);
  flex: 1 1 calc(20% - 3px);
  background-color: #b53333;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100px;
  padding-left: 20px;
}
.main-menu__list > li::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 40px;
  height: 15px;
  display: block;
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  background-color: #ffffff;
}
.main-menu__list > li:nth-of-type(3)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  border-bottom: 2px dashed #fff;
}

.meet-the-team .main-menu__list > li:nth-of-type(3)::after {
  border-bottom: none;
}

.meet-the-team .main-menu__list > li:nth-of-type(5)::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  height: 1px;
  border-bottom: 2px dashed #fff;
}
.main-menu__list > li:nth-of-type(4) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
}
.main-menu__list > li:nth-of-type(5) {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-left: 30px;
}
.main-menu__list > li a {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}
.main-menu__list > li span {
  font-weight: 600;
}
.main-menu__list .logo {
  padding: 20px;
  background-color: transparent;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.main-menu__list li:nth-of-type(3) {
  background-color: #013b78;
  height: 105px;
}
.meet-the-team .main-menu__list li:nth-of-type(3) {
  background-color: #b53333;
  height: 100px;
}

.active-in,
.marketing,
.disaster,
.team {
  position: relative;
  padding-left: 90px;
}

.active-in::before,
.marketing::before,
.disaster::before,
.team::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 0;
}

.active-in::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../img/icon-active.png) center/contain no-repeat;
  z-index: 1;
}

.marketing::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../img/marketing-icon.svg) center/contain no-repeat;
  z-index: 1;
}

.disaster::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../img/icon-disaster.png) center/contain no-repeat;
  z-index: 1;
}

.team::after {
  content: '';
  position: absolute;
  left: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 55px;
  background: url(../img/icon-team.png) center/contain no-repeat;
  z-index: 1;
}

.sub-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #013b78;
  padding: 20px 0;
  text-align: center;
}
.sub-menu__list > li {
  position: relative;
  width: 9.0909%;
  padding: 0 15px;
  border-left: 1px solid #fff;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sub-menu__list > li::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 6px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #8fbddc;
  z-index: 2;
}

.sub-menu__list > li.active {
  position: relative;
  z-index: 1;
}

.sub-menu__list > li.active::before {
  content: '';
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 110px;
  height: 30px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background-color: #013b78;
  z-index: -2;
}

.sub-menu__list > li.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -50px;
  width: 100%;
  height: 140px;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.3087359943977591) 66%,
    rgba(255, 255, 255, 0) 87%
  );
  z-index: -1;
}
.sub-menu__list li:nth-of-type(1) {
  border-left: none;
}
.sub-menu__list li:nth-of-type(1)::before {
  content: none;
}
.sub-menu__list li:nth-of-type(10) {
  width: 13%;
}
.sub-menu__list li:nth-of-type(7) {
  width: 11%;
}
.sub-menu__list li:nth-of-type(6) {
  padding: 0 25px;
}
.sub-menu__list a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
}

.icon-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

.dots {
  position: relative;
}

.dots::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(233, 242, 248);
  position: absolute;
  top: 40%;
  right: -17px;
}

.dots::after {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: rgb(233, 242, 248);
  position: absolute;
  top: 40%;
  left: -17px;
}

.home-page .intro-block__container {
  position: relative;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 130px 10px;
}
@media (max-width: 768px) {
  .home-page .intro-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
    margin-top: 10px;
  }
}
.home-page .intro-block__container::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 30px;
  width: 52.5rem;
  height: 43.125rem;
  background: url(../img/man-services.png) center/contain no-repeat;
}
@media (max-width: 768px) {
  .home-page .intro-block__container::before {
    width: 25.875rem;
    height: 21.5rem;
  }
}

.writing-page .intro-block__container {
  position: relative;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 100px 10px 0px;
}
@media (max-width: 768px) {
  .writing-page .intro-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 1240px) {
  .writing-page .intro-block__container {
    padding: 90px 10px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .writing-page .intro-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px 0px;
  }
}

.intro-block__container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 120px 10px 40px;
}
@media (max-width: 768px) {
  .intro-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 1240px) {
  .intro-block__container {
    padding: 90px 10px;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .intro-block__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
  }
}
.intro-block__content {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}
.intro-block__content h3 {
  margin-top: 90px;
  font-size: 3.25rem;
  color: #1d68b7;
}
@media (max-width: 768px) {
  .intro-block__content h3 {
    margin-top: 40px;
  }
}

@media (max-width: 1400px) {
  .intro-block__content h3 {
    margin-top: 45px;
    padding-left: 20px;
  }
  .intro-block__content p {
    padding-left: 20px;
  }

  .intro-block__container {
    gap: 80px;
  }
}

.intro-block__content p {
  font-size: 1.875rem;
  max-width: 620px;
}
@media (max-width: 768px) {
  .intro-block__content p {
    margin-top: 40px;
  }
}
.intro-block__content .title {
  position: relative;
  font-size: 2.25rem;
  background-color: #b53333;
  color: #fff;
  padding: 10px 40px;
  font-weight: 300;
  max-width: 450px;
}
@media (max-width: 768px) {
  .intro-block__content .title {
    padding: 10px 20px;
  }
}
.intro-block__content .title span {
  font-weight: 700;
}
.intro-block__content .title::before {
  content: '';
  display: inline-block;
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 7px solid #b53333;
}
@media (max-width: 1440px) {
  .intro-block__content .title::before {
    right: -100px;
  }
}
@media (max-width: 1256px) {
  .intro-block__content .title::before {
    right: -20px;
  }
}
@media (max-width: 768px) {
  .intro-block__content .title::before {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.intro-block__content .title::after {
  content: '';
  display: inline-block;
  width: 8.125rem;
  height: 8.125rem;
  background: url(../img/marketing-icon.svg) center/contain no-repeat;
  position: absolute;
  right: -119px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1440px) {
  .intro-block__content .title::after {
    right: -70px;
  }
}
@media (max-width: 1256px) {
  .intro-block__content .title::after {
    right: 5px;
  }
}
@media (max-width: 768px) {
  .intro-block__content .title::after {
    width: 5rem;
    height: 5rem;
    right: 0px;
  }
}
@media (max-width: 768px) {
  .intro-block__content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.intro-block__images {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
}
@media (max-width: 768px) {
  .intro-block__images {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}

.marketing-services-desc {
  padding: 100px 0px 60px;
  background-color: #e7f0f9;
  font-size: 1.5rem;
  color: #474747;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .marketing-services-desc {
    padding: 20px;
  }
}
.marketing-services-desc strong {
  color: #b53333;
}
.marketing-services-desc span {
  color: #1d68b7;
}
.marketing-services-desc ul {
  margin-left: 40px;
}
.marketing-services-desc li {
  list-style: disc;
  font-size: 1.875rem;
  font-weight: 700;
  color: #b53333;
}
.marketing-services-desc li::marker {
  color: #1d68b7;
}
.marketing-services-desc__container {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 90px;
  padding-left: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .marketing-services-desc__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .marketing-services-desc__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px;
    gap: 20px;
  }
}
.marketing-services-desc__column:nth-child(1),
.marketing-services-desc__column:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 30%;
  flex: 1 1 30%;
}
.marketing-services-desc__column:nth-child(3) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 40%;
  flex: 1 1 40%;
}

.two-images__container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.two-images__container > * {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.dominic__container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .dominic__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .dominic__container {
    padding: 40px 0;
  }
}
.dominic h2 {
  text-align: center;
  font-size: 2.0625rem;
  color: #b53333;
  margin-bottom: 15px;
  font-weight: 400;
}
.dominic span {
  color: #1d68b7;
}
.dominic__top-content {
  background-color: #1d68b7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  padding: 10px 0 20px 240px;
}
@media (max-width: 768px) {
  .dominic__top-content {
    padding: 10px 0 20px 20px;
  }
}
.dominic__top-content h5 {
  font-size: 1.875rem;
  font-weight: 400;
}
.dominic__top-content h5 b {
  font-size: 2.25rem;
  font-weight: 700;
}
.dominic__top-content .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  font-size: 1.25rem;
}
@media (max-width: 768px) {
  .dominic__top-content .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.dominic__bottom-content {
  position: relative;
  background-color: #e9f2f8;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 70px 20px 320px;
  font-size: 1.375rem;
}
@media (max-width: 768px) {
  .dominic__bottom-content {
    padding: 20px 10px 20px 170px;
    font-size: 1rem;
  }
}
.dominic__bottom-content::before {
  content: '';
  display: inline-block;
  width: 19.5625rem;
  height: 23rem;
  background: url(../img/dom-photo.png) center/contain no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .dominic__bottom-content::before {
    width: 15.625rem;
    height: 18.75rem;
  }
}

.footer-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  background-color: #79787d;
  padding: 20px;
}
@media (max-width: 768px) {
  .footer-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
}
.footer-content a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
.footer-content li:nth-child(3) {
  max-width: 370px;
  padding-top: 14px;
}
@media (max-width: 768px) {
  .footer-content li:nth-child(3) {
    max-width: 270px;
  }
}

.great-reasons {
  padding: 80px 0 60px;
}
.great-reasons__container {
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .great-reasons__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.great-reasons h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #1d68b7;
  margin-bottom: 90px;
}
@media (max-width: 768px) {
  .great-reasons h3 {
    margin-bottom: 20px;
  }
}
.great-reasons .five-reason {
  position: relative;
  color: #fff;
  background-color: #b53333;
  padding: 5px 30px 5px 40px;
  margin-right: 30px;
  font-weight: 600;
}
@media (max-width: 768px) {
  .great-reasons .five-reason {
    display: block;
    width: 250px;
    margin: 20px auto;
    font-size: 2.3125rem;
  }
}
.great-reasons .five-reason::before {
  content: '';
  display: inline-block;
  width: 9.1875rem;
  height: 9.1875rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 7px solid #b53333;
}
@media (max-width: 1800px) {
  .great-reasons .five-reason::before {
    left: -115px;
  }
}
@media (max-width: 768px) {
  .great-reasons .five-reason::before {
    left: -70px;
    width: 6.25rem;
    height: 6.25rem;
  }
}
.great-reasons .five-reason::after {
  content: '5';
  font-size: 9.1875rem;
  font-weight: 700;
  color: #1d68b7;
  display: inline-block;
  position: absolute;
  width: 3.875rem;
  height: 6.3125rem;
  left: -105px;
  top: -90%;
}
@media (max-width: 768px) {
  .great-reasons .five-reason::after {
    font-size: 6.25rem;
    left: -45px;
    top: -70%;
  }
}
.great-reasons__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
@media (max-width: 1800px) {
  .great-reasons__items {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .great-reasons__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 30px;
  }
}
.great-reasons__items .item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 25%;
  flex: 1 1 25%;
}
.great-reasons__items .item__number {
  position: relative;
}
.great-reasons__items .item__number::before {
  content: '';
  display: inline-block;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: -75px;
  top: -5px;
  border: 4px solid #b53333;
}
.great-reasons__items .item__number::after {
  content: attr(data-number);
  font-size: 3.25rem;
  font-weight: 700;
  color: #1d68b7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  left: -71px;
  top: -5px;
}
.great-reasons__items .item__content {
  color: #474747;
  height: 305px;
  margin-top: 30px;
  padding-left: 45px;
  border-left: 1px dashed #707070;
  border-bottom: 1px dashed #707070;
}
@media (max-width: 768px) {
  .great-reasons__items .item__content {
    height: 200px;
  }
}
.great-reasons__items .item__content h5 {
  padding-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #1d68b7;
}
.great-reasons__items .item__content p {
  font-size: 1.25rem;
}

.red-list li {
  list-style: disc;
  font-size: 1.875rem;
  font-weight: 700;
  color: #b53333;
}
.red-list li::marker {
  color: #1d68b7;
}

.intro-two-column {
  background-color: #e7f0f9;
  padding: 70px 0;
  font-size: 1.5rem;
  color: #474747;
}
@media (max-width: 768px) {
  .intro-two-column {
    padding: 20px 0;
  }
}
.intro-two-column__container {
  max-width: 1517px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}
@media (max-width: 768px) {
  .intro-two-column__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .intro-two-column__container {
    gap: 20px;
  }
}
.intro-two-column__container > * {
  width: 50%;
}
@media (max-width: 768px) {
  .intro-two-column__container > * {
    width: 100%;
    padding-left: 20px;
  }
}

.print-page .intro-two-column .first-column {
  width: 70%;
}
@media (max-width: 768px) {
  .print-page .intro-two-column .first-column {
    width: 100%;
  }
}

.list {
  padding: 60px;
  border-bottom: 1px solid #000;
}
.list h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
  color: #1d68b7;
  margin-bottom: 90px;
  max-width: 1034px;
  margin: 0 auto;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .list h3 {
    margin-bottom: 20px;
  }
}
.list__container {
  max-width: 1430px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .list__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.list__column {
  -webkit-columns: 3;
  -moz-columns: 3;
  columns: 3;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
@media (max-width: 768px) {
  .list__column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}
.list li {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  padding: 5px 0;
}

.text-bottom {
  padding: 60px;
  border-bottom: 1px solid #000;
}
.text-bottom h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  color: #1d68b7;
  margin-bottom: 90px;
  max-width: 1034px;
  margin: 0 auto;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .text-bottom h3 {
    margin-bottom: 20px;
  }
}
.text-bottom p {
  font-size: 1.5rem;
  max-width: 937px;
  text-align: center;
  margin: 0 auto;
}

.blog-writing-page .intro-block__images {
  margin-top: -100px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .blog-writing-page .intro-block__images {
    margin-top: 0;
  }
}

.photography-page .intro-block__images {
  margin-top: -130px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .photography-page .intro-block__images {
    margin-top: 0;
  }
}

.blog-writing-page .first-column {
  width: 100%;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
}

.blog-writing-page .text-bottom__container {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .blog-writing-page .text-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}
.blog-writing-page .text-bottom__column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 150px;
  -moz-column-gap: 150px;
  column-gap: 150px;
}
@media (max-width: 768px) {
  .blog-writing-page .text-bottom__column {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
  }
}

.blue-bg {
  background-color: #c8e1f9;
  padding: 40px;
  margin-top: 30px;
}
.blue-bg span {
  color: #1d68b7;
  font-weight: 700;
}

.blue-num {
  margin-top: 20px;
  color: #1d68b7;
  font-weight: 600;
  margin-left: 30px;
}
.blue-num li {
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #000;
}

.red-link {
  color: #b53333;
  font-weight: 700;
  font-size: 1.5rem;
  text-decoration: underline;
}

.text-bottom__column {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

.text-bottom__container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .text-bottom__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
}

.public-page .intro-block__container {
  padding-top: 90px;
  padding-bottom: 0;
}

.branding-page .intro-block__images {
  margin-top: -110px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .branding-page .intro-block__images {
    margin-top: 0;
  }
}

.btn-big {
  text-align: center;
}

.intro-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.intro-btn a {
  font-size: 1.625rem;
  position: relative;
  text-transform: uppercase;
  background-color: #b53333;
  color: #fff;
  padding: 5px 80px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0 0 0 3px white, 0 0 0 6px #013b78;
  box-shadow: 0 0 0 3px white, 0 0 0 6px #013b78;
  border-radius: 20px;
}

.branding-page .text-bottom h3 {
  max-width: 1400px;
}

.branding-page .text-bottom__container {
  max-width: 1000px;
}

.meet-the-team .sub-menu__list {
  justify-content: flex-start;
}

.meet-the-team .intro-block__images {
  margin-bottom: -40px;
}

.meet-the-team .main-menu__list li:nth-of-type(5) {
  background-color: #013b78;
  height: 106px;
}

.meet {
  margin: 100px 0 30px;
}

.meet__container {
  max-width: 1564px;
  margin: 0 auto;
  padding: 0 10px;
}

.meet__container h3 {
  font-size: 3.25rem;
  text-align: center;
  background-color: #b53333;
  width: 100%;
  color: #fff;
}

.meet__content {
  display: flex;
  gap: 40px;
  padding: 50px 0;
  font-size: 1.5rem;
}

.meet__content ul {
  list-style-type: disc;
  padding: 20px 70px;
}

.meet__content li {
  padding-bottom: 30px;
}

.dominic-bio,
.mark-bio {
  flex: 1;
}

.separator {
  flex: 0 1 2px;
  position: relative;
}

.line {
  width: 2px;
  background-color: #e7f0f9;
  position: absolute;
  top: 0;
  bottom: 0;
}

.line:nth-child(1) {
  left: 5px;
}

.line:nth-child(2) {
  left: 50%;
  transform: translateX(-50%);
}

.line:nth-child(3) {
  right: 5px;
}

.meet__content li::marker {
  color: #b53333;
}

.meet__content h5 {
  font-size: 2.188rem;
  color: #1d68b7;
  font-weight: 600;
}

.photo-profile {
  display: flex;
  align-items: center;
  gap: 50px;
}

.photo-profile img {
  max-width: 255px;
}

.photo-profile__name h4 {
  font-size: 3.25rem;
  color: #1d68b7;
  margin-bottom: 20px;
}

.photo-profile__name {
  font-size: 1.875rem;
}

.team-contact {
  font-size: 1.875rem;
  margin: 20px 0 50px;
}

.team-contact a {
  color: #1d68b7;
  text-decoration: underline;
}

.bg-blue {
  background-color: #eef6ff;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .meet__content,
  .photo-profile {
    flex-direction: column;
  }

  .photo-profile,
  .team-contact {
    text-align: center;
  }

  .meet-the-team .intro-block__images {
    margin-bottom: -30px;
  }

  .main-menu {
    display: none;
  }
}

.meet-the-team .sub-menu__list > li {
  position: relative;
  width: 20%;
  padding: 0 15px;
  border-left: none;
  height: 71px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .mob-menu {
  background-color: #fff;
} */

.mob-menu .main-menu__list {
  flex-direction: column;
  flex-wrap: wrap;
  background-color: #fff;
}

.mob-menu .main-menu__list {
  flex-direction: column;
  flex-wrap: wrap;
}

.mob-menu .main-menu__list > li {
  width: 111px;
  height: 155px;
  flex: auto;
}

.mob-menu .logo {
  width: 100% !important;
  flex: 1 1 100% !important;
}

.mob-menu .active-in,
.mob-menu .marketing,
.mob-menu .disaster,
.mob-menu .team {
  position: relative;
  padding-left: 0px;
  padding-top: 60px;
}

.mob-menu .main-menu__list > li {
  padding-left: 0px;
}

.mob-menu .active-in::before,
.mob-menu .marketing::before,
.mob-menu .disaster::before,
.mob-menu .team::before {
  content: '';
  position: absolute;
  left: 50%;
  top: -69px;
  transform: translateX(-50%);
  background-color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 0;
}

.mob-menu .active-in::after,
.mob-menu .marketing::after,
.mob-menu .disaster::after,
.mob-menu .team::after {
  left: 50%;
  top: -56px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar {
  width: 100%;
  padding: 0;
}

.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 62px;
}

/* .navbar .menu-items {
  display: flex;
} */

.navbar .nav-container li {
  list-style: none;
}

.navbar .nav-container a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 2.5rem;
  padding: 1rem;
}

.navbar .nav-container a:hover {
  font-weight: bolder;
}

.nav-container {
  position: absolute;
  top: 0;
  height: 60px;
  z-index: 10010;
}

.nav-container .checkbox {
  position: absolute;
  display: block;
  height: 32px;
  width: 32px;
  top: -13px;
  left: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.nav-container .hamburger-lines {
  display: block;
  height: 26px;
  width: 32px;
  position: absolute;
  top: -13px;
  left: 20px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.nav-container .hamburger-lines .bg-line {
  display: block;
  height: 4px;
  width: 100%;
  border-radius: 10px;
  background: #fff;
}

.community-page .nav-container .hamburger-lines .bg-line {
  background: #fff;
}

.walkthrough-page .nav-container .hamburger-lines .bg-line {
  background: #fff;
}
.nav-container .hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.nav-container .hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.nav-container .hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

.navbar .menu-items {
  transform: translate(-150%);
  transition: transform 0.5s ease-in-out;
  margin-top: 719px;
}

/* .navbar .menu-items li {
  margin-bottom: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
} */

.nav-container input[type='checkbox']:checked ~ .menu-items {
  transform: translateX(0);
  margin-top: 719px;
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line1 {
  transform: rotate(45deg);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line2 {
  transform: scaleY(0);
}

.nav-container input[type='checkbox']:checked ~ .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

.nav-container input[type='checkbox']:checked ~ .logo {
  display: none;
}

.mob-menu__list {
  background-color: #013b78;
  width: 100%;
}
.mob-menu .logo {
  padding: 20px;
  max-width: 300px;
  margin: 0 auto;
}

.mob-menu__list {
  height: 70px;
  display: flex;
  align-items: center;
}

.mob-menu .icon-links {
  width: 100%;
  justify-content: center;
}

.bg-menu {
  position: relative;
}

.mob-menu .navbar .nav-container a {
  font-size: 1.25rem;
}

.mob-menu .navbar .nav-container li {
  align-items: flex-end;
}

/* .mob-menu .sub-menu__list li {
  padding-bottom: ;
} */

.mob-menu .main-menu__container {
  display: flex;
  justify-content: space-between;
}

.mob-menu .sub-menu__list {
  flex-direction: column;
  width: 259px;
  align-items: center;
}

.mob-menu .sub-menu__list > li {
  width: 100%;
}

.main-menu__list {
  flex-shrink: 0;
}
/* 
.sub-menu__list {
  flex-grow: 1;
  text-align: right;
} */

.mob-menu .main-menu__list {
  width: 30.5%;
}

.mob-menu .sub-menu__list > li {
  border-left: none;
  border-bottom: 1px solid #fff;
  width: 80%;
}

.mob-menu .main-menu__list > li::before {
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  right: 0;
  top: 50%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  width: 15px;
  height: 40px;
}

.mob-menu .sub-menu__list > li::before {
  bottom: 5px;
}

.mob-menu .main-menu__list > li:nth-of-type(2)::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 120px;
  border-bottom: none;
  border-right: 2px dashed #fff;
}

.mob-menu .navbar .nav-container a {
  padding: 10px;
}

@media only screen and (min-width: 1000px) {
  .mob-menu {
    display: none;
  }
}

.mob-menu .sub-menu__list {
  align-items: center;
  padding: 0;
}

.mob-menu .navbar .sub-menu__list li {
  align-items: center;
}

.mob-menu .main-menu__list li:nth-of-type(3) {
  background-color: #b53333;
}

.mob-menu .main-menu__list li:nth-of-type(2) {
  background-color: #013b78;
}

.mob-menu .main-menu__list > li:nth-of-type(3)::after {
  border-bottom: none;
}

.mob-menu .main-menu__list li:nth-of-type(3) {
  background-color: #b53333;
  height: 155px;
}

@media only screen and (max-width: 1600px) and (min-width: 1000px) {
  .sub-menu__list li:nth-of-type(1) {
    flex-direction: column;
    gap: 10px;
  }
  .dots::before {
    display: none;
  }
  .dots::after {
    display: none;
  }
}
.button {
  padding: 20px;
  background-color: #B53333;
  color: white;
  font-size: 22px;
  font-weight: bold;
  display: block;
    text-align: center;
    margin-top: 20px;
}

.nine-one-one {
  color: #b53333;
}
.nine-one-one span {
  color: #1d68b7;
}

.mark {
  display: flex;
  justify-content: space-around;
}
.mark__container {
  width: 49%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 0;
}
.mark h2 {
  margin-top: 40px;
  text-align: center;
  font-size: 2.0625rem;
  color: #b53333;
  margin-bottom: 15px;
  font-weight: 700;
}
.mark span {
  color: #1d68b7;
}
.mark__top-content {
  background-color: #1d68b7;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  color: #fff;
  padding: 10px 0 20px 0;
  text-align: center;
}
.mark__top-content h5 {
  font-size: 1.875rem;
  font-weight: 400;
}
.mark__top-content h5 b {
  font-size: 2.25rem;
  font-weight: 700;
}
.mark__top-content .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  font-size: 1.25rem;
}
.mark__bottom-content {
  position: relative;
  background-color: #e9f2f8;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 20px 70px 20px 320px;
  font-size: 1.375rem;
  overflow: hidden;
}
.mark__bottom-content::before {
  content: "";
  display: inline-block;
  width: 19.5625rem;
  height: 23rem;
  background: url(../img/Mark-Mosley.png) center/contain no-repeat;
  position: absolute;
  left: -30px;
  bottom: 0;
}
.mark__bottom-content {
  flex-grow: 1;
}
@media (max-width: 768px) {
  .mark {
    flex-direction: column;
    width: 100%;
  }
  .mark__container {
    width: 95%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px;
  }
  .mark__container {
    padding: 40px 0;
  }
  .mark__top-content {
    padding: 10px 0 20px 20px;
  }
  .mark__top-content .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
  }
  .mark__bottom-content,
  .mark__bottom-content {
    padding: 20px 10px 20px 170px;
    font-size: 1rem;
  }
  .mark__bottom-content::before {
    width: 15.625rem;
    height: 18.75rem;
  }
}
@media (min-width: 2000px) {
  .mark__bottom-content {
    padding: 70px 70px 70px 320px;
  }
}