/*
Theme Name: Roocommunity
Theme URI: venncreative.co.uk
Author: Deliveroo and Venn Creative
Author URI: https://venncreative.co.uk/
Version: 3

*/

@charset "UTF-8";
/* Eric Meyer's CSS Reset
   http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
   This is a Sass partial
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'Deliveroo';
  src: url("styles/fonts/stratosdeliverooweb-light.woff") format("woff");
  font-style: normal;
  font-weight: 100; }
@font-face {
  font-family: 'Deliveroo';
  src: url("styles/fonts/stratosdeliverooweb-medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }
@font-face {
  font-family: 'Deliveroo';
  src: url("styles/fonts/stratosdeliverooweb-regular.woff") format("woff");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: 'Deliveroo';
  src: url("styles/fonts/stratosdeliverooweb-semibold.woff") format("woff");
  font-style: normal;
  font-weight: bold; }
body {
  line-height: 1.4; }

h1 {
  font-size: 61.03516px;
  line-height: 1.2; }
  @media only screen and (max-width: 800px) {
    h1 {
      font-size: 45.77637px; } }

h2 {
  font-size: 39.0625px; }
  @media only screen and (max-width: 800px) {
    h2 {
      font-size: 29.29688px; } }

h3 {
  font-size: 25px; }
  @media only screen and (max-width: 800px) {
    h3 {
      font-size: 18.75px; } }

h4 {
  font-size: 20px; }
  @media only screen and (max-width: 800px) {
    h4 {
      font-size: 15px; } }

small {
  font-size: 12.8px; }
  @media only screen and (max-width: 800px) {
    small {
      font-size: 9.6px; } }

.text-shadow {
  text-shadow: 0 0 19px rgba(0, 0, 0, 0.25); }

.round_corner_btn {
  border-radius: 6px;
  text-align: center;
  color: white;
  padding: 15px 0;
  display: block; }

.round_corner_btn.torquise{
  background-color: #00ccbc ;
transition: 0.3s ease all;}

  .round_corner_btn.torquise:hover{
  background-color: #9CE9E2 ;}

  


.absolute_link_overlay {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  display: block;
  text-indent: -1000px;
  overflow: hidden; }

.card {
  position: relative; }
  .card__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%; }
    .card__img:after {
      content: ' ';
      width: 100%;
      padding-bottom: 74%;
      display: block; }
  .card__content {
    background-color: white; }
  .card__fullimage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .card .absolute_link_overlay {
    box-shadow: 4px 3px 77px -3px rgba(0, 0, 0, 0.11);
    transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .card .absolute_link_overlay:hover {
      box-shadow: 4px 3px 77px 3px rgba(0, 0, 0, 0.22); }

.two_column__main {
  width: calc(41.66667% - 28.33333px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .two_column__main {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  @media only screen and (max-width: 650px) {
    .two_column__main {
      margin-bottom: 45px; } }
.two_column__content {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  margin-top: -100px; }
  .two_column__content::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 43em) {
    .two_column__content {
      margin-top: 0px; } }
  .two_column__content h2 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .two_column__content h2 {
        margin-bottom: 15px; } }
    @media (max-width: 650px) {
      .two_column__content h2 {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .two_column__content h4 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
    margin-bottom: 48.82813px; }
    @media only screen and (max-width: 800px) {
      .two_column__content h4 {
        margin-bottom: 36.62109px; } }
    @media (max-width: 650px) {
      .two_column__content h4 {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .two_column__content a {
    width: calc(60% - 32px);
    float: left;
    margin-left: 20px;
    font-size: 20px;
    background-color: #00cbbc; }
    @media only screen and (max-width: 800px) {
      .two_column__content a {
        font-size: 15px; } }
    @media (max-width: 650px) {
      .two_column__content a {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px; } }
    .two_column__content a:hover {
      background-color: #00988d; }

.center_title_header {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  left: calc(25% - 25px + 20px);
  position: relative;
  margin-bottom: 48.82813px;
  text-align: center; }
  @media only screen and (max-width: 800px) {
    .center_title_header {
      margin-bottom: 36.62109px; } }
  @media (max-width: 650px) {
    .center_title_header {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  .center_title_header h2 {
    margin-bottom: 31.25px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .center_title_header h2 {
        margin-bottom: 23.4375px; } }
  .center_title_header p {
    color: #a09d9d;
    font-size: 20px; }
    @media only screen and (max-width: 43em) {
      .center_title_header p {
        font-size: 18px; } }

.module_layout--inbetween {
  padding: 50px 0;
  position: relative; }
  @media only screen and (max-width: 650px) {
    .module_layout--inbetween {
      padding: 25px 0; } }
  @media only screen and (max-width: 43em) {
    .module_layout--inbetween {
      padding: 25px 0; } }

.module_layout--footer {
  padding: 40px 0;
  position: relative; }

.onlyshow-handheld {
  display: none; }
  @media only screen and (max-width: 800px) {
    .onlyshow-handheld {
      display: inline-block; } }

html {
  font-family: 'Deliveroo', sans-serif;
  box-sizing: border-box; }

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

*, *:before, *:after {
  box-sizing: inherit; }

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }

.read-more {
  width: 100%;
  display: inline-block;
  text-align: right;
  text-decoration: underline;
  padding-top: 20px;
  display: none; }
  .read-more:hover {
    text-decoration: none; }

label#searchbtn {
  padding-left: 0 !important; }

.slicknav_menu {
  display: none; }

.center_title_header h2 {
  margin-bottom: 20px !important; }

#advert_condition {
  width: 156px; }

#advert_size {
  width: 85px; }

.rider_login_text {
  text-align: center;
  margin-top: 1em; }

.rider_login {
  margin: 0 auto;
  width: 35%;
  box-shadow: 0 0 23px 3px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-top: 3em;
  margin-bottom: 2em;
  min-height: 363px; }

.rider_login_inner {
  margin: 0 auto;
  width: 90%; }

.rider_login_inner label {
  width: 100%;
  color: #a7a4a4;
  font-size: 1.15em;
  font-weight: normal; }

.log-error {
  text-align: center;
  color: #b34040;
  margin-top: 1em; }

.login-remember {
  padding-top: 30px;
  width: 50%;
  float: left; }

.login-password {
  padding-top: 10px; }

.login-tcs {
  padding-top: 20px; }

.login-submit {
  width: 50% !important;
  float: right;
  padding-top: 20px; }

.rider_lost_pass {
  text-align: center;
  color: #a7a4a4;
  margin-bottom: 3em; }

input#rememberme {
  width: 6%; }

input#login_accept {
  width: 6% !important;
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2) !important; }

#wp-submit {
  width: 68% !important;
  float: right;
  font-family: deliveroo;
  font-size: 1.1em;
  background-color: #00ccbc;
  border: 0;
  color: #fff;
  padding: 0.6em;
  border-radius: 5px;
  font-weight: bold;
  outline: none; }

.rider_login_inner input {
  width: 100%;
  padding: 1em;
  border-radius: 3px;
  border: 1px solid #b7b7b7;
  outline: none;
  font-size: 1em; }

@media screen and (max-width: 43em) {
  #deliveroo–menu {
    display: none !important; }

  .slicknav_menu {
    display: block; } }
@media screen and (max-width: 480px) {
  #advert_category {
    width: 100%; }

  #advert_condition {
    width: 100%; }

  #advert_size {
    width: 100%; } }
@media screen and (max-width: 768px) {
  #advert_category {
    width: 100%; }

  #advert_condition {
    width: 100%; }

  #advert_size {
    width: 100%; } }
.footer {
  background-color: #2d3333;
  text-align: center;
  color: white;
  clear: both; }
  .footer__wrapper {
    position: relative;
    padding-bottom: 25px; }
    @media only screen and (max-width: 650px) {
      .footer__wrapper {
        padding-bottom: 50px; } }
  .footer nav {
    display: inline-block;
    margin-bottom: 40px; }
    .footer nav li {
      display: inline-block;
      padding: 0 20px; }
    .footer nav a:hover {
      opacity: 0.6; }
  .footer__badges a {
    padding: 0 5px;
    display: inline-block;
    position: relative; }
  .footer__badges img {
    width: 200px;
    height: auto;
    position: relative; }
  .footer__credit {
    position: absolute;
    opacity: 0.5;
    bottom: 0;
    right: 50px; }

.main_nav {
  position: fixed;
  background-color: transparent;
  width: 100%;
  left: 0;
  top: 0;
  text-align: right;
  border-bottom: 1px solid white;
  color: white;
  z-index: 10; }
  @media only screen and (max-width: 43em) {
    .main_nav {
      border-bottom: 0; } }
  .main_nav__wrapper {
    width: 100%;
    position: relative;
    padding-right: 50px;
    padding-left: 50px; }
    @media only screen and (max-width: 43em) {
      .main_nav__wrapper {
        padding-right: 0px;
        padding-left: 0px; } }
  .main_nav--blue nav a {
    color: #00cbbc; }
    .main_nav--blue nav a:hover {
      color: #0d6e69; }
  @media only screen and (max-width: 43em) {
    .main_nav--blue nav a {
      color: #FFFFFF; }
      .main_nav--blue nav a:hover {
        color: #00cbbc; } }
  .main_nav__logo_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 50px;
    top: 0;
    height: 75px; }
    @media only screen and (max-width: 43em) {
      .main_nav__logo_wrapper {
        left: 20px; } }
  .main_nav__logo {
    height: 2.5em;
    position: relative; }
    .main_nav__logo:before {
      content: ' ';
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      position: absolute;
      background-image: url("./static/logos/Deliveroo-Logo_Horizontal_RGB_Teal.png");
      background-repeat: no-repeat;
      background-position: left center;
      background-size: auto 100%;
      z-index: -1;
      opacity: 0;
      transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .main_nav--blue .main_nav__logo:before {
        opacity: 1; }
    .main_nav__logo img {
      height: 100%;
      width: auto;
      opacity: 1;
      transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
      .main_nav--blue .main_nav__logo img {
        opacity: 0; }
  .main_nav__overlay {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: white;
    opacity: 0;
    z-index: -1;
    transition: background-color 0.5s cubic-bezier(0.165, 0.84, 0.44, 1); }
    .main_nav--blue .main_nav__overlay {
      opacity: 1; }
  .main_nav nav {
    display: inline-block; }
    @media only screen and (max-width: 43em) {
      .main_nav nav {
        display: block; } }
    .main_nav nav li {
      line-height: 28px;
      display: inline-block;
      margin-right: 30px;
      padding-top: 30px;
      padding-bottom: 16px; }
      @media only screen and (max-width: 43em) {
        .main_nav nav li {
          display: block;
          margin-right: 0px;
          text-align: left;
          line-height: 40px;
          border-top: 2px solid #3ce6d8;
          padding-top: 2px;
          padding-bottom: 2px; } }
      @media only screen and (max-width: 768px) {
        .main_nav nav li {
          margin-right: 14px; } }
      .main_nav nav li:last-of-type {
        margin-right: 0; }
    .main_nav nav a:hover {
      color: #00cbbc; }
      @media only screen and (max-width: 43em) {
        .main_nav nav a:hover {
          color: #FFFFFF; } }

@media only screen and (max-width: 43em) {
  a.nav-main-link::after {
    content: "";
    display: inline-block;
    cursor: pointer;
    background-image: url(images/chevron.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
    margin-top: 7px;
    float: right;
    margin-right: 29px; } }
.home_page_header {
  color: white; }
  .home_page_header__logo {
    position: absolute;
    height: 100%;
    opacity: 0.5;
    left: 2%;
    top: 5%; }
    .home_page_header__logo img {
      height: 100%;
      width: auto; }

.home_page_header_top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh; }
  .home_page_header_top::after {
    clear: both;
    content: "";
    display: block; }
  .home_page_header_top__content {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .home_page_header_top__content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    @media only screen and (max-width: 43em) {
      .home_page_header_top__content {
        margin-top: 10%; } }
    .home_page_header_top__content h1 {
      margin-bottom: 20px;
      font-weight: bold; }

.home_page_header_bottom {
  padding-top: 0px;
  position: relative;
  background-color: #00cbbc; }
  .home_page_header_bottom::after {
    clear: both;
    content: "";
    display: block; }
  .home_page_header_bottom:before {
    height: 0;
    width: 0;
    border-bottom: 50px solid #00cbbc;
    border-left: 100vw solid transparent;
    content: ' ';
    position: absolute;
    right: 0;
    top: -50px; }
  .home_page_header_bottom__wrapper {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    left: calc(50% - 30px + 20px);
    position: relative;
    padding: 50px 0 75px 0; }
    @media (max-width: 650px) {
      .home_page_header_bottom__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  .home_page_header_bottom__content {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .home_page_header_bottom__content::after {
      clear: both;
      content: "";
      display: block; }
    .home_page_header_bottom__content h2, .home_page_header_bottom__content h4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      @media (max-width: 650px) {
        .home_page_header_bottom__content h2, .home_page_header_bottom__content h4 {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
    .home_page_header_bottom__content h2 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom__content h2 {
          margin-bottom: 15px; } }
    .home_page_header_bottom__content h4 {
      margin-bottom: 48.82813px; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom__content h4 {
          margin-bottom: 36.62109px; } }
    .home_page_header_bottom__content a {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px;
      font-size: 25px;
      background-color: #0d6e69; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom__content a {
          font-size: 18.75px; } }
      @media (max-width: 650px) {
        .home_page_header_bottom__content a {
          width: calc(75% - 35px);
          float: left;
          margin-left: 20px; } }
      .home_page_header_bottom__content a:hover {
        background-color: #008e86; }

.home_page_header_nosubhead {
  color: white;
  background-color: #f3f5f5; }
  .home_page_header_nosubhead__logo {
    position: absolute;
    height: 100%;
    opacity: 0.5;
    left: 2%;
    top: 5%; }
    .home_page_header_nosubhead__logo img {
      height: 100%;
      width: auto; }

.home_page_header_top_nosubhead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  box-shadow: 4px 3px 77px -3px #f3f5f5; }
  .home_page_header_top_nosubhead::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 43em) {
    .home_page_header_top_nosubhead {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);
      box-shadow: 4px 3px 77px -3px #f3f5f5; } }
  @media only screen and (max-width: 768px) {
    .home_page_header_top_nosubhead {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);
      box-shadow: 4px 3px 77px -3px #f3f5f5; } }
  .home_page_header_top_nosubhead__content {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .home_page_header_top_nosubhead__content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    @media only screen and (max-width: 43em) {
      .home_page_header_top_nosubhead__content {
        margin-top: 10%; } }
    .home_page_header_top_nosubhead__content h1 {
      margin-bottom: 20px;
      font-weight: bold; }

.home_page_header_bottom_nosubhead {
  padding-top: 0px;
  position: relative;
  background-color: #00cbbc; }
  .home_page_header_bottom_nosubhead::after {
    clear: both;
    content: "";
    display: block; }
  .home_page_header_bottom_nosubhead:before {
    height: 0;
    width: 0;
    border-bottom: 50px solid #00cbbc;
    border-left: 100vw solid transparent;
    content: ' ';
    position: absolute;
    right: 0;
    top: -50px; }
  .home_page_header_bottom_nosubhead__wrapper {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    left: calc(50% - 30px + 20px);
    position: relative;
    padding: 50px 0 75px 0; }
    @media (max-width: 650px) {
      .home_page_header_bottom_nosubhead__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  .home_page_header_bottom_nosubhead__content {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .home_page_header_bottom_nosubhead__content::after {
      clear: both;
      content: "";
      display: block; }
    .home_page_header_bottom_nosubhead__content h2, .home_page_header_bottom_nosubhead__content h4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      @media (max-width: 650px) {
        .home_page_header_bottom_nosubhead__content h2, .home_page_header_bottom_nosubhead__content h4 {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
    .home_page_header_bottom_nosubhead__content h2 {
      margin-bottom: 48.82813px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom_nosubhead__content h2 {
          margin-bottom: 36.62109px; } }
    .home_page_header_bottom_nosubhead__content h4 {
      margin-bottom: 48.82813px; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom_nosubhead__content h4 {
          margin-bottom: 36.62109px; } }
    .home_page_header_bottom_nosubhead__content a {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px;
      font-size: 25px;
      background-color: #0d6e69; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom_nosubhead__content a {
          font-size: 18.75px; } }
      @media (max-width: 650px) {
        .home_page_header_bottom_nosubhead__content a {
          width: calc(75% - 35px);
          float: left;
          margin-left: 20px; } }
      .home_page_header_bottom_nosubhead__content a:hover {
        background-color: #008e86; }

.home_page_header_nosubhead_white {
  color: white;
  background-color: #FFFFFF; }
  .home_page_header_nosubhead_white__logo {
    position: absolute;
    height: 100%;
    opacity: 0.5;
    left: 2%;
    top: 5%; }
    .home_page_header_nosubhead_white__logo img {
      height: 100%;
      width: auto; }

.home_page_header_top_nosubhead_white {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
  box-shadow: 4px 3px 77px -3px #f3f5f5; }
  .home_page_header_top_nosubhead_white::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 43em) {
    .home_page_header_top_nosubhead_white {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);
      box-shadow: 4px 3px 77px -3px #f3f5f5; } }
  @media only screen and (max-width: 768px) {
    .home_page_header_top_nosubhead_white {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 96%, 0% 100%);
      clip-path: polygon(0% 0%, 100% 0%, 100% 94%, 0% 100%);
      box-shadow: 4px 3px 77px -3px #f3f5f5; } }
  .home_page_header_top_nosubhead_white__content {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .home_page_header_top_nosubhead_white__content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    @media only screen and (max-width: 43em) {
      .home_page_header_top_nosubhead_white__content {
        margin-top: 10%; } }
    .home_page_header_top_nosubhead_white__content h1 {
      margin-bottom: 20px;
      font-weight: bold; }

.home_page_header_bottom_nosubhead_white {
  padding-top: 0px;
  position: relative;
  background-color: #00cbbc; }
  .home_page_header_bottom_nosubhead_white::after {
    clear: both;
    content: "";
    display: block; }
  .home_page_header_bottom_nosubhead_white:before {
    height: 0;
    width: 0;
    border-bottom: 50px solid #00cbbc;
    border-left: 100vw solid transparent;
    content: ' ';
    position: absolute;
    right: 0;
    top: -50px; }
  .home_page_header_bottom_nosubhead_white__wrapper {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    left: calc(50% - 30px + 20px);
    position: relative;
    padding: 50px 0 75px 0; }
    @media (max-width: 650px) {
      .home_page_header_bottom_nosubhead_white__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  .home_page_header_bottom_nosubhead_white__content {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .home_page_header_bottom_nosubhead_white__content::after {
      clear: both;
      content: "";
      display: block; }
    .home_page_header_bottom_nosubhead_white__content h2, .home_page_header_bottom_nosubhead_white__content h4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      @media (max-width: 650px) {
        .home_page_header_bottom_nosubhead_white__content h2, .home_page_header_bottom_nosubhead_white__content h4 {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
    .home_page_header_bottom_nosubhead_white__content h2 {
      margin-bottom: 48.82813px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom_nosubhead_white__content h2 {
          margin-bottom: 36.62109px; } }
    .home_page_header_bottom_nosubhead_white__content h4 {
      margin-bottom: 48.82813px; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom_nosubhead_white__content h4 {
          margin-bottom: 36.62109px; } }
    .home_page_header_bottom_nosubhead_white__content a {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px;
      font-size: 25px;
      background-color: #0d6e69; }
      @media only screen and (max-width: 800px) {
        .home_page_header_bottom_nosubhead_white__content a {
          font-size: 18.75px; } }
      @media (max-width: 650px) {
        .home_page_header_bottom_nosubhead_white__content a {
          width: calc(75% - 35px);
          float: left;
          margin-left: 20px; } }
      .home_page_header_bottom_nosubhead_white__content a:hover {
        background-color: #008e86; }

.feature_single_post {
  background-color: #f3f5f5;
  position: relative; }
  .feature_single_post::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 651px) {
    .feature_single_post {
      display: flex;
      flex-direction: row; } }
  .feature_single_post:before {
    content: ' ';
    width: 200%;
    height: 60%;
    background-color: white;
    transform: rotate(3deg);
    position: absolute;
    left: -20%;
    bottom: -40%; }
  .feature_single_post__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #450063; }
  .feature_single_post__content .round_corner_btn {
    background-color: #450063; }
    .feature_single_post__content .round_corner_btn:hover {
      background-color: #6d019c; }
  .feature_single_post__post {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66667% - 23.33333px + 40px);
    color: black; }
    @media (max-width: 650px) {
      .feature_single_post__post {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px); } }
    .feature_single_post__post .read-more {
      color: #450063; }
    .feature_single_post__post .card__content {
      padding: 30px;
      padding-bottom: 10px; }
      .feature_single_post__post .card__content small {
        margin-bottom: 5px;
        display: block; }
      .feature_single_post__post .card__content h3 {
        margin-bottom: 7px;
        font-weight: 500;
        line-height: 1.3; }
      .feature_single_post__post .card__content p {
        color: #a09d9d;
        font-weight: 100; }

.feature_three_posts {
  padding-top: 120px;
  padding-bottom: 140px; }
  .feature_three_posts::after {
    clear: both;
    content: "";
    display: block; }
  .feature_three_posts__wrapper {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .feature_three_posts__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  .feature_three_posts__content::after {
    clear: both;
    content: "";
    display: table; }
  .feature_three_posts__content .card {
    float: left;
    width: calc((100% - 30px * 2) / 3);
    margin-right: 30px; }
    @media only screen and (max-width: 650px) {
      .feature_three_posts__content .card {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .feature_three_posts__content .card:last-of-type {
      margin-right: 0; }
  .feature_three_posts__content .card__content {
    padding: 30px;
    padding-bottom: 10px; }
    .feature_three_posts__content .card__content small {
      margin-bottom: 5px;
      display: block; }
    .feature_three_posts__content .card__content h3 {
      margin-bottom: 7px;
      font-weight: 500;
      line-height: 1.3; }
    .feature_three_posts__content .card__content p {
      color: #a09d9d;
      font-weight: 100; }

.feature_background_image {
  width: 100%;
  color: white; }
  .feature_background_image::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 43em) {
    .feature_background_image {
      height: 100%; } }
  @media only screen and (max-width: 768px) {
    .feature_background_image {
      height: 100% !important; } }
  .feature_background_image .round_corner_btn {
    background-color: #00cbbc; }
    .feature_background_image .round_corner_btn:hover {
      background-color: #04f3e1; }
  .feature_background_image__img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (min-width: 651px) {
      .feature_background_image__img {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        position: absolute; } }
    @media only screen and (max-width: 650px) {
      .feature_background_image__img {
        position: relative;
        margin-bottom: 40px; }
        .feature_background_image__img:after {
          content: ' ';
          width: 100%;
          padding-bottom: 57%;
          display: block; } }
  .feature_background_image__content {
    margin-top: 0; }
    @media only screen and (max-width: 650px) {
      .feature_background_image__content {
        color: black; }
        .feature_background_image__content h4 {
          color: #a09d9d; } }

.refer_rider {
  position: relative;
  overflow: hidden;
  padding-bottom: 140px;
  padding-top: 100px;
  width: 100%;
  border-top: 1px solid #ececec; }
  .refer_rider::after {
    clear: both;
    content: "";
    display: block; }
  .refer_rider:before {
    height: 0;
    width: 0;
    border-bottom: 50px solid #f3f5f5;
    border-right: 100vw solid transparent;
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0px; }
  .refer_rider__wrapper {
    margin-top: 35px;
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .refer_rider__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  @media only screen and (min-width: 651px) {
    .refer_rider__content::after {
      clear: both;
      content: "";
      display: table; } }
  @media (max-width: 650px) {
    .refer_rider__content {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px;
      left: calc(12.5% - 22.5px + 20px);
      position: relative; } }
  @media only screen and (min-width: 651px) {
    .refer_rider__step {
      float: left;
      width: 25%;
      padding-bottom: 20px; }
      .refer_rider__step:last-of-type .refer_rider__step_img {
        border-right: 1px solid #f3f5f5; } }
  @media only screen and (max-width: 650px) {
    .refer_rider__step {
      padding-bottom: 35px; } }
  @media only screen and (min-width: 651px) {
    .refer_rider__step_img {
      padding: 0 15%;
      border-left: 1px solid #f3f5f5; } }
  .refer_rider__step_img_content {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 25px;
    position: relative;
    width: 100%; }
    @media only screen and (max-width: 800px) {
      .refer_rider__step_img_content {
        margin-bottom: 18.75px; } }
    .refer_rider__step_img_content:after {
      content: ' ';
      width: 100%;
      padding-bottom: 100%;
      display: block; }
  .refer_rider__step_text {
    text-align: center; }
    @media only screen and (min-width: 651px) {
      .refer_rider__step_text {
        padding: 0 15px; } }
    .refer_rider__step_text h3 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .refer_rider__step_text h3 {
          margin-bottom: 15px; } }
    .refer_rider__step_text p {
      color: #a09d9d; }

.feature_perks {
  background-color: #f3f5f5;
  position: relative; }
  .feature_perks::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 651px) {
    .feature_perks {
      display: flex;
      flex-direction: row; } }
  .feature_perks__main {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .feature_perks__content h4 {
    color: #a09d9d; }
  .feature_perks__content .round_corner_btn {
    background-color: #00cbbc; }
    .feature_perks__content .round_corner_btn:hover {
      background-color: #008e86; }
  .feature_perks__perks {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66667% - 23.33333px + 40px); }
    @media (max-width: 650px) {
      .feature_perks__perks {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px); } }
  .feature_perks__perk {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    margin-bottom: 25px; }
    .feature_perks__perk::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 800px) {
      .feature_perks__perk {
        margin-bottom: 18.75px; } }
    .feature_perks__perk:last-of-type {
      margin-bottom: 0; }
  .feature_perks__perk_img {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px;
    position: relative; }
    @media (max-width: 650px) {
      .feature_perks__perk_img {
        width: calc(25% - 25px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (max-width: 650px) {
      .feature_perks__perk_img {
        margin-bottom: 20px; } }
  @media only screen and (max-width: 650px) and (max-width: 800px) {
    .feature_perks__perk_img {
      margin-bottom: 15px; } }

    .feature_perks__perk_img img {
      max-width: 100%;
      float: right; }
      @media only screen and (max-width: 43em) {
        .feature_perks__perk_img img {
          float: left; } }
  .feature_perks__perk_text {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }
    @media (max-width: 650px) {
      .feature_perks__perk_text {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .feature_perks__perk_text h4 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_perks__perk_text h4 {
          margin-bottom: 15px; } }
    .feature_perks__perk_text p {
      color: #a09d9d; }

.footer_social_links {
  background-color: #0d6e69; }
  .footer_social_links::after {
    clear: both;
    content: "";
    display: block; }
  .footer_social_links__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-image: url("./static/img/pattern_wiggle.svg");
    background-size: 120% auto;
    background-position: center;
    opacity: 0.25; }
  .footer_social_links__title h2, .footer_social_links__title p {
    color: white; }
  .footer_social_links__main {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative;
    text-align: center; }
  .footer_social_links__link {
    width: 80px;
    height: 80px;
    background-color: #0d6e69;
    border: 1px solid #40928f;
    display: inline-block;
    margin: 0 15px;
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
    box-shadow: 4px 3px 65px -3px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 650px) {
      .footer_social_links__link {
        margin: 0 5px;
        width: 60px;
        height: 60px; } }
    .footer_social_links__link:hover {
      box-shadow: 4px 3px 65px 3px rgba(0, 0, 0, 0.5); }
    .footer_social_links__link:after {
      content: ' ';
      width: 40px;
      height: 40px;
      left: 20px;
      top: 20px;
      position: absolute;
      overflow: hidden;
      background-size: auto 100%;
      background-repeat: no-repeat;
      background-image: url("./static/icons/social.svg"); }
      @media only screen and (max-width: 650px) {
        .footer_social_links__link:after {
          width: 70%;
          height: 30px;
          left: 9px;
          top: 15px; } }
    .footer_social_links__link--facebook:after {
      background-position: 103% 0; }
      @media only screen and (max-width: 650px) {
        .footer_social_links__link--facebook:after {
          background-position: 106% 0; } }
    .footer_social_links__link--twitter:after {
      background-position: 3% 0; }
      @media only screen and (max-width: 650px) {
        .footer_social_links__link--twitter:after {
          background-position: 0% 0; } }
    .footer_social_links__link--instagram:after {
      background-position: 53% 0; }

.default_page_header {
  position: relative;
  padding-top: 175px;
  padding-bottom: 100px; }
  @media only screen and (max-width: 650px) {
    .default_page_header {
      padding-top: 150px;
      padding-bottom: 80px; } }
  .default_page_header__wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .default_page_header__title {
    color: white; }
    .default_page_header__title h1 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .default_page_header__title h1 {
          margin-bottom: 15px; } }
  .default_page_header__clip_img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    box-shadow: 4px 3px 77px -3px rgba(0, 0, 0, 0.11); }
  .default_page_header__button_wrapper {
    position: absolute;
    width: 100%;
    bottom: 2%;
    text-align: center; }
  .default_page_header .round_corner_btn {
    background-color: #00cbbc;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px; }
    .default_page_header .round_corner_btn:hover {
      background-color: #00988d; }

.default_page_header_silver {
  position: relative;
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: #F5F5F5; }
  @media only screen and (max-width: 650px) {
    .default_page_header_silver {
      padding-top: 150px;
      padding-bottom: 80px; } }
  .default_page_header_silver__wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .default_page_header_silver__title {
    color: white; }
    .default_page_header_silver__title h1 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .default_page_header_silver__title h1 {
          margin-bottom: 15px; } }
  .default_page_header_silver__clip_img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    box-shadow: 4px 3px 77px -3px rgba(0, 0, 0, 0.11); }
  .default_page_header_silver__button_wrapper {
    position: absolute;
    width: 100%;
    bottom: 2%;
    text-align: center; }
  .default_page_header_silver .round_corner_btn {
    background-color: #00cbbc;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px; }
    .default_page_header_silver .round_corner_btn:hover {
      background-color: #00988d; }

.default_page_header_silver_backbtn {
  position: relative;
  padding-top: 175px;
  padding-bottom: 100px;
  background-color: #F5F5F5; }
  @media only screen and (max-width: 650px) {
    .default_page_header_silver_backbtn {
      padding-top: 150px;
      padding-bottom: 80px; } }
  .default_page_header_silver_backbtn__wrapper::after {
    clear: both;
    content: "";
    display: block; }
  .default_page_header_silver_backbtn__title {
    color: white; }
    .default_page_header_silver_backbtn__title h1 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .default_page_header_silver_backbtn__title h1 {
          margin-bottom: 15px; } }
  .default_page_header_silver_backbtn__clip_img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 86%);
    box-shadow: 4px 3px 77px -3px rgba(0, 0, 0, 0.11); }
  .default_page_header_silver_backbtn__button_wrapper {
    position: absolute;
    width: 100%;
    bottom: 2%;
    text-align: right;
    right: 20%; }
    @media only screen and (max-width: 768px) {
      .default_page_header_silver_backbtn__button_wrapper {
        text-align: center;
        right: 0; } }
    @media only screen and (max-width: 43em) {
      .default_page_header_silver_backbtn__button_wrapper {
        text-align: center;
        right: 0; } }
  .default_page_header_silver_backbtn .round_corner_btn {
    background-color: #00cbbc;
    display: inline-block;
    padding: 15px 20px;
    font-size: 20px; }
    .default_page_header_silver_backbtn .round_corner_btn:hover {
      background-color: #00988d; }

.centered_image {
  background-color: #ffffff;
  position: relative; }
  .centered_image::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 651px) {
    .centered_image {
      display: flex;
      flex-direction: row; } }
  .centered_image__wrapper {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media only screen and (max-width: 650px) {
      .centered_image__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  .centered_image__main {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px; }
    .centered_image__main::after {
      clear: both;
      content: "";
      display: block; }
    .centered_image__main img {
      max-width: 100%;
      height: auto; }
    @media only screen and (max-width: 768px) {
      .centered_image__main {
        padding-top: 30px;
        padding-bottom: 30px; } }
    @media only screen and (max-width: 650px) {
      .centered_image__main {
        padding-top: 25px;
        padding-bottom: 25px; } }
    @media only screen and (max-width: 43em) {
      .centered_image__main {
        padding-top: 25px;
        padding-bottom: 25px; } }

.feature_bullet_points::after {
  clear: both;
  content: "";
  display: block; }
.feature_bullet_points__wrapper {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
.feature_bullet_points__main {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .feature_bullet_points__main::after {
    clear: both;
    content: "";
    display: block; }
.feature_bullet_points__content {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  margin-bottom: 48.82813px; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points__content {
      margin-bottom: 36.62109px; } }
  @media (max-width: 800px) {
    .feature_bullet_points__content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .feature_bullet_points__content h2 {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points__content h2 {
        margin-bottom: 15px; } }
  .feature_bullet_points__content h4 {
    color: #a09d9d; }
.feature_bullet_points__points::after {
  clear: both;
  content: "";
  display: block; }
@media only screen and (max-width: 800px) {
  .feature_bullet_points__points .accordion__header {
    padding: 0 20px;
    border-bottom: 1px solid #a09d9d;
    padding-top: 15px;
    padding-bottom: 15px; } }
@media only screen and (max-width: 800px) {
  .feature_bullet_points__points .accordion__content {
    overflow: hidden;
    max-height: 0; }
    .feature_bullet_points__points .accordion__content p {
      padding: 20px; } }
@media only screen and (max-width: 800px) {
  .feature_bullet_points__points .is-expanded .accordion__content {
    max-height: 200px; }
  .feature_bullet_points__points .is-expanded .accordion__header {
    border-color: #00cbbc; } }
.feature_bullet_points__row {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .feature_bullet_points__row {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points__row:first-of-type .feature_bullet_points__point:first-of-type {
      border-top: 1px solid #a09d9d; } }
  .feature_bullet_points__row--wrapper {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    margin-bottom: 25px; }
    .feature_bullet_points__row--wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points__row--wrapper {
        margin-bottom: 18.75px; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points__row--wrapper {
        margin-bottom: 0; } }
.feature_bullet_points__point {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px; }
  @media (max-width: 800px) {
    .feature_bullet_points__point {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points__point:last-of-type {
      margin-bottom: 0; } }
.feature_bullet_points__point_img, .feature_bullet_points__point_text {
  display: inline-block;
  vertical-align: top; }
.feature_bullet_points__point_img {
  width: 15%;
  padding-right: 20px; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points__point_img {
      display: none; } }
  .feature_bullet_points__point_img img {
    max-width: 100%; }
.feature_bullet_points__point_text {
  width: 84%; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points__point_text {
      width: 100%; } }
  .feature_bullet_points__point_text img {
    height: 50px;
    padding: 10px 20px 10px 0;
    vertical-align: middle;
    position: absolute; }
  .feature_bullet_points__point_text h4 {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points__point_text h4 {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points__point_text h4 {
        display: inline-block;
        line-height: 50px;
        margin-bottom: 0;
        padding-left: 50px; } }
  .feature_bullet_points__point_text p {
    color: #a09d9d; }

.feature_bullet_points_noimage::after {
  clear: both;
  content: "";
  display: block; }
.feature_bullet_points_noimage__wrapper {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
.feature_bullet_points_noimage__main {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .feature_bullet_points_noimage__main::after {
    clear: both;
    content: "";
    display: block; }
.feature_bullet_points_noimage__content {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  margin-bottom: 48.82813px; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_noimage__content {
      margin-bottom: 36.62109px; } }
  @media (max-width: 800px) {
    .feature_bullet_points_noimage__content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .feature_bullet_points_noimage__content h2 {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_noimage__content h2 {
        margin-bottom: 15px; } }
  .feature_bullet_points_noimage__content h4 {
    color: #a09d9d; }
.feature_bullet_points_noimage__points::after {
  clear: both;
  content: "";
  display: block; }
@media only screen and (max-width: 768px) {
  .feature_bullet_points_noimage__points .accordion__header {
    padding: 0px;
    border-bottom: 1px solid #a09d9d; } }
@media only screen and (max-width: 800px) {
  .feature_bullet_points_noimage__points .accordion__header {
    padding: 0 20px;
    border-bottom: 1px solid #a09d9d; }
    .feature_bullet_points_noimage__points .accordion__header h4:after {
      content: "";
      display: inline-block;
      cursor: pointer;
      background-image: url(images/chevron_black.png);
      background-repeat: no-repeat;
      width: 25px;
      height: 26px;
      float: right;
      margin-top: 9px;
      margin-right: 20px;
      -webkit-transform: rotate(90deg) !important;
      -moz-transform: rotate(90deg) !important;
      -o-transform: rotate(90deg) !important;
      transform: rotate(90deg) !important;
      -o-transition: .25s;
      -ms-transition: .25s;
      -moz-transition: .25s;
      -webkit-transition: .25s;
      transition: .25s; } }
@media only screen and (max-width: 800px) {
  .feature_bullet_points_noimage__points .accordion__content {
    overflow: hidden;
    max-height: 0; }
    .feature_bullet_points_noimage__points .accordion__content p {
      padding: 20px;
       padding-bottom: 0;
        margin-bottom: 0;} }
@media only screen and (max-width: 800px) {
  .feature_bullet_points_noimage__points .is-expanded .accordion__content {
    max-height: 20000px; }
  .feature_bullet_points_noimage__points .is-expanded .accordion__header {
    border-color: #00cbbc; }
    .feature_bullet_points_noimage__points .is-expanded .accordion__header h4:after {
      content: "";
      display: inline-block;
      cursor: pointer;
      background-image: url(images/chevron_black.png);
      background-repeat: no-repeat;
      width: 25px;
      height: 26px;
      float: right;
      margin-top: 9px;
      margin-right: 20px;
      -webkit-transform: rotate(-90deg) !important;
      -moz-transform: rotate(-90deg) !important;
      -o-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important;
      -o-transition: .25s;
      -ms-transition: .25s;
      -moz-transition: .25s;
      -webkit-transition: .25s;
      transition: .25s; } }
.feature_bullet_points_noimage__row {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .feature_bullet_points_noimage__row {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_noimage__row:first-of-type .feature_bullet_points_noimage__point:first-of-type {
      border-top: 1px solid #a09d9d; } }
  .feature_bullet_points_noimage__row--wrapper {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    margin-bottom: 25px; }
    .feature_bullet_points_noimage__row--wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_noimage__row--wrapper {
        margin-bottom: 18.75px; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_noimage__row--wrapper {
        margin-bottom: 0; } }
.feature_bullet_points_noimage__point {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px; }
  @media (max-width: 800px) {
    .feature_bullet_points_noimage__point {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_noimage__point:last-of-type {
      margin-bottom: 0; } }
.feature_bullet_points_noimage__point_img, .feature_bullet_points_noimage__point_text {
  display: inline-block;
  vertical-align: top; }
.feature_bullet_points_noimage__point_img {
  width: 15%;
  padding-right: 20px;
  display: none; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_noimage__point_img {
      display: none; } }
  .feature_bullet_points_noimage__point_img img {
    max-width: 100%; }
.feature_bullet_points_noimage__point_text {
  width: 84%; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_noimage__point_text {
      width: 100%; } }
  .feature_bullet_points_noimage__point_text img {
    height: 50px;
    padding: 10px 20px 10px 0;
    vertical-align: middle;
    position: absolute;
    display: none; }
  .feature_bullet_points_noimage__point_text h4 {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_noimage__point_text h4 {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 768px) {
      .feature_bullet_points_noimage__point_text h4 {
        display: inline-block;
        /*line-height: 50px;*/
        margin-top: 0.75rem;
        margin-bottom: 0;
        padding-left: 0px;
        width: 100%; } }
    @media only screen and (max-width: 43em) {
      .feature_bullet_points_noimage__point_text h4 {
        display: inline-block;
       /* line-height: 50px;*/
        margin-bottom: 0;
        padding-left: 10px;
        width: 100%; } }
  .feature_bullet_points_noimage__point_text p {
    color: #a09d9d; }

.feature_bullet_points_silver {
  background-color: #F5F5F5; }
  .feature_bullet_points_silver::after {
    clear: both;
    content: "";
    display: block; }
  .feature_bullet_points_silver__wrapper {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
  .feature_bullet_points_silver__main {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px); }
    .feature_bullet_points_silver__main::after {
      clear: both;
      content: "";
      display: block; }
  .feature_bullet_points_silver__content {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
    margin-bottom: 48.82813px; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_silver__content {
        margin-bottom: 36.62109px; } }
    @media (max-width: 800px) {
      .feature_bullet_points_silver__content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .feature_bullet_points_silver__content h2 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_silver__content h2 {
          margin-bottom: 15px; } }
    .feature_bullet_points_silver__content h4 {
      color: #a09d9d; }
  .feature_bullet_points_silver__points::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_silver__points .accordion__header {
      padding: 0 20px;
      border-bottom: 1px solid #a09d9d;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_silver__points .accordion__content {
      overflow: hidden;
      max-height: 0; }
      .feature_bullet_points_silver__points .accordion__content p {
        padding: 20px; 
        padding-bottom: 0;
        margin-bottom: 0;} 
      }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_silver__points .is-expanded .accordion__content {
      max-height: 200px; }
    .feature_bullet_points_silver__points .is-expanded .accordion__header {
      border-color: #00cbbc; } }
  .feature_bullet_points_silver__row {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .feature_bullet_points_silver__row {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_silver__row:first-of-type .feature_bullet_points__point:first-of-type {
        border-top: 1px solid #a09d9d; } }
    .feature_bullet_points_silver__row--wrapper {
      margin-left: -40px;
      margin-right: -40px;
      width: calc(100% + 80px);
      margin-bottom: 25px; }
      .feature_bullet_points_silver__row--wrapper::after {
        clear: both;
        content: "";
        display: block; }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_silver__row--wrapper {
          margin-bottom: 18.75px; } }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_silver__row--wrapper {
          margin-bottom: 0; } }
  .feature_bullet_points_silver__point {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px; }
    @media (max-width: 800px) {
      .feature_bullet_points_silver__point {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_silver__point:last-of-type {
        margin-bottom: 0; } }
  .feature_bullet_points_silver__point_img, .feature_bullet_points_silver__point_text {
    display: inline-block;
    vertical-align: top; }
  .feature_bullet_points_silver__point_img {
    width: 15%;
    padding-right: 20px; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_silver__point_img {
        display: none; } }
    .feature_bullet_points_silver__point_img img {
      max-width: 100%; }
  .feature_bullet_points_silver__point_text {
    width: 84%; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_silver__point_text {
        width: 100%; } }
    .feature_bullet_points_silver__point_text img {
      height: 50px;
      padding: 10px 20px 10px 0;
      vertical-align: middle;
      position: absolute; }
    .feature_bullet_points_silver__point_text h4 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_silver__point_text h4 {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_silver__point_text h4 {
          display: inline-block;
          line-height: 50px;
          margin-bottom: 0;
          padding-left: 50px; } }
    .feature_bullet_points_silver__point_text p {
      color: #a09d9d; }

.feature_bullet_points_headersonly {
  padding-top: 90px; }
  .feature_bullet_points_headersonly::after {
    clear: both;
    content: "";
    display: block; }
  .feature_bullet_points_headersonly__wrapper {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
  .feature_bullet_points_headersonly__main {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px); }
    .feature_bullet_points_headersonly__main::after {
      clear: both;
      content: "";
      display: block; }
  .feature_bullet_points_headersonly__content {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
    margin-bottom: 48.82813px; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_headersonly__content {
        margin-bottom: 36.62109px; } }
    @media (max-width: 800px) {
      .feature_bullet_points_headersonly__content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .feature_bullet_points_headersonly__content h2 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_headersonly__content h2 {
          margin-bottom: 15px; } }
    .feature_bullet_points_headersonly__content h4 {
      color: #a09d9d; }
  .feature_bullet_points_headersonly__points::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_headersonly__points .accordion__header {
      padding: 0 20px;
      border-bottom: 1px solid #a09d9d;
      padding-top: 15px;
      padding-bottom: 15px; } }
  @media only screen and (max-width: 800px) {
    .feature_bullet_points_headersonly__points .accordion__content {
      overflow: hidden;
      max-height: 0; }
      .feature_bullet_points_headersonly__points .accordion__content p {
        padding: 20px; } }
  .feature_bullet_points_headersonly__row {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .feature_bullet_points_headersonly__row {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_headersonly__row:first-of-type .feature_bullet_points__point:first-of-type {
        border-top: 1px solid #a09d9d; } }
    .feature_bullet_points_headersonly__row--wrapper {
      margin-left: -40px;
      margin-right: -40px;
      width: calc(100% + 80px);
      margin-bottom: 25px; }
      .feature_bullet_points_headersonly__row--wrapper::after {
        clear: both;
        content: "";
        display: block; }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_headersonly__row--wrapper {
          margin-bottom: 18.75px; } }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_headersonly__row--wrapper {
          margin-bottom: 0; } }
  .feature_bullet_points_headersonly__point {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px; }
    @media (max-width: 800px) {
      .feature_bullet_points_headersonly__point {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_headersonly__point:last-of-type {
        margin-bottom: 0; } }
  .feature_bullet_points_headersonly__point_img, .feature_bullet_points_headersonly__point_text {
    display: inline-block;
    vertical-align: top; }
  .feature_bullet_points_headersonly__point_img {
    width: 15%;
    padding-right: 20px; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_headersonly__point_img {
        display: none; } }
    .feature_bullet_points_headersonly__point_img img {
      max-width: 100%; }
  .feature_bullet_points_headersonly__point_text {
    width: 84%; }
    @media only screen and (max-width: 800px) {
      .feature_bullet_points_headersonly__point_text {
        width: 100%; } }
    .feature_bullet_points_headersonly__point_text img {
      height: 50px;
      padding: 10px 20px 15px 0;
      vertical-align: middle;
      position: absolute; }
    .feature_bullet_points_headersonly__point_text h4 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_headersonly__point_text h4 {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 800px) {
        .feature_bullet_points_headersonly__point_text h4 {
          display: inline-block;
          line-height: 50px;
          margin-bottom: 0;
          padding-left: 50px; } }
    .feature_bullet_points_headersonly__point_text p {
      color: #a09d9d; }

.feature_single_image {
  background-color: #f3f5f5;
  position: relative; }
  .feature_single_image::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 651px) {
    .feature_single_image {
      display: flex;
      flex-direction: row; } }
  .feature_single_image__main {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media only screen and (max-width: 43em) {
      .feature_single_image__main {
        margin-bottom: 0px !important; } }
  .feature_single_image__content h4 {
    color: #a09d9d; }
  .feature_single_image__content .round_corner_btn {
    background-color: #00cbbc; }
    .feature_single_image__content .round_corner_btn:hover {
      background-color: #00988d; }
  .feature_single_image__image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(25% - 25px + 40px);
    position: relative;
    box-shadow: 4px 3px 77px -3px rgba(0, 0, 0, 0.11);
    color: black;
    height: 400px;
    width: 330px; }
    .feature_single_image__image:after {
      content: ' ';
      width: 100%;
      padding-bottom: 137%;
      display: block; }
    @media (max-width: 800px) {
      .feature_single_image__image {
        width: calc(37.5% - 27.5px);
        float: left;
        margin-left: 20px;
        margin-left: calc(12.5% - 22.5px + 40px); } }
    @media (max-width: 650px) {
      .feature_single_image__image {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px);
        margin-top: 0px !important; } }

.feature_single_image_white {
  background-color: #FFFFFF;
  position: relative; }
  .feature_single_image_white::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (min-width: 651px) {
    .feature_single_image_white {
      display: flex;
      flex-direction: row; } }
  .feature_single_image_white__main {
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .feature_single_image_white__content h4 {
    color: #a09d9d; }
  .feature_single_image_white__content .round_corner_btn {
    background-color: #00cbbc; }
    .feature_single_image_white__content .round_corner_btn:hover {
      background-color: #00988d; }
  .feature_single_image_white__image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    margin-left: calc(16.66667% - 23.33333px + 40px);
    position: relative;
    box-shadow: 4px 3px 77px -3px rgba(0, 0, 0, 0.11);
    color: black; }
    .feature_single_image_white__image:after {
      content: ' ';
      width: 100%;
      padding-bottom: 137%;
      display: block; }
    @media (max-width: 650px) {
      .feature_single_image_white__image {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        margin-left: calc(0% - 20px + 40px); } }

.faq_accordion::after {
  clear: both;
  content: "";
  display: block; }
.faq_accordion__wrapper {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .faq_accordion__wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
.faq_accordion__content button.accordion {
  background-color: #0d6e69;
  color: white;
  cursor: pointer;
  padding: 20px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: background-color 0.25s cubic-bezier(0.165, 0.84, 0.44, 1); }
  .faq_accordion__content button.accordion.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .faq_accordion__content button.accordion.active h4:after {
      content: "";
      display: inline-block;
      cursor: pointer;
      background-image: url(images/chevron.png);
      background-repeat: no-repeat;
      width: 25px;
      height: 26px;
      float: right;
      margin-right: 15px;
      -webkit-transform: rotate(-90deg) !important;
      -moz-transform: rotate(-90deg) !important;
      -o-transform: rotate(-90deg) !important;
      transform: rotate(-90deg) !important;
      -o-transition: .25s;
      -ms-transition: .25s;
      -moz-transition: .25s;
      -webkit-transition: .25s;
      transition: .25s; }
  .faq_accordion__content button.accordion:hover {
    background-color: #08403d; }
  .faq_accordion__content button.accordion h4:after {
    content: "";
    display: inline-block;
    cursor: pointer;
    background-image: url(images/chevron.png);
    background-repeat: no-repeat;
    width: 25px;
    height: 26px;
    float: right;
    margin-right: 15px;
    -webkit-transform: rotate(90deg) !important;
    -moz-transform: rotate(90deg) !important;
    -o-transform: rotate(90deg) !important;
    transform: rotate(90deg) !important;
    -o-transition: .25s;
    -ms-transition: .25s;
    -moz-transition: .25s;
    -webkit-transition: .25s;
    transition: .25s; }
.faq_accordion__content .panel {
  padding: 0 20px;
  background-color: #0d6e69;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-bottom: 1px solid white; }
  .faq_accordion__content .panel p {
    padding: 30px 0;
    color: white; }

.feature_right_align_logo {
  padding-top: 0px;
  position: relative;
  background-color: #ff8200; }
  .feature_right_align_logo::after {
    clear: both;
    content: "";
    display: block; }
  .feature_right_align_logo__logo {
    position: absolute;
    height: 107%;
    opacity: 0.5;
    left: 2%;
    bottom: -5%; }
    .feature_right_align_logo__logo img {
      height: 100%;
      width: auto; }
  .feature_right_align_logo__wrapper {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    left: calc(50% - 30px + 20px);
    position: relative;
    padding: 50px 0 75px 0; }
    @media (max-width: 650px) {
      .feature_right_align_logo__wrapper {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
  .feature_right_align_logo__content {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
    color: white; }
    .feature_right_align_logo__content::after {
      clear: both;
      content: "";
      display: block; }
    .feature_right_align_logo__content h2, .feature_right_align_logo__content h4 {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; }
      @media (max-width: 650px) {
        .feature_right_align_logo__content h2, .feature_right_align_logo__content h4 {
          width: calc(100% - 40px);
          float: left;
          margin-left: 20px; } }
    .feature_right_align_logo__content h2 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_right_align_logo__content h2 {
          margin-bottom: 15px; } }
    .feature_right_align_logo__content h4 {
      margin-bottom: 48.82813px; }
      @media only screen and (max-width: 800px) {
        .feature_right_align_logo__content h4 {
          margin-bottom: 36.62109px; } }
    .feature_right_align_logo__content a {
      width: calc(75% - 35px);
      float: left;
      margin-left: 20px;
      font-size: 25px;
      background-color: #450063;
      font-size: 20px; }
      @media only screen and (max-width: 800px) {
        .feature_right_align_logo__content a {
          font-size: 18.75px; } }
      @media (max-width: 650px) {
        .feature_right_align_logo__content a {
          width: calc(75% - 35px);
          float: left;
          margin-left: 20px; } }
      .feature_right_align_logo__content a:hover {
        background-color: #6d019c; }

.feature_logo_module {
  background-color: #006D68;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .feature_logo_module img {
    padding-right: 44px;
    display: inline-block;
    height: auto;
    padding-left: 44px;
    max-width: 72%; }
    @media only screen and (max-width: 992px) {
      .feature_logo_module img {
        padding-right: 30px;
        padding-left: 30px;
        max-width: 85%; } }
    @media only screen and (max-width: 650px) {
      .feature_logo_module img {
        text-align: center;
        display: inline !important;
        width: inherit;
        text-align: center; } }
  .feature_logo_module a {
    border-right: 1px solid #208d87;
    height: 100px;
    display: table-cell;
    vertical-align: middle; }
    @media only screen and (max-width: 650px) {
      .feature_logo_module a {
        display: block;
        border-right: 0;
        margin-bottom: 42px;
        height: 100%; } }
  .feature_logo_module a:last-child {
    border-right: none; }
    @media only screen and (max-width: 650px) {
      .feature_logo_module a:last-child {
        margin-bottom: 0px; } }
  .feature_logo_module a:first-child {
    padding-left: 0; }
  .feature_logo_module__bg {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute; }
  .feature_logo_module__title h2, .feature_logo_module__title p {
    color: white; }
  .feature_logo_module__main {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative;
    width: 92% !important;
    left: 0 !important;
    margin: 0 auto;
    float: none !important;
    margin-left: auto;
    margin-right: auto;
    display: table; }
    @media only screen and (max-width: 650px) {
      .feature_logo_module__main {
        display: block; } }
  .feature_logo_module__link {
    width: 80px;
    height: 80px;
    background-color: #0d6e69;
    border: 1px solid #40928f;
    display: inline-block;
    margin: 0 15px;
    overflow: hidden;
    text-indent: -1000px;
    position: relative;
    box-shadow: 4px 3px 65px -3px rgba(0, 0, 0, 0.4); }
    @media only screen and (max-width: 650px) {
      .feature_logo_module__link {
        margin: 0 5px;
        width: 60px;
        height: 60px; } }

.feature_expand_row {
  padding-bottom: 60px; }

.feature_expand_row::after {
  clear: both;
  content: "";
  display: block; }
.feature_expand_row__title {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .feature_expand_row__title {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  .feature_expand_row__title h2 {
    font-weight: bold;
    text-align: center; }
  .feature_expand_row__title h4 {
    color: #a09d9d;
    padding-top: 20px;
    text-align: center; }
.feature_expand_row__wrapper {
  padding-top: 26px;
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .feature_expand_row__wrapper {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
.feature_expand_row__content p {
  padding: 30px 0;
  color: white; }

.expand-row-container {
  width: 20%;
  display: inline-block;
  float: left; }
  @media only screen and (max-width: 43em) {
    .expand-row-container {
      width: 100%;
      margin-bottom: 10px; } }

.expand-row-container label {
  position: relative;
  z-index: 0;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  line-height: 33px;
  font-size: 19px; }

.expand-row-container label:hover {
  background: #fff; }

.expand-row-container input:checked + label,
.expand-row-container input:checked + label:hover {
  color: #3d7489; }

.expand-row-container label:hover:after,
.expand-row-container label:hover + label:hover:after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  right: 13px;
  top: 7px;
  z-index: 0; }

.expand-row-container input {
  display: none; }

.expand-row-container article {
  box-shadow: 0 0 0px 0px transparent;
  margin-top: -1px;
  overflow: hidden;
  max-height: 0px;
  position: relative;
  opacity: 0;
  z-index: 0;
  transition: max-height 0.3s ease-in-out,  box-shadow 0.3s ease-out, opacity 0.3s; }
  @media only screen and (max-width: 43em) {
    .expand-row-container article {
      box-shadow: 0 0 23px 3px rgba(0, 0, 0, 0.1); } }

.expand-row-container label:hover ~ article {
  box-shadow: 0 0 23px 3px rgba(0, 0, 0, 0.1);
  transition: max-height 0.5s ease-in-out,  box-shadow 0.3s ease-in, opacity 0.3s;
  z-index: 0; }
  @media only screen and (max-width: 43em) {
    .expand-row-container label:hover ~ article {
      box-shadow: 0 0 23px 3px rgba(0, 0, 0, 0.1); } }

.expand-row-container article p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  z-index: 0;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px; }
  @media only screen and (max-width: 43em) {
    .expand-row-container article p {
      text-align: left; } }

article.expandrow-small {
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    article.expandrow-small {
      width: 500%;
      margin-top: -11px; } }
  @media only screen and (max-width: 43em) {
    article.expandrow-small {
      max-height: 500px;
      opacity: 1;
      z-index: 0;
      width: 100%; } }

.expandrow-small h4 {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 5px; }
  @media only screen and (max-width: 43em) {
    .expandrow-small h4 {
      text-align: left;
      padding-top: 20px; } }

.expand-row-container label:hover ~ article.expandrow-small {
  max-height: 500px;
  opacity: 1;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .expand-row-container label:hover ~ article.expandrow-small {
      width: 500%;
      margin-top: -11px; } }
  @media only screen and (max-width: 43em) {
    .expand-row-container label:hover ~ article.expandrow-small {
      width: 100% !important; } }

label#expand {
  z-index: 1;
  margin: 0;
  padding-bottom: 0;
  display: block;
  height: 100%; }
  @media only screen and (max-width: 768px) {
    label#expand {
      z-index: 0; } }
  @media only screen and (max-width: 43em) {
    label#expand {
      text-align: center;
      overflow: hidden;
      height: 190px;
      z-index: 1; } }

label#expand img {
  width: 100%;
  height: auto; }
  @media only screen and (max-width: 43em) {
    label#expand img {
      width: 100%;
      height: auto;
      margin-top: -72px; } }

@media only screen and (max-width: 43em) {
  img.expand4 {
    margin-top: -130px !important; } }

@media only screen and (max-width: 43em) {
  img.expand5 {
    margin-top: -162px !important; } }

@media only screen and (max-width: 768px) {
  article#expand2 {
    margin-left: -100%; } }
@media only screen and (max-width: 43em) {
  article#expand2 {
    margin-left: 0; } }

@media only screen and (max-width: 768px) {
  article#expand3 {
    margin-left: -200%; } }
@media only screen and (max-width: 43em) {
  article#expand3 {
    margin-left: 0; } }

@media only screen and (max-width: 768px) {
  article#expand4 {
    margin-left: -300%; } }
@media only screen and (max-width: 43em) {
  article#expand4 {
    margin-left: 0; } }

@media only screen and (max-width: 768px) {
  article#expand5 {
    margin-left: -400%; } }
@media only screen and (max-width: 43em) {
  article#expand5 {
    margin-left: 0; } }

.feature_text_block::after {
  clear: both;
  content: "";
  display: block; }
.feature_text_block__wrapper {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
.feature_text_block__main {
  margin-left: -40px;
  margin-right: -40px;
  width: calc(100% + 80px); }
  .feature_text_block__main::after {
    clear: both;
    content: "";
    display: block; }
.feature_text_block__content {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px;
  margin-bottom: 48.82813px; }
  @media only screen and (max-width: 800px) {
    .feature_text_block__content {
      margin-bottom: 36.62109px; } }
  @media (max-width: 800px) {
    .feature_text_block__content {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  .feature_text_block__content h2 {
    margin-bottom: 31.25px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .feature_text_block__content h2 {
        margin-bottom: 23.4375px; } }
  .feature_text_block__content h4 {
    color: #a09d9d; }
.feature_text_block__points::after {
  clear: both;
  content: "";
  display: block; }
@media only screen and (max-width: 800px) {
  .feature_text_block__points .accordion__header {
    padding: 0 20px;
    border-bottom: 1px solid #a09d9d; } }
@media only screen and (max-width: 800px) {
  .feature_text_block__points .accordion__content {
    overflow: hidden;
    max-height: 0; }
    .feature_text_block__points .accordion__content p {
      padding: 20px; } }
@media only screen and (max-width: 800px) {
  .feature_text_block__points .is-expanded .accordion__content {
    max-height: 200px; }
  .feature_text_block__points .is-expanded .accordion__header {
    border-color: #00cbbc; } }
.feature_text_block__row {
  width: calc(83.33333% - 36.66667px);
  float: left;
  margin-left: 20px;
  left: calc(8.33333% - 21.66667px + 20px);
  position: relative; }
  @media (max-width: 650px) {
    .feature_text_block__row {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px;
      left: calc(0% - 20px + 20px);
      position: relative; } }
  @media only screen and (max-width: 800px) {
    .feature_text_block__row:first-of-type .feature_text_block__point:first-of-type {
      border-top: 1px solid #a09d9d; } }
  .feature_text_block__row--wrapper {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px);
    margin-bottom: 25px; }
    .feature_text_block__row--wrapper::after {
      clear: both;
      content: "";
      display: block; }
    @media only screen and (max-width: 800px) {
      .feature_text_block__row--wrapper {
        margin-bottom: 18.75px; } }
    @media only screen and (max-width: 800px) {
      .feature_text_block__row--wrapper {
        margin-bottom: 0; } }
.feature_text_block__point {
  width: calc(50% - 60px);
  float: left;
  margin-left: 40px; }
  @media (max-width: 800px) {
    .feature_text_block__point {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media only screen and (max-width: 800px) {
    .feature_text_block__point:last-of-type {
      margin-bottom: 0; } }
.feature_text_block__point_img, .feature_text_block__point_text {
  display: inline-block;
  vertical-align: top; }
.feature_text_block__point_img {
  width: 15%;
  padding-right: 20px; }
  @media only screen and (max-width: 800px) {
    .feature_text_block__point_img {
      display: none; } }
  .feature_text_block__point_img img {
    max-width: 100%; }
.feature_text_block__point_text {
  width: 84%; }
  @media only screen and (max-width: 800px) {
    .feature_text_block__point_text {
      width: 100%; } }
  .feature_text_block__point_text img {
    height: 50px;
    padding: 10px 20px 10px 0;
    vertical-align: middle;
    position: absolute; }
  .feature_text_block__point_text h4 {
    margin-bottom: 20px;
    font-weight: bold; }
    @media only screen and (max-width: 800px) {
      .feature_text_block__point_text h4 {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 800px) {
      .feature_text_block__point_text h4 {
        display: inline-block;
        line-height: 50px;
        margin-bottom: 0;
        padding-left: 50px; } }
  .feature_text_block__point_text p {
    color: #a09d9d; }

.feature_text_block_silver {
  background-color: #F5F5F5; }
  .feature_text_block_silver::after {
    clear: both;
    content: "";
    display: block; }
  .feature_text_block_silver__wrapper {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
  .feature_text_block_silver__main {
    margin-left: -40px;
    margin-right: -40px;
    width: calc(100% + 80px); }
    .feature_text_block_silver__main::after {
      clear: both;
      content: "";
      display: block; }
  .feature_text_block_silver__content {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px;
    margin-bottom: 48.82813px; }
    @media only screen and (max-width: 800px) {
      .feature_text_block_silver__content {
        margin-bottom: 36.62109px; } }
    @media (max-width: 800px) {
      .feature_text_block_silver__content {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    .feature_text_block_silver__content h2 {
      margin-bottom: 31.25px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_text_block_silver__content h2 {
          margin-bottom: 23.4375px; } }
    .feature_text_block_silver__content h4 {
      color: #a09d9d; }
  .feature_text_block_silver__points::after {
    clear: both;
    content: "";
    display: block; }
  @media only screen and (max-width: 800px) {
    .feature_text_block_silver__points .accordion__header {
      padding: 0 20px;
      border-bottom: 1px solid #a09d9d; } }
  @media only screen and (max-width: 800px) {
    .feature_text_block_silver__points .accordion__content {
      overflow: hidden;
      max-height: 0; }
      .feature_text_block_silver__points .accordion__content p {
        padding: 20px; } }
  @media only screen and (max-width: 800px) {
    .feature_text_block_silver__points .is-expanded .accordion__content {
      max-height: 200px; }
    .feature_text_block_silver__points .is-expanded .accordion__header {
      border-color: #00cbbc; } }
  .feature_text_block_silver__row {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .feature_text_block_silver__row {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }
    @media only screen and (max-width: 800px) {
      .feature_text_block_silver__row:first-of-type .feature_text_block__point:first-of-type {
        border-top: 1px solid #a09d9d; } }
    .feature_text_block_silver__row--wrapper {
      margin-left: -40px;
      margin-right: -40px;
      width: calc(100% + 80px);
      margin-bottom: 25px; }
      .feature_text_block_silver__row--wrapper::after {
        clear: both;
        content: "";
        display: block; }
      @media only screen and (max-width: 800px) {
        .feature_text_block_silver__row--wrapper {
          margin-bottom: 18.75px; } }
      @media only screen and (max-width: 800px) {
        .feature_text_block_silver__row--wrapper {
          margin-bottom: 0; } }
  .feature_text_block_silver__point {
    width: calc(50% - 60px);
    float: left;
    margin-left: 40px; }
    @media (max-width: 800px) {
      .feature_text_block_silver__point {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media only screen and (max-width: 800px) {
      .feature_text_block_silver__point:last-of-type {
        margin-bottom: 0; } }
  .feature_text_block_silver__point_img, .feature_text_block_silver__point_text {
    display: inline-block;
    vertical-align: top; }
  .feature_text_block_silver__point_img {
    width: 15%;
    padding-right: 20px; }
    @media only screen and (max-width: 800px) {
      .feature_text_block_silver__point_img {
        display: none; } }
    .feature_text_block_silver__point_img img {
      max-width: 100%; }
  .feature_text_block_silver__point_text {
    width: 84%; }
    @media only screen and (max-width: 800px) {
      .feature_text_block_silver__point_text {
        width: 100%; } }
    .feature_text_block_silver__point_text img {
      height: 50px;
      padding: 10px 20px 10px 0;
      vertical-align: middle;
      position: absolute; }
    .feature_text_block_silver__point_text h4 {
      margin-bottom: 20px;
      font-weight: bold; }
      @media only screen and (max-width: 800px) {
        .feature_text_block_silver__point_text h4 {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 800px) {
        .feature_text_block_silver__point_text h4 {
          display: inline-block;
          line-height: 50px;
          margin-bottom: 0;
          padding-left: 50px; } }
    .feature_text_block_silver__point_text p {
      color: #a09d9d; }

.feature_video_module {
  position: relative;
  background-color: #FFFFFF;
  position: relative; }
  .feature_video_module::after {
    clear: both;
    content: "";
    display: block; }
  .feature_video_module__main {
    margin: 0 auto;
    text-align: center;
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative; }
    @media (max-width: 650px) {
      .feature_video_module__main {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 1170px;
  text-align: center;
  margin: 0 auto; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.feature_gallery_module {
  position: relative;
  background-color: #FFFFFF;
  position: relative; }
  .feature_gallery_module::after {
    clear: both;
    content: "";
    display: block; }
  .feature_gallery_module__main {
    width: calc(83.33333% - 36.66667px);
    float: left;
    margin-left: 20px;
    left: calc(8.33333% - 21.66667px + 20px);
    position: relative;
    margin: 0 auto; }
    @media (max-width: 650px) {
      .feature_gallery_module__main {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px;
        left: calc(0% - 20px + 20px);
        position: relative; } }

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