.cc-card {
  margin: auto;
  margin-top: 25px;
  border-radius: 12px;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 2px 2px 5px 0px #999;
  -moz-box-shadow: 2px 2px 5px 0px #999;
  box-shadow: 2px 2px 5px 0px #999;
  padding: 17px 20px 22px 0px;
  display: flex;
  min-height: 266px;
  height: fit-content;
  background: linear-gradient(to right, white 25%, #E5F0F6 25%);
  width: 100%;
}
.cc-card:nth-last-child(1) {
  margin-bottom: 50px;
}
@media only screen and (max-width: 700px) {
  .cc-card {
    width: 95%;
    margin-top: 45px;
    flex-direction: column;
    background: linear-gradient(to bottom, white 168px, #E5F0F6 128px);
    padding: unset;
    row-gap: 5px;
  }
}
.cc-card p {
  margin: 0;
}
.cc-card-first {
  width: 25%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2%;
  row-gap: 25px;
  align-self: flex-start;
}
@media only screen and (max-width: 700px) {
  .cc-card-first {
    margin: auto;
    width: 90%;
    align-items: center;
    justify-content: center;
    padding: unset;
    row-gap: unset;
    height: 160px;
  }
}
.cc-card-first-logo {
  width: 110%;
  align-self: center;
}
@media only screen and (max-width: 700px) {
  .cc-card-first-logo {
    padding-top: 5px;
    width: 45%;
    min-width: 124px;
    padding-bottom: 5px;
  }
}
.cc-card-first-credit-card {
  width: 100%;
  align-self: center;
  min-width: 109px;
}
@media only screen and (max-width: 700px) {
  .cc-card-first-credit-card {
    width: 34%;
    padding-bottom: 5px;
  }
}
.cc-card-headline {
  color: #1D275F;
  font-size: 25px;
  padding: 5px 0px;
}
@media only screen and (max-width: 700px) {
  .cc-card-headline {
    font-size: 16px;
    padding: unset;
    margin: 8px 0px -3px 20px;
  }
}
.cc-card-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cc-card-content-container {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  padding: 0px 0px 0px 20px;
  width: 75%;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-container {
    padding: unset;
    width: 100%;
  }
}
.cc-card-content-second {
  display: flex;
  column-gap: 8px;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second {
    width: 100%;
    padding: 0px 17px;
    column-gap: 3px;
  }
}
.cc-card-content-second .normal {
  width: 25%;
  height: 100%;
  border-radius: 5px;
  background-color: white;
  padding: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 7px;
  color: #1D275F;
}
.cc-card-content-second .normal p {
  font-size: 16px;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second .normal p {
    font-size: 13px;
  }
}
.cc-card-content-second .normal b {
  font-size: 20px;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second .normal b {
    font-size: 13px;
  }
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second .normal {
    height: fit-content;
    padding: 5px;
    row-gap: 5px;
    width: 33.33%;
  }
}
@media only screen and (max-width: 700px) and (max-width: 330px) {
  .cc-card-content-second .normal {
    height: 73px;
  }
}
.cc-card-content-second .highlight {
  background-color: #337AB7;
  color: white;
  opacity: 0.48;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second .highlight p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second .highlight b {
    font-size: 16px;
  }
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second .highlight {
    min-height: 65px;
    row-gap: 7px;
    padding: 10px;
  }
}
@media only screen and (max-width: 700px) and (max-width: 330px) {
  .cc-card-content-second .highlight {
    height: fit-content;
    min-height: 80px;
  }
}
.cc-card-content-second-btn {
  background-color: #00B38C;
  border-radius: 16px;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 12px 0px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background: linear-gradient(180deg, #0CC177 30%, #0C9B60 80%);
  border: 0;
  column-gap: 10px;
  border-radius: 10px;
  width: 25%;
}
.cc-card-content-second-btn:hover {
  background-color: #2D8668;
}
.cc-card-content-second-btn svg {
  position: relative;
  max-height: 32px;
  width: 16px;
  height: 28px;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-second-btn {
    width: 48%;
    margin: 0;
    display: none;
  }
}
.cc-card-content-third {
  display: flex;
  align-items: center;
  width: 20%;
  white-space: nowrap;
  column-gap: 15px;
  padding-top: 10px;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-third {
    align-items: flex-end;
    padding-left: 17px;
    width: 70%;
  }
}
.cc-card-content-third-options {
  cursor: pointer;
  color: #1D275F;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-third-options {
    font-size: 15px;
  }
}
.cc-card-content-third-options:hover {
  text-decoration: underline;
  color: black;
}
.cc-card-content-third .active {
  text-decoration: underline;
  color: #1C598B;
  font-weight: bold;
}
@media only screen and (max-width: 700px) {
  .cc-card-content-fourth {
    padding-left: 17px;
  }
}
@media only screen and (max-width: 315px) {
  .cc-card-content-fourth {
    padding: unset;
  }
}
.cc-card-extra {
  margin-top: 10px;
}
@media only screen and (max-width: 700px) {
  .cc-card-extra {
    margin: unset;
  }
}
.cc-card-extra.hidden-height {
  height: 0;
  max-height: 0;
  visibility: hidden;
  margin-top: 0;
}
.cc-card-extra.benefit {
  color: #1D275F;
  padding: 5px 0px;
  display: flex;
  font-size: 15px;
}
.cc-card-extra.benefit::before {
  background-color: transparent;
  background-image: url(/images/green-circle-checkmark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 17px;
  height: 17px;
  content: "";
  display: block;
  align-self: center;
  margin-right: 5px;
}
.cc-card-extra.restrictions {
  background-color: #F2F7FA;
  min-height: 45px;
  display: flex;
  width: 90%;
  color: #1D275F;
  column-gap: 10%;
  align-items: center;
  padding: 5px;
}
.cc-card-extra.restrictions:nth-child(even) {
  background-color: #E5F0F6;
}
.cc-card-extra.restrictions:nth-child(odd) {
  background-color: #F2F7FA;
}
.cc-card-extra-box {
  width: 90%;
  display: block;
}
@media only screen and (max-width: 700px) {
  .cc-card-extra-box {
    width: 95%;
  }
}
@media only screen and (max-width: 315px) {
  .cc-card-extra-box {
    width: 100%;
  }
}
.cc-card-extra-box-info {
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
  min-height: 45px;
  color: #1D275F;
}
.cc-card-extra-box-info-details {
  width: 60%;
}
@media only screen and (max-width: 700px) {
  .cc-card-extra-box-info {
    column-gap: 10px;
    padding: 5px 5px;
  }
}
.cc-card-extra-box-info:nth-child(even) {
  background-color: #E5F0F6;
}
.cc-card-extra-box-info:nth-child(odd) {
  background-color: #F2F7FA;
}
.cc-card-extra-box-info p {
  width: 20%;
  margin: auto 0px auto 0;
}
@media only screen and (max-width: 320px) {
  .cc-card-extra-box-info p {
    font-size: 15px;
  }
}
.cc-card-buttons-mobile {
  display: none;
}
.cc-card-buttons-mobile-submit-btn {
  background-color: #00B38C;
  border-radius: 16px;
  font-size: 15px;
  color: white;
  text-align: center;
  padding: 12px 0px;
  width: 100%;
  margin: auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 180px;
  background: linear-gradient(180deg, #0CC177 30%, #0C9B60 80%);
  border: 0;
  margin-left: 18px;
  column-gap: 10px;
  border-radius: 10px;
  width: 25%;
  display: flex;
}
.cc-card-buttons-mobile-submit-btn:hover {
  background-color: #2D8668;
}
.cc-card-buttons-mobile-submit-btn svg {
  position: relative;
  max-height: 32px;
  width: 16px;
  height: 28px;
  margin-left: 10px;
}
@media only screen and (max-width: 700px) {
  .cc-card-buttons-mobile-submit-btn {
    width: 48%;
    margin: unset;
  }
}
.cc-card-buttons-mobile-see-more {
  width: 123px;
  height: 32px;
  background-color: #E5F0F6;
  border-style: solid;
  border-color: #90B8D8;
  border-width: 1px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  column-gap: 5px;
}
.cc-card-buttons-mobile-see-more span {
  color: #1D275F;
  align-self: center;
}
.cc-card-buttons-mobile-see-more img {
  align-self: center;
}
@media only screen and (max-width: 700px) {
  .cc-card-buttons-mobile {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 5px;
    column-gap: 10px;
  }
}
.cc-card .rotate {
  transform: rotate(180deg);
}