/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html {
  height: 100%;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, .team-members .team-member .name, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

.nowrap {
  color: inherit;
  font-size: 1em;
  font-family: inherit;
  font-weight: inherit;
  white-space: nowrap;
}

.responsive-table {
  max-width: 100%;
  overflow-x: scroll;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
*:active, *:focus {
  outline: none;
}

a {
  color: inherit;
  font-size: 1em;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.clr-1 {
  color: #30349B !important;
}

.clr-2 {
  color: #4CBBA7 !important;
}

.bold {
  font-weight: bold;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
}

[class*=hint--]:after, [class*=hint--]:before {
  position: absolute;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[class*=hint--]:hover:after, [class*=hint--]:hover:before {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: 0 0;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: #fff;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
          box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:after, [aria-label=""]:before, [data-hint=""]:after, [data-hint=""]:before {
  display: none !important;
}

.hint--top-left:before, .hint--top-right:before, .hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--top:after, .hint--top:before {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--top:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top:hover:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--bottom:after, .hint--bottom:before {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom:after {
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--right:before {
  border-right-color: #383838;
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:after, .hint--right:before {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:after, .hint--right:hover:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--left:before {
  border-left-color: #383838;
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:after, .hint--left:before {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:after, .hint--left:hover:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--top-left:after, .hint--top-left:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--top-left:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--top-right:after, .hint--top-right:before {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  margin-bottom: -11px;
  left: calc(50% - 6px);
}

.hint--top-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--top-right:hover:after, .hint--top-right:hover:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--bottom-left:after, .hint--bottom-left:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--bottom-right:after, .hint--bottom-right:before {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  margin-top: -11px;
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-left: -12px;
}

.hint--bottom-right:hover:after, .hint--bottom-right:hover:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--large:after, .hint--medium:after, .hint--small:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0 #592726;
}

.hint--error.hint--top-left:before, .hint--error.hint--top-right:before, .hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before, .hint--error.hint--bottom-right:before, .hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0 #6c5328;
}

.hint--warning.hint--top-left:before, .hint--warning.hint--top-right:before, .hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before, .hint--warning.hint--bottom-right:before, .hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0 #1a3c4d;
}

.hint--info.hint--top-left:before, .hint--info.hint--top-right:before, .hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before, .hint--info.hint--bottom-right:before, .hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0 #1a321a;
}

.hint--success.hint--top-left:before, .hint--success.hint--top-right:before, .hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before, .hint--success.hint--bottom-right:before, .hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  -webkit-transform: translateX(-50%) translateY(-8px);
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  -webkit-transform: translateX(-100%) translateY(-8px);
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:after, .hint--always.hint--top-right:before {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  -webkit-transform: translateX(-50%) translateY(8px);
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  -webkit-transform: translateX(-100%) translateY(8px);
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:after, .hint--always.hint--bottom-right:before {
  -webkit-transform: translateY(8px);
  transform: translateY(8px);
}

.hint--always.hint--left:after, .hint--always.hint--left:before {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px);
}

.hint--always.hint--right:after, .hint--always.hint--right:before {
  -webkit-transform: translateX(8px);
  transform: translateX(8px);
}

.hint--rounded:after {
  border-radius: 4px;
}

.hint--no-animate:after, .hint--no-animate:before {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.hint--bounce:after, .hint--bounce:before {
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24), -webkit-transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.clear {
  clear: both;
}

.clearfix:before, .testimonial-section .bottom:before, ol#breadcrumbs:before,
ol#breadcrumbs-mob:before,
.clearfix:after,
.testimonial-section .bottom:after,
ol#breadcrumbs:after,
ol#breadcrumbs-mob:after {
  content: " ";
  display: table;
  width: 0;
  height: 0;
}

.clearfix:after, .testimonial-section .bottom:after, ol#breadcrumbs:after,
ol#breadcrumbs-mob:after,
.row:after,
.container:after {
  clear: both;
}

.clearfix, .testimonial-section .bottom, ol#breadcrumbs,
ol#breadcrumbs-mob,
.row,
.container {
  *zoom: 1; /* ie6/7 only */
}

.v-cloak {
  display: none !important;
}

.hidden-dev {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 1360px) {
  .hidden-dev {
    display: none;
  }
}

.hidden-mob {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 767px) {
  .hidden-mob {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.hidden-port {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
@media (max-width: 479px) {
  .hidden-port {
    display: none;
  }
}

.fixed-bg {
  background-attachment: fixed;
  height: 100vh;
  width: 100%;
}

.incomplete {
  background-color: yellow;
  color: #222;
}

img {
  height: auto;
  max-width: 100%;
}
@media (max-width: 767px) {
  img {
    height: auto;
  }
}

img[align=left],
img[style*="float: left"],
img[style*="float:left"] {
  margin: 5px 40px 30px 0px;
}
@media (max-width: 767px) {
  img[align=left],
  img[style*="float: left"],
  img[style*="float:left"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

img[align=right],
img[style*="float: right"],
img[style*="float:right"] {
  margin: 5px 0px 30px 40px;
}
@media (max-width: 767px) {
  img[align=right],
  img[style*="float: right"],
  img[style*="float:right"] {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }
}

.small {
  font-size: 0.7em;
  font-family: inherit;
}
.small .clr1 {
  color: #30349B;
  display: inline-block;
  margin-bottom: 15px;
}

.disabled {
  opacity: 0.4;
}
.disabled input,
.disabled .btn,
.disabled i,
.disabled select {
  cursor: not-allowed;
}

.responsive-embed {
  overflow: hidden;
  position: relative;
  margin: 40px auto 50px;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .responsive-embed {
    margin: 30px auto;
  }
}
.responsive-embed:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.letterbox .responsive-embed:after {
  padding-bottom: 30%;
}

.circle-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.circle-image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}

/* COOKIE BAR */
.cookie-bar-overlay {
  background: rgba(48, 52, 155, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999999998;
}
.cookie-bar-overlay .cookie-bar {
  background: #fff;
  max-width: 550px;
  padding: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  z-index: 999999999999;
}
@media (max-width: 767px) {
  .cookie-bar-overlay .cookie-bar {
    margin: 0;
    max-width: 96vw;
  }
}
.cookie-bar-overlay .cookie-bar .top {
  text-align: center;
}
.cookie-bar-overlay .cookie-bar .top img {
  margin: 0 0 10px 0;
  width: 200px;
}
.cookie-bar-overlay .cookie-bar .top p {
  color: #30349B;
}
.cookie-bar-overlay .cookie-bar .bottom {
  margin: 30px 0 0;
  text-align: center;
}

.cookies-button {
  background: #30349B;
  border-top-right-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 5px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  text-transform: uppercase;
  z-index: 99;
}

/* BACKGROUND IMAGE DIV */
.img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  width: 100%;
}
.img.contain {
  background-size: contain;
}
.img:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 80%;
}
.img.letterbox:after {
  padding-bottom: 30%;
}
.img[class*="16-9"]:after {
  padding-bottom: 56.25%;
}
.img[class*="4-3"]:after {
  padding-bottom: 70%;
}
.img[class*="1-1"]:after, .img.square:after {
  padding-bottom: 100%;
}
.img.circle {
  border-radius: 50%;
  overflow: hidden;
}
.img.circle:after {
  padding-bottom: 100%;
}
.img.portrait:after {
  padding-bottom: 120%;
}
.img.letterbox {
  background-position: top -50px center;
}
.img.letterbox:after {
  padding-bottom: 29%;
}

/* LOADING */
.overlay {
  background: rgba(244, 244, 244, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.overlay .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

ol#breadcrumbs,
ol#breadcrumbs-mob {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  list-style: none;
  white-space: nowrap;
}
@media (max-width: 1360px) {
  ol#breadcrumbs,
  ol#breadcrumbs-mob {
    display: none;
    white-space: normal;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs,
  ol#breadcrumbs-mob {
    margin-top: 10px;
    margin-bottom: 3px;
  }
}
ol#breadcrumbs li,
ol#breadcrumbs-mob li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  ol#breadcrumbs li,
  ol#breadcrumbs-mob li {
    float: none;
    display: inline-block;
    line-height: 1;
  }
}
ol#breadcrumbs li:before,
ol#breadcrumbs-mob li:before {
  display: none;
}
ol#breadcrumbs li a,
ol#breadcrumbs-mob li a {
  color: #fff;
  font-size: 19px;
  font-weight: 400 !important;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  text-transform: uppercase;
}
@media (max-width: 991px) {
  ol#breadcrumbs li a,
  ol#breadcrumbs-mob li a {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  ol#breadcrumbs li a,
  ol#breadcrumbs-mob li a {
    font-size: 16px;
  }
}
ol#breadcrumbs li a *,
ol#breadcrumbs-mob li a * {
  color: inherit;
  font-family: inherit;
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
}
ol#breadcrumbs li a:hover,
ol#breadcrumbs-mob li a:hover {
  opacity: 0.6 !important;
  text-decoration: none;
}
ol#breadcrumbs li a img,
ol#breadcrumbs-mob li a img {
  height: 15.19px;
  position: relative;
  top: 2px;
  width: 18px;
}
ol#breadcrumbs li.separator,
ol#breadcrumbs-mob li.separator {
  color: #fff;
  display: inline-block;
  font-size: 1em;
  padding: 0 4px;
  opacity: 0.8;
}
ol#breadcrumbs li:last-of-type a,
ol#breadcrumbs-mob li:last-of-type a {
  color: #fff;
}
ol#breadcrumbs li:last-of-type a:hover,
ol#breadcrumbs-mob li:last-of-type a:hover {
  cursor: default;
  opacity: 1 !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -20px;
}
@media (max-width: 600px) {
  .flex {
    margin-right: 10px;
  }
}
.flex > .cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 20px;
}
.flex > .cell.min {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
}
.flex > .cell.min-10 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10px;
          flex: 1 0 10px;
}
@media (max-width: 10px) {
  .flex > .cell.min-10 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-20 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20px;
          flex: 1 0 20px;
}
@media (max-width: 20px) {
  .flex > .cell.min-20 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-30 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 30px;
          flex: 1 0 30px;
}
@media (max-width: 30px) {
  .flex > .cell.min-30 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-40 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 40px;
          flex: 1 0 40px;
}
@media (max-width: 40px) {
  .flex > .cell.min-40 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-50 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50px;
          flex: 1 0 50px;
}
@media (max-width: 50px) {
  .flex > .cell.min-50 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-60 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 60px;
          flex: 1 0 60px;
}
@media (max-width: 60px) {
  .flex > .cell.min-60 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-70 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 70px;
          flex: 1 0 70px;
}
@media (max-width: 70px) {
  .flex > .cell.min-70 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-80 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80px;
          flex: 1 0 80px;
}
@media (max-width: 80px) {
  .flex > .cell.min-80 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-90 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 90px;
          flex: 1 0 90px;
}
@media (max-width: 90px) {
  .flex > .cell.min-90 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-100 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100px;
          flex: 1 0 100px;
}
@media (max-width: 100px) {
  .flex > .cell.min-100 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-110 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 110px;
          flex: 1 0 110px;
}
@media (max-width: 110px) {
  .flex > .cell.min-110 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-120 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 120px;
          flex: 1 0 120px;
}
@media (max-width: 120px) {
  .flex > .cell.min-120 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-130 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 130px;
          flex: 1 0 130px;
}
@media (max-width: 130px) {
  .flex > .cell.min-130 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-140 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 140px;
          flex: 1 0 140px;
}
@media (max-width: 140px) {
  .flex > .cell.min-140 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-150 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 150px;
          flex: 1 0 150px;
}
@media (max-width: 150px) {
  .flex > .cell.min-150 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-160 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 160px;
          flex: 1 0 160px;
}
@media (max-width: 160px) {
  .flex > .cell.min-160 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-170 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 170px;
          flex: 1 0 170px;
}
@media (max-width: 170px) {
  .flex > .cell.min-170 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-180 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 180px;
          flex: 1 0 180px;
}
@media (max-width: 180px) {
  .flex > .cell.min-180 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-190 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 190px;
          flex: 1 0 190px;
}
@media (max-width: 190px) {
  .flex > .cell.min-190 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-200 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 200px;
          flex: 1 0 200px;
}
@media (max-width: 200px) {
  .flex > .cell.min-200 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-210 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 210px;
          flex: 1 0 210px;
}
@media (max-width: 210px) {
  .flex > .cell.min-210 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-220 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 220px;
          flex: 1 0 220px;
}
@media (max-width: 220px) {
  .flex > .cell.min-220 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-230 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 230px;
          flex: 1 0 230px;
}
@media (max-width: 230px) {
  .flex > .cell.min-230 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-240 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 240px;
          flex: 1 0 240px;
}
@media (max-width: 240px) {
  .flex > .cell.min-240 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-250 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 250px;
          flex: 1 0 250px;
}
@media (max-width: 250px) {
  .flex > .cell.min-250 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-260 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 260px;
          flex: 1 0 260px;
}
@media (max-width: 260px) {
  .flex > .cell.min-260 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-270 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 270px;
          flex: 1 0 270px;
}
@media (max-width: 270px) {
  .flex > .cell.min-270 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-280 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 280px;
          flex: 1 0 280px;
}
@media (max-width: 280px) {
  .flex > .cell.min-280 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-290 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 290px;
          flex: 1 0 290px;
}
@media (max-width: 290px) {
  .flex > .cell.min-290 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-300 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
}
@media (max-width: 300px) {
  .flex > .cell.min-300 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-310 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 310px;
          flex: 1 0 310px;
}
@media (max-width: 310px) {
  .flex > .cell.min-310 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-320 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 320px;
          flex: 1 0 320px;
}
@media (max-width: 320px) {
  .flex > .cell.min-320 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-330 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 330px;
          flex: 1 0 330px;
}
@media (max-width: 330px) {
  .flex > .cell.min-330 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-340 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 340px;
          flex: 1 0 340px;
}
@media (max-width: 340px) {
  .flex > .cell.min-340 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-350 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 350px;
          flex: 1 0 350px;
}
@media (max-width: 350px) {
  .flex > .cell.min-350 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-360 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 360px;
          flex: 1 0 360px;
}
@media (max-width: 360px) {
  .flex > .cell.min-360 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-370 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 370px;
          flex: 1 0 370px;
}
@media (max-width: 370px) {
  .flex > .cell.min-370 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-380 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 380px;
          flex: 1 0 380px;
}
@media (max-width: 380px) {
  .flex > .cell.min-380 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-390 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 390px;
          flex: 1 0 390px;
}
@media (max-width: 390px) {
  .flex > .cell.min-390 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-400 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 400px;
          flex: 1 0 400px;
}
@media (max-width: 400px) {
  .flex > .cell.min-400 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-410 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 410px;
          flex: 1 0 410px;
}
@media (max-width: 410px) {
  .flex > .cell.min-410 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-420 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 420px;
          flex: 1 0 420px;
}
@media (max-width: 420px) {
  .flex > .cell.min-420 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-430 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 430px;
          flex: 1 0 430px;
}
@media (max-width: 430px) {
  .flex > .cell.min-430 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-440 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 440px;
          flex: 1 0 440px;
}
@media (max-width: 440px) {
  .flex > .cell.min-440 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-450 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 450px;
          flex: 1 0 450px;
}
@media (max-width: 450px) {
  .flex > .cell.min-450 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-460 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 460px;
          flex: 1 0 460px;
}
@media (max-width: 460px) {
  .flex > .cell.min-460 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-470 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 470px;
          flex: 1 0 470px;
}
@media (max-width: 470px) {
  .flex > .cell.min-470 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-480 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 480px;
          flex: 1 0 480px;
}
@media (max-width: 480px) {
  .flex > .cell.min-480 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-490 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 490px;
          flex: 1 0 490px;
}
@media (max-width: 490px) {
  .flex > .cell.min-490 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-500 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 500px;
          flex: 1 0 500px;
}
@media (max-width: 500px) {
  .flex > .cell.min-500 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-510 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 510px;
          flex: 1 0 510px;
}
@media (max-width: 510px) {
  .flex > .cell.min-510 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-520 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 520px;
          flex: 1 0 520px;
}
@media (max-width: 520px) {
  .flex > .cell.min-520 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-530 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 530px;
          flex: 1 0 530px;
}
@media (max-width: 530px) {
  .flex > .cell.min-530 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-540 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 540px;
          flex: 1 0 540px;
}
@media (max-width: 540px) {
  .flex > .cell.min-540 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-550 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 550px;
          flex: 1 0 550px;
}
@media (max-width: 550px) {
  .flex > .cell.min-550 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-560 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 560px;
          flex: 1 0 560px;
}
@media (max-width: 560px) {
  .flex > .cell.min-560 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-570 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 570px;
          flex: 1 0 570px;
}
@media (max-width: 570px) {
  .flex > .cell.min-570 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-580 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 580px;
          flex: 1 0 580px;
}
@media (max-width: 580px) {
  .flex > .cell.min-580 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-590 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 590px;
          flex: 1 0 590px;
}
@media (max-width: 590px) {
  .flex > .cell.min-590 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-600 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 600px;
          flex: 1 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.min-600 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-610 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 610px;
          flex: 1 0 610px;
}
@media (max-width: 610px) {
  .flex > .cell.min-610 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-620 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 620px;
          flex: 1 0 620px;
}
@media (max-width: 620px) {
  .flex > .cell.min-620 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-630 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 630px;
          flex: 1 0 630px;
}
@media (max-width: 630px) {
  .flex > .cell.min-630 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-640 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 640px;
          flex: 1 0 640px;
}
@media (max-width: 640px) {
  .flex > .cell.min-640 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-650 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 650px;
          flex: 1 0 650px;
}
@media (max-width: 650px) {
  .flex > .cell.min-650 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-660 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 660px;
          flex: 1 0 660px;
}
@media (max-width: 660px) {
  .flex > .cell.min-660 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-670 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 670px;
          flex: 1 0 670px;
}
@media (max-width: 670px) {
  .flex > .cell.min-670 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-680 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 680px;
          flex: 1 0 680px;
}
@media (max-width: 680px) {
  .flex > .cell.min-680 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-690 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 690px;
          flex: 1 0 690px;
}
@media (max-width: 690px) {
  .flex > .cell.min-690 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-700 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 700px;
          flex: 1 0 700px;
}
@media (max-width: 700px) {
  .flex > .cell.min-700 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-710 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 710px;
          flex: 1 0 710px;
}
@media (max-width: 710px) {
  .flex > .cell.min-710 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-720 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 720px;
          flex: 1 0 720px;
}
@media (max-width: 720px) {
  .flex > .cell.min-720 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-730 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 730px;
          flex: 1 0 730px;
}
@media (max-width: 730px) {
  .flex > .cell.min-730 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-740 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 740px;
          flex: 1 0 740px;
}
@media (max-width: 740px) {
  .flex > .cell.min-740 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-750 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 750px;
          flex: 1 0 750px;
}
@media (max-width: 750px) {
  .flex > .cell.min-750 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-760 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 760px;
          flex: 1 0 760px;
}
@media (max-width: 760px) {
  .flex > .cell.min-760 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-770 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 770px;
          flex: 1 0 770px;
}
@media (max-width: 770px) {
  .flex > .cell.min-770 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-780 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 780px;
          flex: 1 0 780px;
}
@media (max-width: 780px) {
  .flex > .cell.min-780 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-790 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 790px;
          flex: 1 0 790px;
}
@media (max-width: 790px) {
  .flex > .cell.min-790 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.min-800 {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 800px;
          flex: 1 0 800px;
}
@media (max-width: 800px) {
  .flex > .cell.min-800 {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}
.flex > .cell.fixed-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-10 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-20 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-20 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-30 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-30 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-40 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-40 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-50 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-60 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-60 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-70 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-70 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-80 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-80 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-90 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-90 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-100 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-110 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-110 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-120 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-120 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-130 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-130 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-140 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-140 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-150 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-150 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-160 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-160 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-170 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-170 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-180 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 180px;
          flex: 0 0 180px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-180 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-190 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-190 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-200 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-200 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-210 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 210px;
          flex: 0 0 210px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-210 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-220 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 220px;
          flex: 0 0 220px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-220 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-230 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 230px;
          flex: 0 0 230px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-230 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-240 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 240px;
          flex: 0 0 240px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-240 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-250 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 250px;
          flex: 0 0 250px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-250 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-260 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 260px;
          flex: 0 0 260px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-260 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-270 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-270 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-280 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 280px;
          flex: 0 0 280px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-280 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-290 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 290px;
          flex: 0 0 290px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-290 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-300 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-300 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-310 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 310px;
          flex: 0 0 310px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-310 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-320 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-320 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-330 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 330px;
          flex: 0 0 330px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-330 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-340 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 340px;
          flex: 0 0 340px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-340 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-350 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-350 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-360 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 360px;
          flex: 0 0 360px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-360 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-370 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 370px;
          flex: 0 0 370px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-370 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-380 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-380 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-390 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 390px;
          flex: 0 0 390px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-390 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-400 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-400 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-410 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-410 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-420 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 420px;
          flex: 0 0 420px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-420 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-430 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-430 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-440 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 440px;
          flex: 0 0 440px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-440 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-450 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 450px;
          flex: 0 0 450px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-450 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-460 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-460 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-470 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 470px;
          flex: 0 0 470px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-470 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-480 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-480 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-490 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 490px;
          flex: 0 0 490px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-490 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-500 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-500 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-510 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 510px;
          flex: 0 0 510px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-510 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-520 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 520px;
          flex: 0 0 520px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-520 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-530 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 530px;
          flex: 0 0 530px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-530 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-540 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 540px;
          flex: 0 0 540px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-540 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-550 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 550px;
          flex: 0 0 550px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-550 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-560 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-560 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-570 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 570px;
          flex: 0 0 570px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-570 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-580 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 580px;
          flex: 0 0 580px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-580 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-590 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 590px;
          flex: 0 0 590px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-590 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-600 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 600px;
          flex: 0 0 600px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-600 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-610 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 610px;
          flex: 0 0 610px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-610 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-620 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 620px;
          flex: 0 0 620px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-620 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-630 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 630px;
          flex: 0 0 630px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-630 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-640 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 640px;
          flex: 0 0 640px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-640 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-650 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 650px;
          flex: 0 0 650px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-650 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-660 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 660px;
          flex: 0 0 660px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-660 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-670 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 670px;
          flex: 0 0 670px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-670 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-680 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 680px;
          flex: 0 0 680px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-680 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-690 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 690px;
          flex: 0 0 690px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-690 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.fixed-700 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 700px;
          flex: 0 0 700px;
}
@media (max-width: 600px) {
  .flex > .cell.fixed-700 {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 0 200px !important;
            flex: 1 0 200px !important;
  }
}
.flex > .cell.no-wrap {
  white-space: nowrap;
}
.flex > .cell.no-wrap * {
  white-space: nowrap;
}
.flex > .cell.block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.flex.gap-0 {
  margin-right: -0px;
}
.flex.gap-0 > .cell {
  margin-right: 0px;
}
@media (max-width: 600px) {
  .flex.gap-0 {
    margin-right: 0;
  }
  .flex.gap-0 > .cell {
    margin-right: 0;
  }
}
.flex.gap-10 {
  margin-right: -10px;
}
.flex.gap-10 > .cell {
  margin-right: 10px;
}
@media (max-width: 600px) {
  .flex.gap-10 {
    margin-right: 0;
  }
  .flex.gap-10 > .cell {
    margin-right: 0;
  }
}
.flex.gap-20 {
  margin-right: -20px;
}
.flex.gap-20 > .cell {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .flex.gap-20 {
    margin-right: 0;
  }
  .flex.gap-20 > .cell {
    margin-right: 0;
  }
}
.flex.gap-30 {
  margin-right: -30px;
}
.flex.gap-30 > .cell {
  margin-right: 30px;
}
@media (max-width: 600px) {
  .flex.gap-30 {
    margin-right: 0;
  }
  .flex.gap-30 > .cell {
    margin-right: 0;
  }
}
.flex.gap-40 {
  margin-right: -40px;
}
.flex.gap-40 > .cell {
  margin-right: 40px;
}
@media (max-width: 600px) {
  .flex.gap-40 {
    margin-right: 0;
  }
  .flex.gap-40 > .cell {
    margin-right: 0;
  }
}
.flex.gap-50 {
  margin-right: -50px;
}
.flex.gap-50 > .cell {
  margin-right: 50px;
}
@media (max-width: 600px) {
  .flex.gap-50 {
    margin-right: 0;
  }
  .flex.gap-50 > .cell {
    margin-right: 0;
  }
}
.flex.gap-60 {
  margin-right: -60px;
}
.flex.gap-60 > .cell {
  margin-right: 60px;
}
@media (max-width: 600px) {
  .flex.gap-60 {
    margin-right: 0;
  }
  .flex.gap-60 > .cell {
    margin-right: 0;
  }
}
.flex.gap-70 {
  margin-right: -70px;
}
.flex.gap-70 > .cell {
  margin-right: 70px;
}
@media (max-width: 600px) {
  .flex.gap-70 {
    margin-right: 0;
  }
  .flex.gap-70 > .cell {
    margin-right: 0;
  }
}
.flex.gap-80 {
  margin-right: -80px;
}
.flex.gap-80 > .cell {
  margin-right: 80px;
}
@media (max-width: 600px) {
  .flex.gap-80 {
    margin-right: 0;
  }
  .flex.gap-80 > .cell {
    margin-right: 0;
  }
}
.flex.gap-90 {
  margin-right: -90px;
}
.flex.gap-90 > .cell {
  margin-right: 90px;
}
@media (max-width: 600px) {
  .flex.gap-90 {
    margin-right: 0;
  }
  .flex.gap-90 > .cell {
    margin-right: 0;
  }
}
.flex.gap-100 {
  margin-right: -100px;
}
.flex.gap-100 > .cell {
  margin-right: 100px;
}
@media (max-width: 600px) {
  .flex.gap-100 {
    margin-right: 0;
  }
  .flex.gap-100 > .cell {
    margin-right: 0;
  }
}
.flex.gap-110 {
  margin-right: -110px;
}
.flex.gap-110 > .cell {
  margin-right: 110px;
}
@media (max-width: 600px) {
  .flex.gap-110 {
    margin-right: 0;
  }
  .flex.gap-110 > .cell {
    margin-right: 0;
  }
}
.flex.gap-120 {
  margin-right: -120px;
}
.flex.gap-120 > .cell {
  margin-right: 120px;
}
@media (max-width: 600px) {
  .flex.gap-120 {
    margin-right: 0;
  }
  .flex.gap-120 > .cell {
    margin-right: 0;
  }
}
.flex.gap-130 {
  margin-right: -130px;
}
.flex.gap-130 > .cell {
  margin-right: 130px;
}
@media (max-width: 600px) {
  .flex.gap-130 {
    margin-right: 0;
  }
  .flex.gap-130 > .cell {
    margin-right: 0;
  }
}
.flex.vgap-0 {
  margin-top: -0px;
}
.flex.vgap-0 > .cell {
  margin-top: 0px;
}
.flex.vgap-5 {
  margin-top: -5px;
}
.flex.vgap-5 > .cell {
  margin-top: 5px;
}
.flex.vgap-10 {
  margin-top: -10px;
}
.flex.vgap-10 > .cell {
  margin-top: 10px;
}
.flex.vgap-15 {
  margin-top: -15px;
}
.flex.vgap-15 > .cell {
  margin-top: 15px;
}
.flex.vgap-20 {
  margin-top: -20px;
}
.flex.vgap-20 > .cell {
  margin-top: 20px;
}
.flex.vgap-25 {
  margin-top: -25px;
}
.flex.vgap-25 > .cell {
  margin-top: 25px;
}
.flex.vgap-30 {
  margin-top: -30px;
}
.flex.vgap-30 > .cell {
  margin-top: 30px;
}
.flex.vgap-35 {
  margin-top: -35px;
}
.flex.vgap-35 > .cell {
  margin-top: 35px;
}
.flex.vgap-40 {
  margin-top: -40px;
}
.flex.vgap-40 > .cell {
  margin-top: 40px;
}
.flex.vgap-45 {
  margin-top: -45px;
}
.flex.vgap-45 > .cell {
  margin-top: 45px;
}
.flex.vgap-50 {
  margin-top: -50px;
}
.flex.vgap-50 > .cell {
  margin-top: 50px;
}
.flex.vgap-55 {
  margin-top: -55px;
}
.flex.vgap-55 > .cell {
  margin-top: 55px;
}
.flex.vgap-60 {
  margin-top: -60px;
}
.flex.vgap-60 > .cell {
  margin-top: 60px;
}
.flex.vgap-65 {
  margin-top: -65px;
}
.flex.vgap-65 > .cell {
  margin-top: 65px;
}
.flex.vgap-70 {
  margin-top: -70px;
}
.flex.vgap-70 > .cell {
  margin-top: 70px;
}
.flex.vgap-75 {
  margin-top: -75px;
}
.flex.vgap-75 > .cell {
  margin-top: 75px;
}
.flex.vgap-80 {
  margin-top: -80px;
}
.flex.vgap-80 > .cell {
  margin-top: 80px;
}
.flex.vgap-85 {
  margin-top: -85px;
}
.flex.vgap-85 > .cell {
  margin-top: 85px;
}
.flex.vgap-90 {
  margin-top: -90px;
}
.flex.vgap-90 > .cell {
  margin-top: 90px;
}
.flex.vgap-95 {
  margin-top: -95px;
}
.flex.vgap-95 > .cell {
  margin-top: 95px;
}
.flex.vgap-100 {
  margin-top: -100px;
}
.flex.vgap-100 > .cell {
  margin-top: 100px;
}
.flex.vgap-105 {
  margin-top: -105px;
}
.flex.vgap-105 > .cell {
  margin-top: 105px;
}
.flex.vgap-110 {
  margin-top: -110px;
}
.flex.vgap-110 > .cell {
  margin-top: 110px;
}
.flex.vgap-115 {
  margin-top: -115px;
}
.flex.vgap-115 > .cell {
  margin-top: 115px;
}
.flex.vgap-120 {
  margin-top: -120px;
}
.flex.vgap-120 > .cell {
  margin-top: 120px;
}
.flex.vgap-125 {
  margin-top: -125px;
}
.flex.vgap-125 > .cell {
  margin-top: 125px;
}
.flex.vgap-130 {
  margin-top: -130px;
}
.flex.vgap-130 > .cell {
  margin-top: 130px;
}
.flex.inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 600px) {
  .flex.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 600px) {
  .flex.inline > .cell {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.flex.middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .flex .cell {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
            flex: 0 0 100% !important;
  }
}

.box {
  background: #4CBBA7;
  border-radius: 25px;
  padding: 20px 33px 30px;
}
@media (max-width: 767px) {
  .box {
    border-radius: 10px;
    padding: 15px 24px 20px;
  }
}
.box ul {
  margin: 20px 0;
}
.box.light-purple {
  background: #ddf;
}
.box.light-purple h2 {
  color: #30349B;
  font-size: 28px;
}
@media (max-width: 1100px) {
  .box.light-purple h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .box.light-purple h2 {
    font-size: 22px;
  }
}
.box.grey {
  background: #f4f4f4;
}
.box.slim {
  border-radius: 10px;
  margin: 0 0 30px;
  padding: 15px 20px;
}

.aa-top-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin: -200px auto 100px;
  padding: 30px 40px;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 767px) {
  .aa-top-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: -100px auto 50px;
    padding: 20px 30px;
  }
}
.aa-top-cta p {
  font-size: 31px;
  line-height: 1.2;
  margin: 0;
}

