@font-face {
  font-family: 'Metropolis';
  src: url("./sass/fonts/Metropolis-Regular.otf") format("opentype"); }
@font-face {
  font-family: 'Metropolis-bold';
  src: url("./sass/fonts/Metropolis-Bold.otf") format("opentype");
  font-weight: 900; }
.heading {
  text-shadow: 1px 1px 6px rgba(0, 56, 118, 0.2);
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal; }
  .heading.heading-2 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.12;
    text-align: right; }
  .heading.heading-3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.14;
    text-align: left; }
  .heading.heading-4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    text-align: left; }
  .heading.heading-5 {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.4;
    text-align: center; }

strong {
  font-family: Metropolis-bold; }

.body-text {
  text-shadow: 1px 1px 6px rgba(0, 56, 118, 0.2);
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: right; }

.smaller-text {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.63;
  letter-spacing: normal;
  text-align: left; }

.no-padding {
  padding: 0 !important; }

@media only screen and (max-width: 767px) {
  .heading.heading-2 {
    font-size: 34px; }
  .heading.heading-3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 1.14;
    text-align: left; }
  .heading.heading-4 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.36;
    text-align: left; }
  .heading.heading-5 {
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    line-height: 1.4;
    text-align: center; }

  .body-text {
    font-size: 20px; } }
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }
  html body {
    font-family: Metropolis;
    background-image: url("images/pattern-bg.svg");
    background-size: contain;
    background-position: bottom; }

.navbar {
  position: fixed;
  width: 100%;
  z-index: 3;
  transition: 1s; }
  .navbar .container {
    position: relative; }
  .navbar .navbar-brand {
    transition: 1s;
    background-image: url("images/logo.svg");
    width: 150px;
    height: 75px;
    background-repeat: no-repeat;
    margin-top: 55px; }
  .navbar .toggler {
    border: none;
    z-index: 1;
    background: none;
    position: absolute;
    right: 0; }
    .navbar .toggler:focus, .navbar .toggler:active {
      border: none;
      outline: none; }
    .navbar .toggler input {
      display: none;
      width: 40px;
      height: 32px;
      position: absolute;
      top: -7px;
      left: -5px;
      cursor: pointer;
      opacity: 0;
      z-index: 3;
      -webkit-touch-callout: none; }
    .navbar .toggler span {
      display: none;
      width: 33px;
      height: 4px;
      margin-bottom: 5px;
      position: relative;
      background: #ffffff;
      border-radius: 3px;
      z-index: 2;
      transform-origin: 4px 0px;
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease; }
      .navbar .toggler span:first-child {
        transform-origin: 0% 0%; }
      .navbar .toggler span:nth-last-child(2) {
        transform-origin: 0% 100%; }
  .navbar .navbar-collapse {
    transition: 1s;
    padding-top: 70px; }
    .navbar .navbar-collapse .navbar-nav {
      margin-left: auto; }
      .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 10px 30px;
        text-shadow: none;
        color: #ffffff; }
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
          color: #00f8a8; }
  .navbar.sticky {
    background-color: #0079ff; }
    .navbar.sticky .navbar-brand {
      margin: 5px 0;
      width: 120px;
      height: 55px; }
    .navbar.sticky .navbar-collapse {
      padding-top: 0; }
      .navbar.sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
        padding: 10px 30px; }

section .section-header .heading-2 {
  color: #003876;
  text-shadow: none; }
  section .section-header .heading-2:after {
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background-color: #00f8a8;
    margin: 30px auto; }
section .section-header .subtitle {
  display: block;
  text-shadow: none;
  text-align: center;
  color: #0079ff;
  font-weight: 600; }
section.main-section {
  min-height: 800px; }
  section.main-section .main-banner {
    color: #ffffff;
    padding: 276px 0 170px;
    border-bottom-right-radius: 480px;
    position: relative;
    background-image: url("images/image.png");
    background-size: cover; }
    section.main-section .main-banner .banner-msg {
      padding-right: 80px; }
      section.main-section .main-banner .banner-msg span {
        margin-top: 10px;
        display: block; }
      section.main-section .main-banner .banner-msg .btn {
        margin-top: 30px; }
    section.main-section .main-banner:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-image: linear-gradient(235deg, #0079ff, #00f8a8);
      opacity: 0.85;
      padding: 300px 0 200px;
      border-bottom-right-radius: 480px; }
