/* CSS */
@import url("https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&display=swap");
@-webkit-keyframes movingTab {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes movingTab {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
body {
  font-family: "Karla", sans-serif;
  font-weight: 400;
  color: #212121;
  padding: 0;
  margin: 0;
}

.header {
  background-color: #002855;
  padding: 20px 0;
}
.header .header_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header a:not(.header_logo) {
  position: relative;
  color: #ffffff;
  font-weight: 300;
  font-size: 14px;
}
.header a:not(.header_logo):before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
}
.header img {
  height: 32px;
}

.nav {
  position: relative;
  border-bottom: 1px solid #e6e6e6;
  padding: 16px 0;
  margin-bottom: 4px;
}
.nav_progress {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #e6e6e6;
}
.nav_progress:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #6bdad5;
  height: 100%;
  width: 0;
}
.nav_progress:not(.nav_progress-1) {
  display: block;
}
.nav_progress-1:before {
  width: calc(20% * 1 - 20%);
}
.nav_progress-2:before {
  width: calc(20% * 2 - 20%);
}
.nav_progress-3:before {
  width: calc(20% * 3 - 20%);
}
.nav_progress-4:before {
  width: calc(20% * 4 - 20%);
}
.nav_progress-5:before {
  width: calc(20% * 5 - 20%);
}
.nav .nav_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 480px) {
  .nav .nav_inner {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.nav .nav_item {
  font-size: 14px;
  margin: 0 7.5px;
  width: 33.3333333333%;
}
@media (min-width: 480px) {
  .nav .nav_item {
    margin: 0 15px;
  }
}
.nav .nav_item.is-active a {
  color: #002855;
}
.nav .nav_item.is-active a span {
  color: #002855;
  background-color: #6bdad5;
}
.nav .nav_item a {
  color: #808080;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
@media (min-width: 480px) {
  .nav .nav_item a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    text-align: left;
  }
}
@media (min-width: 576px) {
  .nav .nav_item a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .nav .nav_item a {
    font-size: 16px;
  }
}
.nav .nav_item a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  color: #808080;
  background-color: #e6e6e6;
  -webkit-transition: 0.15s ease-in;
  transition: 0.15s ease-in;
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  margin-bottom: 5px;
}
@media (min-width: 480px) {
  .nav .nav_item a span {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
@media (min-width: 576px) {
  .nav .nav_item a span {
    width: 30px;
    height: 30px;
    min-width: 30px;
    min-height: 30px;
  }
}
@media (min-width: 768px) {
  .nav .nav_item a span {
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
  }
}

.floating-bar {
  background: #002855;
  position: fixed;
  z-index: 30;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
}
@media (min-width: 768px) {
  .floating-bar {
    height: 95px;
  }
}
@media (max-width: 575px) {
  .floating-bar-full {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 131px;
  }
}
.floating-bar-full > .floating-bar_total {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 20px);
  margin: 0;
}
@media (min-width: 460px) {
  .floating-bar-full > .floating-bar_total {
    width: calc(100% - 40px);
  }
}
@media (min-width: 576px) {
  .floating-bar-full > .floating-bar_total {
    display: none;
  }
}
.floating-bar-full > .floating-bar_total > div {
  width: 100%;
  padding: 5px 15px;
}
@media (min-width: 460px) {
  .floating-bar-full > .floating-bar_total > div {
    padding: 5px 5px;
  }
}
@media (max-width: 575px) {
  .floating-bar-full > .floating-bar_inner {
    width: calc(100% - 50px);
  }
}
@media (max-width: 575px) {
  .floating-bar-full > .floating-bar_inner > .floating-bar_total {
    display: none;
  }
}
@media (max-width: 575px) {
  .floating-bar-full .floating-bar_nav {
    width: 100%;
    padding: 5px 0;
  }
}
@media (max-width: 575px) {
  .floating-bar-full .floating-bar_nav a:first-child {
    margin-left: 0;
  }
}
.floating-bar-modal {
  display: none;
  overflow-y: auto;
  background-color: #ECECEC;
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  max-height: calc(100vh - 244px);
  padding: 20px 0 15px;
}
@media (min-width: 768px) {
  .floating-bar-modal {
    max-height: calc(100vh - 259px);
    padding: 25px 0 20px;
  }
}
.floating-bar-modal_items {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
.floating-bar-modal .jo-inner-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
}
.floating-bar-modal .jo-inner-wrapper > .floating-bar-modal_close {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 26px;
  height: 26px;
  background-image: url(../../images/icon-close.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.floating-bar-modal .confirmation-block {
  width: calc(100% - 32px);
}
.floating-bar-modal .confirmation-block > .row h3, .floating-bar-modal .confirmation-block > .row p {
  color: #002855;
}
.floating-bar-modal .confirmation-block table {
  width: 100%;
  color: #002855;
}
.floating-bar-modal .confirmation-block table th {
  text-align: left;
}
.floating-bar-modal .confirmation-block table thead tr th {
  padding: 1px 0;
  width: 25%;
}
.floating-bar-modal .confirmation-block table thead tr th:first-child {
  width: 50%;
}
.floating-bar-modal .confirmation-block table tbody tr td {
  padding: 1px 0;
  width: 25%;
}
.floating-bar-modal .confirmation-block table tbody tr td:first-child {
  width: 50%;
}
.floating-bar_inner {
  height: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 576px) {
  .floating-bar_inner {
    width: auto;
  }
}
.floating-bar_inner p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.floating-bar_total {
  height: calc(100% - 20px);
  width: calc(24% - 20px);
  margin-right: 10px;
  padding: 10px;
  text-align: center;
  background-color: #ECECEC;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media (min-width: 460px) {
  .floating-bar_total {
    padding: 10px 15px;
  }
}
@media (min-width: 576px) {
  .floating-bar_total {
    cursor: default;
    width: calc(50% - 20px);
    margin-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
  }
}
@media (min-width: 768px) {
  .floating-bar_total {
    width: calc(24% - 20px);
    min-width: 250px;
  }
}
@media (max-width: 575px) {
  .floating-bar_total:hover {
    background-color: #c6c6c6;
  }
}
.floating-bar_total_pill {
  color: #6bdad5;
  border: 1px solid #002855;
  background-color: #002855;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 99px;
  margin: 10px 0 10px 15px;
  padding: 10px 12px;
  font-size: 14px;
  min-width: 60px;
  display: none;
}
@media (min-width: 480px) {
  .floating-bar_total_pill {
    display: block;
  }
}
.floating-bar_total p {
  font-weight: 600;
  color: #002855;
  font-size: 14px;
}
@media (min-width: 768px) {
  .floating-bar_total p {
    font-size: 16px;
  }
}
.floating-bar_total p span {
  color: #002855;
  font-weight: 600;
  font-size: 18px;
  margin-top: 0;
  margin-left: 10px;
}
@media (min-width: 576px) {
  .floating-bar_total p span {
    margin-left: 15px;
  }
}
@media (min-width: 768px) {
  .floating-bar_total p span {
    font-size: 20px;
    margin-top: 0;
  }
}
.floating-bar_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
}
.floating-bar_nav a {
  color: #6bdad5;
  border: 1px solid #6bdad5;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 99px;
  margin: 10px 0 10px 10px;
  padding: 10px 20px;
  font-size: 18px;
}
.floating-bar_nav a:hover, .floating-bar_nav a:active, .floating-bar_nav a:focus {
  background-color: #6bdad5;
  color: #002855;
}
.floating-bar_nav a:last-child {
  background-color: #6bdad5;
  color: #002855;
}
.floating-bar_nav a:last-child:hover, .floating-bar_nav a:last-child:active, .floating-bar_nav a:last-child:focus {
  background-color: transparent;
  color: #6bdad5;
}

a {
  text-decoration: none;
}

input,
select {
  font-family: "Karla", sans-serif;
}

main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}
main > div > section > form {
  width: 100%;
  margin-bottom: 0;
  padding: 30px 0;
}
@media (min-width: 992px) {
  main > div > section > form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.membership-section {
  margin-bottom: 80px;
}
@media (min-width: 768px) {
  .membership-section {
    margin-bottom: 95px;
  }
}
@media (max-width: 575px) {
  .membership-section-full {
    margin-bottom: 131px;
  }
}

ul {
  margin: 0;
  padding: 0;
}

h2,
.h2,
h3,
.h3 {
  text-transform: uppercase;
}

h2,
.h2 {
  margin: 0 0 20px;
  color: #002855;
  font-size: 26px;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 33px;
  }
}

.tabs {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .tabs {
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .tabs_container {
    width: 27%;
    padding-right: 30px;
  }
}
.tabs_container h2, .tabs_container .h2 {
  text-align: center;
}
@media (min-width: 768px) {
  .tabs_container h2, .tabs_container .h2 {
    text-align: left;
  }
}
.tabs h4 {
  margin: 0 0 15px;
  font-weight: 500;
  text-align: center;
}
@media (min-width: 768px) {
  .tabs h4 {
    text-align: left;
  }
}
.tabs .tabs_choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  border: 1px solid #6bdad5;
  border-radius: 99px;
}
.tabs .tabs_choice .tabs_radio_container {
  cursor: pointer;
  display: inline;
  width: 33.3333333333%;
  position: relative;
  z-index: 20;
}
.tabs .tabs_choice .tabs_radio_container.is-active label {
  color: #002855;
}
.tabs .tabs_choice .tabs_radio_container label {
  width: 100%;
  display: block;
  padding: 8px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #808080;
  -webkit-transition: color ease 0.7s;
  transition: color ease 0.7s;
}
.tabs .tabs_choice .tabs_radio_container input[type=radio] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.tabs .tabs_choice .tabs_radio_container.moving-tab {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 100%;
  top: 0;
  background-color: #6bdad5;
  -webkit-transition: left 0.7s;
  transition: left 0.7s;
  z-index: 10;
  border-radius: 99px;
}
.tabs .tabs_choice .tabs_radio_container.moving-tab_interaction {
  -webkit-transition: left 0.5s cubic-bezier(0.85, 0, 0.15, 1);
  transition: left 0.5s cubic-bezier(0.85, 0, 0.15, 1);
}
.tabs_half .tabs_choice .tabs_radio_container {
  width: 50%;
}
.tabs .tabs_content {
  text-align: left;
  padding: 15px 0 0;
}
.tabs .tabs_content > div {
  display: none;
}
.tabs .tabs_content > div.is-active {
  display: block;
}
.tabs .tabs_content > div p {
  color: #808080;
  font-size: 12px;
  margin: 0;
}
.tabs .tabs_content > div p a {
  position: relative;
  color: #808080;
}
.tabs .tabs_content > div p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}

.cards_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 30px;
}
@media (min-width: 992px) {
  .cards_container {
    width: 73%;
    padding-left: 30px;
    margin-top: 0;
  }
}
.cards_container + .cta-mobile {
  margin-top: 0;
}
.cards_container .heading-error {
  border-radius: 8px;
  background-color: #fb7a7a;
  max-width: 320px;
  text-align: center;
  margin: 0 0 15px;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .cards_container .heading-error {
    padding: 30px 25px;
  }
}
.cards_container .cards {
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.08);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards_container .cards_main {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 576px) {
  .cards_container .cards_main {
    width: calc(50% - 12.5px);
  }
}
.cards_container .cards_main:not(.is-active) {
  opacity: 0.5;
}
.cards_container.is-visible .cards_main {
  opacity: 1;
}
.cards_container .cards_sub_container {
  width: 100%;
}
.cards_container .cards_sub_container.is-visible .cards {
  opacity: 1 !important;
}
.cards_container .cards_sub_container .cards_sub {
  display: none;
}
.cards_container .cards_sub_container .cards_sub.is-active {
  display: block;
}
.cards_container .cards_sub_container .cards_sub h4 {
  font-weight: 500;
  margin: 0 0 15px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 460px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner {
    margin: 0 -12.5px;
  }
}
@media (min-width: 860px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner {
    margin: 0 -15px;
  }
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner.no_negative_margin {
  margin: 0;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.12);
  margin: 0 0 30px;
  width: 100%;
}
@media (min-width: 460px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards {
    width: calc(50% - 30px);
    margin: 0 12.5px 30px;
  }
}
@media (min-width: 640px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 860px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards {
    width: calc(25% - 30px);
    margin: 0 15px 30px;
  }
}
@media (min-width: 992px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards {
    width: calc(33.3333333333% - 30px);
  }
}
@media (min-width: 1200px) {
  .cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards {
    width: calc(25% - 30px);
  }
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards.cards_radio:not(.is-active) {
  opacity: 0.5;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_image_container {
  width: 100%;
  height: 100%;
  aspect-ratio: 770/440;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_image {
  border-radius: 8px 8px 0 0;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_details {
  width: 100%;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content {
  padding: 15px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content .cards_link {
  display: none;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content .cards_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 8px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content .cards_intro h3 {
  font-size: 16px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content .cards_intro .cards_tooltip {
  border: 1px solid #808080;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 12px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content > p {
  margin-bottom: 6px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_content p.subheading span {
  display: block;
  margin-top: 4px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_choice {
  border-radius: 0 0 8px 8px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_choice_select {
  cursor: default;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_choice_select .cards_choice_heading {
  position: static;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_radio_container {
  height: 52px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_radio_container label {
  font-size: 0;
  height: 52px;
  padding-left: 52px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_radio_container input[type=radio] {
  left: 15px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_choice_heading {
  right: 15px;
  top: 15px;
}
.cards_container .cards_sub_container .cards_sub .cards_sub_inner .cards .cards_select_container {
  height: 52px;
}
.cards_container .cards_pill {
  border-radius: 99px;
  background-color: #fbd77a;
  padding: 8px 12px;
  position: absolute;
  top: 10px;
  right: 10px;
}
.cards_container .cards_pill p {
  margin: 0;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12.5px;
}
.cards_container .cards_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 8px 8px 0 0;
}
.cards_container .cards_image_container {
  position: relative;
  height: auto;
  width: 100%;
  aspect-ratio: 375/285;
}
.cards_container .cards_details {
  width: 100%;
}
.cards_container .cards_content {
  padding: 20px;
}
@media (min-width: 576px) {
  .cards_container .cards_content {
    padding: 30px;
  }
}
.cards_container .cards_content .cards_intro {
  margin: 0 0 10px;
}
.cards_container .cards_content .cards_intro h3 {
  margin: 0;
  font-size: 22px;
  color: #002855;
}
.cards_container .cards_content p {
  color: #808080;
  margin: 0 0 10px;
}
.cards_container .cards_content p.subheading {
  color: #002855;
  font-weight: 700;
}
.cards_container .cards_content p.subheading span {
  color: #808080;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}
.cards_container .cards_content p.subheading + p {
  font-size: 14px;
}
.cards_container .cards_content > p:last-of-type {
  margin-bottom: 0;
}
.cards_container .cards_content .cards_link {
  position: relative;
  margin-top: 16px;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #808080;
  padding-left: 25px;
}
.cards_container .cards_content .cards_link:before {
  content: "";
  background-image: url(../../images/chevron-down.svg);
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
}
.cards_container .cards_content .cards_link.is-active:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.cards_container .cards_content .cards_link + .cards_info {
  margin-top: 10px;
}
.cards_container .cards_content .cards_info {
  display: none;
}
.cards_container .cards_content .cards_info > * {
  font-size: 14px;
}
.cards_container .cards_content .cards_info > *:last-child {
  margin-bottom: 0;
}
.cards_container .cards_choice {
  cursor: pointer;
  position: relative;
  background-color: #002855;
  border-radius: 0 0 8px 8px;
}
.cards_container .cards_choice .cards_choice_heading {
  margin: 0;
  -webkit-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: #ffffff;
  font-size: 19px;
  font-weight: 400;
  position: absolute;
  top: 20px;
  right: 20px;
}
@media (min-width: 576px) {
  .cards_container .cards_choice .cards_choice_heading {
    right: 30px;
  }
}
.cards_container .cards_choice.is-active .cards_radio_container input[type=radio] {
  background-color: #6bdad5;
}
.cards_container .cards_choice.is-active .cards_choice_heading {
  color: #6bdad5;
}
.cards_container .cards_radio_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  height: 62px;
}
.cards_container .cards_radio_container input[type=radio] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 50%;
  background-color: #ffffff;
  border: 4px solid #ffffff;
  width: 23px;
  height: 23px;
  margin: 0;
  position: absolute;
  z-index: 0;
  left: 20px;
}
@media (min-width: 576px) {
  .cards_container .cards_radio_container input[type=radio] {
    left: 30px;
  }
}
.cards_container .cards_radio_container label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 10;
  padding-left: 31px;
  margin: 0;
  font-size: 18px;
  font-weight: 300;
  color: #ffffff;
  height: 62px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 52px;
}
@media (min-width: 576px) {
  .cards_container .cards_radio_container label {
    padding-left: 62px;
  }
}
.cards_container .cards_select_container {
  width: 100%;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cards_container .cards_select_container .cards_select {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
}
.cards_container .cards_select_container .cards_select:after {
  content: "";
  background-image: url(../../images/chevron-down.svg);
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  width: 18px;
  height: 18px;
}
.cards_container .cards_select_container select {
  cursor: pointer;
  position: relative;
  z-index: 10;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: none;
  padding: 5px 35px 5px 10px;
  color: #666;
}
.cards_container .cards_select_container select::-ms-expand {
  display: none;
}

@media (min-width: 992px) {
  .details_sidebar {
    width: 27%;
    padding-right: 30px;
  }
}
.details_sidebar > p {
  margin: 0 0 15px;
}

.details_sidebar_promo {
  padding: 30px 0;
}
.details_sidebar_promo_form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.details_sidebar_promo h4 {
  margin: 0 0 12px;
}
.details_sidebar_promo label {
  font-weight: 500;
  margin-bottom: 10px;
  display: none;
}
.details_sidebar_promo input[type=text] {
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  padding: 10px 20px;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #808080;
  border-radius: 99px;
  color: #808080;
  font-weight: 400;
  font-size: 16px;
}
.details_sidebar_promo input[type=text]:active, .details_sidebar_promo input[type=text]:focus {
  border-color: #6bdad5;
}
.details_sidebar_promo a {
  color: #002855;
  border: 1px solid #6bdad5;
  background-color: #6bdad5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 99px;
  margin: 0 0 0 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
}
.details_sidebar_promo a:hover, .details_sidebar_promo a:active, .details_sidebar_promo a:focus {
  background-color: transparent;
  color: #6bdad5;
}

.details_sidebar_items_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #e6e6e6;
}
.details_sidebar_items_item p {
  margin: 0;
}
.details_sidebar_items_item p a {
  position: relative;
  text-decoration: none;
  color: #808080;
}
.details_sidebar_items_item p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #808080;
}
.details_sidebar_items_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.details_sidebar_items_title img {
  margin-right: 5px;
  width: 20px;
  height: 20px;
}
.details_sidebar_items_title p {
  font-weight: 600;
}
.details_sidebar_items + .cta {
  margin-top: 30px;
}

.details_sidebar_totals {
  border-top: 1px solid #e6e6e6;
  display: none;
}
@media (min-width: 576px) {
  .details_sidebar_totals {
    display: block;
  }
}
.details_sidebar_totals_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
.details_sidebar_totals_item p {
  margin: 0 15px 0 0;
}
.details_sidebar_totals_item p:last-child {
  margin: 0;
}
.details_sidebar_totals h4 {
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .details_form_container {
    width: 73%;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.details_form_container .details_form {
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0 0 8px 8px;
  margin-bottom: 20px;
  padding: 20px 20px 0;
}
@media (min-width: 768px) {
  .details_form_container .details_form {
    margin-bottom: 30px;
    padding: 30px 30px 0;
  }
}
.details_form_container .details_form h3 {
  color: #002855;
  font-size: 26px;
  margin: 0 0 20px;
}
.details_form_container .details_form img {
  width: 78px;
  height: 78px;
}
.details_form_container .details_form_confirmation {
  padding-bottom: 10px;
}
.details_form_container .details_form_confirmation a {
  display: inline-block;
  border: 1px solid #6bdad5;
  background-color: #6bdad5;
  color: #002855;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 99px;
  padding: 10px 20px;
  font-size: 18px;
}
.details_form_container .details_form_confirmation a:hover, .details_form_container .details_form_confirmation a:active, .details_form_container .details_form_confirmation a:focus {
  border-color: #002855;
  background-color: transparent;
}
.details_form_container .details_form_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.details_form_container .details_form_inner_flex > div {
  height: 100%;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 670px) {
  .details_form_container .details_form_inner_flex > div {
    width: calc(50% - 12.5px);
  }
}
@media (min-width: 768px) {
  .details_form_container .details_form_inner_flex > div {
    margin-bottom: 30px;
  }
}
.details_form_container .details_form_inner_flex .details_form_group {
  width: 100%;
}
@media (max-width: 669px) {
  .details_form_container .details_form_dd {
    margin-bottom: 0 !important;
  }
}
.details_form_container .details_form_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border: 2px solid #d9d9d9;
  padding: 30px 20px;
}
@media (min-width: 670px) {
  .details_form_container .details_form_box {
    padding: 45px 20px;
  }
}
.details_form_container .details_form_box h3,
.details_form_container .details_form_box p {
  color: #212121;
}
.details_form_container .details_form_box h3 {
  font-size: 23px;
}
.details_form_container .details_form_box .h2 {
  font-size: 36px;
  font-weight: bold;
}
.details_form_container .details_form_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .details_form_container .details_form_group {
    width: calc(50% - 12.5px);
  }
}
.details_form_container .details_form_group_full {
  width: 100%;
}
.details_form_container .details_form_group_select {
  width: 100%;
}
@media (min-width: 1200px) {
  .details_form_container .details_form_group_select {
    width: calc(50% - 12.5px);
  }
}
.details_form_container .details_form_group_select .details_form_select {
  position: relative;
  display: inline-block;
  background-color: #ffffff;
  border-radius: 4px;
}
.details_form_container .details_form_group_select .details_form_select:after {
  content: "";
  background-image: url(../../images/chevron-down.svg);
  background-size: 36px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
}
.details_form_container .details_form_group_select select {
  cursor: pointer;
  position: relative;
  z-index: 10;
  height: auto;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border: none;
  background: none;
  padding: 12px 50px 12px 22px;
}
.details_form_container .details_form_group_select select::-ms-expand {
  display: none;
}
.details_form_container .details_form_group_radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .details_form_container .details_form_group_radio {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .details_form_container .details_form_group_radio > div {
    width: calc(50% - 12.5px);
  }
}
.details_form_container .details_form_group_radio p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #808080;
}
.details_form_container .details_form_group_radio .radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .details_form_container .details_form_group_radio .radio-group {
    margin-top: 0;
  }
}
.details_form_container .details_form_group_radio .radio-group .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  cursor: pointer;
}
.details_form_container .details_form_group_radio input[type=radio] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  width: 26px;
  height: 26px;
  margin: 0;
}
.details_form_container .details_form_group_radio input[type=radio]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #6bdad5;
}
.details_form_container .details_form_group_radio input[type=radio]:checked {
  background-color: #6bdad5;
}
.details_form_container .details_form_group_radio input[type=radio] + label {
  margin: 0;
  padding: 0 0 0 6px;
}
.details_form_container .details_form_group_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .details_form_container .details_form_group_checkbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .details_form_container .details_form_group_checkbox > div {
    width: calc(50% - 12.5px);
  }
}
.details_form_container .details_form_group_checkbox p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #808080;
}
.details_form_container .details_form_group_checkbox .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .details_form_container .details_form_group_checkbox .checkbox-group {
    margin-top: 0;
  }
}
.details_form_container .details_form_group_checkbox .checkbox-group .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 16px;
  cursor: pointer;
}
.details_form_container .details_form_group_checkbox input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 50%;
  background-color: #ffffff;
  border: 5px solid #ffffff;
  width: 26px;
  height: 26px;
  margin: 0;
}
.details_form_container .details_form_group_checkbox input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #6bdad5;
}
.details_form_container .details_form_group_checkbox input[type=checkbox]:checked {
  background-color: #6bdad5;
}
.details_form_container .details_form_group_checkbox input[type=checkbox] + label {
  margin: 0;
  padding: 0 0 0 6px;
}
.details_form_container .details_form_group_checkbox_full {
  width: 100%;
}
.details_form_container .details_form_group_checkbox_full .checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.details_form_container .details_form_group_checkbox_full .checkbox-group .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  position: relative;
  left: 2px;
}
.details_form_container .details_form_group_checkbox_full .checkbox_input {
  position: relative;
  width: 23px;
  height: 23px;
}
.details_form_container .details_form_group_checkbox_full .checkbox_input + label {
  font-weight: 400;
  margin-bottom: 0;
  padding: 0 0 0 9px;
}
.details_form_container .details_form_group_checkbox_full input[type=checkbox] {
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  border-radius: 6px;
  background-color: #ffffff;
  border: 4px solid #ffffff;
  width: 23px;
  height: 23px;
  margin: 0;
}
.details_form_container .details_form_group_checkbox_full input[type=checkbox]:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  border-radius: 3px;
  border: 1px solid #6bdad5;
}
.details_form_container .details_form_group_checkbox_full input[type=checkbox]:checked {
  background-color: #6bdad5;
}
.details_form_container .details_form label {
  font-weight: 500;
  margin-bottom: 10px;
  display: inline-block;
}
.details_form_container .details_form input[type=text],
.details_form_container .details_form input[type=email],
.details_form_container .details_form input[type=date],
.details_form_container .details_form input[type=month],
.details_form_container .details_form select {
  width: 100%;
  height: auto;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  -webkit-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #808080;
  border-radius: 99px;
  color: #808080;
  font-weight: 400;
  font-size: 16px;
}
.details_form_container .details_form input[type=text]:active, .details_form_container .details_form input[type=text]:focus,
.details_form_container .details_form input[type=email]:active,
.details_form_container .details_form input[type=email]:focus,
.details_form_container .details_form input[type=date]:active,
.details_form_container .details_form input[type=date]:focus,
.details_form_container .details_form input[type=month]:active,
.details_form_container .details_form input[type=month]:focus,
.details_form_container .details_form select:active,
.details_form_container .details_form select:focus {
  border-color: #6bdad5;
}
.details_form_container .details_form input[type=text],
.details_form_container .details_form input[type=email],
.details_form_container .details_form input[type=date],
.details_form_container .details_form input[type=month] {
  padding: 12px 22px;
}
.details_form_container .details_form_dob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -5px;
}
.details_form_container .details_form_dob > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 5px;
}
.details_form_container .details_form_dob .details_form_select:after {
  right: 13px;
}
.details_form_container .details_form_dob select {
  padding: 12px 45px 12px 22px;
}
.details_form_container .details_form_row {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .details_form_container .details_form_row {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
.details_form_container .details_form_row:first-child {
  padding-bottom: 0;
}
.details_form_container .details_form_row:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.details_form_container .details_form_row h4 {
  margin: 0 0 20px 0;
}
.details_form_container .details_form_row ul {
  padding-left: 0;
}
.details_form_container .details_form_row ul li {
  position: relative;
  display: inherit;
  padding-left: 18px;
  margin-bottom: 5px;
}
.details_form_container .details_form_row ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8.5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #212121;
}
.details_form_container .details_form_intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.details_form_container .details_form_intro h4 {
  margin: 0;
}
.details_form_container .details_form_intro img {
  width: 120px;
  height: 39px;
}
.details_form_container .details_form_account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 340px;
}
.details_form_container .details_form_account > * {
  margin: 0 10px 0 0;
}

