/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0; }

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block; }

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder; }

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%; }

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none; }

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible; }

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none; }

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline; }

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto; }

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block; }

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item; }

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none; }

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none; }

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 2000px; }

.container {
  width: 1345px;
  min-width: 1345px;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .container {
      width: 1153px;
      min-width: 1153px; } }
  @media (max-width: 1152px) {
    .container {
      width: 961px;
      min-width: 961px; } }
  @media (max-width: 960px) {
    .container {
      width: 767px;
      min-width: 767px; } }
  @media (max-width: 768px) {
    .container {
      width: 481px;
      min-width: 481px; } }
  @media (max-width: 480px) {
    .container {
      width: 320px;
      min-width: 320px; } }
  .container .row {
    display: flex;
    align-items: center;
    padding: 0 16px; }

.container-fluid {
  padding: 0 48px; }
  .container-fluid .row {
    display: flex;
    align-items: center;
    padding: 0 16px; }

header {
  position: absolute;
  width: 100%;
  height: 100px;
  z-index: 10; }
  header .container-fluid .header-inner {
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%; }
    header .container-fluid .header-inner .logo {
      font-family: "Playfair Display", "Poppins";
      font-size: 1.875rem;
      font-weight: 700;
      color: #233567; }
    header .container-fluid .header-inner .navigation {
      position: absolute;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      width: 50%;
      margin: 0 auto; }
      header .container-fluid .header-inner .navigation nav ul {
        display: flex;
        align-items: center;
        padding: 0; }
        header .container-fluid .header-inner .navigation nav ul li {
          list-style: none;
          margin: 0 40px; }
          @media (max-width: 1440px) {
            header .container-fluid .header-inner .navigation nav ul li {
              margin: 0 24px; } }
          header .container-fluid .header-inner .navigation nav ul li a {
            font-size: 0.875rem;
            padding: 8px 0;
            text-decoration: none;
            font-weight: 600;
            color: #233567; }
    header .container-fluid .header-inner .nav-logins {
      z-index: 12;
      display: flex;
      align-items: center; }
      header .container-fluid .header-inner .nav-logins .login a {
        font-size: 0.875rem;
        padding: 8px 0;
        text-decoration: none;
        font-weight: 600;
        color: #233567;
        margin-right: 48px; }
        @media (max-width: 1440px) {
          header .container-fluid .header-inner .nav-logins .login a {
            margin-right: 24px; } }
      header .container-fluid .header-inner .nav-logins .apply a {
        display: inline-block;
        height: 52px;
        line-height: 52px;
        font-size: 0.875rem;
        padding: 0 32px;
        text-decoration: none;
        font-weight: 600;
        color: #233567;
        border: 2px solid #233567;
        border-radius: 100px;
        transition: 0.2s ease-in-out; }
        header .container-fluid .header-inner .nav-logins .apply a:hover {
          background: #233567;
          color: #ffffff; }
        @media (max-width: 1440px) {
          header .container-fluid .header-inner .nav-logins .apply a {
            padding: 0 24px; } }

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 2000px; }

.container {
  width: 1345px;
  min-width: 1345px;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .container {
      width: 1153px;
      min-width: 1153px; } }
  @media (max-width: 1152px) {
    .container {
      width: 961px;
      min-width: 961px; } }
  @media (max-width: 960px) {
    .container {
      width: 767px;
      min-width: 767px; } }
  @media (max-width: 768px) {
    .container {
      width: 481px;
      min-width: 481px; } }
  @media (max-width: 480px) {
    .container {
      width: 320px;
      min-width: 320px; } }
  .container .row {
    display: flex;
    align-items: center;
    padding: 0 16px; }

.container-fluid {
  padding: 0 48px; }
  .container-fluid .row {
    display: flex;
    align-items: center;
    padding: 0 16px; }

.banner {
  height: 80vh;
  position: relative; }
  @media (max-width: 1440px) {
    .banner {
      height: 90vh; } }
  .banner .banner-addition-bg {
    background: #233567;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
  .banner .banner-bg {
    background: #ffe5e5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%; }
  .banner .banner-inner {
    width: 100%;
    height: 80vh;
    display: flex;
    position: relative; }
    @media (max-width: 1440px) {
      .banner .banner-inner {
        height: 90vh; } }
    .banner .banner-inner .content {
      width: 60%;
      height: 100%;
      display: flex;
      align-items: center; }
      .banner .banner-inner .content .content-inner h1 {
        font-family: "Playfair Display";
        color: #233567;
        font-size: 3.4rem;
        line-height: 4.8rem;
        margin: 32px 0 0;
        width: 620px; }
        @media (max-width: 1440px) {
          .banner .banner-inner .content .content-inner h1 {
            font-size: 3.1rem;
            line-height: 3.6rem; } }
        .banner .banner-inner .content .content-inner h1 .line {
          overflow: hidden;
          height: 70px;
          position: relative; }
          .banner .banner-inner .content .content-inner h1 .line span {
            position: absolute; }
      .banner .banner-inner .content .content-inner p {
        font-size: 1rem;
        line-height: 1.6rem;
        font-weight: 300;
        color: #233567;
        width: 520px;
        margin: 32px 0 80px; }
        @media (max-width: 1440px) {
          .banner .banner-inner .content .content-inner p {
            margin: 16px 0 60px; } }
      .banner .banner-inner .content .content-inner .btn-row a {
        display: inline-block;
        height: 56px;
        line-height: 56px;
        font-size: 1rem;
        padding: 0 32px;
        text-decoration: none;
        font-weight: 600;
        color: #ffffff;
        background: #d57868;
        border-radius: 100px; }
      .banner .banner-inner .content .content-inner .play-video {
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 4px 4px 0 0;
        overflow: hidden; }
        .banner .banner-inner .content .content-inner .play-video .cover {
          padding: 0;
          background: #ffe5e5;
          right: 0;
          z-index: 9;
          height: 64px;
          opacity: 0; }
        .banner .banner-inner .content .content-inner .play-video span {
          opacity: 0;
          display: flex;
          align-items: center;
          height: 64px;
          padding: 0 32px;
          background: #ffffff;
          font-weight: 600;
          color: #233567; }
          .banner .banner-inner .content .content-inner .play-video span img {
            margin-right: 1rem; }
    .banner .banner-inner .image {
      position: relative;
      width: 40%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: flex-end; }
      .banner .banner-inner .image .image-inner img {
        width: 600px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9; }
        @media (max-width: 1440px) {
          .banner .banner-inner .image .image-inner img {
            width: 500px; } }
      .banner .banner-inner .image .image-inner .feature-banner {
        position: absolute;
        bottom: 286px;
        left: -10px;
        background: #315b96;
        color: #ffffff;
        height: 52px;
        display: flex;
        align-items: center;
        padding: 0 32px;
        border-radius: 4px;
        font-weight: 600; }
        .banner .banner-inner .image .image-inner .feature-banner.green {
          background: #76d8aa;
          right: 32px;
          left: auto;
          bottom: 116px; }
          @media (max-width: 1440px) {
            .banner .banner-inner .image .image-inner .feature-banner.green {
              right: -24px; } }

body {
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  height: 2000px; }

.container {
  width: 1345px;
  min-width: 1345px;
  margin: 0 auto; }
  @media (max-width: 1440px) {
    .container {
      width: 1153px;
      min-width: 1153px; } }
  @media (max-width: 1152px) {
    .container {
      width: 961px;
      min-width: 961px; } }
  @media (max-width: 960px) {
    .container {
      width: 767px;
      min-width: 767px; } }
  @media (max-width: 768px) {
    .container {
      width: 481px;
      min-width: 481px; } }
  @media (max-width: 480px) {
    .container {
      width: 320px;
      min-width: 320px; } }
  .container .row {
    display: flex;
    align-items: center;
    padding: 0 16px; }

.container-fluid {
  padding: 0 48px; }
  .container-fluid .row {
    display: flex;
    align-items: center;
    padding: 0 16px; }

.features {
  margin-top: 20vh; }
  .features .features-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .features .features-inner .features-content {
      width: 33%; }
      @media (max-width: 1440px) {
        .features .features-inner .features-content {
          width: 40%; } }
      .features .features-inner .features-content h3 {
        font-family: "Playfair Display";
        color: #233567;
        font-size: 2.6rem;
        line-height: 3.4rem;
        margin: 0 0 40px; }
      .features .features-inner .features-content p {
        line-height: 1.8rem;
        font-weight: 300;
        color: #233567;
        margin-bottom: 88px; }
        @media (max-width: 1440px) {
          .features .features-inner .features-content p {
            padding-right: 60px; } }
      .features .features-inner .features-content .btn-row a {
        color: #233567;
        text-decoration: none;
        font-weight: 600; }
        .features .features-inner .features-content .btn-row a img {
          margin-left: 16px; }
    .features .features-inner .features-list {
      width: 50%;
      display: flex;
      justify-content: center; }
      .features .features-inner .features-list ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0; }
        .features .features-inner .features-list ul li {
          list-style: none; }
          .features .features-inner .features-list ul li img {
            margin-bottom: 24px; }
          .features .features-inner .features-list ul li h5 {
            color: #233567;
            font-weight: 600;
            font-size: 1.2rem;
            margin: 0; }
          .features .features-inner .features-list ul li p {
            line-height: 1.8rem;
            font-weight: 300;
            color: #233567;
            width: 270px;
            margin: 16px 0 72px;
            font-size: 1rem; }
            @media (max-width: 1440px) {
              .features .features-inner .features-list ul li p {
                font-size: 0.875rem; } }

.footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-weight: 600;
  font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  text-decoration: none; }
  .footer .footer-number {
    margin-left: 16px; }
  .footer .footer-address {
    margin-left: 16px; }
