@charset "UTF-8";
@font-face {
  font-family: "Liberty Regular";
  src: url("../fonts/libertyglobalgesta-regular_1.otf") format("opentype"); }

@font-face {
  font-family: "Liberty Medium";
  src: url("../fonts/libertyglobalgesta-medium_1.otf") format("opentype"); }

@font-face {
  font-family: "Liberty Bold";
  src: url("../fonts/libertyglobalgesta-bold_1.otf") format("opentype"); }

@font-face {
  font-family: "Bloom Bold";
  src: url("../fonts/BloomSpeakBody-Bold.otf") format("opentype"); }

@font-face {
  font-family: "Bloom UltraHeavy";
  src: url("../fonts/BloomSpeakTitle-UltraHeavy.eot?") format("eot"), url("../fonts/BloomSpeakTitle-UltraHeavy.otf") format("opentype"), url("../fonts/BloomSpeakTitle-UltraHeavy.woff") format("woff"), url("../fonts/BloomSpeakTitle-UltraHeavy.woff2") format("woff2"); }

h1 {
  font-family: "Liberty Bold";
  color: #243347; }

h2 {
  font-family: "Bloom UltraHeavy";
  font-size: 80px;
  line-height: 80px;
  color: #243347;
  margin-top: -10px; }
  h2.__xLarge {
    font-size: 120px;
    line-height: 120px; }
  h2.__large {
    font-size: 100px;
    line-height: 100px;
    margin-top: -100px; }
    @media only screen and (max-width: 1200px) {
      h2.__large {
        font-size: 80px;
        line-height: 80px; } }
    @media only screen and (max-width: 576px) {
      h2.__large {
        font-size: 54px;
        line-height: 54px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      h2.__large {
        font-size: 54px;
        line-height: 54px; } }
  h2.__medium {
    font-size: 70px;
    line-height: 70px; }
    h2.__medium--largerMargin {
      margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      h2.__medium {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (max-width: 576px) {
      h2.__medium {
        font-size: 38px;
        line-height: 38px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      h2.__medium {
        font-size: 38px;
        line-height: 38px; } }
  h2.__small {
    font-size: 60px;
    line-height: 60px; }
  h2.__xSmall {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 768px) {
      h2.__xSmall {
        font-size: 42px;
        line-height: 42px;
        margin-bottom: 0; } }
  @media only screen and (max-width: 1440px) {
    h2 {
      font-size: 70px;
      line-height: 70px; } }
  @media only screen and (max-width: 1200px) {
    h2 {
      font-size: 60px;
      line-height: 60px; } }
  @media only screen and (max-width: 576px) {
    h2 {
      font-size: 44px;
      line-height: 44px; } }
  @media only screen and (max-device-width: 812px) and (orientation: landscape) {
    h2 {
      font-size: 44px;
      line-height: 44px; } }
  h2.__orange {
    color: #ee742b; }

h3 {
  font-family: "Liberty Medium";
  font-size: 50px;
  line-height: 50px;
  color: #ee742b;
  margin-bottom: 25px; }
  @media only screen and (max-width: 992px) {
    h3 {
      font-size: 40px;
      line-height: 40px; } }
  @media only screen and (max-width: 576px) {
    h3 {
      font-size: 34px;
      line-height: 34px; } }
  @media only screen and (max-device-width: 812px) and (orientation: landscape) {
    h3 {
      font-size: 34px;
      line-height: 34px; } }

p {
  font-family: "Liberty Regular";
  font-size: 30px;
  color: #5c6671;
  margin: 0;
  margin-bottom: 20px;
  line-height: 40px; }
  @media only screen and (max-width: 1200px) {
    p {
      font-size: 24px;
      line-height: 34px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 576px) {
    p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 10px; } }
  @media only screen and (max-device-width: 812px) and (orientation: landscape) {
    p {
      font-size: 18px;
      line-height: 28px;
      margin-bottom: 10px; } }
  p.__white {
    color: #FFFFFF;
    margin-bottom: 0; }
  p.__orange {
    color: #ee742b; }
  p.__small-margin {
    margin-bottom: 5px; }

span.__orange {
  color: #ee742b; }

.fade-1 {
  opacity: 0; }

.fade-2 {
  opacity: 0; }

.fade-3 {
  opacity: 0; }

.fade-4 {
  opacity: 0; }

section {
  width: 100vw; }
  section .container__centre {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 576px) {
      section .container__centre {
        height: 100vh; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .container__centre {
        height: 110vh; } }
    section .container__centre--horizontal {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  section .row__centre {
    margin: 0;
    padding: 0 100px;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      section .row__centre {
        padding: 0px 100px; } }
    @media only screen and (max-width: 992px) {
      section .row__centre {
        padding: 0px 25px; } }
    @media only screen and (max-width: 768px) {
      section .row__centre {
        padding: 0px 50px; } }
    @media only screen and (max-width: 576px) {
      section .row__centre {
        padding: 0; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .row__centre {
        padding: 0px 20px; } }
    section .row__centre--up {
      margin-top: -100px; }
      @media only screen and (max-width: 768px) {
        section .row__centre--up {
          margin-top: 0; } }
    section .row__centre--full-width {
      width: 100%; }
  section.page {
    height: 100vh; }
    @media only screen and (max-width: 576px) {
      section.page {
        height: 110vh; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section.page {
        height: 120vh; } }
    section.page--blue {
      background-color: #243347; }
    section.page-full-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      section.page-full-image--top {
        background-position: center top; }
      @media only screen and (max-width: 576px) {
        section.page-full-image {
          height: 100vh;
          background-position: center center; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
        section.page-full-image {
          background-position: center center; } }
      @media only screen and (max-width: 576px) {
        section.page-full-image > .container__centre {
          height: 100vh; } }
      section.page-full-image__1 {
        background-image: url(../assets/fullpage-1.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__1 {
            background-image: url(../assets/mobile/mobile-1.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__1 {
            background-image: url(../assets/fullpage-1.jpg); } }
      section.page-full-image__2 {
        background-image: url(../assets/fullpage-2.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__2 {
            background-image: url(../assets/mobile/mobile-2.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__2 {
            background-image: url(../assets/fullpage-2.jpg); } }
      section.page-full-image__3 {
        background-image: url(../assets/fullpage-3.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__3 {
            background-image: url(../assets/mobile/mobile-3.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__3 {
            background-image: url(../assets/fullpage-3.jpg); } }
      section.page-full-image__4 {
        background-image: url(../assets/fullpage-4.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__4 {
            background-image: url(../assets/mobile/mobile-4.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__4 {
            background-image: url(../assets/fullpage-4.jpg); } }
      section.page-full-image__5 {
        background-image: url(../assets/fullpage-5.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__5 {
            background-image: url(../assets/mobile/mobile-5.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__5 {
            background-image: url(../assets/fullpage-5.jpg); } }
      section.page-full-image__6 {
        background-image: url(../assets/fullpage-6.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__6 {
            background-image: url(../assets/mobile/mobile-6.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__6 {
            background-image: url(../assets/fullpage-6.jpg); } }
      section.page-full-image__7 {
        background-image: url(../assets/fullpage-7.jpg); }
        @media only screen and (max-width: 768px) {
          section.page-full-image__7 {
            background-image: url(../assets/mobile/mobile-7.jpg); } }
        @media only screen and (max-device-width: 812px) and (orientation: landscape) {
          section.page-full-image__7 {
            background-image: url(../assets/fullpage-7.jpg); } }
    section.page-video iframe {
      width: 100%;
      height: 100vh; }
      @media only screen and (max-device-width: 812px) and (orientation: landscape) {
        section.page-video iframe {
          height: 70vh; } }
  section .page-1__image {
    width: 60%;
    margin: 100px 85px; }
    @media only screen and (max-width: 768px) {
      section .page-1__image {
        width: 85%;
        margin: 100px 25px;
        margin-bottom: 100px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-1__image {
        width: 65%;
        margin: 0; } }
    section .page-1__image-container {
      height: 100vh;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; }
  section .page-1__right-text {
    position: absolute;
    right: 0;
    font-family: "Bloom UltraHeavy";
    font-size: 40px;
    margin: 0;
    margin-top: 140px;
    margin-right: 100px;
    color: #ee742b;
    z-index: 101; }
    @media only screen and (max-width: 1200px) {
      section .page-1__right-text {
        margin-right: 50px; } }
    @media only screen and (max-width: 768px) {
      section .page-1__right-text {
        margin-top: 85px;
        margin-right: 25px; } }
  section .page-2__header {
    color: #FFFFFF;
    font-size: 130px;
    line-height: 130px; }
    @media only screen and (max-width: 1200px) {
      section .page-2__header {
        font-size: 100px;
        line-height: 100px; } }
    @media only screen and (max-width: 576px) {
      section .page-2__header {
        font-size: 70px;
        line-height: 70px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-2__header {
        font-size: 70px;
        line-height: 70px; } }
  section .page-2--margin-top {
    margin-top: 25px; }
  section .page-3__logo-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 100px;
    width: 90%;
    height: 75px; }
    @media only screen and (max-width: 1200px) {
      section .page-3__logo-container {
        height: 50px; } }
    @media only screen and (max-width: 768px) {
      section .page-3__logo-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media only screen and (max-width: 576px) {
      section .page-3__logo-container {
        margin-top: 0; } }
  section .page-3__logo {
    display: inline-block;
    width: auto;
    height: 100%;
    vertical-align: unset; }
    @media only screen and (max-width: 768px) {
      section .page-3__logo {
        margin: 10px; } }
    @media only screen and (min-width: 767px) {
      section .page-3__logo:nth-child(1) {
        margin-right: 0; } }
    @media only screen and (min-width: 767px) {
      section .page-3__logo:nth-last-child(1) {
        margin-right: 0; } }
  section .page-3__separator {
    display: inline-block;
    width: 2px;
    background-color: #b0b0b0; }
    @media only screen and (max-width: 768px) {
      section .page-3__separator {
        display: none; } }
  section .page-15__h2 {
    font-size: 130px;
    line-height: 130px; }
    @media only screen and (max-width: 1440px) {
      section .page-15__h2 {
        font-size: 110px;
        line-height: 110px; } }
    @media only screen and (max-width: 1200px) {
      section .page-15__h2 {
        font-size: 90px;
        line-height: 90px; } }
    @media only screen and (max-width: 576px) {
      section .page-15__h2 {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-15__h2 {
        font-size: 60px;
        line-height: 60px; } }
    section .page-15__h2__orange {
      color: #ee742b; }
  section .page-16__image {
    width: 90%;
    height: auto; }
    @media only screen and (max-width: 992px) {
      section .page-16__image {
        height: 250px;
        width: 100%; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-16__image {
        height: 175px;
        width: 100%; } }
  section .page-17__header {
    font-size: 74px;
    line-height: 74px;
    margin-top: 10px; }
    @media only screen and (max-width: 1200px) {
      section .page-17__header {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-17__header {
        font-size: 50px;
        line-height: 50px; } }
  section .page-17__image {
    width: 80%;
    height: auto; }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-17__image {
        width: 65%; } }
  section .page-18__flex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  section .page-18__image {
    background-image: url(../assets/fullpage-8.jpg);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
    width: 30vw;
    height: 30vw;
    border-radius: 15vw;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center; }
  section .page-18__header {
    line-height: 100px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) {
      section .page-18__header {
        font-size: 90px;
        line-height: 90px; } }
    @media only screen and (max-width: 1200px) {
      section .page-18__header {
        font-size: 80px;
        line-height: 80px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 576px) {
      section .page-18__header {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-18__header {
        font-size: 52px;
        line-height: 52px; } }
    section .page-18__header__orange {
      font-size: 50px;
      line-height: 50px;
      color: #ee742b;
      margin-bottom: 50px; }
      @media only screen and (max-width: 1200px) {
        section .page-18__header__orange {
          margin-bottom: 30px; } }
      @media only screen and (max-width: 576px) {
        section .page-18__header__orange {
          font-size: 40px;
          line-height: 40px;
          margin-bottom: 30px; } }
      @media only screen and (max-device-width: 812px) and (orientation: landscape) {
        section .page-18__header__orange {
          font-size: 36px;
          line-height: 36px;
          margin-bottom: 30px; } }
  section .page-18__text {
    color: #243347;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
    margin: 0; }
    section .page-18__text--bold {
      font-family: "Liberty Bold"; }
  section .page-18__temp {
    height: 100%; }
    @media only screen and (max-width: 992px) {
      section .page-18__temp {
        height: 0; } }
  section .page-member__video-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: -200px;
    display: none; }
    @media only screen and (max-width: 1200px) {
      section .page-member__video-container {
        margin-top: 0; } }
    @media only screen and (max-width: 576px) {
      section .page-member__video-container {
        display: none; } }
  section .page-member__header {
    font-size: 150px;
    line-height: 150px;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1440px) {
      section .page-member__header {
        font-size: 130px;
        line-height: 130px; } }
    @media only screen and (max-width: 992px) {
      section .page-member__header {
        font-size: 120px;
        line-height: 120px; } }
    @media only screen and (max-width: 576px) {
      section .page-member__header {
        font-size: 60px;
        line-height: 60px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-member__header {
        font-size: 80px;
        line-height: 80px; } }
  section .page-member__sub-header {
    font-size: 70px;
    line-height: 70px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 1440px) {
      section .page-member__sub-header {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 30px; } }
    @media only screen and (max-width: 992px) {
      section .page-member__sub-header {
        font-size: 40px;
        line-height: 40px; } }
    @media only screen and (max-width: 576px) {
      section .page-member__sub-header {
        font-size: 34px;
        line-height: 34px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-member__sub-header {
        font-size: 30px;
        line-height: 30px; } }
  section .page-member__text {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1200px) {
      section .page-member__text {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 992px) {
      section .page-member__text {
        font-size: 22px;
        line-height: 28px; } }
    @media only screen and (max-width: 576px) {
      section .page-member__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      section .page-member__text {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 5px; } }
  section .page-member__image {
    display: inline-block;
    width: 150px;
    height: 150px;
    border-radius: 75px;
    background: #000;
    background-size: cover;
    background-repeat: no-repeat; }
  section .page-member__container {
    display: inline-block;
    margin-left: 20px; }
  section .page-member__play-btn {
    height: 40%; }
  section .page-member__video-text {
    display: block;
    color: #243347;
    font-size: 18px;
    line-height: 18px;
    margin: 0; }
    section .page-member__video-text--bold {
      font-family: "Liberty Bold";
      font-size: 24px;
      line-height: 24px; }

@media only screen and (max-width: 576px) {
  .image-circle-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left; } }

@media only screen and (max-width: 576px) {
  .page-18__flex-col {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: left; }
  .page-18__image {
    margin: unset !important; } }

.navigation {
  position: fixed;
  height: 20vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  z-index: 100; }
  @media only screen and (max-width: 768px) {
    .navigation {
      height: 15vh; } }
  @media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .navigation {
      height: 22vh; } }
  .navigation__logo {
    width: 100px;
    margin-right: 30px; }
    @media only screen and (max-width: 576px) {
      .navigation__logo {
        width: 75px;
        margin-right: 30px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      .navigation__logo {
        width: 75px;
        margin-right: 20px; } }
  .navigation__col {
    margin: 0px 100px;
    padding: 0; }
    @media only screen and (max-width: 1200px) {
      .navigation__col {
        margin: 0px 50px; } }
    @media only screen and (max-width: 768px) {
      .navigation__col {
        margin: 0px 25px; } }
  .navigation__link {
    display: inline-block;
    margin: 0;
    cursor: pointer; }
    .navigation__link p {
      font-family: "Liberty Regular";
      font-size: 22px;
      color: #ee742b;
      margin: 0; }
      @media only screen and (max-width: 576px) {
        .navigation__link p {
          font-size: 16px; } }
      @media only screen and (max-device-width: 812px) and (orientation: landscape) {
        .navigation__link p {
          font-size: 18px;
          line-height: 24px; } }
    .navigation__link:hover p {
      color: #ee742b;
      text-decoration: underline; }
      .navigation__link:hover p::before {
        text-decoration: none; }
  .navigation__separator::before {
    display: inline-block;
    content: "•";
    margin-right: 10px;
    margin-left: 6px;
    cursor: default;
    text-decoration: none; }
  .navigation--white {
    color: #FFFFFF; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 135px;
  margin-top: -150px; }
  @media only screen and (max-width: 1200px) {
    .footer {
      margin-top: -100px; } }
  @media only screen and (max-width: 992px) {
    .footer {
      margin: 0 75px;
      margin-top: -135px; } }
  @media only screen and (max-width: 768px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 25px;
      margin-top: -135px; } }
  @media only screen and (max-width: 576px) {
    .footer {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 0px;
      margin-top: -100px; } }
  @media only screen and (max-device-width: 812px) and (orientation: landscape) {
    .footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 10px;
      margin-top: -50px; } }
  @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .footer {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin: 0 50px;
      margin-top: -135px; } }
  .footer__container {
    width: 80%; }
    @media only screen and (max-width: 768px) {
      .footer__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 20px;
        width: 100%;
        padding-top: 20px; } }
    @media only screen and (max-device-width: 812px) and (orientation: landscape) {
      .footer__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
      .footer__container {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        width: 75%; } }
  .footer__on-image {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    @media only screen and (max-width: 768px) {
      .footer__on-image__container {
        margin-left: 10px; } }
  .footer__text {
    font-family: "Bloom UltraHeavy";
    font-size: 30px;
    line-height: 30px;
    color: #243347;
    margin-bottom: 0; }
    .footer__text--white {
      color: #FFFFFF; }
    .footer__text--right {
      margin-left: auto; }
      @media only screen and (max-width: 768px) {
        .footer__text--right {
          margin-right: 10px; } }
      .footer__text--right--white {
        color: #FFFFFF; }
    .footer__text--left {
      margin-left: 0;
      font-family: "Liberty Regular";
      font-size: 20px;
      line-height: 20px; }
      .footer__text--left--header {
        font-family: "Liberty Bold"; }
  .footer__image--right {
    width: auto;
    height: 30px;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .footer__image--right {
        width: 200px;
        height: auto;
        margin: auto; } }
    .footer__image--right--align-left {
      margin: 0;
      margin-left: auto; }
      @media only screen and (max-width: 768px) {
        .footer__image--right--align-left {
          width: 200px;
          height: auto;
          margin: auto; } }
  .footer__image__logo {
    width: auto;
    height: 45px;
    margin-right: 80px;
    vertical-align: baseline; }
    @media only screen and (min-width: 993px) {
      .footer__image__logo:nth-child(1) {
        margin-right: 0; } }
    .footer__image__logo:nth-last-child(1) {
      margin-right: 0; }
    @media only screen and (max-width: 1200px) {
      .footer__image__logo {
        margin-right: 25px; } }
    @media only screen and (max-width: 992px) {
      .footer__image__logo {
        margin: 10px 10px; } }
    @media only screen and (max-width: 576px) {
      .footer__image__logo {
        height: 35px; } }
  .footer__separator {
    display: inline-block;
    width: 2px;
    height: 90%;
    margin: 0px 30px;
    background-color: #b0b0b0; }
    @media only screen and (max-width: 992px) {
      .footer__separator {
        display: none; } }
  @media only screen and (max-width: 576px) {
    .footer__page-3 {
      margin-top: 0; } }

@media only screen and (min-width: 1441px) {
  .padding__right {
    padding-right: 250px; } }

@media only screen and (min-width: 1441px) {
  .padding__left {
    padding-left: 250px; } }
