@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/barlow-latin-300.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/barlow-latin-400.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/barlow-latin-500.woff2") format("woff2");
}

@font-face {
  font-family: "Barlow";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../fonts/barlow-latin-600.woff2") format("woff2");
}

:root {
  --midnight-blue-2: #132433;
  --slate-grey: #546681;
  --orange: #d9b056;
  --white: white;
  --midnight-blue: #001632;
  --dark-slate-grey: #2e3642;
  --background: #001334;
  --blue-afhi11: #1d437d;
  --blue-af: #1d437d;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Barlow, sans-serif;
  font-synthesis: none;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 55px;
  line-height: 1.1;
}

h2 {
  color: var(--midnight-blue-2);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  color: #001632;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.1;
}

h4 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.1;
}

h5 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.1;
}

h6 {
  color: #001632;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.1;
}

p {
  color: var(--slate-grey);
  text-align: left;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.4;
}

ul {
  margin-top: 30px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--slate-grey);
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-left: 5px solid var(--orange);
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px;
  font-size: 18px;
  line-height: 22px;
}

.container {
  z-index: 10;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.space-below {
  margin-bottom: 160px;
}

.content-wrap {
  max-width: 590px;
  position: relative;
}

.hero-heading {
  color: #fff;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 75px;
  line-height: 1.05;
}

.hero-heading.hero-heading-inner {
  font-size: 70px;
}

.hero-heading.hero-heading-inner.hero-heading-centre {
  text-align: center;
  font-size: 60px;
}

.paragraph {
  max-width: none;
  font-style: normal;
}

.paragraph.paragraph-centre-white {
  max-width: 570px;
  color: var(--white);
  text-align: center;
}

.paragraph.paragraph-centre-dark {
  color: #ffffff85;
}

.paragraph.paragraph-centre {
  text-align: center;
}

.button {
  background-color: var(--orange);
  color: #001632;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.button:hover {
  background-color: #ffcf65;
}

.button.button-space {
  margin-top: 25px;
}

.button.secondary {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff;
}

.button.secondary:hover {
  color: var(--midnight-blue);
  background-color: #fff;
}

.button.alternate {
  color: #fff;
  background-color: #0000;
  border-radius: 0;
}

.button.alternate:hover {
  text-decoration: underline;
}

.service-card-wrap {
  flex-wrap: wrap;
  place-content: stretch space-between;
  align-items: stretch;
  margin-bottom: 32px;
  display: flex;
}

.footer-title {
  color: #c9c9c9;
  margin-bottom: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  padding-right: 20px;
  display: flex;
}

.footer-column-large {
  width: 60%;
}

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

.footer-logo {
  width: 110px;
  margin-bottom: 25px;
}

.footer {
  background-color: #001334;
  background-image: url('../images/pttrn-footer.png');
  background-position: 0 0;
  background-size: auto;
  padding: 100px 5% 20px;
}

.footer-text-02 {
  color: var(--white);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.footer-link {
  color: var(--white);
  margin-bottom: 15px;
  margin-left: 1px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: all .25s;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link-wrap {
  align-items: center;
  margin-bottom: 15px;
  text-decoration: none;
  display: flex;
}

.column {
  width: 50%;
  padding: 10px;
}

.service-card {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 14px 14px 200px #0016320f;
}

.card-content-wrap {
  color: #6b539a;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 25px;
}

.heading-h5 {
  color: var(--dark-slate-grey);
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
}

.paragraph-2 {
  max-width: 100%;
}

.image-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 35px 55px;
  display: flex;
  position: relative;
}

.content-block-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 350px;
  padding: 25px 35px;
  display: flex;
}

.section-content {
  background-color: var(--background);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
  position: relative;
}

.section-content.up-small {
  padding-top: 0;
}

.column-wrap-reversed {
  flex-direction: row-reverse;
  display: flex;
}

.column-wrap-reversed.column-space {
  margin-bottom: 140px;
}

.capital-heading {
  max-width: 500px;
  color: var(--white);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
}

.capital-heading.title-centre {
  text-align: center;
  margin-bottom: 8px;
}

.heading-primary {
  color: #fff;
  text-align: left;
  max-width: 620px;
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.1;
}

.heading-primary.h3-centre-white {
  color: #fff;
  text-align: center;
  max-width: 700px;
}

.heading-primary.blue {
  max-width: none;
  color: var(--blue-afhi11);
}

.button-wrap-hero {
  justify-content: flex-start;
  align-items: center;
  margin-top: 35px;
  display: flex;
}

.column-wrap {
  display: flex;
}

.column-wrap.column-space {
  margin-bottom: 120px;
}

.navigation-link {
  color: #ffffffe0;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 15px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: var(--orange);
}

.navigation-block-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-block-right {
  align-items: center;
  display: flex;
}

.logo-image {
  width: 130px;
}

.dropdown-mobile {
  display: none;
}

.navigation-text {
  letter-spacing: 1px;
  text-transform: uppercase;
  white-space: nowrap;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}

.container-navigation {
  flex: 1;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-button-link {
  display: none;
}

.mobile-icon-animation {
  color: var(--blue-af);
  width: 100%;
  height: 100%;
  position: relative;
}

.mobile-icon-animation::before {
  content: "";
  background: currentColor;
  width: 21px;
  height: 2px;
  position: absolute;
  top: 4px;
  left: 0;
  box-shadow: 0 6px currentColor, 0 12px currentColor;
}

.navigation {
  z-index: 999;
  border-bottom: 1px solid #ffffff14;
  min-height: 100px;
  padding: 25px 5%;
  position: absolute;
  inset: 0% 0% auto;
}

.title-wrap-left {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.content-block-right {
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding: 25px 25px 25px 55px;
  display: flex;
}

.slider-left {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  min-height: 45px;
  margin-right: 15px;
  padding: 15px 36px;
  display: flex;
  box-shadow: 1px 1px 45px #0016321a;
}

.slider-right {
  background-color: #fff;
  border-radius: 45px 0 45px 45px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 20px 36px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.text-span {
  color: #484dff;
}

.hero-content {
  flex-direction: column;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph-hero {
  color: #fff;
  font-style: normal;
}

.paragraph-hero.paragraph-inner {
  color: #ffffffb3;
  max-width: 550px;
}

.content-block-hero {
  max-width: 680px;
  margin-top: 140px;
  position: relative;
}

.footer-text {
  color: #c9c9c9;
  text-align: left;
  max-width: 320px;
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 1.4;
}

.legal-wrap {
  justify-content: space-between;
  align-items: center;
  max-width: 1240px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
}

.legal-text {
  color: #c9c9c9;
  font-size: 16px;
}

.social-link-wrap {
  display: none;
}

.social-link {
  background-color: #fbdee3;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-right: 15px;
  padding: 8px;
  display: flex;
  transform: rotate(0);
}

.section-cta {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.container-flex {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-link-secondary {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  transition: all .2s;
}

.text-link-secondary:hover {
  color: #ffffff94;
}

.card-image-01 {
  background-image: url('../images/funds.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 290px;
  position: relative;
}

.service-card-content {
  width: 100%;
  height: 100%;
  padding: 45px 45px 65px 35px;
  position: relative;
}

.card-image-02 {
  background-image: url('../images/carteira.jpg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 290px;
  position: relative;
}

.card-image-03 {
  background-image: url('../images/1.jpeg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  min-height: 290px;
  position: relative;
}

.button-nav {
  background-color: var(--orange);
  min-width: 150px;
  color: var(--midnight-blue);
  text-align: center;
  border-radius: 100px;
  margin-left: 15px;
  padding: 18px 35px;
  font-size: 16px;
}

.button-nav:hover {
  background-color: #ffcf65;
}

.service-card-link {
  background-color: var(--orange);
  border-top-left-radius: 25px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 55px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.standard-heading {
  letter-spacing: -.5px;
  border-radius: 1px;
  margin-top: 0;
  margin-bottom: 20px;
}

.standard-heading.standard-heading-white {
  color: #fff;
}

.standard-heading.heading-centre {
  text-align: center;
  margin-bottom: 0;
}

.arrow-card {
  width: 22px;
}

.service-square-wrap {
  margin-bottom: 35px;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-right: 25px;
}

.service-square-title {
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.image {
  width: 35px;
  margin-right: 15px;
}

.paragraph-4 {
  color: #fffc;
  margin-bottom: 25px;
}

.heading-6 {
  color: var(--white);
  margin-top: 0;
  font-size: 22px;
}

.text-link {
  max-width: 500px;
  color: var(--orange);
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.yellow-block {
  background-color: var(--blue-afhi11);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding: 105px 55px;
  display: flex;
  position: relative;
  top: -78px;
}

.button-dark {
  background-color: var(--midnight-blue-2);
  color: var(--white);
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.line-background {
  border-right: 1px solid #ffffff38;
  width: 14.2857%;
}

.line-box-wrap {
  z-index: 0;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta-content-top {
  z-index: 15;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: relative;
}

.content-wrap-01 {
  margin-bottom: 100px;
  display: flex;
}

.section-content-white {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 160px;
}

.featured-title {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.thumbnail-small {
  border-radius: 8px;
  width: 85px;
}

.featured-article-block {
  align-items: center;
  display: flex;
}

.div-block-163 {
  background-color: #ffffff21;
  width: 1px;
  height: 35px;
  margin-left: 25px;
  margin-right: 25px;
}

.cta-yellow-shape {
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-outline {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-outline:hover {
  background-color: var(--white);
  color: var(--dark-slate-grey);
}

.anchor-link {
  color: #ffffff80;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px;
  text-decoration: none;
  transition: all .3s;
}

.anchor-link:hover, .anchor-link:focus, .anchor-link.w--current {
  color: #fff;
}

.content-image {
  max-width: 90%;
}

.section-content-02 {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
  position: relative;
}

.pattern-04 {
  max-width: 280px;
  position: absolute;
  inset: auto auto 4% 8%;
}

.return-top {
  z-index: 999;
  background-color: var(--blue-afhi11);
  border-radius: 1000px;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
  position: fixed;
  inset: auto 25px 35px auto;
}

.service-pattern {
  max-width: 60%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.service-pattern.service-pattern-03 {
  inset: auto 0% 0% auto;
}

.service-pattern.service-pattern-02 {
  max-width: 90%;
  inset: 0% 0% auto auto;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
}

.play-icon {
  width: 24px;
  position: absolute;
}

.section-featured {
  background-color: #001334;
  border-bottom: 1px solid #ffffff17;
  justify-content: center;
  align-items: center;
  min-height: 140px;
  padding: 29px 5%;
  display: flex;
}

.yellow-cta {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.image-8 {
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-8-copy {
  position: absolute;
  inset: auto auto 0% 0%;
}

.cta-location {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 1.1;
}

.location-chain-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.cta-arrow {
  margin-left: 60px;
  margin-right: 60px;
}

.navigation-link-wrap {
  display: flex;
}

.featured-wrap {
  z-index: 10;
  justify-content: space-between;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-block-contain {
  margin-top: 45px;
  margin-bottom: 35px;
  display: flex;
}

.feature-block {
  width: 50%;
  padding-right: 25px;
}

.feature-number {
  color: var(--orange);
  margin-top: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.3;
}

.div-block-51 {
  background-color: #3b4c5b21;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.captial-h6 {
  color: #ffffff9e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.div-block-168 {
  flex-wrap: wrap;
  width: 100%;
  margin-top: 80px;
  display: flex;
}

.logo-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 60px 45px;
  display: flex;
}

.image-10 {
  width: 120px;
}

.image-11 {
  width: 16px;
  margin-right: 8px;
}

.map-block {
  justify-content: center;
  align-items: center;
  width: 50%;
  min-height: 350px;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.div-block-169 {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 55px;
  margin-bottom: 55px;
}

.shape-pattern {
  position: absolute;
  inset: auto auto 0% 0%;
}

.yellow-highlight {
  color: var(--orange);
  text-decoration: none;
}

.contact-wrap {
  margin-top: 80px;
  display: flex;
}

.our-people {
  grid-template: "Area . Area-2"
                 ". Area-3 Area-2"
                 "Area-4 Area-3 Area-2"
                 "Area-4 Area-3 Area-6"
                 "Area-4 Area-5 Area-6"
                 "Area-7 Area-5 Area-6"
                 ". Area-5 ."
                 ". . ."
                 / 1fr 1fr 1fr;
  width: 100%;
  max-width: 60%;
}

.team-image {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.people-wrap {
  z-index: 10;
  justify-content: flex-end;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: -100px;
}

.title-block-half {
  width: 50%;
}

.standard-header {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/2.jpeg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  padding: 120px 3% 80px;
  display: flex;
}

.standard-header.ocean-shipping {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/freight_shipping.jpg');
  background-position: 0 0, 50% 100%;
}

.standard-header.ground-transport {
  background-image: linear-gradient(#0a1b2b80, #0a1b2bfa 70%, #0a1b2b), url('../images/hero_ground.jpg');
  background-position: 0 0, 50%;
}

.standard-header.air-transport {
  background-image: linear-gradient(#0a1b2b80, #0a1b2bfa 70%, #0a1b2b), url('../images/hero_air_freight.jpg');
  background-position: 0 0, 50%;
}

.standard-header.header-blog {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 210px;
  padding-bottom: 156px;
}

.standard-header.header-faq {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 150px;
}

.standard-header.header-licence {
  background-color: var(--background);
  background-image: none;
  min-height: auto;
  padding-top: 180px;
}

.standard-header.header-search {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 70%, #0a1b2b), url('../images/blog_hero_04.jpg');
  background-position: 0 0, 50%;
  min-height: 600px;
  padding-top: 150px;
}

.title-wrap-centre {
  flex-direction: column;
  align-items: center;
  max-width: 70%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.dropdown-list.w--open {
  z-index: 7;
  border-radius: 15px;
  width: 100%;
  min-width: 300px;
  padding-top: 15px;
  padding-bottom: 35px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.feature-icon {
  width: 26px;
  margin-right: 16px;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  padding: 14px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 1px 1px 9px #2c3e501a;
}

.paragraph-small {
  color: #3b4c5b;
  letter-spacing: -.2px;
  max-width: 450px;
  margin-bottom: 0;
  font-size: 14px;
}

.feature-wrap {
  align-items: flex-start;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: #1324330d;
}

.primary-navigation-link {
  color: #ffffffe0;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.primary-navigation-link:hover {
  color: var(--orange);
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.arrow-down {
  margin-left: 10px;
}

.short-title {
  color: #2e3642;
  margin-bottom: 2px;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.feature-block-wrap {
  border: 1px solid #3b4c5b26;
  border-top-style: none;
  min-height: 200px;
  padding: 35px 35px 75px;
  position: relative;
}

.service-image {
  background-image: url('../images/2.jpg');
  background-position: 50%;
  background-size: cover;
  min-height: 240px;
}

.service-image.s02 {
  background-image: url('../images/1.jpg');
}

.service-image.s03 {
  background-image: url('../images/3.jpg');
}

.service-image.s04 {
  background-image: url('../images/4.jpg');
}

.service-image.s05 {
  background-image: url('../images/blog_hero.jpg');
}

.service-image.s06 {
  background-image: url('../images/5dd92a2fd31f0f5cca5ceb14_5d6f0f552fd62f48f720f7c2_blog-body-image-1.jpeg');
}

.feature-card-base {
  flex-direction: column;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.feature-card-wrap {
  width: 33.3333%;
  min-height: 200px;
  padding: 10px;
}

.feature-wrap-02 {
  flex-wrap: wrap;
  display: flex;
}

.section-client-logo {
  background-color: #0a1b2b;
  background-image: url('../images/bg_shape.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5%;
}

.home-hero {
  background-image: linear-gradient(#0a1b2b78, #0a1b2bfa 85%, #001334), url('../images/cover-website.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  padding: 80px 3%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pattern-05 {
  max-width: 290px;
  position: absolute;
  inset: auto 8% 3% auto;
}

.news-bar {
  background-color: var(--blue-af);
  justify-content: center;
  align-items: center;
  min-height: 60px;
  display: none;
}

.news-text {
  color: var(--white);
  font-size: 16px;
}

.title-tight {
  max-width: 860px;
  margin-bottom: 100px;
  display: flex;
}

.section-image {
  background-image: url('../images/hero_ground.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  margin-bottom: 80px;
  position: relative;
}

.title-block {
  background-color: var(--white);
  min-width: 450px;
  min-height: 120px;
  padding: 65px 65px 65px 25px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.section-content-03 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 5% 160px;
}

.values-wrap {
  flex-wrap: wrap;
  display: flex;
}

.plain-column {
  width: 33.3333%;
  min-height: 250px;
  padding: 20px;
  position: relative;
}

.section-breadcrumb {
  background-color: #0a1b2b;
  height: 100px;
  overflow: hidden;
}

.section-breadcrumb.breadcrumb-white-bg {
  background-color: var(--white);
}

.breadcrumb-block {
  background-color: var(--orange);
  justify-content: flex-end;
  align-items: center;
  width: 65%;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.container-breadcrumbs {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.breadcrumb_link {
  opacity: .5;
  color: var(--midnight-blue-2);
  font-size: 16px;
  text-decoration: none;
  transition: opacity .3s;
}

.breadcrumb_link:hover {
  opacity: 1;
}

.breadcrumb_link.w--current {
  opacity: 1;
  color: var(--midnight-blue-2);
}

.breadcrumb_arrow {
  opacity: .5;
  width: 15px;
  margin-left: 15px;
  margin-right: 15px;
}

.line-break {
  background-color: var(--orange);
  width: 70px;
  height: 2px;
  margin-top: 35px;
}

.value-paragraph-wrap {
  min-height: 250px;
}

.section-anchor-links {
  z-index: 99;
  border: 1px solid var(--background);
  background-color: var(--background);
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: sticky;
  top: 0;
}

.pattern-06 {
  max-width: 190px;
  position: absolute;
  inset: auto auto 4% 8%;
}

.utility-page-wrap {
  background-color: var(--background);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.news-tag {
  background-color: var(--orange);
  color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-right: 16px;
  padding: 8px 16px;
  display: flex;
}

.featured-article {
  color: #fff9;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.standard-title {
  color: #a9a9a9;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
}

.standard-title.white {
  color: var(--white);
}

.section-image-company {
  background-image: url('../images/blog_hero_03.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 700px;
  margin-bottom: 80px;
  position: relative;
}

.dark-cta {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: center;
  min-height: 600px;
  padding: 100px 3%;
  display: flex;
  position: relative;
}

.arrows-dark {
  filter: invert();
  margin-left: 60px;
  margin-right: 60px;
}

.feature-column {
  width: 50%;
}

.time-icon {
  width: 15px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.author-wrap {
  margin-top: 15px;
  display: flex;
  position: relative;
}

.blog-paragraph {
  color: var(--white);
}

.author-image {
  background-color: var(--orange);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 100px;
  width: 35px;
  height: 35px;
  margin-bottom: 4px;
  margin-right: 8px;
}

.author-image.author-image-large {
  width: 45px;
  height: 45px;
}

.category {
  z-index: 9;
  color: #627792;
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  background-color: #ffb60726;
  border: 1px #fff3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-width: 240px;
  min-height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.category.w--current:hover {
  background-color: #ffb6070d;
}

.category.category-space {
  margin-bottom: 25px;
}

.author-name-image {
  flex-wrap: wrap;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.blog-content-right {
  background-color: var(--midnight-blue-2);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 25px 35px;
  display: flex;
  position: relative;
}

.category-text {
  color: var(--orange);
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}

.time-wrap {
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.author-detail-text {
  color: #8a94a6;
  font-size: 16px;
}

.featured-post {
  display: flex;
  position: relative;
}

.blog-h2 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
}

.blog-post-wrap {
  min-height: 200px;
}

.blog-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 310px;
  position: relative;
}

.blog-posted-date {
  color: #6277927d;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.category-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.blog-content {
  background-color: var(--midnight-blue-2);
  padding: 20px;
}

.blog-post {
  text-decoration: none;
  transition: all .2s;
  position: relative;
  overflow: hidden;
}

.blog-post:hover {
  transform: translate(0, -4px);
}

.paragraph-3 {
  color: #627792;
  font-size: 15px;
  display: none;
}

.featured-collection-list {
  margin-bottom: 20px;
}

.blog-h3 {
  color: #fff;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: block;
}

.blog-item {
  padding-left: 12px;
  padding-right: 12px;
}

.section-blog-content {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 3% 140px;
  position: relative;
}

.blog-image-large {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  min-height: 470px;
  position: relative;
}

.gradient-overlay {
  background-image: linear-gradient(#0a1b2bfa, #0a1b2beb 41%, #0a1b2bd6 70%, #0a1b2b);
  position: absolute;
  inset: 0%;
}

.hero-block-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 800px;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-blog-page {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.container-tight {
  z-index: 10;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.section-blog-post {
  background-color: #fff;
  background-image: url('../images/bg_shade.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  padding: 60px 5% 160px;
}

.sg-menu {
  border-bottom: 1px solid #17304917;
  height: 75%;
  max-height: 75vh;
  padding-top: 45px;
  overflow: auto;
}

.sg-details-title {
  float: left;
  color: #33334f;
  font-size: 16px;
  font-weight: 500;
}

.sg-heading-2 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 60px;
}

.sg-menu-text {
  z-index: 5;
  position: relative;
}

.bold {
  font-weight: 600;
}

.underline {
  text-decoration: underline;
}

.sg-link {
  color: #f5f7fd;
  text-decoration: none;
}

.highlight-opacity {
  color: #fffc;
  font-weight: 500;
}

.sg-menu-wrap {
  background-color: var(--background);
  border-right: 1px solid #1730490d;
  width: 15%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.sg-logo {
  width: 120px;
  margin-right: 25px;
  position: static;
  inset: 0% auto 0% 0%;
}

.mark {
  background-color: #ffab003b;
}

.sg-paragraph {
  margin-bottom: 45px;
}

.sg-container {
  flex: 1;
  max-width: 1100px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.sg-content-wrap {
  background-color: #fff;
  border-right: 1px solid #1730490d;
  width: 85%;
  height: 2000px;
  margin-left: 15%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: visible;
}

.q2 {
  border-left-color: #ffab00;
  max-width: 600px;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 25px;
}

.sg-full-colour-wrap {
  width: 16.6667%;
  min-height: 150px;
  margin-right: 15px;
}

.sg-colour-wrap {
  background-color: #fff;
  align-items: center;
  width: 100%;
  height: 200px;
  min-height: 200px;
  display: block;
  box-shadow: 6px 6px 17px #524c4c0f;
}

.sg-menu-title {
  color: var(--white);
  border-bottom: 1px solid #1730490a;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
}

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

.sg-button {
  background-color: #f5f7fd;
  width: 0%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.sg-menu-link {
  color: #ffffff8c;
  align-items: center;
  min-height: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  font-size: 15px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.sg-menu-link.w--current {
  border-left: 5px solid var(--orange);
  background-color: var(--midnight-blue-2);
}

.colour_title_text {
  color: #9b9eb8;
  text-transform: uppercase;
  margin-top: 4px;
  font-size: 15px;
}

.p2 {
  max-width: 600px;
  font-size: 16px;
  line-height: 1.3;
}

.sg-heading {
  color: #fff;
  margin-top: 0;
  font-size: 60px;
  line-height: 1;
}

.sg-return-wrap {
  background-color: var(--dark-slate-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 12%;
  min-height: 100px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.sg-header {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  min-height: 460px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.style-guide-h6 {
  color: #767ead54;
  margin-top: 0;
  margin-bottom: 0;
}

.sg-details-wrap {
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.sg-menu-header {
  letter-spacing: 2px;
  font-weight: 500;
}

.sg-details-highlight {
  float: left;
  color: var(--orange);
  margin-left: 8px;
}

.sg-break-line {
  background-color: #ebecf0;
  width: 30%;
  min-width: 220px;
  height: 1px;
  margin-top: 8px;
}

.sg-content {
  padding: 70px 5%;
  overflow: hidden;
}

.sg-colour-block {
  background-color: var(--orange);
  height: 60%;
}

.sg-colour-block.c17 {
  background-color: #fafbfc;
}

.sg-colour-block.c3 {
  background-color: var(--midnight-blue-2);
}

.sg-colour-block.c5 {
  background-color: var(--slate-grey);
}

.sg-colour-block.c18 {
  background-color: #fff;
}

.sg-colour-block.c12 {
  background-color: var(--slate-grey);
}

.sg-colour-block.c15 {
  background-color: #c1c7d0;
}

.sg-colour-block.c11 {
  background-color: #0a1f44;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-colour-block.c2 {
  background-color: #00ebc7;
}

.sg-colour-block.c4 {
  background-color: var(--dark-slate-grey);
}

.delete {
  text-decoration: line-through;
}

.sg-type-wrap {
  align-items: center;
  display: block;
}

.l2 {
  padding-bottom: 10px;
  list-style-type: decimal;
}

.l3 {
  padding-bottom: 10px;
  list-style-type: lower-alpha;
}

.sg-full-wrap {
  align-items: center;
  display: flex;
}

.sg-paragraph-light {
  color: #f5f7fdcc;
  max-width: 700px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 24px;
}

.sg-type {
  margin-bottom: 45px;
}

.em {
  font-style: italic;
}

.sg-heading-4 {
  color: #0a1f44;
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
}

.sg-title-wrap {
  margin-top: 65px;
  margin-bottom: 65px;
}

.style-guide-h4 {
  margin-bottom: 8px;
  line-height: 38px;
}

.style-guide-container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.colour_title {
  float: left;
  font-size: 17px;
  font-weight: 400;
}

.sg-logo-block {
  border-bottom: 1px solid #ffffff2e;
  justify-content: flex-start;
  align-items: center;
  min-height: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 25px;
  display: flex;
  position: relative;
}

.colour_block_text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 40%;
  padding-left: 14px;
  display: flex;
}

.sg-hero {
  background-color: var(--orange);
  justify-content: center;
  align-items: center;
  min-height: 640px;
  padding: 55px 5%;
  display: flex;
}

.feature-blog-pattern {
  max-width: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 55px;
  display: flex;
}

.content-block-hero-centre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  display: flex;
  position: relative;
}

.faq-wrapper {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h3 {
  color: var(--orange);
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.faq-paragraph {
  color: #fffc;
  letter-spacing: -.25px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 25px;
  padding-top: 42px;
  padding-bottom: 42px;
  font-size: 18px;
  line-height: 28px;
}

.column-right {
  width: 70%;
  min-height: 500px;
}

.faq-wrap {
  flex-direction: column;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-contact-wrap {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 55px;
  padding-right: 20px;
  display: flex;
}

.faq-question-wrap {
  margin-bottom: 35px;
}

.question-title {
  color: var(--white);
  font-size: 18px;
  line-height: 24px;
}

.faq-content {
  margin-top: -2px;
  overflow: hidden;
}

.animation {
  width: 60px;
  height: 60px;
}

.faq-question-bar {
  border-bottom: 1px solid #64646d21;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
  text-decoration: none;
  display: flex;
}

.column-left {
  width: 30%;
  min-height: 500px;
  padding-right: 15px;
}

.paragraph-white-small {
  color: #fffc;
  max-width: 490px;
  font-size: 18px;
  font-style: normal;
  line-height: 1.3;
}

.faq-button-wrap {
  margin-top: 35px;
}

.feature-wrap-focus {
  background-color: var(--orange);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap-focus:hover {
  background-color: #f0ac09;
}

._404-h4 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 55px;
  line-height: 1.1;
}

._404-paragraph {
  color: #fff;
  text-align: center;
}

.link-4 {
  color: #fff;
}

._404-heading {
  color: var(--orange);
  margin-bottom: 20px;
  font-size: 55px;
  line-height: 1.1;
}

.span-link {
  color: var(--orange);
  text-decoration: none;
}

.image-17 {
  width: 80px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
}

.heading-8 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 42px;
  line-height: 1.2;
}

.text-field {
  min-height: 55px;
}

.submit-button {
  background-color: var(--orange);
  letter-spacing: 2px;
  text-transform: uppercase;
  min-height: 55px;
}

.blog-line {
  background-color: var(--orange);
  max-width: 100%;
  height: 5px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.sg-navigation-mobile {
  display: none;
}

.section-category {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 140px;
  position: relative;
}

.sg-assets-wrap {
  background-color: var(--background);
  border-radius: 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px;
  display: flex;
}

.container-anchor-links {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-contact {
  background-color: var(--background);
  justify-content: center;
  align-items: flex-start;
  padding: 40px 5% 140px;
  position: relative;
}

.section-faq {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.button-download {
  background-color: var(--orange);
  color: #001632;
  border-radius: 100px;
  margin-top: 45px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.sg-pattern {
  max-width: 350px;
  margin-left: 19px;
  margin-right: 19px;
}

.search {
  width: 100%;
  max-width: 670px;
  margin-top: 35px;
  display: flex;
}

.search-input {
  border-radius: 50px;
  min-height: 55px;
  margin-bottom: 0;
  margin-right: 10px;
  padding-left: 25px;
}

.search-result-item {
  margin-bottom: 35px;
}

.plain-link {
  color: var(--white);
  font-size: 16px;
}

.pattern-01 {
  position: absolute;
  inset: auto auto 0% 0%;
}

.pattern-02 {
  position: absolute;
  inset: auto 0% 0% auto;
}

.section-news {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.sg-button-standard, .sg-button-mobile {
  background-color: var(--orange);
  color: #001632;
  border-radius: 100px;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
}

.header-author {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  min-height: 60vh;
  padding: 120px 3% 80px;
  display: flex;
  position: relative;
}

.section-author {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 45px 3% 140px;
  position: relative;
}

.section-search-results {
  background-color: #0a1b2b;
  justify-content: center;
  align-items: flex-start;
  padding: 140px 3%;
  position: relative;
}

.link-5 {
  color: var(--orange);
  font-size: 18px;
  text-decoration: none;
}

.text-block {
  color: #ffffff82;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 16px;
}

.paragraph-5 {
  color: #fffc;
  margin-top: 8px;
  margin-bottom: 20px;
}

.divider {
  background-color: #ffffff38;
  width: 100%;
  height: 1px;
  margin-top: 35px;
  margin-bottom: 35px;
}

.button-outline-02 {
  border: 1px solid var(--white);
  color: var(--white);
  background-color: #0000;
  border-radius: 100px;
  align-items: center;
  margin-right: 15px;
  padding: 18px 35px;
  font-size: 17px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.button-outline-02:hover {
  opacity: .5;
}

.list, .list-2 {
  text-align: left;
}

.link {
  color: var(--blue-afhi11);
}

.copyright {
  align-items: center;
  display: flex;
}

.social-media {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  display: flex;
}

.image-18 {
  height: 32px;
}

.subtitle {
  text-align: center;
  margin-top: 20px;
}

.fund-objective {
  margin-top: 40px;
}

.rich-text-block-2, .list-item {
  color: var(--white);
}

.fund-details {
  margin-top: 60px;
}

.row {
  display: flex;
}

.row.highlights {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
}

.detail {
  width: 25%;
  margin-right: 40px;
}

.detail.last {
  margin-right: 0;
}

.nome {
  color: #dfdfdf;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 300;
}

.info {
  color: var(--white);
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
}

.text {
  color: var(--white);
  margin-top: 20px;
  font-size: 14px;
}

.documents-block {
  width: 100%;
}

.docs-title {
  color: var(--blue-af);
  text-align: center;
  font-size: 24px;
}

.document-link {
  color: var(--black);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding: 7px 50px;
  text-decoration: none;
  display: flex;
}

.document-link:hover {
  background-color: #f5f5f5;
}

.link-document {
  font-size: 18px;
}

.regulation-logo {
  width: 128px;
}

.regulation-logo.last {
  margin-top: 20px;
}

.highlight-feature {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.highlight-name {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: #fff;
}

.highlight-number {
  color: var(--white);
  text-align: center;
  font-size: 48px;
  line-height: 72px;
}

.funds-subtitle {
  color: #d0dcee;
  font-size: 18px;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-manager_component {
  z-index: 999;
  display: none;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-manager_icon {
  width: 1.8rem;
  height: 2rem;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-banner_button {
  border: 2px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  color: #fff;
  text-align: center;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  border-color: var(--midnight-blue);
  color: #051334;
  background-color: #f5f5f5;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: #051334;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 600;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2em;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_button {
  border: 2px solid var(--midnight-blue);
  background-color: var(--midnight-blue);
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  border-color: var(--midnight-blue);
  color: #051334;
  background-color: #fff;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-banner_text-link {
  color: #051334;
  border-bottom: 2px solid #051334;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.gestora-image {
  width: 70%;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #1d437d;
  border: 2px solid #1d437d;
  border-radius: 0;
  padding: 16px 24px;
  font-weight: 600;
  transition: box-shadow .2s;
  box-shadow: inset 0 200px 200px 200px #0000;
}

.button-2:hover {
  box-shadow: inset 0 200px 200px 200px #0000001a;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.heading-12 {
  color: #1d437d;
  text-align: center;
  font-weight: 600;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  width: 85%;
  max-width: 640px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-ir {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-12 {
  text-align: center;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

@media screen and (max-width: 991px) {
  .container.space-below {
    margin-bottom: 80px;
  }

  .content-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 35px;
    display: flex;
  }

  .hero-heading {
    text-align: center;
  }

  .hero-heading.hero-heading-inner.hero-heading-centre {
    font-size: 45px;
  }

  .button {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-column {
    width: 20%;
  }

  .footer-column-large {
    width: 40%;
  }

  .column {
    width: 100%;
  }

  .image-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .content-block-left {
    width: 100%;
    padding-right: 25px;
  }

  .section-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .column-wrap-reversed {
    flex-wrap: wrap;
    margin-bottom: 80px;
  }

  .column-wrap {
    flex-wrap: wrap;
  }

  .dropdown-link {
    color: #3b4c5b;
    width: 100%;
    min-width: 170px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
  }

  .dropdown-link:hover {
    background-color: #73a7d417;
  }

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

  .dropdown-mobile {
    z-index: 999;
    margin-left: 15px;
    margin-right: 0;
    display: flex;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .container-navigation {
    z-index: 99;
    position: relative;
  }

  .mobile-button-link {
    background-color: #fff;
    border-radius: 50px;
    width: 55px;
    height: 55px;
    padding: 17px;
    display: flex;
  }

  .mobile-dropdown {
    right: 10%;
  }

  .mobile-dropdown.w--open {
    background-color: #fff;
    min-width: 270px;
    margin-top: 74px;
    padding: 20px;
    box-shadow: 1px 1px 3px #54668121;
  }

  .content-block-right {
    width: 100%;
    padding-left: 25px;
  }

  .hero-content {
    flex-wrap: wrap;
  }

  .paragraph-hero {
    text-align: center;
  }

  .content-block-hero {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .container-flex {
    flex-wrap: wrap;
  }

  .service-square-wrap {
    margin-bottom: 10px;
  }

  .content-wrap-01 {
    flex-wrap: wrap;
  }

  .section-content-white, .section-content-02 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .return-top {
    right: 3%;
  }

  .service-pattern {
    max-width: 210px;
  }

  .service-pattern.service-pattern-02 {
    max-width: 390px;
  }

  .navigation-link-wrap {
    display: none;
  }

  .featured-wrap {
    flex-wrap: wrap;
  }

  .map-block {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .contact-wrap {
    flex-wrap: wrap;
  }

  .our-people {
    max-width: 100%;
  }

  .title-block-half {
    width: 100%;
  }

  .standard-header {
    padding-top: 160px;
  }

  .title-wrap-centre {
    flex-wrap: wrap;
  }

  .feature-icon {
    margin-bottom: 15px;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .feature-card-wrap {
    width: 50%;
  }

  .section-client-logo {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-hero {
    padding-top: 160px;
  }

  .title-tight {
    flex-flow: column wrap;
  }

  .section-image {
    margin-bottom: 55px;
  }

  .section-content-03 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .plain-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .breadcrumb-block {
    width: 90%;
  }

  .section-image-company {
    margin-bottom: 55px;
  }

  .author-wrap {
    flex-wrap: wrap;
  }

  .category-wrap {
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: center;
  }

  .blog-item {
    width: 50%;
    margin-bottom: 35px;
  }

  .blog-item.featured-item {
    width: 100%;
  }

  .section-blog-content {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-block-centre {
    justify-content: center;
    width: 100%;
  }

  .header-blog-page {
    padding-top: 160px;
  }

  .section-blog-post {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sg-menu-wrap {
    z-index: 99;
    width: 0%;
    overflow: hidden;
  }

  .sg-content-wrap {
    width: 100%;
    margin-left: 0%;
  }

  .sg-full-colour-wrap {
    width: 25%;
    margin-bottom: 15px;
  }

  .colour_wrap_main {
    flex-wrap: wrap;
  }

  .content-block-hero-centre {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 35px;
    display: flex;
  }

  .faq-paragraph {
    margin-left: 15px;
    margin-right: 15px;
  }

  .faq-question-bar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .feature-wrap-focus {
    flex-direction: column;
  }

  .sg-navigation-mobile {
    background-color: var(--background);
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    padding: 30px 15px;
    display: flex;
  }

  .sg-logo-mobile {
    width: 130px;
  }

  .section-category, .section-contact, .section-faq {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .button-download {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .section-news {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .sg-button-standard, .sg-button-mobile {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .header-author {
    background-position: 100% 100%;
    padding-top: 160px;
  }

  .section-author, .section-search-results {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .content-wrap {
    align-items: center;
  }

  .hero-heading {
    font-size: 40px;
  }

  .hero-heading.hero-heading-inner {
    font-size: 55px;
  }

  .paragraph {
    text-align: center;
  }

  .button.button-space.button-hide {
    display: none;
  }

  .footer-column {
    width: 50%;
  }

  .footer-column-large {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: 25px;
    display: flex;
  }

  .heading-h5 {
    text-align: center;
  }

  .content-block-left {
    padding-left: 25px;
  }

  .section-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-wrap-reversed.column-space {
    margin-bottom: 80px;
  }

  .heading-primary {
    text-align: center;
    font-size: 40px;
  }

  .heading-primary.blue {
    font-size: 40px;
  }

  .title-wrap-left {
    align-items: center;
  }

  .content-block-right {
    padding: 10px;
  }

  .content-block-hero {
    margin-top: 60px;
  }

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

  .legal-wrap {
    flex-direction: column;
  }

  .button-nav {
    max-width: 160px;
  }

  .standard-heading {
    text-align: center;
    font-size: 40px;
  }

  .section-content-white, .section-content-02 {
    padding: 80px 3%;
  }

  .section-featured {
    padding-top: 20px;
    display: none;
  }

  .feature-block-contain {
    flex-direction: column;
  }

  .feature-block {
    width: 100%;
    margin-bottom: 25px;
  }

  .feature-card-wrap {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-client-logo {
    padding-left: 3%;
    padding-right: 3%;
  }

  .news-bar {
    display: none;
  }

  .title-block {
    min-width: auto;
    max-width: 80%;
  }

  .section-content-03 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .values-wrap {
    justify-content: flex-start;
  }

  .plain-column {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 35px;
    display: flex;
  }

  .section-breadcrumb {
    display: none;
  }

  .section-anchor-links {
    padding-top: 20px;
    display: none;
  }

  .feature-column {
    width: 100%;
    height: 100%;
  }

  .category {
    margin-bottom: 10px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .blog-content-right {
    width: 100%;
    padding-left: 15px;
  }

  .featured-post {
    flex-flow: column wrap;
  }

  .category-wrap {
    margin-bottom: 0;
  }

  .blog-item {
    width: 100%;
    margin-bottom: 35px;
  }

  .section-blog-content {
    padding: 80px 3%;
  }

  .blog-image-large {
    min-height: 310px;
  }

  .section-blog-post {
    padding: 80px 3%;
  }

  .sg-full-colour-wrap {
    width: 33%;
  }

  .sg-colour-wrap {
    margin-bottom: 25px;
  }

  .faq-wrapper {
    flex-wrap: wrap-reverse;
  }

  .column-right {
    width: 100%;
  }

  .faq-contact-wrap {
    align-items: flex-start;
  }

  .column-left {
    width: 100%;
  }

  .section-category {
    padding: 80px 3%;
  }

  .section-contact {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-faq, .section-news, .section-author, .section-search-results {
    padding: 80px 3%;
  }

  .copyright {
    display: none;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .modal-close_btn {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 479px) {
  .content-wrap {
    align-items: center;
  }

  .hero-heading {
    font-size: 32px;
  }

  .hero-heading.hero-heading-inner {
    font-size: 42px;
  }

  .paragraph {
    text-align: center;
  }

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

  .footer-column {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .footer-column-large {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .heading-h5 {
    text-align: center;
  }

  .image-block {
    padding: 8px;
  }

  .column-wrap-reversed {
    margin-bottom: 0;
  }

  .capital-heading {
    font-size: 10px;
  }

  .heading-primary {
    text-align: center;
    font-size: 32px;
  }

  .heading-primary.blue {
    font-size: 32px;
  }

  .button-wrap-hero {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-block-left {
    width: 100%;
  }

  .mobile-button-link {
    color: var(--blue-af);
  }

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

  .title-wrap-left {
    align-items: center;
  }

  .paragraph-hero {
    font-size: 16px;
  }

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

  .legal-wrap {
    flex-direction: column;
  }

  .button-nav {
    margin-bottom: 15px;
    margin-right: 0;
    display: none;
  }

  .standard-heading {
    text-align: center;
    font-size: 32px;
  }

  .heading-6 {
    text-align: center;
  }

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

  .featured-article-block {
    display: none;
  }

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

  .section-featured {
    display: flex;
  }

  .map-block {
    padding: 8px;
  }

  .our-people {
    grid-template-areas: "Area . Area-2"
                         ". Area-3 Area-2"
                         "Area-4 Area-3 Area-2"
                         "Area-4 Area-3 Area-6"
                         "Area-4 Area-5 Area-6"
                         "Area-7 Area-5 Area-6"
                         ". Area-5 .";
  }

  .title-wrap-centre {
    max-width: 100%;
  }

  .feature-block-wrap {
    padding: 20px 20px 80px;
  }

  .feature-card-wrap {
    width: 100%;
  }

  .section-image {
    margin-bottom: 40px;
  }

  .title-block {
    max-width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .pattern-06 {
    max-width: 130px;
  }

  .standard-title {
    font-size: 10px;
  }

  .section-image-company {
    margin-bottom: 40px;
  }

  .blog-paragraph {
    text-align: center;
  }

  .sg-full-colour-wrap {
    width: 100%;
  }

  .faq-contact-wrap {
    padding-right: 0;
  }

  .question-title {
    flex: 1;
  }

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

  .search {
    flex-direction: column;
  }

  .search-input {
    margin-bottom: 4px;
  }

  .sg-button-standard, .sg-button-mobile {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .rich-text-block {
    flex-wrap: wrap;
  }

  .button-outline-02 {
    margin-bottom: 15px;
    margin-right: 0;
  }

  .copyright {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    display: none;
  }

  .subtitle {
    font-size: 16px;
  }

  .row {
    flex-direction: column;
    align-items: center;
  }

  .row.highlights {
    flex-direction: column;
  }

  .detail {
    width: 100%;
    margin-right: 0;
  }

  .nome, .info, .text {
    text-align: center;
  }

  .documents-block {
    width: 100%;
  }

  .document-link {
    justify-content: space-between;
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-document {
    font-size: 14px;
  }

  .highlight-feature {
    margin-bottom: 10px;
  }

  .highlight-name {
    font-size: 16px;
  }

  .highlight-number {
    font-size: 32px;
    line-height: 48px;
  }

  .funds-subtitle {
    text-align: center;
    font-size: 16px;
  }

  .text-block-6 {
    text-align: center;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .gestora-image {
    width: 50%;
    margin-top: 5%;
  }

  .button-2 {
    padding: 10px 12px;
    font-size: 12px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .paragraph-12 {
    font-size: 12px;
    line-height: 20px;
  }
}

#w-node-_69f719ac-ed56-6904-fb5f-b9e95ff3dfaa-40000492 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_69f719ac-ed56-6904-fb5f-b9e95ff3dfbb-40000492 {
  grid-area: 2 / 1 / 3 / 2;
}