section.about-section {
  padding: 140px 0 0; }
  section.about-section .section-header .heading-2:after {
    margin: 30px 0; }
  section.about-section .section-header .subtitle {
    text-align: left;
    padding-bottom: 60px; }
  section.about-section .section-header .about-content .smaller-text {
    display: block;
    color: #a3a3a3; }
    section.about-section .section-header .about-content .smaller-text.title {
      margin-top: 30px; }
section.insurance-section {
  padding: 140px 0 0;
  background-size: contain; }
  section.insurance-section .insurance-container {
    margin: 60px 0 0; }
    section.insurance-section .insurance-container .insurance-card .picture-section {
      display: block;
      width: 160px;
      height: 160px;
      border-radius: 90%;
      margin: auto;
      position: relative;
      background: #efefef; }
    section.insurance-section .insurance-container .insurance-card .details-section {
      padding: 30px 20px; }
      section.insurance-section .insurance-container .insurance-card .details-section p {
        margin: 0; }
        section.insurance-section .insurance-container .insurance-card .details-section p.details-header {
          text-align: center;
          padding-bottom: 10px; }
          section.insurance-section .insurance-container .insurance-card .details-section p.details-header span {
            display: block;
            font-weight: 600;
            font-style: normal;
            color: #0079ff; }
        section.insurance-section .insurance-container .insurance-card .details-section p.description {
          color: #a3a3a3; }
  section.insurance-section .insurance-stats {
    background-image: linear-gradient(119deg, #0079ff, #00f8a8);
    color: #ffffff;
    margin-top: 100px;
    padding: 180px 0 106px;
    border-top-left-radius: 480px; }
    section.insurance-section .insurance-stats .heading {
      display: block;
      text-align: left; }
    section.insurance-section .insurance-stats .facts {
      margin-top: 60px; }
      section.insurance-section .insurance-stats .facts .stats-item span {
        display: block;
        text-align: center; }
        section.insurance-section .insurance-stats .facts .stats-item span.heading.title {
          font-size: 32px; }
        section.insurance-section .insurance-stats .facts .stats-item span.heading.subtitle {
          font-size: 18px; }
section.testimonial-section {
  padding: 140px 15px 0;
  background-size: contain; }
  section.testimonial-section .testimonial-container {
    margin: 80px 0 0; }
    section.testimonial-section .testimonial-container .testimonial-card .picture-section {
      display: block;
      width: 120px;
      height: 120px;
      border-radius: 90%;
      margin: auto;
      position: relative;
      z-index: 2; }
    section.testimonial-section .testimonial-container .testimonial-card .details-section {
      border: 1px solid rgba(163, 163, 163, 0.5);
      text-align: center;
      background-color: #ffffff;
      padding: 102px 40px 52px;
      margin-top: -72px;
      border-radius: 8px;
      z-index: 1; }
      section.testimonial-section .testimonial-container .testimonial-card .details-section p {
        margin: 0; }
        section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header {
          padding-bottom: 10px; }
          section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header span {
            display: block; }
          section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header .heading {
            text-align: center;
            color: #003876; }
            section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header .heading.sub-header {
              font-weight: normal;
              text-shadow: none;
              font-style: italic; }
        section.testimonial-section .testimonial-container .testimonial-card .details-section p.description {
          color: #a3a3a3;
          text-shadow: none; }
section.section-footer {
  display: block;
  padding: 146px 0 120px; }
  section.section-footer .heading {
    display: block;
    text-align: center;
    text-shadow: none;
    color: #0079ff;
    margin-bottom: 30px; }
  section.section-footer .body-text {
    color: #003876;
    text-shadow: none; }
  section.section-footer .btn {
    margin-top: 40px; }
    section.section-footer .btn img {
      vertical-align: text-bottom;
      margin-right: 10px; }

.btn {
  display: inline-block;
  padding: 0 67px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.9;
  letter-spacing: 1.2px;
  box-shadow: 2px 2px 6px 0 rgba(0, 78, 165, 0.2);
  border: solid 4px rgba(255, 255, 255, 0.3); }
  .btn.btn-basic {
    background: #00f8a8;
    color: #003876; }

footer {
  background: #0079ff;
  padding: 35px 0;
  color: #ffffff;
  position: relative; }
  footer .heading.copy-right {
    font-style: normal; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff;
      text-decoration: none; }
  footer:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    height: 5px;
    background-image: linear-gradient(113deg, #0079ff, #00f8a8); }
  footer .social-media a {
    padding: 0 20px; }

.privacy-page .navbar {
  position: relative; }
  .privacy-page .navbar .navbar-brand {
    background-image: url("images/logo_color.png");
    height: 80px;
    width: 100%; }
.privacy-page section.privacy-section {
  min-height: 600px;
  background-image: none;
  margin-top: 60px; }
  .privacy-page section.privacy-section .back {
    display: inline-block;
    margin-bottom: 40px;
    text-shadow: none; }
    .privacy-page section.privacy-section .back object {
      width: 16px; }
    .privacy-page section.privacy-section .back:hover {
      text-decoration: none;
      color: #0079ff; }
  .privacy-page section.privacy-section .smaller-text {
    display: block;
    color: #a3a3a3;
    margin-bottom: 2rem;
    text-align: justify; }
    .privacy-page section.privacy-section .smaller-text span {
      display: block; }
    .privacy-page section.privacy-section .smaller-text ol,
    .privacy-page section.privacy-section .smaller-text ul {
      padding: 0 0 10px 30px; }
      .privacy-page section.privacy-section .smaller-text ol li,
      .privacy-page section.privacy-section .smaller-text ul li {
        padding-left: 30px; }
  .privacy-page section.privacy-section .section-header .heading-2:after {
    margin: 30px 0; }
  .privacy-page section.privacy-section .section-header .subtitle {
    text-align: left;
    font-size: 22px; }
    .privacy-page section.privacy-section .section-header .subtitle .link-download {
      text-decoration: underline; }

@media only screen and (max-width: 1220px) {
  body {
    overflow-x: hidden; }

  .navbar {
    padding: 0.5rem 100px; }
    .navbar .navbar-brand {
      margin: 20px 0 25px; }
    .navbar .navbar-collapse {
      padding-top: 20px; }
      .navbar .navbar-collapse .navbar-nav {
        margin-left: 0; }
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          padding: 10px 20px;
          font-size: 18px;
          text-shadow: none; }
    .navbar.sticky .navbar-collapse .navbar-nav .nav-item .nav-link {
      padding: 10px 20px; }

  section .section-header .heading-2:after {
    margin: 30px auto; }
  section .section-header .subtitle {
    font-size: 20px; }
  section.main-section {
    background-repeat: no-repeat;
    min-height: 600px; }
    section.main-section .main-banner {
      padding: 276px 0 235px; }
      section.main-section .main-banner .banner-msg {
        padding: 0 52px; }
        section.main-section .main-banner .banner-msg .heading.heading-2 {
          text-align: right;
          margin-top: 0; }
        section.main-section .main-banner .banner-msg span {
          margin-top: 30px;
          text-align: right; }
        section.main-section .main-banner .banner-msg .btn {
          margin-top: 30px; }
  section.about-section {
    padding: 100px 15px 80px; }
  section.insurance-section {
    padding: 100px 0 0; }
    section.insurance-section .insurance-container {
      margin: 0; }
      section.insurance-section .insurance-container .insurance-card {
        margin-top: 60px; }
        section.insurance-section .insurance-container .insurance-card .details-section p.details-header {
          padding-bottom: 20px; }
    section.insurance-section .insurance-stats {
      background-image: linear-gradient(119deg, #00f8a8, #0079ff);
      padding: 120px 0 80px; }
  section.testimonial-section {
    padding: 100px 15px 0; }
    section.testimonial-section .testimonial-container {
      margin: 20px 0 0; }
      section.testimonial-section .testimonial-container .testimonial-card {
        margin-top: 40px; }
        section.testimonial-section .testimonial-container .testimonial-card .details-section {
          padding: 102px 67px 52px; }
          section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header {
            padding-bottom: 25px; }
  section.section-footer {
    padding: 50px 0 60px; } }
@media only screen and (max-width: 991px) {
  html body {
    overflow-x: hidden;
    font-family: Metropolis;
    background-image: url("images/pattern_mobile.svg");
    background-size: contain;
    background-position: bottom; }

  .navbar {
    padding: 0.5rem 1.5rem; }
    .navbar .navbar-brand {
      margin: 20px 25px; }
    .navbar .toggler span {
      display: block; }
    .navbar .toggler input {
      display: block; }
      .navbar .toggler input:checked ~ span {
        background: #003876;
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px); }
        .navbar .toggler input:checked ~ span:nth-last-child(3) {
          opacity: 0;
          transform: rotate(0deg) scale(0.2, 0.2); }
        .navbar .toggler input:checked ~ span:nth-last-child(2) {
          transform: rotate(-45deg) translate(0, -1px); }
      .navbar .toggler input:checked ~ .navbar-collapse {
        transform: translate(-59%, 0); }
    .navbar .navbar-collapse {
      position: fixed;
      display: block;
      width: 300px;
      margin: -50px 0 0 -45px;
      padding: 50px;
      bottom: 0;
      top: 0;
      padding-top: 125px;
      background: #ffffff;
      list-style-type: none;
      -webkit-font-smoothing: antialiased;
      transform-origin: 0% 0%;
      transform: translate(100%, 0);
      transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
      .navbar .navbar-collapse.show {
        right: 0; }
      .navbar .navbar-collapse .navbar-nav {
        margin-top: 10px; }
        .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
          padding: 10px 20px;
          text-shadow: none;
          color: #003876; }
          .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
            color: #0079ff; }
    .navbar.sticky .toggler .navbar-collapse .navbar-nav {
      margin-top: 135px; }

  section .section-header .heading-2:after {
    margin: 20px auto; }
  section .section-header .subtitle {
    font-size: 20px; }
  section.main-section {
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 667px; }
    section.main-section .main-banner {
      padding: 235px 0 80px;
      border-bottom-right-radius: 0; }
      section.main-section .main-banner:before {
        border-bottom-right-radius: 0; }
      section.main-section .main-banner .banner-msg {
        padding: 0 52px; }
        section.main-section .main-banner .banner-msg .heading.heading-2 {
          text-align: center;
          margin-top: 0; }
        section.main-section .main-banner .banner-msg span {
          margin-top: 30px;
          text-align: left; }
        section.main-section .main-banner .banner-msg .btn {
          margin-top: 30px;
          display: inherit; }
  section.about-section {
    padding: 110px 15px; }
    section.about-section .section-header .heading.heading-2 {
      display: block;
      text-align: center; }
      section.about-section .section-header .heading.heading-2:after {
        margin: 20px auto; }
    section.about-section .section-header .subtitle {
      text-align: center;
      padding-bottom: 20px; }
  section.insurance-section {
    padding: 110px 15px 0; }
    section.insurance-section .insurance-container {
      margin: 30px 0 0; }
      section.insurance-section .insurance-container .insurance-card {
        padding-bottom: 60px; }
        section.insurance-section .insurance-container .insurance-card .details-section {
          padding: 20px 10px 0; }
          section.insurance-section .insurance-container .insurance-card .details-section p {
            margin: 0; }
            section.insurance-section .insurance-container .insurance-card .details-section p.details-header {
              text-align: center;
              padding-bottom: 10px; }
              section.insurance-section .insurance-container .insurance-card .details-section p.details-header span {
                display: block;
                font-weight: 600;
                font-style: normal;
                color: #0079ff; }
            section.insurance-section .insurance-container .insurance-card .details-section p.description {
              color: #a3a3a3; }
    section.insurance-section .insurance-stats {
      margin: 100px -15px 0;
      padding: 60px 20px;
      border-top-left-radius: 0; }
      section.insurance-section .insurance-stats .heading.heading-3 {
        font-size: 20px;
        text-align: center; }
      section.insurance-section .insurance-stats .facts {
        margin-top: 0; }
        section.insurance-section .insurance-stats .facts .stats-item {
          padding-top: 60px; }
          section.insurance-section .insurance-stats .facts .stats-item span.heading-2 {
            font-size: 52px; }
          section.insurance-section .insurance-stats .facts .stats-item span.heading-4 {
            font-size: 18px; }
  section.testimonial-section {
    padding: 110px 15px 0; }
    section.testimonial-section .testimonial-container {
      margin: 0; }
      section.testimonial-section .testimonial-container .testimonial-card {
        margin: 30px 0 0; }
        section.testimonial-section .testimonial-container .testimonial-card .details-section {
          text-align: center;
          padding: 92px 20px 40px; }
          section.testimonial-section .testimonial-container .testimonial-card .details-section p {
            margin: 0; }
            section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header {
              padding-bottom: 10px; }
              section.testimonial-section .testimonial-container .testimonial-card .details-section p.details-header .heading {
                font-size: 20px; }
  section.section-footer {
    padding: 120px 0; }
    section.section-footer .heading {
      font-size: 34px;
      margin-bottom: 20px; }
    section.section-footer .body-text {
      font-weight: 600; }
    section.section-footer .btn {
      margin-top: 30px; }

  .btn {
    padding: 0 25px;
    text-transform: uppercase;
    font-size: 20px; }

  footer {
    padding: 30px 0;
    text-align: center; }
    footer .heading.heading-5.copy-right {
      display: block;
      font-size: 20px;
      margin-bottom: 20px;
      font-weight: 600; }
    footer .h-100 a {
      font-size: 18px; }
    footer .h-100 .social-media {
      margin-top: 20px; } }

/*# sourceMappingURL=index.css.map */