.floating-aa-cta {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4CBBA7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 10px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 98;
}
@media (max-width: 767px) {
  .floating-aa-cta {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .floating-aa-cta * {
    text-align: center;
  }
}
.floating-aa-cta p {
  color: #fff;
  font-size: 31px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.1;
  margin: 0;
  text-align: left;
  max-width: 300px;
}
@media (max-width: 767px) {
  .floating-aa-cta p {
    font-size: 24px;
    text-align: center;
    max-width: 100%;
  }
}
.floating-aa-cta .btn {
  background: rgba(0, 0, 0, 0.4) !important;
  color: #fff;
}
.floating-aa-cta .btn:hover, .floating-aa-cta .btn:focus {
  background: rgba(0, 0, 0, 0.6) !important;
  color: #fff;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}

thead {
  background-color: #f8f9fa;
}

th {
  background-color: #4A5568;
  color: white;
  font-weight: 600;
  text-align: left;
  padding: 12px 15px;
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.5px;
}

td {
  padding: 10px 15px;
  border-bottom: 1px solid #e2e8f0;
}

tbody tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

tbody tr:nth-child(even) {
  background-color: #f8fafc;
}

tbody tr:hover {
  background-color: #edf2f7;
}

tbody tr:last-child td {
  border-bottom: none;
}

@media (max-width: 768px) {
  table {
    display: block;
    overflow-x: auto;
  }
  th, td {
    white-space: nowrap;
  }
}
body {
  color: #30349B;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}

body * {
  color: #30349B;
  font-size: 1em;
  font-family: inherit;
  font-weight: 400;
  line-height: 1.5;
}

strong {
  font-weight: 700;
  color: inherit;
  text-transform: inherit;
}

span {
  color: inherit;
  font-size: 1em;
  font-weight: inherit;
}

em {
  font-style: italic;
}

h1 {
  color: #30349B;
  font-size: 52px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
}
@media (max-width: 1500px) {
  h1 {
    font-size: 45px;
  }
}
@media (max-width: 1100px) {
  h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 33px;
  }
}

h2 {
  color: #4CBBA7;
  font-size: 32px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
@media (max-width: 1500px) {
  h2 {
    font-size: 26px;
  }
}
@media (max-width: 1100px) {
  h2 {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 22px;
  }
}

h2:first-child {
  margin-top: 0;
}

.homepage h1 + h2 {
  margin-top: -25px;
}

h3, .team-members .team-member .name {
  color: #4CBBA7;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 15px;
}
@media (max-width: 1500px) {
  h3, .team-members .team-member .name {
    font-size: 22px;
  }
}
@media (max-width: 1100px) {
  h3, .team-members .team-member .name {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3, .team-members .team-member .name {
    font-size: 18px;
  }
}

.page-contact h2 {
  margin-top: 30px;
}
.page-contact h2 + h3, .page-contact .team-members .team-member h2 + .name, .team-members .team-member .page-contact h2 + .name {
  margin-top: -10px;
}

h4,
h5,
h6 {
  color: #30349B;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 40px;
  margin-bottom: 10px;
}

p + h2, p + h3, .team-members .team-member p + .name, p + h4 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  p + h2, p + h3, .team-members .team-member p + .name, p + h4 {
    margin-top: 30px;
  }
}

p {
  margin: 0 0 1em;
}
p.small {
  font-size: 14px;
  line-height: 18px;
}

p:last-child {
  margin-bottom: 0;
}

blockquote p {
  clear: none;
  color: #000;
  font-weight: 700;
  margin-bottom: 30px;
}
blockquote p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  blockquote p:last-child {
    margin-bottom: 20px;
  }
}

a {
  color: #30349B;
  font-weight: 800;
  text-decoration: none;
}
a[href^=tel] {
  white-space: nowrap;
}
a:hover {
  text-decoration: underline;
}

hr,
.hr {
  border: none;
  border-top: 1px solid #ddd;
  clear: both;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  hr,
  .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
hr.m10,
.hr.m10 {
  margin-top: 10px;
  margin-bottom: 10px;
}
hr.m20,
.hr.m20 {
  margin-top: 20px;
  margin-bottom: 20px;
}
hr.m30,
.hr.m30 {
  margin-top: 30px;
  margin-bottom: 30px;
}
hr.m40,
.hr.m40 {
  margin-top: 40px;
  margin-bottom: 40px;
}
hr.m50,
.hr.m50 {
  margin-top: 50px;
  margin-bottom: 50px;
}
hr.m60,
.hr.m60 {
  margin-top: 60px;
  margin-bottom: 60px;
}
hr.m70,
.hr.m70 {
  margin-top: 70px;
  margin-bottom: 70px;
}
hr.m80,
.hr.m80 {
  margin-top: 80px;
  margin-bottom: 80px;
}
hr.m90,
.hr.m90 {
  margin-top: 90px;
  margin-bottom: 90px;
}
hr.m100,
.hr.m100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
hr.m110,
.hr.m110 {
  margin-top: 110px;
  margin-bottom: 110px;
}
hr.m120,
.hr.m120 {
  margin-top: 120px;
  margin-bottom: 120px;
}
hr.m130,
.hr.m130 {
  margin-top: 130px;
  margin-bottom: 130px;
}
hr.m140,
.hr.m140 {
  margin-top: 140px;
  margin-bottom: 140px;
}
hr.m150,
.hr.m150 {
  margin-top: 150px;
  margin-bottom: 150px;
}
hr.m160,
.hr.m160 {
  margin-top: 160px;
  margin-bottom: 160px;
}
hr.m170,
.hr.m170 {
  margin-top: 170px;
  margin-bottom: 170px;
}
hr.m180,
.hr.m180 {
  margin-top: 180px;
  margin-bottom: 180px;
}
hr.m190,
.hr.m190 {
  margin-top: 190px;
  margin-bottom: 190px;
}
hr.m200,
.hr.m200 {
  margin-top: 200px;
  margin-bottom: 200px;
}
hr.m210,
.hr.m210 {
  margin-top: 210px;
  margin-bottom: 210px;
}
hr.m220,
.hr.m220 {
  margin-top: 220px;
  margin-bottom: 220px;
}
hr.m230,
.hr.m230 {
  margin-top: 230px;
  margin-bottom: 230px;
}
hr.m240,
.hr.m240 {
  margin-top: 240px;
  margin-bottom: 240px;
}
hr.m250,
.hr.m250 {
  margin-top: 250px;
  margin-bottom: 250px;
}
hr.m260,
.hr.m260 {
  margin-top: 260px;
  margin-bottom: 260px;
}
hr.m270,
.hr.m270 {
  margin-top: 270px;
  margin-bottom: 270px;
}
hr.m280,
.hr.m280 {
  margin-top: 280px;
  margin-bottom: 280px;
}
hr.m290,
.hr.m290 {
  margin-top: 290px;
  margin-bottom: 290px;
}
hr.m300,
.hr.m300 {
  margin-top: 300px;
  margin-bottom: 300px;
}
@media (max-width: 991px) {
  hr.m10,
  .hr.m10 {
    margin-top: 6px;
    margin-bottom: 6px;
  }
  hr.m20,
  .hr.m20 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m30,
  .hr.m30 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
  hr.m40,
  .hr.m40 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m50,
  .hr.m50 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  hr.m60,
  .hr.m60 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m70,
  .hr.m70 {
    margin-top: 42px;
    margin-bottom: 42px;
  }
  hr.m80,
  .hr.m80 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m90,
  .hr.m90 {
    margin-top: 54px;
    margin-bottom: 54px;
  }
  hr.m100,
  .hr.m100 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m110,
  .hr.m110 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  hr.m120,
  .hr.m120 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m130,
  .hr.m130 {
    margin-top: 78px;
    margin-bottom: 78px;
  }
  hr.m140,
  .hr.m140 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m150,
  .hr.m150 {
    margin-top: 90px;
    margin-bottom: 90px;
  }
  hr.m160,
  .hr.m160 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m170,
  .hr.m170 {
    margin-top: 102px;
    margin-bottom: 102px;
  }
  hr.m180,
  .hr.m180 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m190,
  .hr.m190 {
    margin-top: 114px;
    margin-bottom: 114px;
  }
  hr.m200,
  .hr.m200 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
  hr.m210,
  .hr.m210 {
    margin-top: 126px;
    margin-bottom: 126px;
  }
  hr.m220,
  .hr.m220 {
    margin-top: 132px;
    margin-bottom: 132px;
  }
  hr.m230,
  .hr.m230 {
    margin-top: 138px;
    margin-bottom: 138px;
  }
  hr.m240,
  .hr.m240 {
    margin-top: 144px;
    margin-bottom: 144px;
  }
  hr.m250,
  .hr.m250 {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  hr.m260,
  .hr.m260 {
    margin-top: 156px;
    margin-bottom: 156px;
  }
  hr.m270,
  .hr.m270 {
    margin-top: 162px;
    margin-bottom: 162px;
  }
  hr.m280,
  .hr.m280 {
    margin-top: 168px;
    margin-bottom: 168px;
  }
  hr.m290,
  .hr.m290 {
    margin-top: 174px;
    margin-bottom: 174px;
  }
  hr.m300,
  .hr.m300 {
    margin-top: 180px;
    margin-bottom: 180px;
  }
}
@media (max-width: 767px) {
  hr.m10,
  .hr.m10 {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  hr.m20,
  .hr.m20 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  hr.m30,
  .hr.m30 {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  hr.m40,
  .hr.m40 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  hr.m50,
  .hr.m50 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  hr.m60,
  .hr.m60 {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  hr.m70,
  .hr.m70 {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  hr.m80,
  .hr.m80 {
    margin-top: 32px;
    margin-bottom: 32px;
  }
  hr.m90,
  .hr.m90 {
    margin-top: 36px;
    margin-bottom: 36px;
  }
  hr.m100,
  .hr.m100 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  hr.m110,
  .hr.m110 {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  hr.m120,
  .hr.m120 {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  hr.m130,
  .hr.m130 {
    margin-top: 52px;
    margin-bottom: 52px;
  }
  hr.m140,
  .hr.m140 {
    margin-top: 56px;
    margin-bottom: 56px;
  }
  hr.m150,
  .hr.m150 {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  hr.m160,
  .hr.m160 {
    margin-top: 64px;
    margin-bottom: 64px;
  }
  hr.m170,
  .hr.m170 {
    margin-top: 68px;
    margin-bottom: 68px;
  }
  hr.m180,
  .hr.m180 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  hr.m190,
  .hr.m190 {
    margin-top: 76px;
    margin-bottom: 76px;
  }
  hr.m200,
  .hr.m200 {
    margin-top: 80px;
    margin-bottom: 80px;
  }
  hr.m210,
  .hr.m210 {
    margin-top: 84px;
    margin-bottom: 84px;
  }
  hr.m220,
  .hr.m220 {
    margin-top: 88px;
    margin-bottom: 88px;
  }
  hr.m230,
  .hr.m230 {
    margin-top: 92px;
    margin-bottom: 92px;
  }
  hr.m240,
  .hr.m240 {
    margin-top: 96px;
    margin-bottom: 96px;
  }
  hr.m250,
  .hr.m250 {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  hr.m260,
  .hr.m260 {
    margin-top: 104px;
    margin-bottom: 104px;
  }
  hr.m270,
  .hr.m270 {
    margin-top: 108px;
    margin-bottom: 108px;
  }
  hr.m280,
  .hr.m280 {
    margin-top: 112px;
    margin-bottom: 112px;
  }
  hr.m290,
  .hr.m290 {
    margin-top: 116px;
    margin-bottom: 116px;
  }
  hr.m300,
  .hr.m300 {
    margin-top: 120px;
    margin-bottom: 120px;
  }
}

.text-center {
  text-align: center !important;
}
.text-center p,
.text-center h1,
.text-center h2,
.text-center h3,
.text-center .team-members .team-member .name,
.team-members .team-member .text-center .name,
.text-center h4,
.text-center h5,
.text-center h6 {
  text-align: center !important;
}

@media (max-width: 767px) {
  .text-center-mob {
    text-align: center;
  }
}

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

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

.small-print {
  color: #30349B;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  font-weight: normal;
  line-height: 1.4;
}

main ul {
  margin: 20px 0 40px 30px;
}
main ul li {
  list-style: disc outside;
}
main ul li + li {
  margin-top: 15px;
}

ol {
  list-style-type: none;
  counter-reset: item;
  margin: 0 0 30px 40px;
}
ol li + li {
  margin-top: 10px;
}
ol ol li:first-child {
  margin-top: 20px;
}

ol > li {
  display: table;
  counter-increment: item;
}

ol > li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

li ol > li:before {
  content: counters(item, ".") " ";
}

body {
  overflow-x: hidden;
}
@media (max-width: 991px) {
  body {
    padding-top: 60px;
  }
}

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1550px;
  position: relative;
  width: 100%;
}
@media (max-width: 1840px) {
  .container {
    max-width: calc(100% - 160px);
  }
}
.container.two-cols {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 40px;
}
@media (max-width: 767px) {
  .container.two-cols {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: none;
  }
}
.container.mw1700 {
  max-width: 1700px;
}
@media (max-width: 1860px) {
  .container.mw1700 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1500 {
  max-width: 1500px;
}
@media (max-width: 1660px) {
  .container.mw1500 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1400 {
  max-width: 1400px;
}
@media (max-width: 1560px) {
  .container.mw1400 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1300 {
  max-width: 1300px;
}
@media (max-width: 1460px) {
  .container.mw1300 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1200 {
  max-width: 1200px;
}
@media (max-width: 1280px) {
  .container.mw1200 {
    max-width: calc(100% - 160px);
  }
}
.container.mw1050 {
  max-width: 1050px;
}
@media (max-width: 1130px) {
  .container.mw1050 {
    max-width: calc(100% - 160px);
  }
}
.container.mw600 {
  max-width: 600px;
}
@media (max-width: 760px) {
  .container.mw600 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 1650px) {
  .container {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1450px) {
  .container {
    max-width: calc(100% - 90px);
  }
}
.container.mw900 {
  max-width: 900px;
}
@media (max-width: 1060px) {
  .container.mw900 {
    max-width: calc(100% - 160px);
  }
}
.container.mw800 {
  max-width: 800px;
}
@media (max-width: 960px) {
  .container.mw800 {
    max-width: calc(100% - 160px);
  }
}
@media (max-width: 991px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container {
    max-width: calc(100% - 40px) !important;
  }
}

.container-full {
  margin-left: auto;
  margin-right: auto;
  max-width: calc(100% - 160px);
  position: relative;
  width: 100%;
}
@media (max-width: 1650px) {
  .container-full {
    max-width: calc(100% - 120px) !important;
  }
}
@media (max-width: 1450px) {
  .container-full {
    max-width: calc(100% - 90px) !important;
  }
}
@media (max-width: 991px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 767px) {
  .container-full {
    max-width: calc(100% - 60px) !important;
  }
}
@media (max-width: 479px) {
  .container-full {
    max-width: calc(100% - 40px) !important;
  }
}

.page {
  margin: 130px 0;
  min-height: 25vh;
}
@media (max-width: 1360px) {
  .page {
    margin: 90px 0;
  }
}
@media (max-width: 767px) {
  .page {
    margin: 50px 0;
  }
}
@media (max-width: 479px) {
  .page {
    margin: 30px 0 50px;
  }
}
.page .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1360px) {
  .page .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page .inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 100px 0 0;
}
@media (max-width: 1360px) {
  .page .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 60px;
  }
}
@media (max-width: 767px) {
  .page .inner .left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 50px 0 0;
  }
}
.page .inner .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 500px;
          flex: 0 0 500px;
}
@media (max-width: 1360px) {
  .page .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 767px) {
  .page .inner .right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.page .inner .right img {
  display: block;
  height: auto;
  margin: 0 auto 40px;
  max-width: 70vw;
  width: 500px;
}
@media (max-width: 767px) {
  .page .inner .right img {
    margin: 0 auto;
    max-width: 480px;
    width: 100%;
  }
}

.page-contact {
  margin: 130px 0;
  min-height: 25vh;
}
@media (max-width: 1360px) {
  .page-contact {
    margin: 90px 0;
  }
}
@media (max-width: 767px) {
  .page-contact {
    margin: 50px 0;
  }
}
.page-contact .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1360px) {
  .page-contact .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.page-contact .inner .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 100px 0 0;
}
@media (max-width: 1360px) {
  .page-contact .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 30px;
  }
}
.page-contact .inner .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
}
@media (max-width: 1360px) {
  .page-contact .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.page-contact .inner .right img {
  display: block;
  height: auto;
  margin: 0 auto 40px;
  max-width: 70vw;
  width: 350px;
}

.site-overlay {
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999999;
}
.site-overlay img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}

.btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 20px;
  font-weight: 600 !important;
  height: 64px;
  line-height: 1;
  padding: 0 40px;
  position: relative;
  text-transform: uppercase;
  white-space: nowrap;
}
@media (max-width: 1360px) {
  .btn {
    font-size: 18px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    height: 50px;
  }
}
.btn.btn-primary {
  background: #30349B;
  border-color: #30349B;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-primary:hover {
  background: rgb(55.2354679803, 59.8384236453, 178.3645320197);
  border-color: rgb(55.2354679803, 59.8384236453, 178.3645320197);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-primary:active, .btn.btn-primary:focus {
  background: rgb(67.3201970443, 72.163546798, 196.8798029557);
  border-color: rgb(67.3201970443, 72.163546798, 196.8798029557);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary {
  background: #4CBBA7;
  border-color: #4CBBA7;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-secondary:hover {
  background: rgb(98.175708502, 195.424291498, 177.9020242915);
  border-color: rgb(98.175708502, 195.424291498, 177.9020242915);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-secondary:active, .btn.btn-secondary:focus {
  background: rgb(120.351417004, 203.848582996, 188.804048583);
  border-color: rgb(120.351417004, 203.848582996, 188.804048583);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-success {
  background: #4CBBA7;
  border-color: #4CBBA7;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-success:hover {
  background: rgb(98.175708502, 195.424291498, 177.9020242915);
  border-color: rgb(98.175708502, 195.424291498, 177.9020242915);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-success:active, .btn.btn-success:focus {
  background: rgb(120.351417004, 203.848582996, 188.804048583);
  border-color: rgb(120.351417004, 203.848582996, 188.804048583);
  color: #fff;
  text-decoration: none !important;
}
.btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
  background: rgb(62.5765182186, 164.7234817814, 146.3186234818) !important;
  color: #fff;
}
.btn.btn-default {
  background: #ddd;
  color: #222;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.btn.btn-default:hover {
  background: rgb(195.5, 195.5, 195.5);
  color: #222;
  text-decoration: none !important;
}
.btn.btn-default:active, .btn.btn-default:focus {
  background: rgb(182.75, 182.75, 182.75);
  color: #222;
  text-decoration: none !important;
}
.btn.btn-lg {
  font-size: 25px;
  height: 76px;
}
@media (max-width: 1600px) {
  .btn.btn-lg {
    font-size: 22px;
    height: 64px;
  }
}
@media (max-width: 767px) {
  .btn.btn-lg {
    font-size: 19px;
    height: 55px;
  }
}

.form-button {
  background: none;
  border: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: #30349B;
  border-color: #30349B;
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.form-button:hover {
  background: rgb(55.2354679803, 59.8384236453, 178.3645320197);
  border-color: rgb(55.2354679803, 59.8384236453, 178.3645320197);
  color: #fff;
  text-decoration: none !important;
}
.form-button:active, .form-button:focus {
  background: rgb(67.3201970443, 72.163546798, 196.8798029557);
  border-color: rgb(67.3201970443, 72.163546798, 196.8798029557);
  color: #fff;
  text-decoration: none !important;
}
.form-button {
  padding: 15px 25px;
}
.form-button.muted {
  background: rgba(48, 52, 155, 0.7);
  border-color: rgba(48, 52, 155, 0.7);
  color: #fff;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.form-button.muted:hover {
  background: rgba(55.2354679803, 59.8384236453, 178.3645320197, 0.7);
  border-color: rgba(55.2354679803, 59.8384236453, 178.3645320197, 0.7);
  color: #fff;
  text-decoration: none !important;
}
.form-button.muted:active, .form-button.muted:focus {
  background: rgba(67.3201970443, 72.163546798, 196.8798029557, 0.7);
  border-color: rgba(67.3201970443, 72.163546798, 196.8798029557, 0.7);
  color: #fff;
  text-decoration: none !important;
}

.hp {
  display: none !important;
}

.form-group {
  margin: 0 0 20px;
  position: relative;
}

label {
  color: #30349B;
  font-size: 20px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  display: block;
  margin: 0 0 5px;
}
@media (max-width: 767px) {
  label {
    font-size: 18px;
  }
}
label.error {
  color: red;
  font-size: 11px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}

.form-control {
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #d1d1d1;
  border-radius: 7px;
  color: #30349B;
  display: block;
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  line-height: 1.4;
  outline: 0px !important;
  padding: 15px 17px;
  width: 100%;
}
.form-control::-webkit-input-placeholder {
  color: #4CBBA7;
}
.form-control::-moz-placeholder {
  color: #4CBBA7;
}
.form-control:-ms-input-placeholder {
  color: #4CBBA7;
}
.form-control::-ms-input-placeholder {
  color: #4CBBA7;
}
.form-control::placeholder {
  color: #4CBBA7;
}
.form-control:focus {
  border: 2px solid #30349B;
  -webkit-box-shadow: 0 0 3px #ccc;
          box-shadow: 0 0 3px #ccc;
}
.form-control.error {
  border: 2px solid #CD403C;
}
.form-control.error:focus {
  border: 1px solid #CD403C;
  -webkit-box-shadow: 0 0 3px #CD403C;
          box-shadow: 0 0 3px #CD403C;
}

textarea {
  height: 100px;
  line-height: 1.64;
}

label.checkbox,
label.radio {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 !important;
  position: relative;
  width: 100%;
}
label.checkbox + .checkbox,
label.radio + .checkbox {
  margin-top: 7px;
}
label.checkbox input[type=checkbox],
label.checkbox input[type=radio],
label.radio input[type=checkbox],
label.radio input[type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #fff;
  border: 1px solid #bbb;
  border-radius: 2px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  margin: 0 8px 0 0 !important;
  height: 18px;
  position: relative !important;
  width: 18px;
}
label.checkbox input[type=checkbox]:after,
label.checkbox input[type=radio]:after,
label.radio input[type=checkbox]:after,
label.radio input[type=radio]:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  content: "";
  cursor: pointer;
  height: 14px;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  width: 14px;
}
label.checkbox input[type=checkbox]:hover:after,
label.checkbox input[type=radio]:hover:after,
label.radio input[type=checkbox]:hover:after,
label.radio input[type=radio]:hover:after {
  opacity: 0.5;
}
label.checkbox input[type=checkbox]:checked:after,
label.checkbox input[type=radio]:checked:after,
label.radio input[type=checkbox]:checked:after,
label.radio input[type=radio]:checked:after {
  background: url("/images/checkmark.svg") top center/contain no-repeat;
  opacity: 1;
}
label.checkbox input[type=checkbox]:focus, label.checkbox input[type=checkbox]:active,
label.checkbox input[type=radio]:focus,
label.checkbox input[type=radio]:active,
label.radio input[type=checkbox]:focus,
label.radio input[type=checkbox]:active,
label.radio input[type=radio]:focus,
label.radio input[type=radio]:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
label.checkbox span,
label.radio span {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

/* FANCY PLACEHOLDER LABELS */
label.fancy-label {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #4CBBA7;
  cursor: text;
  font-size: 16px;
  font-weight: 700;
  position: absolute;
  top: 14px;
  left: 18px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-transform: none;
}
label.fancy-label.aside {
  left: 18px;
  padding: 0;
  color: #30349B;
  background: none;
  top: 7px;
  font-size: 11px;
}

#success-msg {
  background: #f1f1f1;
  border-top: 4px solid #30349B;
  padding: 20px 25px;
}
#success-msg h2 {
  margin: 0 0 10px;
}

.header {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 80px;
}
@media (max-width: 1500px) {
  .header {
    padding: 40px 60px;
  }
}
@media (max-width: 1300px) {
  .header {
    padding: 40px 30px;
  }
}
@media (max-width: 991px) {
  .header {
    display: none;
  }
}
.header .left {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 560px;
          flex: 0 0 560px;
  gap: 80px;
  margin: 0 20px 0 0;
}
@media (max-width: 1300px) {
  .header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 410px;
            flex: 0 0 410px;
    gap: 40px;
  }
}
.header .left .compact {
  display: block;
}
.header .left .main-logo {
  width: 240px;
}
.header .left .soww-logo img {
  width: 180px;
}
.header .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.header .right .contact-prompt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #30349B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 38px;
  font-weight: 700;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 0 20px;
}
@media (max-width: 2700px) {
  .header .right .contact-prompt {
    font-size: 30px;
  }
}
.header .right .contact-prompt img {
  display: inline-block;
  height: auto;
  margin: 0 10px 0 0;
  width: 40px;
}
@media (max-width: 2700px) {
  .header .right .contact-prompt img {
    width: 30px;
  }
}
.header .right .contact-prompt span {
  color: #4CBBA7;
  margin-right: 10px;
}
.header .right .contact-prompt .menu-button {
  display: none;
}
@media (max-width: 2700px) {
  .header .right .contact-prompt .menu-button {
    display: block;
    cursor: pointer;
    height: 80px;
    margin-left: 40px;
    position: relative;
    -ms-touch-action: manipulation;
        touch-action: manipulation;
    -webkit-transition: 0.2s all ease-in-out;
    transition: 0.2s all ease-in-out;
    width: 80px;
  }
}
.header .right .contact-prompt .menu-button i {
  color: #30349B;
  font-size: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.header .right .contact-prompt .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.header .right .contact-prompt .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}

.mobile-header {
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: none;
  height: 60px;
  position: fixed;
  -webkit-transform: translate3d(0, -60px, 0);
          transform: translate3d(0, -60px, 0);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
  z-index: 9998;
}
@media (max-width: 991px) {
  .mobile-header {
    display: block;
  }
}
.mobile-header .mobile-logo img {
  height: 50px;
  position: relative;
  top: 5px;
  left: 10px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: auto;
}
.mobile-header .soww-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 110px;
}
.mobile-header .menu-button {
  cursor: pointer;
  height: 60px;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 56px;
}
.mobile-header .menu-button i {
  color: #30349B;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.mobile-header .menu-button i.fa-bars {
  opacity: 1;
  visibility: visible;
}
.mobile-header .menu-button i.fa-times {
  opacity: 0;
  visibility: hidden;
}
.mobile-header .phone-button {
  display: none;
}
@media (max-width: 2700px) {
  .mobile-header .phone-button {
    cursor: pointer;
    display: block;
    height: 60px;
    position: absolute;
    top: 0;
    right: 60px;
    width: 56px;
  }
  .mobile-header .phone-button i {
    color: rgba(76, 187, 167, 0.5);
    font-size: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
  }
}

.nav-open .mobile-header {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body.scrolled .mobile-header {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

.nav-open .header .menu-button i.fa-bars,
.nav-open .mobile-header .menu-button i.fa-bars {
  opacity: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  visibility: hidden;
}
.nav-open .header .menu-button i.fa-times,
.nav-open .mobile-header .menu-button i.fa-times {
  opacity: 1;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  visibility: visible;
}

ul.nav {
  list-style: none;
  margin: 0;
  text-align: right;
}
@media (max-width: 2700px) {
  ul.nav.desktop {
    display: none;
  }
}
ul.nav.mobile {
  display: none;
  padding: 7vw 0 0;
}
@media (max-width: 2700px) {
  ul.nav.mobile {
    background: #fff;
    display: block;
    opacity: 0;
    padding-top: 8vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    overflow: auto;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
    -webkit-transition: 0.4s all ease-in-out;
    transition: 0.4s all ease-in-out;
    visibility: hidden;
    z-index: 99;
  }
}
@media (max-width: 1830px) {
  ul.nav.mobile {
    padding-top: 12vw;
  }
}
@media (max-width: 479px) {
  ul.nav.mobile {
    padding-top: 100px;
  }
}
ul.nav li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
  z-index: 1;
}
ul.nav li + li {
  margin-left: 35px;
}
@media (max-width: 1960px) {
  ul.nav li + li {
    margin-left: 30px;
  }
}
@media (max-width: 1525px) {
  ul.nav li + li {
    margin-left: 28px;
  }
}
@media (max-width: 2700px) {
  ul.nav li + li {
    margin-left: 0;
  }
}
ul.nav li:hover {
  z-index: 2;
}
ul.nav li:before {
  display: none;
}
@media (max-width: 2700px) {
  ul.nav li {
    display: block;
  }
}
ul.nav li:last-of-type {
  padding-right: 0;
}
ul.nav li a {
  color: #30349B;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  display: block;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0.4px;
  padding: 5px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1960px) {
  ul.nav li a {
    font-size: 21px;
  }
}
@media (max-width: 1525px) {
  ul.nav li a {
    font-size: 20px;
  }
}
@media (max-width: 2700px) {
  ul.nav li a {
    display: block;
    font-size: 22px;
    margin: 0;
    line-height: 1;
    height: auto;
    padding: 15px 25px;
    text-align: center;
    display: table;
    margin: 0 auto;
    width: auto;
  }
  ul.nav li a.product-item {
    color: #fff !important;
    font-weight: 600 !important;
  }
  ul.nav li a:after {
    display: none !important;
  }
}
ul.nav li a:active, ul.nav li a:focus {
  outline: none;
  text-decoration: none;
}
ul.nav li a:hover {
  color: #4CBBA7;
  text-decoration: none;
}
ul.nav li a:hover:after {
  background: url("/images/active-nav-item.png") center center/contain no-repeat;
  content: "";
  height: 8px;
  opacity: 0.5;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 36px;
}
@media (max-width: 2700px) {
  ul.nav li a:hover:after {
    display: none;
  }
}
ul.nav li a.active {
  color: #4CBBA7;
  font-weight: 600;
  text-decoration: none;
}
ul.nav li a.active:after {
  display: none !important;
  content: "";
  height: 8px;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 36px;
}
@media (max-width: 2700px) {
  ul.nav li a.active:after {
    display: none;
  }
}
ul.nav li a > i.fa-chevron-down {
  color: #30349B;
  font-size: 11px;
  position: relative;
  top: -3px;
  right: -3px;
}
@media (max-width: 2700px) {
  ul.nav li a > i.fa-chevron-down {
    background: rgba(0, 0, 0, 0.16);
    border-radius: 50%;
    color: #30349B;
    font-size: 16px;
    height: 34px;
    margin-left: 10px;
    padding-top: 10px;
    top: -1px;
    width: 34px;
    z-index: 2;
    position: absolute;
    top: 50%;
    right: -30px;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
  }
}
ul.nav li.has-submenu a:hover:after {
  display: none;
}
ul.nav li.active-submenu a:after {
  display: none;
}
ul.nav li .mobile-social-icons {
  margin-top: 20px;
  text-align: center;
}
ul.nav li .mobile-social-icons a {
  color: #30349B;
  display: inline-block;
  padding: 5px;
}
ul.nav li .mobile-social-icons a + a {
  margin-left: 2px;
}
ul.nav li .mobile-social-icons a i {
  color: #30349B;
  font-size: 1.7em;
}
ul.nav li .mobile-social-icons a:hover {
  text-decoration: none;
}
ul.nav li img.logo-mobile-menu {
  display: block;
  max-width: 200px;
  margin: 0 auto 40px;
}
@media (max-width: 991px) {
  ul.nav li img.logo-mobile-menu {
    display: none;
  }
}
ul.nav li button.menu-button {
  border: none;
  background: none;
  outline: none;
  font-size: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
}
@media (max-width: 991px) {
  ul.nav li button.menu-button {
    display: none;
  }
}
ul.nav li ul {
  background: #30349B;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: block;
  list-style: none;
  margin: 0;
  opacity: 0;
  padding: 10px;
  position: absolute;
  top: 100%;
  left: 0;
  visibility: hidden;
  width: auto;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  z-index: 99999;
}
@media (max-width: 2700px) {
  ul.nav li ul {
    background: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: none;
    opacity: 1;
    visibility: visible;
    position: relative;
  }
  ul.nav li ul.open {
    display: block;
  }
}
ul.nav li ul.two-cols {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 20px;
}
ul.nav li ul:before {
  display: none;
  content: "";
  border-right: 10px solid rgba(76, 187, 167, 0);
  border-bottom: 15px solid #30349B;
  border-left: 10px solid rgba(76, 187, 167, 0);
  position: absolute;
  top: -10px;
  left: 50px;
}
@media (max-width: 2700px) {
  ul.nav li ul:before {
    display: none;
  }
}
ul.nav li ul:after {
  content: "";
  height: 15px;
  position: absolute;
  top: -15px;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
}
@media (max-width: 2700px) {
  ul.nav li ul:after {
    display: none;
  }
}
ul.nav li ul li {
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.nav li ul li:before {
  display: none;
}
ul.nav li ul li a {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  line-height: 1;
  height: auto;
  padding: 8px 30px 8px 13px;
  position: relative;
  text-align: left;
  white-space: nowrap;
  -webkit-transition: none;
  transition: none;
}
@media (max-width: 2700px) {
  ul.nav li ul li a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 15px;
    text-align: center;
  }
}
ul.nav li ul li a i {
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
ul.nav li ul li a:hover {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
}
ul.nav li ul li a.active {
  background: rgba(0, 0, 0, 0.1);
  color: #fff;
  font-weight: 400;
}
ul.nav li ul li a.active:after {
  display: none;
}
ul.nav li ul li:first-of-type {
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
ul.nav li ul li:last-of-type {
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
ul.nav li ul li ul {
  position: absolute;
  top: -7px;
  left: calc(100% + 7px);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(-10px, 0, 0);
          transform: translate3d(-10px, 0, 0);
  opacity: 0;
  visibility: hidden;
}
ul.nav li ul li ul:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: -7px;
  width: 7px;
}
ul.nav li ul li:hover ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
ul.nav li:hover > ul {
  opacity: 1;
  visibility: visible;
}

.compact .main-nav ul li a:after {
  top: calc(100% - 15px) !important;
}

.compact .main-nav ul li ul {
  top: calc(100% + 5px) !important;
}

.nav-open ul.nav.mobile {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  visibility: visible;
}
.nav-open #cookie-bar-show-button {
  display: none;
}

.downloads {
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3;
  gap: 50;
  margin: 50px 0 0;
}
@media (max-width: 1400px) {
  .downloads {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
}
@media (max-width: 991px) {
  .downloads {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: 0;
  }
}
.downloads a.download {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  border-radius: 5px;
  color: #30349B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  padding: 10px 15px;
}
.downloads a.download + a.download {
  margin-top: 10px;
}
.downloads a.download:hover {
  background: rgb(224.15, 224.15, 224.15);
  text-decoration: none;
}
.downloads a.download img {
  margin-right: 10px;
  height: auto;
  width: 30px;
}

.reviews-page-container {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .reviews-page-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.reviews-page-container .reviews-page-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin-right: 100px;
}
@media (max-width: 991px) {
  .reviews-page-container .reviews-page-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.reviews-page-container .reviews-page-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 380px;
          flex: 0 0 380px;
}
@media (max-width: 991px) {
  .reviews-page-container .reviews-page-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.reviews-page-container .reviews-page-right .leave-a-review {
  background: #f3f3f3;
  padding: 15px 20px;
  position: sticky;
  top: 30px;
}

.reviews {
  margin: 50px 0 0;
}
@media (max-width: 767px) {
  .reviews {
    margin: 35px 0 0;
  }
}
.reviews .review {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reviews .review + .review {
  margin-top: 50px;
}
.reviews .review .review-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
}
.reviews .review .review-left i {
  color: #30349B;
}
.reviews .review .review-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.reviews .review .review-right .name {
  color: #30349B;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.enquiry-form .enquiry-form-header {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
@media (max-width: 479px) {
  .enquiry-form .enquiry-form-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
  }
}
.enquiry-form .enquiry-form-header .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 479px) {
  .enquiry-form .enquiry-form-header .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.enquiry-form .enquiry-form-header .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
}
@media (max-width: 479px) {
  .enquiry-form .enquiry-form-header .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 20px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
.enquiry-form .enquiry-form-header .right img {
  max-width: none;
  width: 160px;
}
@media (max-width: 479px) {
  .enquiry-form .enquiry-form-header .right img {
    max-width: 130px;
  }
}
.enquiry-form .group-label {
  margin: 0 0 10px;
}
.enquiry-form .form-group {
  margin: 0 0 40px;
}
.enquiry-form .form-choice-group {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  margin: 0 0 40px;
  text-align: center;
}
.enquiry-form .form-choice-group .form-choice {
  background: #eee;
  border: none;
  border-radius: 8px;
  color: #30349B;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  line-height: 1.2;
  padding: 15px 10px;
  text-align: center;
}
.enquiry-form .form-choice-group .form-choice + .form-choice {
  margin-left: 20px;
}
.enquiry-form .form-choice-group .form-choice:hover {
  background: rgb(220.15, 220.15, 220.15);
}
.enquiry-form .form-choice-group .form-choice.selected {
  background: #30349B;
  color: #fff;
}
.enquiry-form .form-choice-group.wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .enquiry-form .form-choice-group.wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.enquiry-form .form-choice-group.wrap .form-choice {
  margin: 0 !important;
}
.enquiry-form .form-choice-group.wrap .form-choice:last-child {
  grid-column: 1/-1;
}
.enquiry-form .error {
  background: #CD403C;
  border-radius: 7px;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 30px;
  padding: 10px 15px;
}
.enquiry-form .bottom-buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 60px;
}
.enquiry-form .bottom-buttons .left {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.enquiry-form .bottom-buttons .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  text-align: right;
}

.aa-form-step {
  margin: 50px 0 0;
}

.aa-faqs-wrap img {
  height: auto !important;
}
@media (max-width: 767px) {
  .aa-faqs-wrap table tr {
    display: block;
  }
}
.aa-faqs-wrap table tr td {
  font-size: 15px;
}
@media (max-width: 767px) {
  .aa-faqs-wrap table tr td {
    display: block;
    width: 100% !important;
  }
}
.aa-faqs-wrap table tr td + td {
  padding-left: 20px;
}
@media (max-width: 767px) {
  .aa-faqs-wrap table tr td + td {
    padding-left: 0;
    padding-top: 30px;
  }
}

ul.positives {
  margin: 40px 0 40px 20px;
  padding: 0;
}
ul.positives li {
  font-weight: bold;
  font-size: 1.2em;
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 60px;
  position: relative;
}
ul.positives li + li {
  margin-top: 30px;
}
ul.positives li:before {
  background: url("/images/positive-li.jpg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
ul.positives li strong {
  font-size: 1.1em;
  color: #4CBBA7;
}

ul.negatives {
  margin: 40px 0 40px 20px;
  padding: 0;
}
ul.negatives li {
  font-weight: bold;
  font-size: 1.2em;
  list-style: none;
  margin: 0 0 10px;
  padding: 0 0 0 50px;
  position: relative;
}
ul.negatives li + li {
  margin-top: 30px;
}
ul.negatives li:before {
  background: url("/images/negative-li.jpg") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
  width: 40px;
}

.homepage-banner {
  position: relative;
  margin: 0 0 80px;
}
@media (max-width: 767px) {
  .homepage-banner {
    margin: 0 0 40px;
  }
}
.homepage-banner img.banner-img {
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 479px) {
  .homepage-banner img.banner-img {
    height: 80vw;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left center;
       object-position: left center;
  }
}
.homepage-banner .caption-wrap {
  position: absolute;
  top: 50%;
  right: 100px;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  z-index: 2;
}
@media (max-width: 1500px) {
  .homepage-banner .caption-wrap {
    right: 60px;
  }
}
@media (max-width: 767px) {
  .homepage-banner .caption-wrap {
    position: relative;
    padding: 20px 0;
    top: auto;
    right: auto;
    -webkit-transform: none;
            transform: none;
  }
}
.homepage-banner .caption-wrap .caption {
  color: #30349B;
  font-size: 80px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
  width: 550px;
}
@media (max-width: 1500px) {
  .homepage-banner .caption-wrap .caption {
    font-size: 60px;
    width: 450px;
  }
}
@media (max-width: 1360px) {
  .homepage-banner .caption-wrap .caption {
    text-align: right;
  }
}
@media (max-width: 991px) {
  .homepage-banner .caption-wrap .caption {
    font-size: 40px;
    width: 300px;
  }
}
@media (max-width: 767px) {
  .homepage-banner .caption-wrap .caption {
    font-size: 36px;
    margin: 0 10px 40px;
    text-align: center;
    width: auto;
  }
}
.homepage-banner .caption-wrap .caption span {
  color: #4CBBA7;
  font-weight: inherit;
  line-height: 1;
}
.homepage-banner .caption-wrap a {
  display: block;
  width: 360px;
}
@media (max-width: 1500px) {
  .homepage-banner .caption-wrap a {
    width: 300px;
  }
}
@media (max-width: 1360px) {
  .homepage-banner .caption-wrap a {
    margin-left: auto;
    width: 230px;
  }
}
@media (max-width: 767px) {
  .homepage-banner .caption-wrap a {
    margin-right: auto;
    max-width: 90vw;
    width: 100%;
  }
}
.homepage-banner .caption-wrap a:hover {
  opacity: 0.8;
}

.featured-services {
  margin: 80px 0;
}
@media (max-width: 767px) {
  .featured-services {
    margin: 40px 0;
  }
}
.featured-services .inner {
  -ms-grid-columns: 1fr 80px 1fr 80px 1fr;
  grid-template-columns: repeat(3, 1fr);
  display: -ms-grid;
  display: grid;
  gap: 80px;
}
@media (max-width: 1070px) {
  .featured-services .inner {
    display: block;
    margin: 0 auto;
    max-width: 610px;
  }
}
@media (max-width: 767px) {
  .featured-services .inner {
    max-width: calc(100vw - 40px);
  }
}
.featured-services .inner a.featured-service {
  display: block;
  text-decoration: none;
  max-width: 360px;
}
@media (max-width: 1070px) {
  .featured-services .inner a.featured-service {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 40px;
    max-width: none;
  }
  .featured-services .inner a.featured-service .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
    margin-right: 20px;
  }
  .featured-services .inner a.featured-service .bottom {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}
@media (max-width: 767px) {
  .featured-services .inner a.featured-service .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    margin-right: 15px;
  }
}
.featured-services .inner a.featured-service .key {
  display: block;
  margin: 0 auto 20px;
  max-width: 80%;
  -webkit-transform: translate3d(-16%, 0, 0);
          transform: translate3d(-16%, 0, 0);
  width: 240px;
}
@media (max-width: 1360px) {
  .featured-services .inner a.featured-service .key {
    width: 150px;
  }
}
@media (max-width: 1070px) {
  .featured-services .inner a.featured-service .key {
    margin: 0;
    max-width: 100%;
    width: 100px;
  }
}
.featured-services .inner a.featured-service .title {
  color: #30349B;
  font-size: 45px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.1;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1360px) {
  .featured-services .inner a.featured-service .title {
    font-size: 40px;
  }
}
@media (max-width: 1070px) {
  .featured-services .inner a.featured-service .title {
    font-size: 30px;
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .featured-services .inner a.featured-service .title {
    font-size: 24px;
  }
}
.featured-services .inner a.featured-service .snippet {
  color: #4CBBA7;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 300;
  margin: 0 0 20px;
  text-align: center;
}
@media (max-width: 1360px) {
  .featured-services .inner a.featured-service .snippet {
    font-size: 20px;
  }
}
@media (max-width: 1070px) {
  .featured-services .inner a.featured-service .snippet {
    margin: 0;
    text-align: left;
  }
}
@media (max-width: 767px) {
  .featured-services .inner a.featured-service .snippet {
    font-size: 18px;
  }
}
.featured-services .inner a.featured-service .learn-more {
  color: #30349B;
  font-size: 26px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1360px) {
  .featured-services .inner a.featured-service .learn-more {
    font-size: 20px;
  }
}
@media (max-width: 1070px) {
  .featured-services .inner a.featured-service .learn-more {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .featured-services .inner a.featured-service .learn-more {
    font-size: 18px;
  }
}

.small-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.small-banner:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 20%;
}

.homepage-content {
  background: #30349B;
  margin: 80px 0;
  padding: 60px 0;
}
@media (max-width: 1360px) {
  .homepage-content {
    margin: 60px 0;
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .homepage-content {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.homepage-content .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .homepage-content .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.homepage-content .inner .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
  margin-right: 80px;
}
@media (max-width: 1360px) {
  .homepage-content .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
  }
}
@media (max-width: 991px) {
  .homepage-content .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 40px;
  }
}
@media (max-width: 767px) {
  .homepage-content .inner .left {
    margin: 0 0 30px;
  }
}
.homepage-content .inner .left a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
          transform: translate3d(0, 0, 0) scale(1) rotate(0deg);
  text-transform: none;
}
@media (max-width: 991px) {
  .homepage-content .inner .left a {
    margin: 0 auto;
    max-width: 320px;
  }
}
@media (max-width: 767px) {
  .homepage-content .inner .left a {
    max-width: 280px;
    width: 60vw;
  }
}
.homepage-content .inner .left a:hover {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 10px, 0) scale(1.05) rotate(4deg);
          transform: translate3d(0, 10px, 0) scale(1.05) rotate(4deg);
}
.homepage-content .inner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 991px) {
  .homepage-content .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.homepage-content .inner .right h1 {
  color: #4CBBA7;
  font-size: 40px;
  margin: 0 0 20px;
}
@media (max-width: 1360px) {
  .homepage-content .inner .right h1 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .homepage-content .inner .right h1 {
    font-size: 30px;
  }
}
.homepage-content .inner .right p {
  color: #fff;
  font-size: 26px;
  font-weight: 400;
}
@media (max-width: 1360px) {
  .homepage-content .inner .right p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .homepage-content .inner .right p {
    font-size: 20px;
  }
}
.homepage-content .inner .right p:last-of-type {
  color: #4CBBA7;
  font-weight: 600;
  text-transform: uppercase;
}

.service-page-banner {
  position: relative;
  margin: 0 0 80px;
}
@media (max-width: 991px) {
  .service-page-banner {
    margin: 0;
  }
}
.service-page-banner img {
  display: block;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .service-page-banner img {
    height: 40vw;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
}
.service-page-banner .caption-wrap {
  position: absolute;
  top: 3.6vw;
  left: 4vw;
  max-width: 34vw;
  z-index: 2;
}
@media (max-width: 991px) {
  .service-page-banner .caption-wrap {
    margin: 40px;
    position: relative;
    top: auto;
    left: auto;
    max-width: none;
  }
}
@media (max-width: 479px) {
  .service-page-banner .caption-wrap {
    margin: 30px;
  }
}
.service-page-banner .caption-wrap h1 {
  color: #0B9B9B;
  font-size: 3vw;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .service-page-banner .caption-wrap h1 {
    position: absolute;
    top: -29vw;
    font-size: 5vw;
    max-width: 30vw;
    line-height: 1.1;
  }
}
@media (max-width: 767px) {
  .service-page-banner .caption-wrap h1 {
    font-size: 30px;
  }
}
.service-page-banner .caption-wrap .intro {
  color: #30349B;
  font-size: 1.3vw;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 991px) {
  .service-page-banner .caption-wrap .intro {
    font-size: 17px;
    line-height: 1.5;
  }
}

.service-white-bullets {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .service-white-bullets {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .service-white-bullets {
    margin: 40px 0;
  }
}
.service-white-bullets .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 991px) {
  .service-white-bullets .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.service-white-bullets .inner ul {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
@media (max-width: 991px) {
  .service-white-bullets .inner ul {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
.service-white-bullets .inner ul + ul {
  margin: 0 0 0 70px;
}
@media (max-width: 1360px) {
  .service-white-bullets .inner ul + ul {
    margin: 30px 0 0;
  }
}
.service-white-bullets ul {
  margin: 0;
  padding: 0;
}
.service-white-bullets ul li {
  color: #30349B;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0 0 0 90px;
  position: relative;
}
@media (max-width: 1360px) {
  .service-white-bullets ul li {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 991px) {
  .service-white-bullets ul li {
    padding: 0 0 0 60px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .service-white-bullets ul li {
    font-size: 22px;
    padding: 0 0 0 40px;
  }
}
.service-white-bullets ul li + li {
  margin-top: 2em;
}
@media (max-width: 991px) {
  .service-white-bullets ul li + li {
    margin-top: 1.1em;
  }
}
.service-white-bullets ul li:before {
  background: url("/images/bullet-green.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}
@media (max-width: 1360px) {
  .service-white-bullets ul li:before {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .service-white-bullets ul li:before {
    height: 40px;
    top: -4px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .service-white-bullets ul li:before {
    height: 30px;
    top: -1px;
    width: 30px;
  }
}

.service-purple-bullets {
  background: #30349B;
  padding: 80px 0;
  margin: 80px 0;
}
@media (max-width: 991px) {
  .service-purple-bullets {
    margin: 60px 0;
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .service-purple-bullets {
    margin: 40px 0;
    padding: 40px 0;
  }
}
.service-purple-bullets h2 {
  color: #fff;
  font-size: 55px;
  font-weight: 400;
  margin: 0 0 40px;
}
@media (max-width: 1360px) {
  .service-purple-bullets h2 {
    font-size: 50px;
  }
}
@media (max-width: 991px) {
  .service-purple-bullets h2 {
    font-size: 40px;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .service-purple-bullets h2 {
    font-size: 30px;
  }
}
.service-purple-bullets ul {
  margin: 0;
  padding: 0;
}
.service-purple-bullets ul li {
  color: #68cfc1;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  list-style: none;
  margin: 0;
  padding: 0 0 0 90px;
  position: relative;
}
@media (max-width: 1360px) {
  .service-purple-bullets ul li {
    padding: 0 0 0 80px;
  }
}
@media (max-width: 991px) {
  .service-purple-bullets ul li {
    padding: 0 0 0 60px;
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .service-purple-bullets ul li {
    font-size: 22px;
    padding: 0 0 0 40px;
  }
}
.service-purple-bullets ul li + li {
  margin-top: 2em;
}
@media (max-width: 991px) {
  .service-purple-bullets ul li + li {
    margin-top: 1.1em;
  }
}
.service-purple-bullets ul li:before {
  background: url("/images/bullet-white.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
}
@media (max-width: 1360px) {
  .service-purple-bullets ul li:before {
    height: 60px;
    width: 60px;
  }
}
@media (max-width: 991px) {
  .service-purple-bullets ul li:before {
    height: 40px;
    top: -4px;
    width: 40px;
  }
}
@media (max-width: 767px) {
  .service-purple-bullets ul li:before {
    height: 30px;
    top: -1px;
    width: 30px;
  }
}

.service-page-content {
  margin: 80px 0;
}
@media (max-width: 991px) {
  .service-page-content {
    margin: 60px 0;
  }
}
@media (max-width: 767px) {
  .service-page-content {
    margin: 40px 0;
  }
}
.service-page-content .inner {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  gap: 80px;
}
@media (max-width: 991px) {
  .service-page-content .inner {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
    gap: none;
  }
}

.articles {
  display: -ms-grid;
  display: grid;
  gap: 80px 60px;
  -ms-grid-columns: 1fr 60px 1fr 60px 1fr;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1300px) {
  .articles {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px 30px;
  }
}
.articles .article {
  background: #fff;
  border-radius: 36px;
  -webkit-box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 22px rgba(0, 0, 0, 0.16);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 23px;
}
.articles .article .image-wrap {
  border-radius: 23px;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
}
.articles .article .image-wrap .img {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.articles .article .image-wrap .date {
  background: #30349B;
  border-bottom-left-radius: 18px;
  padding: 10px 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
}
.articles .article .image-wrap .date .year, .articles .article .image-wrap .date .month {
  color: #fff;
  font-size: 12px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.articles .article .image-wrap .date .day {
  color: #fff;
  font-size: 24px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
}
.articles .article .title {
  color: #30349B;
  font-size: 27px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
}
@media (max-width: 767px) {
  .articles .article .title {
    font-size: 18px;
  }
}
.articles .article .buttons {
  margin-top: auto;
  padding-top: 20px;
}
.articles .article .buttons .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.articles .article:hover {
  text-decoration: none;
}
.articles .article:hover .image-wrap .img {
  -webkit-transform: translate3d(0, 0, 0) scale(1.05);
          transform: translate3d(0, 0, 0) scale(1.05);
}

.aa-banner {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1250px) {
  .aa-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.aa-banner .left {
  background: rgba(76, 187, 167, 0.2);
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  padding: 100px 120px;
}
@media (max-width: 1250px) {
  .aa-banner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    padding: 60px 40px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .aa-banner .left {
    padding: 40px 20px;
  }
}
.aa-banner .left .inner {
  margin: 0 auto;
}
.aa-banner .left .inner .btn {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .aa-banner .left .inner .btn {
    margin-top: 30px;
  }
}
.aa-banner .left .inner img {
  float: right;
  height: 50px !important;
  max-width: 100% !important;
  width: auto !important;
}
@media (max-width: 767px) {
  .aa-banner .left .inner img {
    float: none;
  }
}
.aa-banner .right {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 1250px) {
  .aa-banner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    height: 400px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.team-header {
  margin: 0 auto 60px;
  max-width: 800px;
  text-align: center;
}

.department {
  margin: 100px 0 0;
}
.department h2.dept-heading {
  color: #30349B;
  font-size: 33px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 30px;
  text-align: center;
}
@media (max-width: 1360px) {
  .department h2.dept-heading {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .department h2.dept-heading {
    font-size: 24px;
  }
}

.team-members {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 80px 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.team-members .team-member {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 350px) {
  .team-members .team-member {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
}
.team-members .team-member .image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 0 15px;
  position: relative;
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 100%;
}
.team-members .team-member .image:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
}
.team-members .team-member .image .btn-wrap {
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  width: 100%;
}
.team-members .team-member .image .btn-wrap .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
}
.team-members .team-member .name {
  margin: 0;
  padding: 0;
  text-align: center;
}
.team-members .team-member .role {
  text-align: center;
}
.team-members a.team-member:hover {
  text-decoration: none;
}
.team-members a.team-member:hover .image .btn-wrap {
  opacity: 1;
}

.reviews-carousel {
  margin: 40px 0;
}
.reviews-carousel .reviews-carousel-track .slick-slide {
  padding: 0 10px;
}
.reviews-carousel .reviews-carousel-track .slick-list {
  margin: 0 -10px;
}
.reviews-carousel .reviews-carousel-card {
  background: #f7f6fb;
  border-radius: 8px;
  padding: 30px 25px;
  height: 100%;
}
.reviews-carousel .reviews-carousel-name {
  color: #30349B;
  font-size: 18px;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  margin: 0 0 8px;
  text-transform: uppercase;
}
.reviews-carousel .reviews-carousel-stars {
  margin: 0 0 12px;
}
.reviews-carousel .reviews-carousel-stars img {
  height: 18px !important;
  width: auto !important;
}
.reviews-carousel .reviews-carousel-comment {
  color: #444;
  font-size: 15px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
.reviews-carousel .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 25px 0 0;
  padding: 0;
  position: static;
  bottom: auto;
}
.reviews-carousel .slick-dots li {
  margin: 0 4px;
  width: auto;
  height: auto;
  list-style: none;
}
.reviews-carousel .slick-dots li button {
  background: #ccc;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  height: 10px;
  padding: 0;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  width: 10px;
}
.reviews-carousel .slick-dots li button::before {
  content: none !important;
  display: none !important;
}
.reviews-carousel .slick-dots li.slick-active button {
  background: #30349B;
}

.contact-cta .cta-body {
  background: #f7f7f7;
  padding: 60px 30px;
}
@media (max-width: 991px) {
  .contact-cta .cta-body {
    padding: 40px 20px;
  }
}
.contact-cta .cta-body h2 {
  margin: 0 0 40px;
  text-align: center;
}
.contact-cta .cta-body .buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .contact-cta .cta-body .buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-cta .cta-body .buttons a.form-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #30349B;
  border: none;
  border-radius: 25px;
  -webkit-box-shadow: 0 6px 46px rgba(0, 0, 0, 0.08);
          box-shadow: 0 6px 46px rgba(0, 0, 0, 0.08);
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 80px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.2;
  padding: 0 50px;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  text-align: center;
}
@media (max-width: 991px) {
  .contact-cta .cta-body .buttons a.form-button {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 540px;
  }
}
@media (max-width: 767px) {
  .contact-cta .cta-body .buttons a.form-button {
    border-radius: 15px;
    height: 60px;
  }
}
.contact-cta .cta-body .buttons a.form-button + .form-button {
  margin: 0 0 0 50px;
}
@media (max-width: 991px) {
  .contact-cta .cta-body .buttons a.form-button + .form-button {
    margin: 30px 0 0;
  }
}
@media (max-width: 767px) {
  .contact-cta .cta-body .buttons a.form-button + .form-button {
    margin: 20px 0 0;
  }
}
.contact-cta .cta-body .buttons a.form-button:hover {
  background: rgb(54.0295566502, 58.5320197044, 174.4704433498);
  color: #fff;
  text-decoration: none;
}

.testimonial-section {
  margin: 80px 0 100px;
}
@media (max-width: 991px) {
  .testimonial-section {
    margin: 60px 0 70px;
  }
}
@media (max-width: 767px) {
  .testimonial-section {
    margin: 40px 0 50px;
  }
}
.testimonial-section .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 20px;
}
.testimonial-section .top .quote-left,
.testimonial-section .top .quote-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 190px;
          flex: 0 0 190px;
}
@media (max-width: 1650px) {
  .testimonial-section .top .quote-left,
  .testimonial-section .top .quote-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 10vw;
            flex: 0 0 10vw;
  }
}
.testimonial-section .top .quote-left img {
  position: relative;
  bottom: 8px;
}
@media (max-width: 1650px) {
  .testimonial-section .top .quote-left img {
    bottom: 0.3vw;
  }
}
.testimonial-section .top .quote-right img {
  position: relative;
  top: 21px;
}
@media (max-width: 1650px) {
  .testimonial-section .top .quote-right img {
    top: 1.7vw;
  }
}
.testimonial-section .top .title {
  color: #30349B;
  font-size: 90px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 0px;
          flex: 0 1 0;
  margin: 0 20px;
  white-space: nowrap;
}
@media (max-width: 1650px) {
  .testimonial-section .top .title {
    font-size: 6vw;
    margin: 0 1.5vw;
  }
}
.testimonial-section .bottom {
  padding: 0 220px;
}
@media (max-width: 1650px) {
  .testimonial-section .bottom {
    padding: 0 12vw;
  }
}
@media (max-width: 991px) {
  .testimonial-section .bottom {
    padding: 0;
  }
}
.testimonial-section .bottom .left {
  float: left;
  margin-right: 90px;
  position: relative;
  width: calc(100% - 180px - 90px);
}
@media (max-width: 991px) {
  .testimonial-section .bottom .left {
    float: none;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
}
.testimonial-section .bottom .left .comment {
  color: #30349B;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  line-height: 1.4;
}
@media (max-width: 991px) {
  .testimonial-section .bottom .left .comment {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-section .bottom .left .comment {
    font-size: 21px;
  }
}
.testimonial-section .bottom .left .name {
  color: #4CBBA7;
  font-size: 30px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin: 10px 0 0;
}
@media (max-width: 991px) {
  .testimonial-section .bottom .left .name {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .testimonial-section .bottom .left .name {
    font-size: 23px;
  }
}
.testimonial-section .bottom .right {
  float: right;
  width: 180px;
}
@media (max-width: 991px) {
  .testimonial-section .bottom .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.testimonial-section .bottom .right a {
  display: block;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 991px) {
  .testimonial-section .bottom .right a {
    margin: 0 auto;
    text-align: center;
  }
}
.testimonial-section .bottom .right a:hover {
  opacity: 0.8;
  -webkit-transform: translate3d(0, -10px, 0) scale(1.05);
          transform: translate3d(0, -10px, 0) scale(1.05);
}
.testimonial-section .bottom .right a img {
  width: 180px;
}
@media (max-width: 767px) {
  .testimonial-section .bottom .right a img {
    width: 140px;
  }
}
.testimonial-section .bottom .slick-next,
.testimonial-section .bottom .slick-prev {
  border: none;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 57px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 44px;
}
.testimonial-section .bottom .slick-next img,
.testimonial-section .bottom .slick-prev img {
  cursor: pointer;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 1;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
  width: 100%;
}
.testimonial-section .bottom .slick-next img:hover,
.testimonial-section .bottom .slick-prev img:hover {
  opacity: 0.9;
  -webkit-transform: translate3d(0, 0, 0) scale(1.1);
          transform: translate3d(0, 0, 0) scale(1.1);
}
.testimonial-section .bottom .slick-prev {
  left: -70px;
}
.testimonial-section .bottom .slick-next {
  right: -70px;
}

.footer {
  background: #4CBBA7;
  padding: 50px 30px;
}
@media (max-width: 767px) {
  .footer {
    padding: 30px 10px;
  }
}
.footer.landing-page-footer {
  padding: 50px 30px 100px;
}
@media (max-width: 767px) {
  .footer.landing-page-footer {
    padding: 30px 10px 150px;
  }
}
.footer .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .footer .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer .inner .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
@media (max-width: 1360px) {
  .footer .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
            flex: 0 0 200px;
  }
}
@media (max-width: 1000px) {
  .footer .inner .left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 1000px) {
  .footer .inner .left img {
    max-width: 200px;
  }
}
.footer .inner .middle {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  margin: 0 50px 0 100px;
}
@media (max-width: 1530px) {
  .footer .inner .middle br {
    display: none;
  }
}
@media (max-width: 1000px) {
  .footer .inner .middle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0 0 40px;
    text-align: center;
  }
}
.footer .inner .middle p {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 767px) {
  .footer .inner .middle p {
    font-size: 17px;
  }
}
.footer .inner .middle p strong:first-child {
  color: #30349B;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .footer .inner .middle p strong:first-child {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .footer .inner .middle p br {
    display: none;
  }
}
.footer .inner .middle .footer-legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1000px) {
  .footer .inner .middle .footer-legal-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .inner .middle .footer-legal-links li + li {
  margin-left: 10px;
  padding-left: 12px;
  position: relative;
}
.footer .inner .middle .footer-legal-links li + li:before {
  background: #30349B;
  content: "";
  height: 16px;
  line-height: 1.2;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 1px;
}
.footer .inner .middle .footer-legal-links li a {
  color: #30349B;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.footer .inner .right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 218px;
          flex: 0 0 218px;
}
@media (max-width: 1000px) {
  .footer .inner .right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    text-align: center;
  }
}
.footer .inner .right img {
  background-color: #fff;
  max-width: 218px;
}

.attribution {
  color: #30349B;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}
.attribution a {
  color: #30349B;
  font-size: 16px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  line-height: 1.2;
}

.legal-popup-modal {
  background: #fff;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
}
.legal-popup-modal.open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.legal-popup-modal.loading .legal-popup-content:before {
  content: "Loading...";
  display: block;
  text-align: center;
  padding: 40px;
  color: #666;
}
.legal-popup-modal .legal-popup-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.legal-popup-modal .legal-popup-inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 50px 40px;
}
@media (max-width: 767px) {
  .legal-popup-modal .legal-popup-inner {
    padding: 30px 20px 30px;
  }
}
.legal-popup-modal .legal-popup-bottom {
  background: #eee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 10px 20px;
  text-align: center;
}
.legal-popup-modal .legal-popup-title {
  color: #30349B;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .legal-popup-modal .legal-popup-title {
    font-size: 24px;
    margin: 0 0 20px;
  }
}
.legal-popup-modal .legal-popup-body {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}
.legal-popup-modal .legal-popup-body h2, .legal-popup-modal .legal-popup-body h3, .legal-popup-modal .legal-popup-body .team-members .team-member .name, .team-members .team-member .legal-popup-modal .legal-popup-body .name, .legal-popup-modal .legal-popup-body h4 {
  color: #30349B;
  margin: 30px 0 15px;
}
.legal-popup-modal .legal-popup-body h2:first-child, .legal-popup-modal .legal-popup-body h3:first-child, .legal-popup-modal .legal-popup-body .team-members .team-member .name:first-child, .team-members .team-member .legal-popup-modal .legal-popup-body .name:first-child, .legal-popup-modal .legal-popup-body h4:first-child {
  margin-top: 0;
}
.legal-popup-modal .legal-popup-body p {
  margin: 0 0 15px;
}
.legal-popup-modal .legal-popup-body ul, .legal-popup-modal .legal-popup-body ol {
  margin: 0 0 15px;
  padding-left: 25px;
}
.legal-popup-modal .legal-popup-body a {
  color: #30349B;
}
.legal-popup-modal .legal-popup-body a:hover {
  text-decoration: underline;
}
.legal-popup-modal .legal-popup-body table {
  display: block;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.legal-popup-modal .legal-popup-body table th, .legal-popup-modal .legal-popup-body table td {
  white-space: normal;
  word-wrap: break-word;
}

body.legal-popup-open {
  overflow: hidden;
}

:root {
  --jo-purple: #30349B;
  --jo-teal: #4CBBA7;
  --jo-violet: #86499D;
  --jo-grey: #F1F2F2;
  --jo-ink: #30349B;
  --jo-radius: 24px;
  --jo-shadow: 0 18px 50px rgba(46, 45, 134, 0.12);
}

html,
body {
  max-width: 100%;
  overflow-x: clip;
}

body {
  background: #fff;
}

::-moz-selection {
  background: rgba(76, 187, 167, 0.35);
  color: #30349B;
}

::selection {
  background: rgba(76, 187, 167, 0.35);
  color: #30349B;
}

.btn,
.form-button {
  border-radius: 999px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

body.site-rebrand .btn,
body.site-rebrand .form-button,
body.site-rebrand button,
body.site-rebrand input[type=button],
body.site-rebrand input[type=submit],
body.site-rebrand input[type=reset] {
  text-transform: uppercase;
}
body.site-rebrand .floating-aa-cta {
  background: rgb(65.3846153846, 172.1153846154, 152.8846153846);
}
body.site-rebrand .floating-aa-cta p {
  line-height: 1.1;
}
body.site-rebrand .form-choice {
  text-transform: none;
}

.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  color: var(--jo-ink);
}

.btn:focus-visible,
.form-button:focus-visible,
a:focus-visible,
button:focus-visible {
  outline: 3px solid #86499D;
  outline-offset: 4px;
}

.rebrand-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 0 rgba(48, 52, 155, 0.1);
          box-shadow: 0 1px 0 rgba(48, 52, 155, 0.1);
  min-height: clamp(143px, 10.5vw, 188px);
  padding-bottom: 27px;
  padding-left: 80px;
  padding-right: 80px;
  padding-top: 27px;
  position: relative;
  z-index: 20;
}
.rebrand-header .left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  gap: 0;
  margin: 0;
}
.rebrand-header .left .main-logo,
.rebrand-header .left > a {
  display: block;
  width: clamp(300px, 23vw, 396px);
}
.rebrand-header .left .main-logo img,
.rebrand-header .left > a img {
  display: block;
  width: 100%;
}
.rebrand-header .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.rebrand-header .right .contact-prompt {
  font-size: clamp(21px, 1.76vw, 31px);
  margin: 0;
}
.rebrand-header .right .contact-prompt img {
  width: 33px;
}
.rebrand-header .right .contact-prompt span {
  color: #4CBBA7;
  font-size: 0.7em;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.rebrand-header .right .contact-prompt .phone {
  color: #30349B;
  font-weight: 700;
}
.rebrand-header .right .contact-prompt .menu-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #30349B;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 29px;
  padding: 0;
  width: 48px;
}
.rebrand-header .right .contact-prompt .menu-button i {
  color: #30349B;
  font-size: 38px;
  line-height: 1;
}
.rebrand-header .right > .nav.desktop {
  display: none;
}

@media (max-width: 1500px) {
  .rebrand-header {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 1300px) {
  .rebrand-header {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.rebrand-header--landing .right .contact-prompt .menu-button {
  display: none;
}

.rebrand-mobile-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 12px rgba(48, 52, 155, 0.1);
          box-shadow: 0 2px 12px rgba(48, 52, 155, 0.1);
  display: none;
  height: 72px;
  padding: 12px 18px;
}
.rebrand-mobile-header .mobile-logo {
  display: block;
  line-height: 0;
  width: 205px;
}
.rebrand-mobile-header .mobile-logo img {
  left: auto;
  position: static;
  top: auto;
}
.rebrand-mobile-header .menu-button,
.rebrand-mobile-header .phone-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #30349B;
  border: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
}
.rebrand-mobile-header .menu-button i,
.rebrand-mobile-header .phone-button i {
  color: #fff;
}
.rebrand-mobile-header .menu-button {
  right: 18px;
}
.rebrand-mobile-header .phone-button {
  right: 72px;
}

@media (max-width: 991px) {
  body {
    padding-top: 72px;
  }
  .rebrand-mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.google-review-mark {
  display: inline-block;
  max-width: 230px;
  position: relative;
  width: 230px;
}
.google-review-mark img {
  display: block;
  width: 100%;
}
.google-review-mark span {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  left: 58.5%;
  line-height: 1;
  position: absolute;
  right: auto;
  text-align: center;
  top: 63.65%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33.9%;
  z-index: 1;
}
.google-review-mark:hover {
  opacity: 0.88;
  text-decoration: none;
}

.rebrand-home-hero {
  --hero-copy-right: clamp(70px, 8.5vw, 150px);
  background: #F1F2F2;
  margin: 0 0 clamp(56px, 6vw, 100px);
  overflow: hidden;
}
.rebrand-home-hero img.banner-img {
  height: auto;
  min-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}
.rebrand-home-hero > .google-review-mark {
  max-width: none;
  position: absolute;
  right: calc(var(--hero-copy-right) + clamp(45px, 3.4vw, 60px));
  top: clamp(60px, 5.75vw, 110px);
  width: clamp(300px, 22vw, 440px);
  z-index: 3;
}
.rebrand-home-hero > .google-review-mark span {
  font-size: clamp(15px, 1.1vw, 22px);
}
.rebrand-home-hero .caption-wrap {
  right: calc(var(--hero-copy-right) - 40px);
  top: 52.65%;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.rebrand-home-hero .caption-wrap .caption {
  font-size: clamp(56px, 4.7vw, 81px);
  font-weight: 400;
  line-height: 1.04;
  max-width: 620px;
  position: relative;
  text-align: center;
  top: -20px;
  width: 36vw;
}
.rebrand-home-hero .caption-wrap .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: -22px;
  padding-left: 0;
}
.rebrand-home-hero .caption-wrap .hero-roundel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: var(--jo-ink);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  font-weight: 600;
  height: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  line-height: 1.02;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 285px;
}
.rebrand-home-hero .caption-wrap .hero-roundel span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.rebrand-home-hero .caption-wrap .hero-roundel strong {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4CBBA7;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 800;
  height: 92px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 8px;
  width: 92px;
}
.rebrand-home-hero .caption-wrap .hero-roundel:hover {
  background: transparent;
  text-decoration: none;
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}

.rebrand-featured-services {
  margin: 0;
  padding: 60px 0;
}
.rebrand-featured-services > .container {
  max-width: 1280px;
  width: 100%;
}
.rebrand-featured-services > .container > h2 {
  color: #30349B;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.08;
  margin-bottom: 36px;
  text-align: center;
}
.rebrand-featured-services .inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1100px;
}
.rebrand-featured-services .inner a.featured-service {
  margin: 0 auto;
  max-width: 347px;
  padding: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  width: 100%;
}
.rebrand-featured-services .inner a.featured-service:hover {
  -webkit-transform: translateY(-7px);
          transform: translateY(-7px);
}
.rebrand-featured-services .inner a.featured-service .key {
  -webkit-transform: translateX(-9%);
          transform: translateX(-9%);
  width: 180px;
}
.rebrand-featured-services .inner a.featured-service .top {
  margin-bottom: 18px;
}
.rebrand-featured-services .inner a.featured-service .title {
  font-size: 30px;
  letter-spacing: -0.02em;
  line-height: 1.08;
}
.rebrand-featured-services .inner a.featured-service .snippet {
  color: #4CBBA7;
  font-size: 16px;
  line-height: 1.18;
  margin-top: 14px;
}
.rebrand-featured-services .inner a.featured-service .snippet strong {
  color: inherit;
  font-weight: 700;
}
.rebrand-featured-services .inner a.featured-service .learn-more {
  background: #30349B;
  border-radius: 999px;
  color: #fff;
  display: table;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1;
  margin: 18px auto 0;
  padding: 10px 17px 11px;
  text-transform: uppercase;
}

.rebrand-consultation {
  background: #30349B;
  margin: 0;
  overflow: hidden;
  padding: 58px 0 40px;
  position: relative;
}
.rebrand-consultation::after {
  border: 18px solid #4CBBA7;
  border-radius: 50%;
  content: "";
  height: 150px;
  opacity: 0.7;
  position: absolute;
  right: -55px;
  top: -70px;
  width: 150px;
}
.rebrand-consultation > .container {
  max-width: 1280px;
  width: 100%;
}
.rebrand-consultation .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  gap: 74px;
  -ms-grid-columns: 311px 74px minmax(0, 1fr);
  grid-template-columns: 311px minmax(0, 1fr);
  margin-left: auto;
  margin-right: auto;
  max-width: 1050px;
}
.rebrand-consultation .inner .left,
.rebrand-consultation .inner .right {
  float: none;
  margin: 0;
  width: auto;
}
.rebrand-consultation .inner .left img {
  display: block;
  width: 311px;
}
.rebrand-consultation .inner .right h1,
.rebrand-consultation .inner .right h2,
.rebrand-consultation .inner .right h3,
.rebrand-consultation .inner .right .team-members .team-member .name,
.team-members .team-member .rebrand-consultation .inner .right .name,
.rebrand-consultation .inner .right p,
.rebrand-consultation .inner .right a {
  color: #fff;
}
.rebrand-consultation .inner .right h1,
.rebrand-consultation .inner .right h2 {
  color: #4CBBA7;
  font-size: 40px;
  line-height: 1.15;
  margin-bottom: 18px;
}
.rebrand-consultation .inner .right p {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 14px;
}
.rebrand-consultation .inner .right p:last-of-type,
.rebrand-consultation .inner .right p:last-of-type strong {
  color: #4CBBA7;
}

.rebrand-testimonials {
  margin: 0;
  padding: 82px 0 58px;
}
.rebrand-testimonials > .container {
  max-width: 1280px;
  width: 100%;
}
.rebrand-testimonials .top {
  -webkit-transform: translateX(-8px);
          transform: translateX(-8px);
}
.rebrand-testimonials .top .title {
  color: #30349B;
  font-size: 68px;
  line-height: 1.25;
}
.rebrand-testimonials .top .quote-left,
.rebrand-testimonials .top .quote-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 130px;
          flex: 0 0 130px;
}
.rebrand-testimonials .top .quote-left img,
.rebrand-testimonials .top .quote-right img {
  width: 130px;
}
.rebrand-testimonials .bottom {
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 520px) 70px 130px;
  grid-template-columns: minmax(0, 520px) 130px;
  margin-left: auto;
  margin-right: auto;
  max-width: 710px;
  padding: 0;
}
.rebrand-testimonials .bottom::before, .rebrand-testimonials .bottom::after {
  display: none;
}
.rebrand-testimonials .bottom .right {
  -ms-grid-row-align: start;
      align-self: start;
  float: none;
  -ms-grid-column: 2;
  grid-column: 2;
  width: 130px;
}
.rebrand-testimonials .bottom .right .reviews-roundel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4CBBA7;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 700;
  height: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.05;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 130px;
}
.rebrand-testimonials .bottom .right .reviews-roundel:hover, .rebrand-testimonials .bottom .right .reviews-roundel:focus {
  text-decoration: none;
}
.rebrand-testimonials .bottom .left {
  float: none;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  margin: 0;
  width: auto;
}
.rebrand-testimonials .bottom .left .comment {
  font-size: 18px;
  line-height: 1.55;
}
.rebrand-testimonials .bottom .left .name {
  font-size: 20px;
  margin-top: 7px;
}
.rebrand-testimonials .bottom .left .name {
  text-transform: uppercase;
}
.rebrand-testimonials .slick-prev {
  left: -54px;
}
.rebrand-testimonials .slick-next {
  right: -54px;
}

.rebrand-contact-cta {
  background: #F1F2F2;
}
.rebrand-contact-cta .cta-body {
  background: transparent;
  padding: 0;
}
.rebrand-contact-cta .cta-body h2 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #4CBBA7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 43px;
  font-weight: 400;
  height: 83px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0 30px;
}
.rebrand-contact-cta .cta-body .buttons {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 38px;
  height: 196px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 1050px;
  padding: 28px 0 30px;
}
.rebrand-contact-cta .cta-body .buttons a.form-button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #30349B;
  border-radius: 50%;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 138px;
          flex: 0 0 138px;
  height: 138px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  padding: 12px;
  text-transform: none;
  width: 138px;
}
.rebrand-contact-cta .cta-body .buttons a.form-button + .form-button {
  margin: 0;
}
.rebrand-contact-cta .cta-body .buttons a.form-button img {
  display: none;
}
.rebrand-contact-cta .cta-body .buttons a.form-button span {
  background: transparent;
  border-radius: 0;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.15;
  min-width: 0;
  padding: 0;
  text-align: center;
  text-transform: none;
}
.rebrand-contact-cta .cta-body .buttons a.form-button:hover {
  background: rgb(39.5586206897, 42.8551724138, 127.7413793103);
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.rebrand-service-hero {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #e3f2ef;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 626px;
}
.rebrand-service-hero--attendance {
  background-image: url("/images/rebrand-2026/hero-attendance-allowance.jpg");
}
.rebrand-service-hero .container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: none;
  padding-left: clamp(90px, 7vw, 120px);
  padding-right: clamp(60px, 5vw, 90px);
  width: 100%;
  z-index: 1;
}
.rebrand-service-hero__copy {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 13px;
     -moz-column-gap: 13px;
          column-gap: 13px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 170px 13px 1fr;
  grid-template-columns: 170px 1fr;
  max-width: 560px;
  width: 100%;
}
.rebrand-service-hero__copy > :not(.rebrand-service-hero__icon):not(h1) {
  grid-column: 1/-1;
}
.rebrand-service-hero__icon {
  display: block;
  margin: 0;
  width: 170px;
}
.rebrand-service-hero h1 {
  font-size: 51px;
  line-height: 1;
  margin: 0;
}
body.site-rebrand .rebrand-service-hero h2 {
  color: #4CBBA7;
  font-size: clamp(32px, 2.25vw, 38px);
  font-weight: 600;
  line-height: 1.15;
  margin: 28px 0 0;
  max-width: 540px;
}
.rebrand-service-hero p {
  font-size: 21px;
  line-height: 1.4;
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 24px;
  max-width: 405px;
}
.rebrand-service-hero__offer {
  color: #4CBBA7;
  font-size: 28px !important;
  font-weight: 600;
  line-height: 1.22 !important;
  margin-top: 28px !important;
}
.rebrand-service-hero__offer strong {
  color: inherit;
}
.rebrand-service-hero__intro {
  margin-top: 25px !important;
}
.rebrand-service-hero .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #30349B;
  border-color: #30349B;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 700;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 0;
  margin-top: 34px;
  padding: 0 22px;
  width: 338px;
}
.rebrand-service-hero .btn:hover, .rebrand-service-hero .btn:focus {
  background: rgb(39.5586206897, 42.8551724138, 127.7413793103);
  border-color: rgb(39.5586206897, 42.8551724138, 127.7413793103);
  color: #fff;
}

.rebrand-service-hero--attendance .btn {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  body.site-rebrand .rebrand-service-hero--attendance .container {
    padding-left: clamp(90px, 6.5vw, 110px);
  }
  body.site-rebrand .rebrand-service-hero--attendance .rebrand-service-hero__copy {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    -ms-grid-columns: 130px 7px minmax(0, 1fr);
    grid-template-columns: 130px minmax(0, 1fr);
  }
  body.site-rebrand .rebrand-service-hero--attendance .rebrand-service-hero__icon {
    max-width: none;
    -webkit-transform: translateX(-54px);
            transform: translateX(-54px);
  }
  body.site-rebrand .rebrand-service-hero--attendance h2 {
    margin-top: 30px;
  }
  body.site-rebrand .rebrand-service-hero--attendance .rebrand-service-hero__copy > h2 + p {
    margin-top: 22px;
    max-width: 405px;
  }
  body.site-rebrand .rebrand-service-hero--attendance .rebrand-service-hero__copy > p:last-child {
    margin-top: 0;
    max-width: 405px;
  }
  body.site-rebrand .rebrand-service-hero--attendance .btn {
    margin-top: 30px;
    width: 318px;
  }
}
.aa-guide-content {
  background: #fff;
}

.aa-guide-section {
  margin: 0;
  padding: clamp(58px, 6vw, 92px) 0;
}
.aa-guide-section > .container {
  max-width: 1380px;
}
.aa-guide-section h2 {
  color: #4CBBA7;
  font-size: clamp(34px, 3.2vw, 54px);
  font-weight: 400;
  margin: 0 0 28px;
}
.aa-guide-section h3, .aa-guide-section .team-members .team-member .name, .team-members .team-member .aa-guide-section .name {
  color: #4CBBA7;
  font-size: clamp(24px, 2vw, 34px);
  font-weight: 500;
}
.aa-guide-section p,
.aa-guide-section li {
  color: #30349B;
  font-size: clamp(17px, 1.25vw, 21px);
  line-height: 1.55;
}
.aa-guide-section ul {
  margin: 0;
  padding: 0;
}
.aa-guide-section ul li {
  list-style: none;
  padding-left: 30px;
  position: relative;
}
.aa-guide-section ul li::before {
  background: url("../images/rebrand-2026/teal-circle.svg") no-repeat center/contain;
  border: 0;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  top: 0.55em;
  width: 13px;
}
.aa-guide-section .positives {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 6.5vw;
     -moz-column-gap: 6.5vw;
          column-gap: 6.5vw;
  -ms-grid-columns: minmax(0, 42.5vw) 6.5vw minmax(0, 42.5vw);
  grid-template-columns: repeat(2, minmax(0, 42.5vw));
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  row-gap: 45px;
}
.aa-guide-section .positives li {
  background: none;
  font-size: clamp(30px, 2.18vw, 40px);
  font-weight: 600;
  line-height: 1.23;
  margin: 0;
  padding: 0 0 0 112px;
}
.aa-guide-section .positives li::before {
  background: url("../images/rebrand-2026/purple-tick-in-teal-circle.svg") no-repeat center/contain;
  border: 0;
  content: "";
  height: 80px;
  left: 0;
  top: 3px;
  width: 82px;
}
.aa-guide-section .positives li::after {
  content: none;
}
.aa-guide-section .positives li:nth-child(3), .aa-guide-section .positives li:nth-child(5) {
  -webkit-transform: translateY(-47px);
          transform: translateY(-47px);
}
.aa-guide-section .positives li:nth-child(2) {
  width: 37.7vw;
}
.aa-guide-section .positives li:nth-child(even) {
  left: -7px;
}
.aa-guide-section--0 {
  padding: clamp(88px, 5.57vw, 103px) 0;
}
.aa-guide-section--0 > .container {
  max-width: none;
  width: 93%;
}
.aa-guide-section--1 {
  padding: 78px 0;
}
.aa-guide-section--1 > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
  width: calc(100% - 60px);
}
.aa-guide-section--1 h2 {
  font-size: clamp(48px, 3.78vw, 65px);
  line-height: 1.15;
  margin-bottom: 18px;
}
.aa-guide-section--1 p {
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.35;
  margin-bottom: 11px;
}
.aa-guide-section--1 p:last-child {
  margin-bottom: 0;
}
.aa-guide-section--2 {
  padding: 56px 0;
}
.aa-guide-section--2 > .container {
  max-width: 1420px;
}
.aa-guide-section--2 h2 {
  font-size: clamp(48px, 3.6vw, 62px);
  line-height: 1.1;
  margin-bottom: 30px;
}
.aa-guide-section--2 ul li {
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.25;
  margin: 0 0 29px;
  padding-left: 48px;
}
.aa-guide-section--2 ul li:last-child {
  margin-bottom: 0;
}
.aa-guide-section--2 ul li::before {
  background: url("../images/rebrand-2026/teal-circle.svg") no-repeat center/contain;
  border: 0;
  height: 32px;
  top: 9px;
  width: 32px;
}
.aa-guide-section--4 {
  padding: 90px 0;
}
.aa-guide-section--4 > .container {
  max-width: 1420px;
}
.aa-guide-section--4 h2 {
  font-size: clamp(48px, 3.78vw, 65px);
  line-height: 1.1;
  margin-bottom: 20px;
}
.aa-guide-section--4 p {
  color: #fff;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.28;
  margin: 0;
}
.aa-guide-section--4 h3, .aa-guide-section--4 .team-members .team-member .name, .team-members .team-member .aa-guide-section--4 .name {
  color: #30349B;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin: 80px 0 40px;
}
.aa-guide-section--4 ul li {
  color: #fff;
  font-size: clamp(28px, 2.04vw, 35px);
  line-height: 1.25;
  margin: 0 0 30px;
  padding-left: 48px;
}
.aa-guide-section--4 ul li:last-child {
  margin-bottom: 0;
}
.aa-guide-section--4 ul li::before {
  background: url("../images/rebrand-2026/purple-circle.svg") no-repeat center/contain;
  border: 0;
  height: 32px;
  top: 6px;
  width: 32px;
}
.aa-guide-section--4 ul li strong {
  color: #fff;
}
.aa-guide-section--purple {
  background: #30349B;
}
.aa-guide-section--purple p,
.aa-guide-section--purple li,
.aa-guide-section--purple strong {
  color: #fff;
}
.aa-guide-section--purple.aa-guide-section--1 p {
  color: #4CBBA7;
}
.aa-guide-section--teal {
  background: #4CBBA7;
}
.aa-guide-section--teal h2,
.aa-guide-section--teal h3,
.aa-guide-section--teal .team-members .team-member .name,
.team-members .team-member .aa-guide-section--teal .name,
.aa-guide-section--teal p,
.aa-guide-section--teal li,
.aa-guide-section--teal strong {
  color: #30349B;
}
.aa-guide-section--teal ul li::before {
  border-color: #30349B;
}
.aa-guide-section--teal.aa-guide-section--4 p {
  color: #fff;
}
.aa-guide-section--5 {
  padding: 44px 0 0;
}
.aa-guide-section--5 > .container {
  max-width: 1420px;
}
.aa-guide-section--5 > .container > h2 {
  font-size: clamp(48px, 3.48vw, 60px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 36px;
}
.aa-guide-section--5 > .container > h2 strong {
  font-weight: 700;
  line-height: inherit;
}
.aa-guide-section--5 > .container > h2 strong:only-child {
  font-weight: inherit;
}
.aa-guide-section--5 > .container > p:first-of-type {
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.2;
  margin: 0;
}
.aa-guide-section--5 > .container > p:first-of-type strong {
  line-height: inherit;
}
.aa-guide-section--5 .negatives {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 70px;
     -moz-column-gap: 70px;
          column-gap: 70px;
  -ms-grid-columns: minmax(0, 700px) 70px minmax(0, 650px);
  grid-template-columns: minmax(0, 700px) minmax(0, 650px);
  margin-top: 60px;
  row-gap: 48px;
}
.aa-guide-section--5 .negatives li {
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
  min-height: 80px;
  padding: 0 0 0 105px;
}
.aa-guide-section--5 .negatives li::before {
  background: url("../images/rebrand-2026/red-cross-in-teal-circle.svg") no-repeat center/contain;
  border: 0;
  content: "";
  height: 80px;
  top: 1px;
  width: 80px;
}
.aa-guide-section--5 .negatives li::after {
  content: none;
}
.aa-guide-section--5 .negatives li:nth-child(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}
.aa-guide-section--5 .negatives li:nth-child(2) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}
.aa-guide-section--5 .negatives li:nth-child(3) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}
.aa-guide-section--5 .negatives li:nth-child(4) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}
.aa-guide-section--5 .negatives li:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2/span 2;
  -webkit-transform: none;
          transform: none;
}
.aa-guide-section--5 h3, .aa-guide-section--5 .team-members .team-member .name, .team-members .team-member .aa-guide-section--5 .name,
.aa-guide-section--5 h3 ~ p,
.aa-guide-section--5 .team-members .team-member .name ~ p,
.team-members .team-member .aa-guide-section--5 .name ~ p {
  background: #30349B;
  color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(30px, (100vw - 1380px) / 2);
  padding-right: max(30px, (100vw - 1380px) / 2);
  width: 100vw;
}
.aa-guide-section--5 h3, .aa-guide-section--5 .team-members .team-member .name, .team-members .team-member .aa-guide-section--5 .name {
  color: #fff;
  font-size: clamp(48px, 3.6vw, 62px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 0;
  margin-top: 80px;
  padding-bottom: 66px;
  padding-top: 64px;
  text-align: center;
}
.aa-guide-section--5 h3 + p, .aa-guide-section--5 .team-members .team-member .name + p, .team-members .team-member .aa-guide-section--5 .name + p {
  height: 0;
  line-height: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.aa-guide-section--5 h3 ~ p, .aa-guide-section--5 .team-members .team-member .name ~ p, .team-members .team-member .aa-guide-section--5 .name ~ p {
  margin-bottom: 0;
  padding-bottom: 0;
  text-align: center;
}
.aa-guide-section--5 h3 ~ p:last-child, .aa-guide-section--5 .team-members .team-member .name ~ p:last-child, .team-members .team-member .aa-guide-section--5 .name ~ p:last-child {
  padding-bottom: 44px;
}
.aa-guide-section--5 h3 ~ p .btn, .aa-guide-section--5 .team-members .team-member .name ~ p .btn, .team-members .team-member .aa-guide-section--5 .name ~ p .btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4CBBA7;
  border: 0;
  border-radius: 999px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 36px;
  font-weight: 700;
  height: 110px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  min-width: 575px;
  padding: 0 50px;
  text-transform: uppercase;
}
.aa-guide-section--5 h3 ~ p .btn:hover, .aa-guide-section--5 .team-members .team-member .name ~ p .btn:hover, .team-members .team-member .aa-guide-section--5 .name ~ p .btn:hover, .aa-guide-section--5 h3 ~ p .btn:focus, .aa-guide-section--5 .team-members .team-member .name ~ p .btn:focus, .team-members .team-member .aa-guide-section--5 .name ~ p .btn:focus {
  background: rgb(61.1724696356, 161.0275303644, 143.0356275304);
  color: #fff;
}
.aa-guide-section--faqs {
  border-top: 70px solid #30349B;
  padding: 100px 0;
}
.aa-guide-section--faqs .aa-faqs-wrap {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
  width: calc(100% - 60px);
}
.aa-guide-section--faqs h2 {
  -webkit-column-span: all;
     -moz-column-span: all;
          column-span: all;
  color: #30349B;
  font-size: clamp(48px, 3.78vw, 65px);
  line-height: 1.1;
  margin: 0;
}
.aa-guide-section--faqs h3, .aa-guide-section--faqs .team-members .team-member .name, .team-members .team-member .aa-guide-section--faqs .name {
  -webkit-column-break-after: avoid;
     -moz-column-break-after: avoid;
          break-after: avoid;
  color: #4CBBA7;
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.2;
  margin: 32px 0 12px;
}
.aa-guide-section--faqs p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  font-size: 27px;
  line-height: 1.35;
  margin: 0 0 24px;
}
.aa-guide-section--faqs p strong {
  line-height: inherit;
}
.aa-guide-section--proof {
  padding: 72px 0 0;
}
.aa-guide-section--proof > .container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px;
  width: calc(100% - 60px);
}
.aa-guide-section--proof > .container > h2 {
  color: #30349B;
  font-size: clamp(48px, 3.78vw, 65px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 56px;
  max-width: 1120px;
}
.aa-guide-section--proof > .container > h2 strong {
  font-weight: 700;
  line-height: inherit;
}
.aa-guide-section--proof .reviews-carousel {
  background: #4CBBA7;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  min-height: 463px;
  padding: 70px 30px 54px;
  width: 100vw;
}
.aa-guide-section--proof .reviews-carousel__title {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.aa-guide-section--proof .reviews-carousel__title h2 {
  color: #fff;
  font-size: clamp(58px, 5.35vw, 92px);
  font-weight: 700;
  line-height: 1;
  margin: 0 22px;
  white-space: nowrap;
}
.aa-guide-section--proof .reviews-carousel__quote {
  background: #30349B;
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 170px;
          flex: 0 0 170px;
  height: 108px;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  width: 170px;
}
.aa-guide-section--proof .reviews-carousel__quote--left {
  -webkit-mask-image: url("../images/quotes-left.svg");
          mask-image: url("../images/quotes-left.svg");
}
.aa-guide-section--proof .reviews-carousel__quote--right {
  -webkit-mask-image: url("../images/quotes-right.svg");
          mask-image: url("../images/quotes-right.svg");
}
.aa-guide-section--proof .reviews-carousel__body {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 44px 26px minmax(0, 660px) 26px 44px 26px 180px;
  grid-template-columns: 44px minmax(0, 660px) 44px 180px;
  -webkit-column-gap: 26px;
     -moz-column-gap: 26px;
          column-gap: 26px;
  margin: 18px auto 0;
  max-width: 1100px;
}
.aa-guide-section--proof .reviews-carousel__review p {
  color: #30349B;
  font-size: 30px;
  line-height: 1.42;
  margin: 0;
}
.aa-guide-section--proof .reviews-carousel__review .reviews-carousel__name {
  color: #fff;
  font-size: clamp(22px, 1.5vw, 26px);
  font-weight: 700;
  margin-top: 8px;
  text-transform: uppercase;
}
.aa-guide-section--proof .reviews-carousel__arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 78px;
  font-weight: 200;
  line-height: 1;
  padding: 0;
}
.aa-guide-section--proof .reviews-carousel__roundel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #30349B;
  border-radius: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 30px;
  font-weight: 700;
  height: 180px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 180px;
}
.aa-guide-section--proof .reviews-carousel__roundel:hover, .aa-guide-section--proof .reviews-carousel__roundel:focus {
  color: #fff;
  text-decoration: none;
}

body.site-rebrand .aa-guide-section--purple h2,
body.site-rebrand .aa-guide-section--purple h3,
body.site-rebrand .aa-guide-section--purple .team-members .team-member .name,
.team-members .team-member body.site-rebrand .aa-guide-section--purple .name {
  color: #fff;
}

body.site-rebrand .aa-guide-section--teal h2,
body.site-rebrand .aa-guide-section--teal h3,
body.site-rebrand .aa-guide-section--teal .team-members .team-member .name,
.team-members .team-member body.site-rebrand .aa-guide-section--teal .name {
  color: #30349B;
}

body.site-rebrand .aa-guide-section--4 h2 {
  font-size: clamp(48px, 3.78vw, 65px);
  font-weight: 400;
  line-height: 1.1;
  margin-bottom: 20px;
}
body.site-rebrand .aa-guide-section--4 p {
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.28;
}
body.site-rebrand .aa-guide-section--4 h3, body.site-rebrand .aa-guide-section--4 .team-members .team-member .name, .team-members .team-member body.site-rebrand .aa-guide-section--4 .name {
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.25;
  margin: 80px 0 40px;
}
body.site-rebrand .aa-guide-section--4 ul li {
  font-size: clamp(28px, 2.04vw, 35px);
  line-height: 1.25;
}

body.site-rebrand .aa-guide-section--5 > .container > h2 {
  font-size: clamp(48px, 3.48vw, 60px);
  font-weight: 400;
  line-height: 1.1;
}
body.site-rebrand .aa-guide-section--5 > .container > p:first-of-type {
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.2;
}
body.site-rebrand .aa-guide-section--5 .negatives li {
  font-size: clamp(28px, 2.1vw, 36px);
  line-height: 1.2;
}

.page.enquiry-form.aa-application-form {
  background: #fff;
  margin: 0;
  scroll-margin-top: 120px;
  padding: 50px 0 80px;
}
.page.enquiry-form.aa-application-form > .container {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 1420px !important;
  padding: 0;
  width: calc(100% - 60px);
}
.page.enquiry-form.aa-application-form .box.light-purple {
  background: #dedced;
  border: 0;
  border-radius: 14px;
  color: #30349B;
  font-size: clamp(24px, 1.75vw, 30px);
  line-height: 1.45;
  margin: 0 0 50px;
  padding: 26px 30px;
}
.page.enquiry-form.aa-application-form .box.light-purple p {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.page.enquiry-form.aa-application-form > .container > h2:first-child {
  color: #30349B;
  font-size: clamp(48px, 3.78vw, 65px);
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 52px;
}
.page.enquiry-form.aa-application-form .form-group {
  margin: 0 0 64px;
}
.page.enquiry-form.aa-application-form .group-label,
.page.enquiry-form.aa-application-form label {
  color: #30349B;
  font-size: clamp(24px, 1.75vw, 30px);
  font-weight: 500;
  line-height: 1.25;
}
.page.enquiry-form.aa-application-form .form-group > label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.page.enquiry-form.aa-application-form .form-group > label + label {
  margin-left: 42px;
}
.page.enquiry-form.aa-application-form .group-label {
  margin-bottom: 24px;
}
.page.enquiry-form.aa-application-form input[type=radio] {
  height: 20px;
  margin-right: 7px;
  width: 20px;
}
.page.enquiry-form.aa-application-form .flex.gap-30 {
  gap: 45px;
}
.page.enquiry-form.aa-application-form .form-control {
  border: 3px solid #d7d7d7;
  border-radius: 10px;
  color: #30349B;
  font-size: 28px;
  height: 82px;
  padding: 0 25px;
}
.page.enquiry-form.aa-application-form .form-control::-webkit-input-placeholder {
  color: #4CBBA7;
  opacity: 1;
}
.page.enquiry-form.aa-application-form .form-control::-moz-placeholder {
  color: #4CBBA7;
  opacity: 1;
}
.page.enquiry-form.aa-application-form .form-control:-ms-input-placeholder {
  color: #4CBBA7;
  opacity: 1;
}
.page.enquiry-form.aa-application-form .form-control::-ms-input-placeholder {
  color: #4CBBA7;
  opacity: 1;
}
.page.enquiry-form.aa-application-form .form-control::placeholder {
  color: #4CBBA7;
  opacity: 1;
}
.page.enquiry-form.aa-application-form h3, .page.enquiry-form.aa-application-form .team-members .team-member .name, .team-members .team-member .page.enquiry-form.aa-application-form .name {
  color: #4CBBA7;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 26px;
}

.aa-banner.rebrand-benefit-hero {
  background: #F1F2F2;
}
.aa-banner.rebrand-benefit-hero .left {
  background: rgba(76, 187, 167, 0.13);
  padding: clamp(55px, 7vw, 105px) clamp(35px, 6vw, 110px);
}
.aa-banner.rebrand-benefit-hero .right {
  background-position: center;
  min-height: 520px;
}

.aa-banner.rebrand-pip-hero .left .inner,
.aa-banner.rebrand-pension-credit-hero .left .inner {
  display: block;
}
.aa-banner.rebrand-pip-hero .left .inner .rebrand-banner-icon,
.aa-banner.rebrand-pension-credit-hero .left .inner .rebrand-banner-icon {
  display: block !important;
  float: none !important;
  height: auto !important;
  margin: 0 0 14px !important;
  max-width: none !important;
  -webkit-transform: translateX(-34px);
          transform: translateX(-34px);
  width: 126px !important;
}
.aa-banner.rebrand-pip-hero .left .inner h1,
.aa-banner.rebrand-pension-credit-hero .left .inner h1 {
  color: #30349B;
  font-size: clamp(42px, 3vw, 52px);
  font-weight: 500;
  line-height: 1.04;
  margin: 0;
}
.aa-banner.rebrand-pip-hero .left .inner h2,
.aa-banner.rebrand-pension-credit-hero .left .inner h2 {
  margin: 0;
}
.aa-banner.rebrand-pip-hero .left .inner h2:nth-of-type(1),
.aa-banner.rebrand-pension-credit-hero .left .inner h2:nth-of-type(1) {
  color: #4CBBA7;
  font-size: clamp(28px, 2.1vw, 36px);
  font-weight: 700;
  line-height: 1.16;
  margin-top: 27px;
}
.aa-banner.rebrand-pip-hero .left .inner h2:nth-of-type(2),
.aa-banner.rebrand-pension-credit-hero .left .inner h2:nth-of-type(2) {
  color: #30349B;
  font-size: clamp(22px, 1.4vw, 24px);
  font-weight: 400;
  line-height: 1.35;
  margin-top: 14px;
}
.aa-banner.rebrand-pip-hero .left .inner p,
.aa-banner.rebrand-pension-credit-hero .left .inner p {
  margin: 24px 0 0;
}
.aa-banner.rebrand-pip-hero .left .inner p .btn.btn-success,
.aa-banner.rebrand-pension-credit-hero .left .inner p .btn.btn-success {
  background: #30349B;
  border: 0;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-top: 0;
  min-width: 318px;
  padding: 15px 30px;
  text-transform: uppercase;
}
.aa-banner.rebrand-pip-hero .left .inner p .btn.btn-success:hover, .aa-banner.rebrand-pip-hero .left .inner p .btn.btn-success:focus,
.aa-banner.rebrand-pension-credit-hero .left .inner p .btn.btn-success:hover,
.aa-banner.rebrand-pension-credit-hero .left .inner p .btn.btn-success:focus {
  background: rgb(38.3527093596, 41.5487684729, 123.8472906404);
  color: #fff;
}

.aa-banner.rebrand-pension-credit-hero .rebrand-hero-lockup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 118px 8px minmax(0, 420px);
  grid-template-columns: 118px minmax(0, 420px);
}
.aa-banner.rebrand-pension-credit-hero .left .inner .rebrand-hero-lockup .rebrand-banner-icon {
  margin: 0 !important;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  width: 126px !important;
}
.aa-banner.rebrand-pension-credit-hero .rebrand-hero-lockup h1 {
  max-width: 420px;
}

@media (min-width: 1251px) {
  .aa-banner.rebrand-pip-hero,
  .aa-banner.rebrand-pension-credit-hero {
    display: block;
    height: 626px;
    min-height: 626px;
    overflow: hidden;
    position: relative;
  }
  .aa-banner.rebrand-pip-hero .left,
  .aa-banner.rebrand-pension-credit-hero .left {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, right top, from(#e7f3ef), color-stop(29%, #e7f3ef), color-stop(39%, rgba(231, 243, 239, 0.96)), color-stop(50%, rgba(231, 243, 239, 0.76)), color-stop(61%, rgba(231, 243, 239, 0.26)), color-stop(69%, rgba(231, 243, 239, 0)));
    background: linear-gradient(90deg, #e7f3ef 0%, #e7f3ef 29%, rgba(231, 243, 239, 0.96) 39%, rgba(231, 243, 239, 0.76) 50%, rgba(231, 243, 239, 0.26) 61%, rgba(231, 243, 239, 0) 69%);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding: 48px clamp(55px, 6.25vw, 110px);
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .aa-banner.rebrand-pip-hero .left .inner,
  .aa-banner.rebrand-pension-credit-hero .left .inner {
    margin-left: 0;
    max-width: 700px;
  }
  .aa-banner.rebrand-pip-hero .right,
  .aa-banner.rebrand-pension-credit-hero .right {
    background-position: 72% 20%;
    bottom: 0;
    left: 0;
    min-height: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
  }
  .aa-banner.rebrand-pension-credit-hero .right {
    background-position: center center;
  }
}
@media (max-width: 767px) {
  .aa-banner.rebrand-pip-hero .left .inner,
  .aa-banner.rebrand-pension-credit-hero .left .inner {
    display: block;
  }
  .aa-banner.rebrand-pip-hero .left .inner .rebrand-banner-icon,
  .aa-banner.rebrand-pension-credit-hero .left .inner .rebrand-banner-icon {
    margin-bottom: 20px !important;
    -webkit-transform: none;
            transform: none;
    width: 118px !important;
  }
  .aa-banner.rebrand-pip-hero .left .inner h1,
  .aa-banner.rebrand-pension-credit-hero .left .inner h1 {
    font-size: 38px;
  }
  .aa-banner.rebrand-pip-hero .left .inner h2:nth-of-type(1),
  .aa-banner.rebrand-pension-credit-hero .left .inner h2:nth-of-type(1) {
    font-size: 30px;
    margin-top: 28px;
  }
  .aa-banner.rebrand-pip-hero .left .inner h2:nth-of-type(2),
  .aa-banner.rebrand-pension-credit-hero .left .inner h2:nth-of-type(2) {
    font-size: 22px;
  }
  .aa-banner.rebrand-pip-hero .left .inner p .btn.btn-success,
  .aa-banner.rebrand-pension-credit-hero .left .inner p .btn.btn-success {
    font-size: 16px;
    min-width: 0;
    width: 100%;
  }
  .aa-banner.rebrand-pension-credit-hero .rebrand-hero-lockup {
    display: block;
  }
  .aa-banner.rebrand-pension-credit-hero .left .inner .rebrand-hero-lockup .rebrand-banner-icon {
    margin-bottom: 20px !important;
    -webkit-transform: none;
            transform: none;
    width: 118px !important;
  }
}
body.pip-page .page.enquiry-form {
  margin-top: 0;
}
body.pip-page .page.enquiry-form ul.positives {
  margin-bottom: clamp(80px, 7vw, 96px);
}
body.pip-page .page.enquiry-form > .container > div:first-child > h2 {
  color: #30349B;
  font-size: clamp(40px, 3vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 25px;
}
body.pip-page .page.enquiry-form > .container > div:first-child > h2 + h2 {
  color: #4CBBA7;
  font-size: clamp(28px, 2vw, 32px);
  line-height: 1.2;
  margin-bottom: 15px;
}
body.pip-page .page.enquiry-form > .container > div:first-child > h3, body.pip-page .team-members .team-member .page.enquiry-form > .container > div:first-child > .name, .team-members .team-member body.pip-page .page.enquiry-form > .container > div:first-child > .name {
  color: #4CBBA7;
  font-size: clamp(24px, 1.7vw, 30px);
  line-height: 1.2;
  margin: 50px 0 15px;
}

body.pension-credit-help-page .page.enquiry-form {
  margin-top: 0;
}
body.pension-credit-help-page .page.enquiry-form .enquiry-form-header .left h2 {
  color: #30349B;
  font-size: clamp(40px, 2.9vw, 52px);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 25px;
}
body.pension-credit-help-page .page.enquiry-form > .container {
  max-width: 840px !important;
}
body.pension-credit-help-page .page.enquiry-form > .container > div:first-child > h2 {
  color: #4CBBA7;
  font-size: clamp(28px, 1.8vw, 32px);
  line-height: 1.2;
  margin: 60px 0 15px;
}
body.pension-credit-help-page .page.enquiry-form > .container > div:first-child > .enquiry-form-header + h2 {
  margin-top: 0;
}
body.pension-credit-help-page .page.enquiry-form > .container > div:first-child > h3, body.pension-credit-help-page .team-members .team-member .page.enquiry-form > .container > div:first-child > .name, .team-members .team-member body.pension-credit-help-page .page.enquiry-form > .container > div:first-child > .name {
  color: #4CBBA7;
  font-size: clamp(22px, 1.35vw, 24px);
  line-height: 1.2;
  margin: 60px 0 15px;
}

@media (max-width: 991px) {
  body.pension-credit-help-page .page.enquiry-form > .container {
    max-width: calc(100% - 40px) !important;
    padding: 42px 28px;
  }
}
@media (max-width: 767px) {
  body.pension-credit-help-page .page.enquiry-form {
    margin-top: 0;
  }
  body.pension-credit-help-page .page.enquiry-form > .container {
    max-width: calc(100% - 32px) !important;
    padding: 28px 18px;
  }
}
body.pip-page .aa-faqs-wrap > h2 {
  color: #4CBBA7;
  font-size: 32px;
  line-height: 1.2;
  margin: 60px 0 15px;
}
body.pip-page .aa-faqs-wrap > h2:first-child {
  color: #30349B;
  font-size: clamp(40px, 3vw, 52px);
  line-height: 1.2;
  margin: 0 0 25px;
}
body.pip-page .aa-faqs-wrap > h2:first-child + h2 {
  margin-top: 0;
}
body.pip-page .aa-faqs-wrap > h3, body.pip-page .team-members .team-member .aa-faqs-wrap > .name, .team-members .team-member body.pip-page .aa-faqs-wrap > .name {
  color: #4CBBA7;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 15px;
}
body.pip-page .aa-faqs-wrap > p + h3, body.pip-page .team-members .team-member .aa-faqs-wrap > p + .name, .team-members .team-member body.pip-page .aa-faqs-wrap > p + .name {
  margin-top: 60px;
}

@media (min-width: 992px) {
  body.pip-page .page.enquiry-form ul.positives {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-column-gap: clamp(40px, 6vw, 90px);
       -moz-column-gap: clamp(40px, 6vw, 90px);
            column-gap: clamp(40px, 6vw, 90px);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) clamp(40px, 6vw, 90px) minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-left: 50%;
    max-width: none;
    row-gap: 34px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: min(1420px, 100vw - 120px);
  }
  body.pip-page .page.enquiry-form ul.positives > li {
    font-size: clamp(28px, 2vw, 36px);
    font-weight: 600;
    line-height: 1.23;
    min-height: 80px;
    padding: 0 0 0 105px;
  }
  body.pip-page .page.enquiry-form ul.positives > li + li {
    margin-top: 0;
  }
  body.pip-page .page.enquiry-form ul.positives > li::before {
    height: 80px;
    top: 0;
    width: 80px;
  }
}
@media (max-width: 991px) {
  body.pip-page .page.enquiry-form ul.positives {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-left: 50%;
    row-gap: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100vw - 40px);
  }
  body.pip-page .page.enquiry-form ul.positives > li {
    font-size: 22px;
    line-height: 1.35;
    min-height: 52px;
    padding-left: 70px;
  }
  body.pip-page .page.enquiry-form ul.positives > li + li {
    margin-top: 0;
  }
  body.pip-page .page.enquiry-form ul.positives > li::before {
    height: 52px;
    width: 52px;
  }
}
.rebrand-banner-icon {
  display: block !important;
  float: none !important;
  height: auto !important;
  margin: 0 0 22px !important;
  max-width: 135px !important;
  -o-object-fit: contain;
     object-fit: contain;
  width: 118px !important;
}

.service-page-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.service-page-banner .caption-wrap {
  max-width: 600px;
}
.service-page-banner .caption-wrap h1 {
  color: #30349B;
  font-size: clamp(38px, 3.3vw, 62px);
  font-weight: 500;
  line-height: 1.05;
}
.service-page-banner .caption-wrap .intro {
  font-size: clamp(17px, 1.2vw, 22px);
}

.rebrand-service-page-hero:not(.rebrand-wills-hero) {
  margin-bottom: 0;
}
.rebrand-service-page-hero:not(.rebrand-wills-hero) .caption-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 118px 20px 1fr;
  grid-template-columns: 118px 1fr;
}
.rebrand-service-page-hero:not(.rebrand-wills-hero) .caption-wrap .rebrand-banner-icon {
  margin: 0 !important;
}
.rebrand-service-page-hero:not(.rebrand-wills-hero) .caption-wrap h1 {
  margin: 0;
}
.rebrand-service-page-hero:not(.rebrand-wills-hero) .caption-wrap .intro {
  grid-column: 1/-1;
  margin-top: 24px;
}

@media (min-width: 992px) {
  .rebrand-service-page-hero--protective {
    height: 626px;
    min-height: 626px;
  }
  .rebrand-service-page-hero--protective > img.mobile-image {
    height: 626px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
  }
  .rebrand-service-page-hero--protective .caption-wrap {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    -ms-grid-columns: 130px 7px minmax(0, 423px);
    grid-template-columns: 130px minmax(0, 423px);
    left: clamp(90px, 6.5vw, 110px);
    max-width: 560px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 560px;
  }
  .rebrand-service-page-hero--protective .caption-wrap .rebrand-banner-icon {
    max-width: none !important;
    -webkit-transform: translateX(-54px);
            transform: translateX(-54px);
    width: 170px !important;
  }
  .rebrand-service-page-hero--protective .caption-wrap h1 {
    font-size: 51px;
    font-weight: 500;
    line-height: 1;
  }
  .rebrand-service-page-hero--protective .caption-wrap .intro {
    font-size: 21px;
    line-height: 1.4;
    margin-top: 30px;
    max-width: 540px;
  }
  .rebrand-power-of-attorney-hero {
    height: 626px;
    isolation: isolate;
    min-height: 626px;
  }
  .rebrand-power-of-attorney-hero > img.mobile-image {
    height: 626px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    width: 100%;
  }
  .rebrand-power-of-attorney-hero::before {
    background: -webkit-gradient(linear, left top, right top, from(#e7f3ef), color-stop(26%, rgba(231, 243, 239, 0.98)), color-stop(39%, rgba(231, 243, 239, 0.87)), color-stop(52%, rgba(231, 243, 239, 0.35)), color-stop(64%, rgba(231, 243, 239, 0)));
    background: linear-gradient(90deg, #e7f3ef 0%, rgba(231, 243, 239, 0.98) 26%, rgba(231, 243, 239, 0.87) 39%, rgba(231, 243, 239, 0.35) 52%, rgba(231, 243, 239, 0) 64%);
    content: "";
    inset: 0;
    pointer-events: none;
    position: absolute;
    z-index: 1;
  }
  .rebrand-power-of-attorney-hero .caption-wrap {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
    -ms-grid-columns: 138px 16px minmax(0, 1fr);
    grid-template-columns: 138px minmax(0, 1fr);
    left: clamp(90px, 7.2vw, 128px);
    max-width: 570px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: min(570px, 43vw);
    z-index: 2;
  }
  .rebrand-power-of-attorney-hero .caption-wrap .rebrand-banner-icon {
    max-width: none !important;
    -webkit-transform: translateX(-42px);
            transform: translateX(-42px);
    width: 160px !important;
  }
  .rebrand-power-of-attorney-hero .caption-wrap h1 {
    font-size: clamp(48px, 4vw, 62px);
    font-weight: 500;
    line-height: 1.04;
  }
  .rebrand-power-of-attorney-hero .caption-wrap .intro {
    font-size: clamp(18px, 1.35vw, 21px);
    line-height: 1.45;
    margin-top: 30px;
    max-width: 550px;
  }
}
.rebrand-wills-hero {
  margin-bottom: 0;
  min-height: clamp(500px, 49vw, 760px);
}
.rebrand-wills-hero > img.mobile-image {
  min-height: inherit;
  opacity: 0;
  width: 100%;
}
.rebrand-wills-hero .caption-wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 125px 22px 1fr;
  grid-template-columns: 125px 1fr;
  left: clamp(35px, 6vw, 115px);
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 41%;
}
.rebrand-wills-hero .caption-wrap .rebrand-banner-icon {
  margin: 0 !important;
}
.rebrand-wills-hero .caption-wrap h1 {
  margin: 0;
}
.rebrand-wills-hero .caption-wrap .intro {
  grid-column: 1/-1;
  margin-top: 25px;
}

.service-white-bullets,
.service-purple-bullets,
.service-page-content,
.page.enquiry-form {
  position: relative;
}

.service-white-bullets {
  margin: 0;
  padding: clamp(58px, 6vw, 90px) 0;
}
.service-white-bullets ul li {
  font-size: clamp(20px, 1.8vw, 30px);
  padding-left: 55px;
}
.service-white-bullets ul li::before {
  background: url("../images/rebrand-2026/teal-circle.svg") no-repeat center/contain;
  border: 0;
  height: 30px;
  top: 0;
  width: 30px;
}

.service-white-bullets ul li,
.service-purple-bullets ul li {
  font-weight: 500;
}

.service-purple-bullets {
  background: #30349B;
  margin: 0;
  padding: clamp(58px, 6vw, 90px) 0;
}
.service-purple-bullets .service-page-cta {
  margin-top: clamp(36px, 3vw, 48px);
}
.service-purple-bullets h2 {
  font-size: clamp(48px, 3.75vw, 60px);
  margin-bottom: 34px;
}
.service-purple-bullets ul li {
  color: #4CBBA7;
  font-size: clamp(25px, 2.1vw, 34px);
  font-weight: 400;
  line-height: 1.24;
  padding-left: 76px;
}
.service-purple-bullets ul li::before {
  background: #a69bd2;
  border: 0;
  border-radius: 0;
  height: clamp(52px, 4.5vw, 72px);
  -webkit-mask: url("../images/rebrand-2026/purple-circle.svg") no-repeat center/contain;
          mask: url("../images/rebrand-2026/purple-circle.svg") no-repeat center/contain;
  top: 0;
  width: clamp(52px, 4.5vw, 72px);
  -webkit-mask: url("../images/rebrand-2026/purple-circle.svg") no-repeat center/contain;
}
.service-purple-bullets ul li + li {
  margin-top: 30px;
}

body.site-rebrand .service-purple-bullets h2 {
  color: #fff;
}

body.site-rebrand .service-purple-bullets .service-page-cta .btn.btn-secondary {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #4CBBA7;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600 !important;
  height: 52px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 318px;
  padding: 0 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
body.site-rebrand .service-purple-bullets .service-page-cta .btn.btn-secondary:hover, body.site-rebrand .service-purple-bullets .service-page-cta .btn.btn-secondary:focus, body.site-rebrand .service-purple-bullets .service-page-cta .btn.btn-secondary:active {
  background: rgb(62.5765182186, 164.7234817814, 146.3186234818);
  border-color: rgb(62.5765182186, 164.7234817814, 146.3186234818);
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  body.site-rebrand .service-purple-bullets .service-page-cta .btn.btn-secondary {
    height: 50px;
    min-width: 0;
    width: 100%;
  }
}
.service-page-content {
  margin: 0;
  padding: clamp(58px, 6vw, 90px) 0;
}
.service-page-content .inner h2,
.service-page-content .inner h3,
.service-page-content .inner .team-members .team-member .name,
.team-members .team-member .service-page-content .inner .name {
  color: #4CBBA7;
  font-size: clamp(21px, 1.5vw, 27px);
  margin-bottom: 8px;
}
.service-page-content .inner p {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
  color: #30349B;
}

.rebrand-wills-faqs > .container {
  max-width: 1050px;
}
.rebrand-wills-faqs .inner {
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}
.rebrand-wills-faqs .inner p {
  font-size: 18px;
  line-height: 1.5;
}
.rebrand-wills-faqs .faq-item {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.service-page-content--before-enquiry {
  padding-bottom: clamp(36px, 3vw, 48px);
}
.service-page-content--before-enquiry + .page.enquiry-form {
  margin-top: 0;
}

.page.enquiry-form > .container {
  background: #fff;
  border-radius: var(--jo-radius);
  -webkit-box-shadow: var(--jo-shadow);
          box-shadow: var(--jo-shadow);
  padding: clamp(28px, 4vw, 62px);
}

.form-control {
  background: #fff;
  border-color: rgba(48, 52, 155, 0.22);
  border-radius: 12px;
}

.box.light-purple {
  background: rgba(76, 187, 167, 0.13);
  border-left: 6px solid #4CBBA7;
}

@media (min-width: 1000px) {
  .aa-guide-content,
  .page.enquiry-form.aa-application-form {
    width: 133.333333%;
    zoom: 0.75;
  }
  .page.enquiry-form.aa-application-form .text-center > .btn {
    font-size: 24px;
    font-weight: 700 !important;
    height: 69.333333px;
  }
  .page.enquiry-form.aa-application-form .form-choice-group.wrap {
    gap: 26.666667px;
    margin-bottom: 53.333333px;
  }
  .page.enquiry-form.aa-application-form .form-choice-group.wrap .form-choice {
    border-radius: 10.666667px;
    font-size: 26.666667px;
    padding: 20px 13.333333px;
  }
  .aa-guide-content .aa-guide-section > .container,
  .page.enquiry-form.aa-application-form > .container {
    -webkit-transform: translateX(-22.026667vw);
            transform: translateX(-22.026667vw);
  }
  .aa-guide-content .aa-guide-section--0 > .container {
    max-width: 1440px;
    width: calc(100% - 60px);
  }
  .aa-guide-content .aa-guide-section--0 .positives {
    -webkit-column-gap: 56.529px;
       -moz-column-gap: 56.529px;
            column-gap: 56.529px;
    -ms-grid-columns: 720px 56.529px 663.472px;
    grid-template-columns: 720px 663.472px;
  }
  .aa-guide-content .aa-guide-section--5 h3, .aa-guide-content .aa-guide-section--5 .team-members .team-member .name, .team-members .team-member .aa-guide-content .aa-guide-section--5 .name,
  .aa-guide-content .aa-guide-section--5 h3 ~ p,
  .aa-guide-content .aa-guide-section--5 .team-members .team-member .name ~ p,
  .team-members .team-member .aa-guide-content .aa-guide-section--5 .name ~ p,
  .aa-guide-content .aa-guide-section--proof .reviews-carousel {
    left: 0.590909vw;
    margin-left: calc(50% - 66.666667vw);
    margin-right: calc(50% - 66.666667vw);
    position: relative;
    width: 133.333333vw;
  }
}
.rebrand-small-banner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 260px;
}
.rebrand-small-banner__lockup {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.94);
  border-radius: 999px;
  -webkit-box-shadow: var(--jo-shadow);
          box-shadow: var(--jo-shadow);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-width: calc(100% - 40px);
  padding: 18px 34px 18px 20px;
}
.rebrand-small-banner__lockup h1 {
  color: #30349B;
  font-size: clamp(30px, 3vw, 48px);
  margin: 0;
}
.rebrand-small-banner__icon {
  background: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  width: 110px;
}

.rebrand-accreditations {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px;
  height: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
.rebrand-accreditations img {
  height: auto;
  max-height: none;
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
}
.rebrand-accreditations .rebrand-accreditations__disability {
  width: 215px;
}
.rebrand-accreditations .rebrand-accreditations__living-wage {
  width: 200px;
}
.rebrand-accreditations .rebrand-accreditations__society {
  width: 250px;
}

.footer {
  background: #4CBBA7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 249px;
  padding: 45px 30px;
}
.footer.footer--floating-cta {
  padding-bottom: 93px;
}
.footer > .container {
  max-width: 1280px;
}
.footer .inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  max-width: 1080px;
  min-height: 159px;
}
.footer .inner .left {
  -ms-flex-preferred-size: 270px;
      flex-basis: 270px;
}
.footer .inner .left img {
  background: transparent;
  width: 255px;
}
.footer .inner .middle {
  margin: 0 0 0 50px;
}
.footer .inner .middle p {
  color: var(--jo-ink);
  font-size: 16px;
}
.footer .inner .middle p:nth-of-type(n + 2) {
  color: #fff;
  font-size: 14px;
  line-height: 1.35;
  margin-bottom: 10px;
}
.footer .inner .middle .footer-legal-links li a,
.footer .attribution,
.footer .attribution a {
  color: var(--jo-ink);
}
.footer .inner .middle .footer-legal-links {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px 0;
}
.footer .inner .right {
  display: none;
}

@media (min-width: 1281px) {
  .rebrand-wills-hero {
    min-height: 49vw;
  }
  .rebrand-wills-hero .caption-wrap {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    -ms-grid-columns: 175px 30px 1fr;
    grid-template-columns: 175px 1fr;
    left: clamp(120px, 8.6vw, 150px);
    top: 44%;
    width: clamp(520px, 31vw, 560px);
  }
  .rebrand-wills-hero .caption-wrap .rebrand-banner-icon {
    max-width: 225px !important;
    -webkit-transform: translateX(-48px);
            transform: translateX(-48px);
    width: 225px !important;
  }
  .rebrand-wills-hero .caption-wrap h1 {
    font-size: 79px;
  }
  .rebrand-wills-hero .caption-wrap .intro {
    font-size: 26px;
    line-height: 1.48;
    margin-top: 30px;
  }
  .service-white-bullets {
    padding: 110px 0;
  }
  .service-white-bullets > .container {
    max-width: 1440px;
  }
  .service-white-bullets .inner {
    gap: 70px;
  }
  .service-white-bullets .inner ul + ul {
    margin-left: 0;
  }
  .service-white-bullets ul li {
    font-size: 40px;
    line-height: 1.08;
    padding-left: 100px;
  }
  .service-white-bullets ul li::before {
    height: 72px;
    top: 0;
    width: 72px;
  }
  .service-white-bullets ul li + li {
    margin-top: 32px;
  }
  .service-purple-bullets {
    padding: 82px 0;
  }
  .service-purple-bullets > .container {
    max-width: 1440px;
  }
  .service-purple-bullets h2 {
    font-size: 60px;
    margin-bottom: 42px;
  }
  .service-purple-bullets ul li {
    font-size: 28px;
    line-height: 1.24;
    padding-left: 74px;
  }
  .service-purple-bullets ul li::before {
    height: 58px;
    top: 0;
    width: 58px;
  }
  .service-purple-bullets ul li + li {
    margin-top: 30px;
  }
  .rebrand-wills-faqs {
    padding: 105px 0;
  }
  .rebrand-wills-faqs > .container {
    max-width: 1440px;
  }
  .rebrand-wills-faqs .inner {
    -webkit-column-gap: 90px;
       -moz-column-gap: 90px;
            column-gap: 90px;
  }
  .rebrand-wills-faqs .faq-item {
    margin-bottom: 30px;
  }
  .rebrand-wills-faqs .inner h3, .rebrand-wills-faqs .inner .team-members .team-member .name, .team-members .team-member .rebrand-wills-faqs .inner .name {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 8px;
  }
  .rebrand-wills-faqs .inner p {
    font-size: 25px;
    line-height: 1.35;
    margin-bottom: 0;
  }
  .aa-guide-content .aa-guide-section--0 {
    padding-bottom: 90px;
    padding-top: 120px;
  }
  .aa-guide-content .aa-guide-section--0 > .container {
    max-width: 2420px;
  }
  .aa-guide-content .aa-guide-section--0 .positives {
    -webkit-column-gap: 123px;
       -moz-column-gap: 123px;
            column-gap: 123px;
    -ms-grid-columns: 1150px 123px 1150px;
    grid-template-columns: repeat(2, 1150px);
    row-gap: 52px;
  }
  .aa-guide-content .aa-guide-section--0 .positives li {
    font-size: 48px;
    padding-left: 112px;
  }
  .aa-guide-content .aa-guide-section--0 .positives li::before {
    height: 92px;
    top: 1px;
    width: 92px;
  }
  .aa-guide-content .aa-guide-section--0 .positives li:nth-child(3) {
    -webkit-transform: none;
            transform: none;
  }
  .aa-guide-content .aa-guide-section--0 .positives li:nth-child(5) {
    -webkit-transform: none;
            transform: none;
  }
  .aa-guide-content .aa-guide-section--0 .positives li:nth-child(2) {
    -webkit-transform: none;
            transform: none;
    width: 960px;
  }
  .aa-guide-content .aa-guide-section--0 .positives li:nth-child(even) {
    left: 0;
  }
  .aa-guide-content .aa-guide-section--1 {
    padding: 75px 0;
  }
  .aa-guide-content .aa-guide-section--1 > .container {
    max-width: 1420px;
  }
  .aa-guide-content .aa-guide-section--1 h2 {
    font-size: 65px;
    margin-bottom: 18px;
  }
  .aa-guide-content .aa-guide-section--1 p {
    font-size: 36px;
    margin-bottom: 11px;
  }
  .aa-guide-content .aa-guide-section--2 {
    padding: 65px 0;
  }
  .aa-guide-content .aa-guide-section--2 > .container {
    max-width: 1420px;
  }
  .aa-guide-content .aa-guide-section--2 h2 {
    font-size: 57px;
    margin-bottom: 27px;
  }
  .aa-guide-content .aa-guide-section--2 ul li {
    font-size: 33px;
    margin-bottom: 27px;
    padding-left: 44px;
  }
  .aa-guide-content .aa-guide-section--2 ul li::before {
    height: 29px;
    top: 8px;
    width: 29px;
  }
  .aa-guide-content .aa-guide-section--5 {
    padding-top: 56px;
  }
  .aa-guide-content .aa-guide-section--5 > .container {
    max-width: 1420px;
  }
  .aa-guide-content .aa-guide-section--5 > .container > h2 {
    font-size: 54px;
    margin-bottom: 33px;
  }
  .aa-guide-content .aa-guide-section--5 > .container > p:first-of-type {
    font-size: 33px;
  }
  .aa-guide-content .aa-guide-section--5 .negatives {
    -webkit-column-gap: 70px;
       -moz-column-gap: 70px;
            column-gap: 70px;
    -ms-grid-columns: minmax(0, 700px) 70px minmax(0, 650px);
    grid-template-columns: minmax(0, 700px) minmax(0, 650px);
    margin-top: 54px;
    row-gap: 44px;
  }
  .aa-guide-content .aa-guide-section--5 .negatives li {
    font-size: 33px;
    padding-left: 105px;
  }
  .aa-guide-content .aa-guide-section--5 .negatives li::before {
    height: 80px;
    width: 80px;
  }
  .aa-guide-content .aa-guide-section--5 .negatives li:nth-child(5) {
    -webkit-transform: none;
            transform: none;
  }
  .aa-guide-content .aa-guide-section--5 h3, .aa-guide-content .aa-guide-section--5 .team-members .team-member .name, .team-members .team-member .aa-guide-content .aa-guide-section--5 .name {
    font-size: 57px;
    font-weight: 400;
    margin-top: 73px;
    padding-bottom: 70px;
    padding-top: 60px;
  }
  .aa-guide-content .aa-guide-section--5 h3 ~ p:last-child, .aa-guide-content .aa-guide-section--5 .team-members .team-member .name ~ p:last-child, .team-members .team-member .aa-guide-content .aa-guide-section--5 .name ~ p:last-child {
    padding-bottom: 44px;
  }
  .aa-guide-content .aa-guide-section--5 h3 ~ p .btn, .aa-guide-content .aa-guide-section--5 .team-members .team-member .name ~ p .btn, .team-members .team-member .aa-guide-content .aa-guide-section--5 .name ~ p .btn {
    font-size: 36px;
    height: 110px;
    min-width: 575px;
    padding: 0 46px;
  }
  .aa-guide-content .aa-guide-section--proof > .container > h2 {
    font-size: 50px;
    margin-bottom: 45px;
  }
  .aa-guide-content .aa-guide-section--proof .reviews-carousel__title h2 {
    font-size: 80px;
  }
  .aa-guide-content .aa-guide-section--proof .reviews-carousel__review p {
    font-size: 30px;
  }
  .aa-guide-content .aa-guide-section--proof .reviews-carousel__review .reviews-carousel__name {
    font-size: 24px;
  }
  .rebrand-featured-services {
    padding: 84px 0;
  }
  .rebrand-featured-services > .container {
    max-width: 1792px;
  }
  .rebrand-featured-services > .container > h2 {
    font-size: 60px;
    margin-bottom: 50px;
  }
  .rebrand-featured-services .inner {
    gap: 42px;
    max-width: 1540px;
  }
  .rebrand-featured-services .inner a.featured-service {
    max-width: 486px;
  }
  .rebrand-featured-services .inner a.featured-service .key {
    width: 252px;
  }
  .rebrand-featured-services .inner a.featured-service .top {
    margin-bottom: 25px;
  }
  .rebrand-featured-services .inner a.featured-service .title {
    font-size: 42px;
  }
  .rebrand-featured-services .inner a.featured-service .snippet {
    font-size: 22px;
    margin-top: 20px;
  }
  .rebrand-featured-services .inner a.featured-service .learn-more {
    font-size: 25px;
    margin-top: 25px;
    padding: 14px 24px 15px;
  }
  .rebrand-consultation {
    padding: 81px 0 56px;
  }
  .rebrand-consultation::after {
    border-width: 25px;
    height: 210px;
    right: -77px;
    top: -98px;
    width: 210px;
  }
  .rebrand-consultation > .container {
    max-width: 1792px;
  }
  .rebrand-consultation .inner {
    gap: 104px;
    -ms-grid-columns: 435px 104px minmax(0, 1fr);
    grid-template-columns: 435px minmax(0, 1fr);
    max-width: 1470px;
  }
  .rebrand-consultation .inner .left img {
    width: 435px;
  }
  .rebrand-consultation .inner .right h1,
  .rebrand-consultation .inner .right h2 {
    font-size: 52px;
    margin-bottom: 14px;
  }
  .rebrand-consultation .inner .right p {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .rebrand-testimonials {
    padding: 112px 0 84px;
  }
  .rebrand-testimonials > .container {
    max-width: 1792px;
  }
  .rebrand-testimonials .top .title {
    font-size: 86px;
  }
  .rebrand-testimonials .top .quote-left,
  .rebrand-testimonials .top .quote-right {
    -ms-flex-preferred-size: 182px;
        flex-basis: 182px;
  }
  .rebrand-testimonials .top .quote-left img,
  .rebrand-testimonials .top .quote-right img {
    width: 182px;
  }
  .rebrand-testimonials .bottom {
    -webkit-column-gap: 98px;
       -moz-column-gap: 98px;
            column-gap: 98px;
    -ms-grid-columns: minmax(0, 728px) 98px 182px;
    grid-template-columns: minmax(0, 728px) 182px;
    max-width: 994px;
  }
  .rebrand-testimonials .bottom .right {
    width: 182px;
  }
  .rebrand-testimonials .bottom .right .reviews-roundel {
    font-size: 31px;
    height: 182px;
    width: 182px;
  }
  .rebrand-testimonials .bottom .left .comment {
    font-size: 25px;
  }
  .rebrand-testimonials .bottom .left .name {
    font-size: 28px;
    margin-top: 10px;
  }
  .rebrand-testimonials .slick-prev {
    left: -76px;
  }
  .rebrand-testimonials .slick-next {
    right: -76px;
  }
  .rebrand-contact-cta .cta-body h2 {
    font-size: 60px;
    height: 116px;
  }
  .rebrand-contact-cta .cta-body .buttons {
    gap: 53px;
    height: 274px;
    max-width: 1470px;
    padding: 39px 0 42px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button {
    -ms-flex-preferred-size: 193px;
        flex-basis: 193px;
    height: 193px;
    width: 193px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button span {
    font-size: 25px;
  }
  .rebrand-accreditations {
    gap: 126px;
    height: 420px;
  }
  .rebrand-accreditations .rebrand-accreditations__disability {
    width: 301px;
  }
  .rebrand-accreditations .rebrand-accreditations__living-wage {
    width: 280px;
  }
  .rebrand-accreditations .rebrand-accreditations__society {
    width: 350px;
  }
  .footer {
    min-height: 349px;
    padding: 63px 42px;
  }
  .footer.footer--floating-cta {
    padding-bottom: 119px;
  }
  .footer > .container {
    max-width: 1792px;
  }
  .footer .inner {
    max-width: 1512px;
    min-height: 223px;
  }
  .footer .inner .left {
    -ms-flex-preferred-size: 378px;
        flex-basis: 378px;
  }
  .footer .inner .left img {
    width: 357px;
  }
  .footer .inner .middle {
    margin-left: 70px;
  }
  .footer .inner .middle p {
    font-size: 22px;
  }
  .footer .inner .middle p:nth-of-type(n + 2) {
    font-size: 16px;
    line-height: 1.35;
    margin-bottom: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1440px) {
  .service-white-bullets > .container,
  .service-purple-bullets > .container {
    max-width: calc(100% - 160px);
  }
  .service-page-content > .container,
  .rebrand-consultation > .container,
  .rebrand-testimonials > .container {
    max-width: calc(100% - 160px);
  }
  .rebrand-testimonials .top {
    -webkit-transform: none;
            transform: none;
  }
  .rebrand-testimonials .top .quote-left,
  .rebrand-testimonials .top .quote-right {
    -ms-flex-preferred-size: clamp(80px, 9.4vw, 130px);
        flex-basis: clamp(80px, 9.4vw, 130px);
  }
  .rebrand-testimonials .top .quote-left img,
  .rebrand-testimonials .top .quote-right img {
    width: clamp(80px, 9.4vw, 130px);
  }
  .rebrand-testimonials .top .title {
    font-size: clamp(48px, 5.45vw, 76px);
    margin-left: 14px;
    margin-right: 14px;
  }
  .rebrand-contact-cta .cta-body .buttons {
    gap: clamp(24px, 2.7vw, 38px);
    height: auto;
    max-width: calc(100% - 80px);
    padding-bottom: 36px;
    padding-top: 36px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button {
    -ms-flex-preferred-size: clamp(126px, 11.6vw, 160px);
        flex-basis: clamp(126px, 11.6vw, 160px);
    height: clamp(126px, 11.6vw, 160px);
    width: clamp(126px, 11.6vw, 160px);
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button span {
    font-size: clamp(16px, 1.45vw, 20px);
  }
}
@media (min-width: 1281px) and (max-width: 1499px) {
  .aa-guide-content .aa-guide-section--0 > .container {
    max-width: 1490px;
  }
  .aa-guide-content .aa-guide-section--0 .positives {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -ms-grid-columns: 720px 50px 720px;
    grid-template-columns: repeat(2, 720px);
    row-gap: 52px;
  }
  .aa-guide-content .aa-guide-section--0 .positives li:nth-child(2) {
    width: 720px;
  }
}
@media (min-width: 1500px) and (max-width: 1900px) {
  .aa-guide-content .aa-guide-section--0 > .container {
    max-width: 2035px;
    -webkit-transform: translateX(calc(-22.026667vw + 36px));
            transform: translateX(calc(-22.026667vw + 36px));
  }
  .aa-guide-content .aa-guide-section--0 .positives {
    -webkit-column-gap: 110px;
       -moz-column-gap: 110px;
            column-gap: 110px;
    -ms-grid-columns: 940px 110px 940px;
    grid-template-columns: repeat(2, 940px);
  }
  .aa-guide-content .aa-guide-section--0 .positives li:nth-child(2) {
    width: 940px;
  }
}
@media (max-width: 1250px) {
  .rebrand-header {
    min-height: 190px;
  }
  .rebrand-header .left .main-logo,
  .rebrand-header .left > a {
    width: 400px;
  }
  .rebrand-home-hero .caption-wrap .caption {
    width: 430px;
  }
  .rebrand-testimonials .bottom {
    padding-left: 100px;
    padding-right: 100px;
  }
  .rebrand-testimonials .bottom {
    padding: 0 70px;
  }
}
@media (max-width: 991px) {
  .rebrand-power-of-attorney-hero .caption-wrap h1 {
    max-width: none;
    position: static;
  }
  .rebrand-home-hero img.banner-img {
    height: 500px;
    min-height: 420px;
  }
  .rebrand-home-hero > .google-review-mark {
    right: 24px;
    top: 20px;
    width: 190px;
  }
  .rebrand-home-hero .caption-wrap {
    right: 35px;
    top: 210px;
  }
  .rebrand-home-hero .caption-wrap .caption {
    font-size: 48px;
    width: 330px;
  }
  .rebrand-home-hero .caption-wrap .hero-roundel {
    font-size: 15px;
    width: 225px;
  }
  .rebrand-home-hero .caption-wrap .hero-roundel strong {
    height: 72px;
    width: 72px;
  }
  .rebrand-featured-services .inner a.featured-service .learn-more {
    margin-left: 0;
  }
  .rebrand-testimonials .top {
    -webkit-transform: none;
            transform: none;
  }
  .rebrand-testimonials .top .title {
    font-size: 48px;
  }
  .rebrand-testimonials .top .quote-left,
  .rebrand-testimonials .top .quote-right {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
  }
  .rebrand-testimonials .top .quote-left img,
  .rebrand-testimonials .top .quote-right img {
    width: 80px;
  }
  .rebrand-testimonials .bottom {
    display: block;
    padding: 0 45px;
  }
  .rebrand-testimonials .bottom .left {
    margin-right: 0;
    width: 100%;
  }
  .rebrand-testimonials .bottom .right {
    width: 100%;
  }
  .rebrand-testimonials .slick-prev {
    left: -42px;
  }
  .rebrand-testimonials .slick-next {
    right: -42px;
  }
  .rebrand-service-hero {
    background-position: center top;
    background-size: 100% auto;
    display: block;
    min-height: 0;
    padding-top: 48.82vw;
  }
  .rebrand-service-hero .container {
    background: #e3f2ef;
    max-width: none !important;
    padding: 45px 40px 55px;
  }
  .rebrand-service-hero__copy {
    -ms-grid-columns: 130px minmax(0, 1fr);
    grid-template-columns: 130px minmax(0, 1fr);
    margin-left: auto;
    margin-right: auto;
    max-width: 560px;
    width: 100%;
  }
  .rebrand-service-hero__icon {
    width: 130px;
  }
  .rebrand-service-hero h1 {
    font-size: 46px;
  }
  .rebrand-service-hero p,
  .rebrand-service-hero .btn {
    margin-left: 0;
    max-width: 100%;
  }
  .rebrand-contact-cta .cta-body h2 {
    font-size: 36px;
    height: 70px;
  }
  .rebrand-contact-cta .cta-body .buttons {
    gap: 24px;
    height: auto;
    max-width: 650px;
    padding: 38px 20px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button {
    -ms-flex-preferred-size: 126px;
        flex-basis: 126px;
    height: 126px;
    width: 126px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button span {
    font-size: 16px;
  }
  .rebrand-accreditations {
    gap: 45px;
    height: auto;
    padding: 48px 20px;
  }
  .rebrand-accreditations .rebrand-accreditations__disability {
    width: 180px;
  }
  .rebrand-accreditations .rebrand-accreditations__living-wage {
    width: 150px;
  }
  .rebrand-accreditations .rebrand-accreditations__society {
    width: 210px;
  }
  .footer {
    min-height: 0;
  }
  .footer .inner {
    min-height: 0;
  }
  .footer .inner .middle {
    margin: 0 0 40px;
  }
  .rebrand-wills-hero {
    background-image: none !important;
    min-height: 0;
  }
  .rebrand-wills-hero > img.mobile-image {
    height: auto;
    min-height: 0;
    opacity: 1;
  }
  .rebrand-wills-hero .caption-wrap {
    background: #fff;
    left: auto;
    margin: 0;
    max-width: none;
    padding: 42px 40px 50px;
    position: relative;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .rebrand-wills-hero .caption-wrap h1 {
    position: static;
  }
  .aa-guide-section--5 > .container > h2 {
    font-size: 42px;
  }
  .aa-guide-section--5 > .container > p:first-of-type {
    font-size: 26px;
  }
  .aa-guide-section--5 .negatives {
    margin-top: 45px;
    row-gap: 32px;
  }
  .aa-guide-section--5 .negatives li {
    font-size: 24px;
    padding-left: 80px;
  }
  .aa-guide-section--5 .negatives li::before {
    height: 60px;
    width: 60px;
  }
  .aa-guide-section--5 h3, .aa-guide-section--5 .team-members .team-member .name, .team-members .team-member .aa-guide-section--5 .name {
    font-size: 40px;
    margin-top: 55px;
    padding-bottom: 44px;
    padding-top: 44px;
  }
  .aa-guide-section--5 h3 ~ p:last-child, .aa-guide-section--5 .team-members .team-member .name ~ p:last-child, .team-members .team-member .aa-guide-section--5 .name ~ p:last-child {
    padding-bottom: 30px;
  }
  .aa-guide-section--5 h3 ~ p .btn, .aa-guide-section--5 .team-members .team-member .name ~ p .btn, .team-members .team-member .aa-guide-section--5 .name ~ p .btn {
    font-size: 24px;
    height: 76px;
    min-width: 380px;
  }
  .aa-guide-section--faqs {
    border-top-width: 50px;
    padding: 70px 0;
  }
  .aa-guide-section--faqs .aa-faqs-wrap {
    width: calc(100% - 50px);
  }
  .aa-guide-section--faqs h2 {
    font-size: 40px;
  }
  .aa-guide-section--faqs h3, .aa-guide-section--faqs .team-members .team-member .name, .team-members .team-member .aa-guide-section--faqs .name {
    font-size: 26px;
  }
  .aa-guide-section--faqs p {
    font-size: 22px;
    line-height: 1.4;
  }
  .aa-guide-section--proof {
    padding-top: 55px;
  }
  .aa-guide-section--proof > .container > h2 {
    font-size: 38px;
    margin-bottom: 38px;
  }
  .aa-guide-section--proof .reviews-carousel {
    min-height: 0;
    padding: 55px 24px 45px;
  }
  .aa-guide-section--proof .reviews-carousel__title h2 {
    font-size: 44px;
  }
  .aa-guide-section--proof .reviews-carousel__quote {
    -ms-flex-preferred-size: 90px;
        flex-basis: 90px;
    height: 60px;
    width: 90px;
  }
  .aa-guide-section--proof .reviews-carousel__body {
    -webkit-column-gap: 18px;
       -moz-column-gap: 18px;
            column-gap: 18px;
    -ms-grid-columns: 34px 18px minmax(0, 1fr) 18px 34px 18px 140px;
    grid-template-columns: 34px minmax(0, 1fr) 34px 140px;
    max-width: 680px;
  }
  .aa-guide-section--proof .reviews-carousel__review p, .aa-guide-section--proof .reviews-carousel__review .reviews-carousel__name {
    font-size: 22px;
  }
  .aa-guide-section--proof .reviews-carousel__arrow {
    font-size: 54px;
  }
  .aa-guide-section--proof .reviews-carousel__roundel {
    font-size: 23px;
    height: 140px;
    width: 140px;
  }
  .page.enquiry-form.aa-application-form {
    padding: 50px 0 65px;
  }
  .page.enquiry-form.aa-application-form > .container {
    max-width: calc(100% - 50px) !important;
    width: calc(100% - 50px);
  }
  .page.enquiry-form.aa-application-form > .container > h2:first-child {
    font-size: 38px;
    line-height: 1.12;
    margin-bottom: 36px;
  }
  .page.enquiry-form.aa-application-form .box.light-purple {
    font-size: 20px;
    margin-bottom: 42px;
    padding: 22px 24px;
  }
  .page.enquiry-form.aa-application-form .form-group {
    margin-bottom: 48px;
  }
  .page.enquiry-form.aa-application-form .group-label,
  .page.enquiry-form.aa-application-form label {
    font-size: 20px;
  }
  .page.enquiry-form.aa-application-form .group-label {
    margin-bottom: 18px;
  }
  .page.enquiry-form.aa-application-form .form-group > label + label {
    margin-left: 30px;
  }
  .page.enquiry-form.aa-application-form .flex.gap-30 {
    gap: 28px;
  }
  .page.enquiry-form.aa-application-form .form-control {
    border-width: 2px;
    font-size: 22px;
    height: 64px;
    padding: 0 20px;
  }
  .page.enquiry-form.aa-application-form h3, .page.enquiry-form.aa-application-form .team-members .team-member .name, .team-members .team-member .page.enquiry-form.aa-application-form .name {
    font-size: 26px;
    margin-bottom: 22px;
  }
}
.brand-device {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}

.brand-device--pill {
  background: #30349B;
  border-radius: 999px;
  color: #fff;
  padding: 12px 24px;
}

.brand-device--ring {
  border: 10px solid #4CBBA7;
  border-radius: 50%;
}

.brand-device--circle {
  background: #4CBBA7;
  border-radius: 50%;
}

.brand-device--arch {
  border: 10px solid #30349B;
  border-bottom: 0;
  border-radius: 999px 999px 0 0;
}

.visually-hidden {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

.brand-proof-band {
  background: #30349B;
  color: #fff;
  padding: clamp(70px, 6vw, 112px) 30px;
}
.brand-proof-band > .container {
  max-width: 1500px;
}
.brand-proof-band h2 {
  color: #fff;
  font-size: clamp(38px, 3.2vw, 60px);
  margin: 0 0 clamp(42px, 4vw, 70px);
  text-align: center;
}

.brand-proof-band__grid {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -ms-grid;
  display: grid;
  gap: clamp(22px, 2.4vw, 42px);
  -ms-grid-columns: minmax(0, 1fr) clamp(22px, 2.4vw, 42px) minmax(0, 1fr) clamp(22px, 2.4vw, 42px) minmax(0, 1fr) clamp(22px, 2.4vw, 42px) minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.brand-stat {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  color: #30349B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 230px;
  padding: 32px 24px;
  position: relative;
  border-radius: 999px;
  text-align: center;
  text-decoration: none;
}
.brand-stat strong {
  color: #30349B;
  font-size: clamp(48px, 4vw, 72px);
  line-height: 0.95;
}
.brand-stat span {
  color: #4CBBA7;
  font-size: clamp(20px, 1.6vw, 27px);
  font-weight: 700;
  line-height: 1.15;
  margin-top: 15px;
}

.brand-stat--ring {
  border: 0;
}

.brand-stat--pill {
  border-radius: 999px;
}

.brand-stat--arch {
  border-radius: 999px;
}

.brand-stat--circle {
  background: #4CBBA7;
  border-radius: 999px;
}
.brand-stat--circle strong,
.brand-stat--circle span {
  color: #fff;
}
.brand-stat--circle:hover, .brand-stat--circle:focus {
  background: #86499D;
  text-decoration: none;
}

.rebrand-consultation::after {
  display: none;
}

.rebrand-about h1,
.rebrand-about h2 {
  color: #30349B;
}
.rebrand-about p {
  font-size: 27px;
  line-height: 1.5;
}

.rebrand-about__introduction,
.rebrand-about__biography {
  padding: clamp(72px, 7vw, 126px) 30px;
}

.rebrand-about__introduction h1 {
  font-size: clamp(52px, 5vw, 86px);
  margin-bottom: 42px;
}

.rebrand-about__lead p:first-child {
  color: #4CBBA7;
  font-size: clamp(31px, 2.4vw, 42px);
  font-weight: 600;
  line-height: 1.3;
}

.rebrand-about__timeline {
  background: #f5f6f6;
  padding: clamp(70px, 6vw, 110px) 30px;
  text-align: center;
}
.rebrand-about__timeline > .container {
  max-width: 1760px;
}
.rebrand-about__timeline h2 {
  font-size: clamp(48px, 4.2vw, 76px);
  margin-bottom: 10px;
}

.rebrand-about__timeline-note {
  color: #30349B;
  margin: 0 auto 45px;
}

.rebrand-about__timeline-art {
  display: block;
  margin: 0 auto;
  max-width: 1660px;
  position: relative;
}
.rebrand-about__timeline-art picture {
  display: block;
}
.rebrand-about__timeline-art img {
  display: block;
  height: auto;
  width: 100%;
}

.rebrand-about__timeline-reviews {
  aspect-ratio: 98.403/24.939;
  background: transparent;
  left: 83.82%;
  max-width: none;
  position: absolute;
  top: 85.7%;
  width: 9.83%;
  z-index: 2;
}
.rebrand-about__timeline-reviews span {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: clamp(14px, 0.96vw, 18px);
  height: 69.25%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 60.62%;
  line-height: 1;
  top: 15.37%;
  -webkit-transform: none;
          transform: none;
  width: 35.12%;
}

@media (min-width: 621px) and (max-width: 980px) {
  .rebrand-about__timeline-reviews {
    aspect-ratio: 82.162/20.822;
    left: 32.71%;
    top: 90.57%;
    width: 30.68%;
  }
  .rebrand-about__timeline-reviews span {
    font-size: clamp(13px, 2.15vw, 19px);
  }
}
@media (max-width: 620px) {
  .rebrand-about__timeline-reviews {
    aspect-ratio: 36.14/9.16;
    left: 59.41%;
    top: 94.68%;
    width: 19.38%;
  }
  .rebrand-about__timeline-reviews span {
    font-size: clamp(7px, 2.05vw, 9px);
  }
}
.rebrand-about__values {
  background: #4CBBA7;
  padding: clamp(72px, 7vw, 126px) 30px;
}
.rebrand-about__values > .container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  gap: clamp(50px, 7vw, 125px);
  -ms-grid-columns: minmax(0, 0.85fr) clamp(50px, 7vw, 125px) minmax(420px, 1.15fr);
  grid-template-columns: minmax(0, 0.85fr) minmax(420px, 1.15fr);
  max-width: 1500px;
}
.rebrand-about__values h2 {
  color: #fff;
  font-size: clamp(46px, 4vw, 72px);
  margin: 32px 0 24px;
}
.rebrand-about__values p {
  color: #30349B;
  margin: 0;
}

.rebrand-about__values-art {
  display: block;
  height: auto;
  width: 100%;
}

.rebrand-about__biography h2 {
  font-size: clamp(42px, 3.5vw, 62px);
  margin-bottom: 36px;
}

@media (max-width: 1050px) {
  .brand-proof-band__grid {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rebrand-about__values > .container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rebrand-about__values-art {
    margin: 0 auto;
    max-width: 720px;
  }
}
@media (max-width: 680px) {
  .brand-proof-band,
  .rebrand-about__introduction,
  .rebrand-about__timeline,
  .rebrand-about__values,
  .rebrand-about__biography {
    padding-left: 20px;
    padding-right: 20px;
  }
  .brand-proof-band__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 0 auto;
    max-width: 360px;
  }
  .brand-stat {
    min-height: 270px;
  }
  .rebrand-about p {
    font-size: 21px;
  }
  .rebrand-about__timeline-art {
    max-width: 420px;
  }
}
@media (max-width: 767px) {
  .footer.footer--floating-cta {
    padding-bottom: 155px;
  }
  .rebrand-home-hero {
    background: #fff;
    margin-bottom: 0;
  }
  .rebrand-home-hero img.banner-img {
    height: clamp(260px, 64vw, 342px);
    min-height: 260px;
    -o-object-position: 35% center;
       object-position: 35% center;
  }
  .rebrand-home-hero > .google-review-mark {
    left: auto;
    right: 16px;
    bottom: auto;
    top: calc(clamp(260px, 64vw, 342px) - 12px);
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    width: 160px;
  }
  .rebrand-home-hero .caption-wrap {
    padding: 28px 20px;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
  }
  .rebrand-home-hero .caption-wrap .caption {
    font-size: 34px;
    margin: 0 auto 28px;
    max-width: 100%;
    top: 0;
    width: auto;
  }
  .rebrand-home-hero .caption-wrap .buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    padding-left: 0;
  }
  .rebrand-featured-services {
    padding-top: 20px;
  }
  .rebrand-featured-services > .container > h2 {
    margin-bottom: 38px;
  }
  .rebrand-featured-services .inner a.featured-service {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #fff;
    border-radius: 18px;
    -webkit-box-shadow: var(--jo-shadow);
            box-shadow: var(--jo-shadow);
    padding: 20px;
  }
  .rebrand-featured-services .inner a.featured-service .top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 90px;
            flex: 0 0 90px;
  }
  .rebrand-featured-services .inner a.featured-service .key {
    width: 90px;
  }
  .rebrand-featured-services .inner a.featured-service .title {
    font-size: 24px;
  }
  .rebrand-featured-services .inner a.featured-service .snippet {
    font-size: 16px;
  }
  .rebrand-featured-services .inner a.featured-service .learn-more {
    font-size: 16px;
    padding: 11px 24px 12px;
  }
  .rebrand-consultation .inner .left {
    display: none;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button {
    -ms-flex-preferred-size: 126px;
        flex-basis: 126px;
    height: 126px;
    width: 126px;
  }
  .rebrand-contact-cta .cta-body h2 {
    font-size: 30px;
    height: auto;
    padding: 30px 20px;
  }
  .rebrand-contact-cta .cta-body .buttons {
    padding: 36px 15px;
  }
  .rebrand-testimonials .top .quote-left,
  .rebrand-testimonials .top .quote-right {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
  }
  .rebrand-testimonials .top .title {
    font-size: 33px;
    white-space: normal;
  }
  .rebrand-testimonials .bottom {
    padding: 0 34px;
  }
  .rebrand-testimonials .slick-prev {
    left: -34px;
  }
  .rebrand-testimonials .slick-next {
    right: -34px;
  }
  .rebrand-service-hero {
    background-position: 65% top;
    background-size: auto 270px;
    display: block;
    min-height: 0;
    padding-top: 270px;
  }
  .rebrand-service-hero .container {
    background: #e3f2ef;
    max-width: none !important;
    padding: 35px 20px 45px;
  }
  .rebrand-service-hero__copy {
    display: block;
    max-width: none;
    width: 100%;
  }
  .rebrand-service-hero__icon {
    margin-bottom: 18px;
    width: 90px;
  }
  .rebrand-service-hero p,
  .rebrand-service-hero .btn {
    margin-left: 0;
    max-width: 100%;
  }
  .rebrand-service-hero .btn {
    width: 100%;
  }
  .rebrand-service-hero h1 {
    font-size: 39px;
  }
  .aa-guide-section {
    padding: 45px 0;
  }
  .aa-guide-section .positives, .aa-guide-section--5 .negatives {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .aa-guide-section .positives li {
    left: auto;
    -webkit-transform: none;
            transform: none;
    width: auto;
  }
  .aa-guide-section--5 > .container > h2 {
    font-size: 30px;
  }
  .aa-guide-section--5 > .container > p:first-of-type {
    font-size: 22px;
  }
  .aa-guide-section--5 .negatives {
    margin-top: 35px;
    row-gap: 24px;
  }
  .aa-guide-section--5 .negatives li {
    font-size: 22px;
    -ms-grid-column: 1 !important;
    grid-column: 1 !important;
    grid-row: auto !important;
    min-height: 52px;
    padding-left: 70px;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .aa-guide-section--5 .negatives li::before {
    height: 52px;
    width: 52px;
  }
  .aa-guide-section--5 .negatives li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .aa-guide-section--5 .negatives li:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .aa-guide-section--5 .negatives li:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .aa-guide-section--5 .negatives li:nth-child(4) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .aa-guide-section--5 .negatives li:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .aa-guide-section--5 h3, .aa-guide-section--5 .team-members .team-member .name, .team-members .team-member .aa-guide-section--5 .name {
    font-size: 34px;
    margin-top: 45px;
    padding-bottom: 32px;
    padding-top: 36px;
  }
  .aa-guide-section--5 h3 ~ p:last-child, .aa-guide-section--5 .team-members .team-member .name ~ p:last-child, .team-members .team-member .aa-guide-section--5 .name ~ p:last-child {
    padding-bottom: 28px;
  }
  .aa-guide-section--5 h3 ~ p .btn, .aa-guide-section--5 .team-members .team-member .name ~ p .btn, .team-members .team-member .aa-guide-section--5 .name ~ p .btn {
    font-size: 20px;
    height: 64px;
    max-width: 330px;
    min-width: 0;
    padding: 0 24px;
    width: 100%;
  }
  .aa-guide-section--faqs .aa-faqs-wrap {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .aa-guide-section--faqs {
    border-top-width: 36px;
    padding: 55px 0;
  }
  .aa-guide-section--faqs .aa-faqs-wrap {
    width: calc(100% - 40px);
  }
  .aa-guide-section--faqs h2 {
    font-size: 36px;
  }
  .aa-guide-section--faqs h3, .aa-guide-section--faqs .team-members .team-member .name, .team-members .team-member .aa-guide-section--faqs .name {
    font-size: 24px;
    margin: 24px 0 8px;
  }
  .aa-guide-section--faqs p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 22px;
  }
  .aa-guide-section--proof {
    padding-top: 45px;
  }
  .aa-guide-section--proof > .container {
    width: calc(100% - 40px);
  }
  .aa-guide-section--proof > .container > h2 {
    font-size: 30px;
    margin-bottom: 32px;
    max-width: none;
  }
  .aa-guide-section--proof .reviews-carousel {
    min-height: 0;
    padding: 45px 20px 40px;
  }
  .aa-guide-section--proof .reviews-carousel__title h2 {
    font-size: 32px;
    margin: 0 8px;
    text-align: center;
    white-space: normal;
  }
  .aa-guide-section--proof .reviews-carousel__quote {
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    height: 38px;
    width: 50px;
  }
  .aa-guide-section--proof .reviews-carousel__body {
    display: block;
    margin-top: 28px;
    max-width: 330px;
  }
  .aa-guide-section--proof .reviews-carousel__review p, .aa-guide-section--proof .reviews-carousel__review .reviews-carousel__name {
    font-size: 20px;
    text-align: center;
  }
  .aa-guide-section--proof .reviews-carousel__arrow {
    display: none;
  }
  .aa-guide-section--proof .reviews-carousel__roundel {
    font-size: 20px;
    height: 120px;
    margin: 28px auto 0;
    width: 120px;
  }
  body.site-rebrand .aa-guide-section--5 > .container > h2 {
    font-size: 30px;
  }
  body.site-rebrand .aa-guide-section--5 > .container > p:first-of-type,
  body.site-rebrand .aa-guide-section--5 .negatives li {
    font-size: 22px;
  }
  body.site-rebrand .aa-guide-section--4 h2 {
    font-size: 36px;
  }
  body.site-rebrand .aa-guide-section--4 p,
  body.site-rebrand .aa-guide-section--4 h3,
  body.site-rebrand .aa-guide-section--4 .team-members .team-member .name,
  .team-members .team-member body.site-rebrand .aa-guide-section--4 .name,
  body.site-rebrand .aa-guide-section--4 ul li {
    font-size: 22px;
  }
  .aa-banner.rebrand-benefit-hero .right {
    height: 290px;
    min-height: 0;
  }
  .aa-banner.rebrand-benefit-hero .left {
    padding: 38px 20px 45px;
  }
  .service-page-banner .caption-wrap {
    margin: 0;
    padding: 35px 20px 48px;
  }
  .service-page-banner .caption-wrap h1 {
    font-size: 38px;
  }
  .rebrand-service-page-hero:not(.rebrand-wills-hero) .caption-wrap {
    display: block;
  }
  .rebrand-service-page-hero:not(.rebrand-wills-hero) .caption-wrap .rebrand-banner-icon {
    margin-bottom: 18px !important;
  }
  .rebrand-wills-hero {
    background-image: none !important;
    min-height: 0;
  }
  .rebrand-wills-hero > img.mobile-image {
    height: auto;
    min-height: 0;
    opacity: 1;
  }
  .rebrand-wills-hero .caption-wrap {
    display: block;
    left: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
  .rebrand-wills-hero .caption-wrap .rebrand-banner-icon {
    margin-bottom: 18px !important;
  }
  .page.enquiry-form.aa-application-form {
    padding: 40px 0 52px;
  }
  .page.enquiry-form.aa-application-form > .container {
    max-width: calc(100% - 32px) !important;
    padding: 0;
    width: calc(100% - 32px);
  }
  .page.enquiry-form.aa-application-form > .container > h2:first-child {
    font-size: 32px;
    line-height: 1.12;
    margin-bottom: 26px;
  }
  .page.enquiry-form.aa-application-form .box.light-purple {
    border-radius: 10px;
    font-size: 17px;
    line-height: 1.45;
    margin-bottom: 34px;
    padding: 18px 20px;
  }
  .page.enquiry-form.aa-application-form .form-group {
    margin-bottom: 38px;
  }
  .page.enquiry-form.aa-application-form .group-label,
  .page.enquiry-form.aa-application-form label {
    font-size: 17px;
    line-height: 1.3;
  }
  .page.enquiry-form.aa-application-form .group-label {
    margin-bottom: 14px;
  }
  .page.enquiry-form.aa-application-form .form-group > label + label {
    margin-left: 24px;
  }
  .page.enquiry-form.aa-application-form input[type=radio] {
    height: 18px;
    width: 18px;
  }
  .page.enquiry-form.aa-application-form .flex.gap-30 {
    gap: 18px;
  }
  .page.enquiry-form.aa-application-form .form-control {
    border-width: 2px;
    font-size: 17px;
    height: 54px;
    padding: 0 15px;
  }
  .page.enquiry-form.aa-application-form h3, .page.enquiry-form.aa-application-form .team-members .team-member .name, .team-members .team-member .page.enquiry-form.aa-application-form .name {
    font-size: 22px;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  .page.enquiry-form > .container {
    border-radius: 16px;
    max-width: calc(100% - 24px) !important;
    padding: 28px 18px;
  }
  .footer .inner .left img {
    width: 235px;
  }
}
@media (max-width: 430px) {
  .rebrand-mobile-header .mobile-logo {
    width: 175px;
  }
  .rebrand-contact-cta .cta-body .buttons {
    gap: 28px 12px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button {
    -ms-flex-preferred-size: 116px;
        flex-basis: 116px;
    height: 116px;
    width: 116px;
  }
  .rebrand-contact-cta .cta-body .buttons a.form-button span {
    font-size: 13px;
    min-width: 0;
    width: 100%;
  }
}
body.site-rebrand .aa-guide-content .aa-guide-section--5 > .container > h3, body.site-rebrand .aa-guide-content .team-members .team-member .aa-guide-section--5 > .container > .name, .team-members .team-member body.site-rebrand .aa-guide-content .aa-guide-section--5 > .container > .name {
  color: #fff;
}
body.site-rebrand .aa-guide-content .aa-guide-section--5 > .container > h3 ~ p .btn, body.site-rebrand .aa-guide-content .team-members .team-member .aa-guide-section--5 > .container > .name ~ p .btn, .team-members .team-member body.site-rebrand .aa-guide-content .aa-guide-section--5 > .container > .name ~ p .btn {
  background: #4CBBA7;
  color: #fff;
  font-weight: 700 !important;
}

:root {
  --jo-content-size: clamp(18px, 1.40625vw, 24px);
  --jo-section-space: clamp(56px, 6vw, 112px);
  --jo-content-width: 1550px;
  --jo-narrow-width: 1120px;
}

body.site-rebrand {
  color: #30349B;
  font-size: var(--jo-content-size);
  font-family: "Outfit", sans-serif;
  line-height: 1.48;
}
body.site-rebrand main {
  background: #fff;
}
body.site-rebrand p,
body.site-rebrand li,
body.site-rebrand td,
body.site-rebrand th {
  line-height: 1.48;
}
body.site-rebrand h1,
body.site-rebrand h2,
body.site-rebrand h3,
body.site-rebrand .team-members .team-member .name,
.team-members .team-member body.site-rebrand .name,
body.site-rebrand h4 {
  text-wrap: balance;
}
body.site-rebrand h1 {
  color: #30349B;
  font-size: clamp(40px, 3.4vw, 64px);
  font-weight: 500;
  line-height: 1.08;
}
body.site-rebrand h2 {
  color: #4CBBA7;
  font-size: clamp(32px, 2.45vw, 46px);
  font-weight: 600;
  line-height: 1.15;
}
body.site-rebrand h3, body.site-rebrand .team-members .team-member .name, .team-members .team-member body.site-rebrand .name {
  color: #4CBBA7;
  font-size: clamp(26px, 1.75vw, 34px);
  font-weight: 600;
  line-height: 1.2;
}
body.site-rebrand h4,
body.site-rebrand h5,
body.site-rebrand h6 {
  color: #30349B;
  font-weight: 600;
}
body.site-rebrand p + h2,
body.site-rebrand p + h3,
body.site-rebrand .team-members .team-member p + .name,
.team-members .team-member body.site-rebrand p + .name,
body.site-rebrand ul + h2,
body.site-rebrand ul + h3,
body.site-rebrand .team-members .team-member ul + .name,
.team-members .team-member body.site-rebrand ul + .name,
body.site-rebrand ol + h2,
body.site-rebrand ol + h3,
body.site-rebrand .team-members .team-member ol + .name,
.team-members .team-member body.site-rebrand ol + .name {
  margin-top: clamp(38px, 4vw, 72px);
}
body.site-rebrand a:not(.btn):not(.form-button):not(.featured-service):not(.team-member):not(.article) {
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.15em;
}

.site-rebrand .nav a .rebrand-nav-icon {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: 42px;
  margin: -8px 12px -8px 0;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: middle;
  width: 48px;
}

.site-rebrand .nav.mobile a .rebrand-nav-icon {
  height: 38px;
  width: 44px;
}

.rebrand-page,
.rebrand-form-page {
  margin-bottom: var(--jo-section-space);
  margin-top: var(--jo-section-space);
}
.rebrand-page > .container,
.rebrand-form-page > .container {
  max-width: min(var(--jo-content-width), 100% - 120px);
}

.rebrand-rich-page > .container > .inner {
  gap: clamp(40px, 6vw, 100px);
}
.rebrand-rich-page > .container > .inner > .left {
  margin-right: 0;
}

main ul.brand-list,
main ul.brand-list--teal-circle,
main ul.brand-list--purple-circle,
main ul.brand-list--tick,
main ul.brand-list--cross,
main ul.positives,
main ul.negatives {
  list-style: none;
  margin: clamp(28px, 3vw, 52px) 0;
  padding: 0;
}
main ul.brand-list > li,
main ul.brand-list--teal-circle > li,
main ul.brand-list--purple-circle > li,
main ul.brand-list--tick > li,
main ul.brand-list--cross > li,
main ul.positives > li,
main ul.negatives > li {
  list-style: none;
  margin: 0;
  min-height: 62px;
  padding: 10px 0 10px 86px;
  position: relative;
}
main ul.brand-list > li + li,
main ul.brand-list--teal-circle > li + li,
main ul.brand-list--purple-circle > li + li,
main ul.brand-list--tick > li + li,
main ul.brand-list--cross > li + li,
main ul.positives > li + li,
main ul.negatives > li + li {
  margin-top: clamp(18px, 2vw, 34px);
}
main ul.brand-list > li::before,
main ul.brand-list--teal-circle > li::before,
main ul.brand-list--purple-circle > li::before,
main ul.brand-list--tick > li::before,
main ul.brand-list--cross > li::before,
main ul.positives > li::before,
main ul.negatives > li::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 62px;
  left: 0;
  position: absolute;
  top: 0;
  width: 62px;
}

main ul.brand-list > li::before,
main ul.brand-list--teal-circle > li::before {
  background-image: url("/images/rebrand-2026/teal-circle.svg");
}

main ul.brand-list--purple-circle > li::before {
  background-image: url("/images/rebrand-2026/purple-circle.svg");
}

main ul.brand-list--tick > li::before,
main ul.positives > li::before {
  background-image: url("/images/rebrand-2026/purple-tick-in-teal-circle.svg");
}

main ul.brand-list--cross > li::before,
main ul.negatives > li::before {
  background-image: url("/images/rebrand-2026/red-cross-in-teal-circle.svg");
}

main ul.brand-list--two-column {
  -webkit-column-gap: clamp(40px, 6vw, 110px);
     -moz-column-gap: clamp(40px, 6vw, 110px);
          column-gap: clamp(40px, 6vw, 110px);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) clamp(40px, 6vw, 110px) minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.rebrand-blog .articles {
  display: -ms-grid;
  display: grid;
  gap: clamp(28px, 3vw, 48px);
  -ms-grid-columns: minmax(0, 1fr) clamp(28px, 3vw, 48px) minmax(0, 1fr) clamp(28px, 3vw, 48px) minmax(0, 1fr);
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.rebrand-blog .article {
  background: #F1F2F2;
  border-radius: 0 0 var(--jo-radius) var(--jo-radius);
  -webkit-box-shadow: 0 12px 35px rgba(48, 52, 155, 0.1);
          box-shadow: 0 12px 35px rgba(48, 52, 155, 0.1);
  display: block;
  height: 100%;
  overflow: hidden;
}
.rebrand-blog .article .image-wrap,
.rebrand-blog .article .img {
  border-radius: 0;
}
.rebrand-blog .article .article-content {
  padding: 26px 30px 34px;
}
.rebrand-blog .article .title {
  color: #30349B;
  font-size: 1.18em;
  font-weight: 600;
  line-height: 1.2;
}
.rebrand-blog .article .snippet {
  font-size: 0.78em;
  line-height: 1.48;
}
.rebrand-blog .article:hover {
  -webkit-box-shadow: 0 18px 45px rgba(48, 52, 155, 0.18);
          box-shadow: 0 18px 45px rgba(48, 52, 155, 0.18);
  text-decoration: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.rebrand-downloads .downloads {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  -webkit-column-gap: 28px;
     -moz-column-gap: 28px;
          column-gap: 28px;
}
.rebrand-downloads a.download {
  background: #F1F2F2;
  border-left: 7px solid #4CBBA7;
  border-radius: 14px;
  color: #30349B;
  font-size: 0.78em;
  margin-bottom: 14px;
  padding: 18px 22px;
}
.rebrand-downloads a.download:hover {
  background: rgba(76, 187, 167, 0.16);
  text-decoration: none;
}

.rebrand-team-page .department + .department {
  margin-top: var(--jo-section-space);
}
.rebrand-team-page .team-members {
  display: -ms-grid;
  display: grid;
  gap: clamp(26px, 3vw, 46px);
  -ms-grid-columns: minmax(0, 1fr) clamp(26px, 3vw, 46px) minmax(0, 1fr) clamp(26px, 3vw, 46px) minmax(0, 1fr) clamp(26px, 3vw, 46px) minmax(0, 1fr);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.rebrand-team-page .team-member {
  background: #F1F2F2;
  border-radius: var(--jo-radius);
  -webkit-box-shadow: 0 12px 34px rgba(48, 52, 155, 0.09);
          box-shadow: 0 12px 34px rgba(48, 52, 155, 0.09);
  display: block;
  height: 100%;
  overflow: hidden;
  padding-bottom: 24px;
}
.rebrand-team-page .team-member .image {
  aspect-ratio: 1/1;
  border-radius: 0;
  width: 100%;
}
.rebrand-team-page .team-member .name,
.rebrand-team-page .team-member .role {
  padding-left: 24px;
  padding-right: 24px;
}
.rebrand-team-page .team-member .name {
  color: #30349B;
  font-size: 0.92em;
  font-weight: 600;
  margin-top: 22px;
}
.rebrand-team-page .team-member .role {
  color: #4CBBA7;
  font-size: 0.7em;
}
.rebrand-team-page .team-member:hover {
  -webkit-box-shadow: 0 18px 44px rgba(48, 52, 155, 0.16);
          box-shadow: 0 18px 44px rgba(48, 52, 155, 0.16);
  text-decoration: none;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.rebrand-reviews-page .reviews-page-container {
  gap: clamp(40px, 7vw, 110px);
}
.rebrand-reviews-page .reviews-page-left {
  margin-right: 0;
}
.rebrand-reviews-page .review {
  background: #F1F2F2;
  border-radius: var(--jo-radius);
  padding: clamp(24px, 3vw, 42px);
}
.rebrand-reviews-page .review + .review {
  margin-top: 24px;
}
.rebrand-reviews-page .review .comment {
  font-size: 0.86em;
}
.rebrand-reviews-page .review .name {
  color: #4CBBA7;
  font-size: 0.72em;
}
.rebrand-reviews-page .leave-a-review {
  background: rgba(76, 187, 167, 0.14);
  border-radius: var(--jo-radius);
  padding: 30px;
}

.rebrand-contact-page > .container > .inner {
  gap: clamp(44px, 7vw, 110px);
}
.rebrand-contact-page > .container > .inner > .left {
  margin-right: 0;
}
.rebrand-contact-page > .container > .inner > .right {
  background: rgba(76, 187, 167, 0.13);
  border-radius: var(--jo-radius);
  padding: clamp(26px, 3vw, 44px);
}

.rebrand-thank-you-page {
  background: linear-gradient(135deg, rgba(76, 187, 167, 0.16), rgba(48, 52, 155, 0.08));
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: var(--jo-section-space);
  padding-top: var(--jo-section-space);
}

.rebrand-page--404,
.rebrand-payment-page {
  min-height: 48vh;
  text-align: center;
}

.site-rebrand .enquiry-form,
.site-rebrand .rebrand-form-page,
.site-rebrand .leave-a-review,
.site-rebrand .page-contact form {
  font-size: 20px;
}
.site-rebrand .enquiry-form > .container,
.site-rebrand .rebrand-form-page > .container,
.site-rebrand .leave-a-review > .container,
.site-rebrand .page-contact form > .container {
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.site-rebrand .enquiry-form .group-label,
.site-rebrand .enquiry-form label,
.site-rebrand .rebrand-form-page .group-label,
.site-rebrand .rebrand-form-page label,
.site-rebrand .leave-a-review .group-label,
.site-rebrand .leave-a-review label,
.site-rebrand .page-contact form .group-label,
.site-rebrand .page-contact form label {
  font-size: 20px;
  font-weight: 600;
}
.site-rebrand .enquiry-form .form-control,
.site-rebrand .enquiry-form button:not(.form-choice),
.site-rebrand .enquiry-form input,
.site-rebrand .enquiry-form textarea,
.site-rebrand .enquiry-form select,
.site-rebrand .rebrand-form-page .form-control,
.site-rebrand .rebrand-form-page button:not(.form-choice),
.site-rebrand .rebrand-form-page input,
.site-rebrand .rebrand-form-page textarea,
.site-rebrand .rebrand-form-page select,
.site-rebrand .leave-a-review .form-control,
.site-rebrand .leave-a-review button:not(.form-choice),
.site-rebrand .leave-a-review input,
.site-rebrand .leave-a-review textarea,
.site-rebrand .leave-a-review select,
.site-rebrand .page-contact form .form-control,
.site-rebrand .page-contact form button:not(.form-choice),
.site-rebrand .page-contact form input,
.site-rebrand .page-contact form textarea,
.site-rebrand .page-contact form select {
  font-size: 18px;
}

.rebrand-small-banner--image {
  background-position: center;
  background-size: cover;
}

.cookie-bar {
  border-radius: var(--jo-radius) var(--jo-radius) 0 0;
}

.cookies-button {
  background: #30349B;
  border-radius: 0 12px 0 0;
  color: #fff;
}

.legal-popup-content {
  border-radius: var(--jo-radius);
}

@media (max-width: 1200px) {
  .rebrand-blog .articles {
    -ms-grid-columns: (minmax(0, 1fr))[2];
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .rebrand-team-page .team-members {
    -ms-grid-columns: (minmax(0, 1fr))[3];
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .rebrand-downloads .downloads {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
  }
}
@media (max-width: 767px) {
  body.site-rebrand {
    font-size: 18px;
  }
  body.site-rebrand h1 {
    font-size: 38px;
  }
  body.site-rebrand h2 {
    font-size: 30px;
  }
  body.site-rebrand h3, body.site-rebrand .team-members .team-member .name, .team-members .team-member body.site-rebrand .name {
    font-size: 25px;
  }
  .rebrand-page > .container,
  .rebrand-form-page > .container {
    max-width: calc(100% - 40px) !important;
  }
  main ul.brand-list--two-column,
  .rebrand-blog .articles,
  .rebrand-team-page .team-members {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .rebrand-downloads .downloads {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
  main ul.brand-list > li,
  main ul.brand-list--teal-circle > li,
  main ul.brand-list--purple-circle > li,
  main ul.brand-list--tick > li,
  main ul.brand-list--cross > li,
  main ul.positives > li,
  main ul.negatives > li {
    min-height: 48px;
    padding-left: 64px;
  }
  main ul.brand-list > li::before,
  main ul.brand-list--teal-circle > li::before,
  main ul.brand-list--purple-circle > li::before,
  main ul.brand-list--tick > li::before,
  main ul.brand-list--cross > li::before,
  main ul.positives > li::before,
  main ul.negatives > li::before {
    height: 48px;
    width: 48px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
  }
}
body.site-rebrand .brand-proof-band h2 {
  color: #fff;
  font-size: clamp(38px, 3.2vw, 60px);
}
body.site-rebrand .rebrand-about h1,
body.site-rebrand .rebrand-about h2 {
  color: #30349B;
}
body.site-rebrand .rebrand-about .rebrand-about__introduction h1 {
  font-size: clamp(52px, 5vw, 86px);
}
body.site-rebrand .rebrand-about .rebrand-about__timeline h2 {
  font-size: clamp(48px, 4.2vw, 76px);
}
body.site-rebrand .rebrand-about .rebrand-about__values h2 {
  color: #fff;
  font-size: clamp(46px, 4vw, 72px);
}
body.site-rebrand .rebrand-about .rebrand-about__biography h2 {
  font-size: clamp(42px, 3.5vw, 62px);
}