.cta {
  background-color: #fbd77a;
  text-align: center;
  border-radius: 8px;
  max-width: 258px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 25px 20px;
}
@media (min-width: 768px) {
  .cta {
    padding: 30px 25px;
  }
}
@media (min-width: 992px) {
  .cta {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .cta-desktop {
    display: none;
  }
}
.cta-mobile {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .cta-mobile {
    display: none;
  }
}
.cta h3 {
  margin: 0 0 15px;
}
.cta p {
  margin: 0;
  font-weight: 300;
}
.cta p a {
  display: inline-block;
  position: relative;
  color: inherit;
}
.cta p a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000000;
}

.payment_container {
  max-width: 800px;
  margin: 10vh auto;
}
.payment_container .item_heading {
  padding: 0 0.25em;
}
.payment_container .item_heading h1 {
  color: #003366;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.payment_container .item_heading i {
  color: green;
}
.payment_container .payment_details {
  padding: 0 0.5em;
  margin: 20px 0;
}
.payment_container .payment_details ul {
  list-style: none;
  padding: 0;
}
.payment_container .payment_details ul li {
  border-bottom: 1px solid #e6e6e6;
  padding: 1em 0;
}
.payment_container .payment_details ul li p {
  margin: 0;
}
.payment_container .payment_details ul li:last-of-type {
  border-bottom: 0;
}
.payment_container .club_contact {
  border: 1px solid #e6e6e6;
  padding: 0.75em;
  border-radius: 7px;
}
.payment_container .club_contact p, .payment_container .club_contact h3 {
  margin: 0 0 0.5em;
}
.payment_container .club_contact p:last-of-type {
  margin-bottom: 0;
}
.payment_container .club_contact a {
  color: #002855;
  text-decoration: none;
}
.payment_container .club_contact a:hover {
  color: #6bdad5;
  text-decoration: underline;
}