/* ===== Viewports ===== */
/* ===== Colors ===== */
/* sainsburys corporate colors */
/* ===== Fonts =====*/
/* ===== Margins & Paddings ===== */
/* ===== Accordions ===== */
body {
  margin: 0px;
  padding: 0px;
  font-family: "MaryAnn";
}

h1 {
  font-family: "MaryAnn-Bold";
  font-size: 5rem;
}

h2 {
  font-family: "MaryAnn-Bold";
  color: #F06C00;
  font-size: 3rem;
}

h3 {
  font-size: 2.3rem;
}

h4 {
  font-family: "MaryAnn-Bold";
  color: #000000;
  font-size: 1.3rem;
}

p, ul li {
  font-size: 1.2rem;
}

a {
  color: #000000;
  text-decoration: none;
  font-weight: 700;
}
a:hover {
  text-decoration: underline;
  color: #000000;
}

.orange {
  color: #F06C00 !important;
}

.black {
  color: #000000 !important;
}

*:focus {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2;
}

*:focus-visible {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2;
}

*:-moz-focusring {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2;
}

*:focus-ring {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2 !important;
}

.accordion-button:focus-visible {
  border: 1px dashed #E55000;
  background-color: #f2f2f2 !important;
}

.accordion-button:focus {
  border: 1px dashed #E55000;
  background-color: #f2f2f2 !important;
}

.accordion-button:-moz-focusring {
  border: 1px dashed #E55000;
  background-color: #f2f2f2 !important;
}

.accordion-button:focus-ring {
  border: 1px dashed #E55000;
  background-color: #f2f2f2 !important;
}

@media (max-width: 768px) {
  .hideOnMobile {
    display: none;
  }
}
.btn-primary {
  background-color: #ffffff;
  border-radius: 0;
  padding: 1rem 3rem;
  font-size: 1.5rem;
  line-height: 24px;
  border-width: 0px;
  text-decoration: none;
  color: #E55000;
  font-family: "MaryAnn-Bold";
}
.btn-primary:hover {
  background-color: #fdf5f0;
  color: #E55000;
  text-decoration: none;
}
.btn-primary.smaller {
  font-size: 1.1rem;
  font-family: "MaryAnn-Bold";
  padding: 0.6666666667rem 1rem;
}
.btn-primary.inversed {
  background-color: #F06C00;
  color: #ffffff;
}
.btn-primary.inversed:hover {
  background-color: #E55000;
  text-decoration: none;
}

.btn-secondary {
  padding: 1rem;
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #F06C00;
  font-weight: 700;
  color: #F06C00;
  font-size: 1.3rem;
  border-radius: 0;
}
.btn-secondary:hover {
  background-color: #fdf5f0;
  text-decoration: none;
  color: #F06C00;
  border-color: #F06C00;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 23rem 0 0 0;
  overflow: hidden;
}
.embed-responsive video {
  width: 100%;
}

.masthead .btn-primary {
  width: auto;
}
.masthead a.link {
  color: #ffffff;
  text-decoration: underline;
}
.masthead a.link:hover {
  text-decoration: none;
}

footer {
  background-color: #333333;
  color: #ffffff;
  text-align: center;
  padding: 2rem 0 1rem;
}
footer h3 {
  margin: 0 0 1rem;
  font-size: 1.3rem;
  font-weight: bold;
}
footer p {
  font-size: 1rem;
  padding: 0 5rem;
}

#calculator h2 {
  margin-bottom: 1rem;
  color: #000000;
}
#calculator label {
  font-weight: bold;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.2;
}
#calculator input, #calculator select {
  border: 1px solid #E55000;
  width: 100%;
  padding: 0.6666666667rem 1rem 0.6666666667rem 2rem;
  font-size: 1.5rem;
  margin: 0.6666666667rem 0;
}
#calculator .prefix {
  padding: 1.4rem 0 0 1rem;
  position: absolute;
  font-size: 1.5rem;
}
#calculator p.error-msg {
  display: none;
  font-weight: bold;
}
#calculator p.error-msg i {
  color: #d50000;
}
#calculator .numberbullets {
  list-style: none;
  position: relative;
  border: 1px solid #F06C00;
  min-height: 160px;
  padding: 1rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
#calculator .p-output--figure {
  color: #333;
  font-size: 3rem;
  position: absolute;
  margin: 0;
  bottom: 0.5rem;
  font-weight: normal;
}
#calculator .bonus-panel {
  background-color: rgba(240, 108, 0, 0.0588235294);
  color: #F06C00;
  padding: 2rem;
}
#calculator .bonus-panel p {
  font-size: 2.2rem;
  line-height: 1;
}
#calculator .bonus-panel span {
  font-size: 3rem;
  font-weight: bold;
}
#calculator footer {
  margin-top: 10rem;
}

.scroll-to-top {
  z-index: 1042;
  right: 2rem;
  bottom: 2rem;
  cursor: pointer;
  display: none;
}

.scroll-to-top div#go-to-top {
  width: 3rem;
  height: 3rem;
  background-color: #F06C00;
  line-height: 2.5rem;
  border-radius: 35px !important;
}
.scroll-to-top div#go-to-top .scrolltopicon {
  width: 30px;
  height: 30px;
}

.accordion-item {
  border: none;
  border-top: 1px solid #d8d8d8;
  border-radius: 0 !important;
}
.accordion-item .accordion-button {
  background: transparent;
  box-shadow: none;
  font-size: 2.5rem;
  color: #000000;
}
.accordion-item .accordion-button:after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 35px;
  width: 2rem;
  height: 2rem;
}
.accordion-item .accordion-body {
  padding: 0 1.25rem 3rem;
}

@media (max-width: 768px) {
  .accordion-item .accordion-button {
    font-size: 2rem;
  }
}
#faqs .accordion .accordion-item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #d8d8d8;
}
#faqs .accordion .accordion-item:first-child {
  border-top: 1px solid #d8d8d8;
}
#faqs .accordion .accordion-button {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 1.3rem 1rem 1rem 0;
  line-height: 1.5;
}
#faqs .accordion .accordion-button:not(.collapsed) {
  background-color: #ffffff;
}
#faqs .accordion .accordion-button:after {
  background-size: 25px;
  width: 1.5rem;
  height: 1.5rem;
}
#faqs .accordion .accordion-body {
  padding: 0 1rem 1rem 0;
}
#faqs .accordion .accordion-body P {
  line-height: 1.5;
}

@font-face {
  font-family: "MaryAnn";
  src: url("font/MaryAnn.eot");
  src: url("font/MaryAnn.eot?#iefix") format("embedded-opentype"), url("font/MaryAnn.svg#MaryAnn") format("svg"), url("font/MaryAnn.ttf") format("truetype"), url("font/MaryAnn.woff") format("woff"), url("font/MaryAnn.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MaryAnn-Light";
  src: url("font/MaryAnn-Light.eot");
  src: url("font/MaryAnn-Light.eot?#iefix") format("embedded-opentype"), url("font/MaryAnn-Light.svg#MaryAnn-Light") format("svg"), url("font/MaryAnn-Light.ttf") format("truetype"), url("font/MaryAnn-Light.woff") format("woff"), url("font/MaryAnn-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MaryAnn-LightItalic";
  src: url("font/MaryAnn-LightItalic.eot");
  src: url("font/MaryAnn-LightItalic.eot?#iefix") format("embedded-opentype"), url("font/MaryAnn-LightItalic.svg#MaryAnn-LightItalic") format("svg"), url("font/MaryAnn-LightItalic.ttf") format("truetype"), url("font/MaryAnn-LightItalic.woff") format("woff"), url("font/MaryAnn-LightItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MaryAnn-Medium";
  src: url("font/MaryAnn-Medium.eot");
  src: url("font/MaryAnn-Medium.eot?#iefix") format("embedded-opentype"), url("font/MaryAnn-Medium.svg#MaryAnn-Medium") format("svg"), url("font/MaryAnn-Medium.ttf") format("truetype"), url("font/MaryAnn-Medium.woff") format("woff"), url("font/MaryAnn-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MaryAnn-Bold";
  src: url("font/MaryAnn-Bold.eot");
  src: url("font/MaryAnn-Bold.eot?#iefix") format("embedded-opentype"), url("font/MaryAnn-Bold.svg#MaryAnn-Bold") format("svg"), url("font/MaryAnn-Bold.ttf") format("truetype"), url("font/MaryAnn-Bold.woff") format("woff"), url("font/MaryAnn-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MaryAnn-ExtraBold";
  src: url("font/MaryAnn-ExtraBold.eot");
  src: url("font/MaryAnn-ExtraBold.eot?#iefix") format("embedded-opentype"), url("font/MaryAnn-ExtraBold.svg#MaryAnn-ExtraBold") format("svg"), url("font/MaryAnn-ExtraBold.ttf") format("truetype"), url("font/MaryAnn-ExtraBold.woff") format("woff"), url("font/MaryAnn-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
.sticky-top {
  background-color: #ffffff;
}

.group-logos {
  text-align: center;
  padding: 1rem 0 0;
}
.group-logos img {
  width: 80%;
}

#mainNav {
  padding: 0;
}
#mainNav #navbarNav {
  justify-content: center;
  border-top: 5px solid #F06C00;
  padding: 0;
}
#mainNav #navbarNav a {
  color: #000000;
  font-size: 1.2rem;
  font-family: "MaryAnn-Bold";
  padding: 2rem 1.67rem;
}
#mainNav #navbarNav a:hover {
  text-decoration: none;
  background-color: #f6f6f6;
}
#mainNav #navbarNav .maturityNav a {
  padding: 2rem 3.5rem;
}
#mainNav .navbar-toggler {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center center;
  padding: 1rem;
}
#mainNav .navbar-toggler.collapsed {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.9%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
#mainNav .navbar-toggler:focus {
  box-shadow: none;
}
#mainNav .fas {
  font-size: 2.2rem;
  line-height: 1.1;
  margin-right: 0.5rem;
}
#mainNav .disabled {
  cursor: not-allowed;
}

@media (max-width: 1199px) {
  #mainNav #navbarNav .nav {
    height: auto;
  }
  #mainNav #navbarNav .nav-item a {
    padding: 0.8rem 0.75rem 1rem 0.75rem;
    font-size: 1rem;
  }
  #mainNav #navbarNav ul.maturityNav li a {
    padding: 0.8rem 2.2rem 1rem 2.2rem;
  }
  .group-logos img {
    width: 90% !important;
  }
}
@media screen and (max-width: 768px) {
  .header-logo {
    width: 4.5rem;
    margin-left: 1rem;
    padding: 0;
  }
  .group-logos img {
    margin-bottom: 2rem;
  }
  #faqs .group-logos img,
  #calculator .group-logos img {
    margin-bottom: 0;
  }
  #mainNav .navbar-toggler {
    padding: 1rem 0;
  }
  #mainNav #navbarNav {
    border-top: none;
  }
  #mainNav #navbarNav .nav {
    margin-bottom: 3rem;
  }
  #mainNav #navbarNav .nav-item {
    border-bottom: 1px solid #eee;
  }
  #mainNav #navbarNav .nav-item a {
    font-family: "MaryAnn-Medium";
    font-size: 1.3rem;
    color: #757575;
    padding: 0.8rem 0.5rem;
    background-image: url("img/chevron-nav.png");
    background-repeat: no-repeat;
    background-position: right center;
  }
}
@media screen and (max-width: 576px) {
  .group-logos img {
    margin-bottom: 0;
  }
  #mainNav #navbarNav .nav .nav-item a {
    padding: 1rem;
  }
  #mainNav .navbar-toggler {
    padding: 1rem 0.5rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #mainNav #navbarNav a {
    padding: 1rem 1.55rem;
    font-size: 1rem;
  }
  #mainNav #navbarNav ul.maturityNav li a {
    padding: 2rem 3rem;
  }
}
#homepage .masthead, #faqs .masthead, #calculator .masthead {
  min-height: 350px;
  background-color: #F06C00;
  background-image: url("img/your-rewards-logo.webp");
  background-repeat: no-repeat;
  background-position: 97% 40%;
  background-size: 21%;
  color: #ffffff;
  padding: 3rem 5rem;
}
#homepage .masthead h1, #faqs .masthead h1, #calculator .masthead h1 {
  line-height: 1;
}
#homepage .masthead .strap, #faqs .masthead .strap, #calculator .masthead .strap {
  font-size: 2.5rem;
  font-weight: bold;
  color: #ffffff;
}
#homepage .masthead .lead, #faqs .masthead .lead, #calculator .masthead .lead {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
}
#homepage .masthead .lead span, #faqs .masthead .lead span, #calculator .masthead .lead span {
  font-weight: 600;
}
#homepage .masthead .price, #faqs .masthead .price, #calculator .masthead .price {
  font-size: 1.5rem;
  font-weight: bold;
}
#homepage .masthead .price span, #faqs .masthead .price span, #calculator .masthead .price span {
  font-size: 2.5rem;
}
#homepage .masthead .cta, #faqs .masthead .cta, #calculator .masthead .cta {
  display: block;
  margin: 2.5rem 0 2rem;
}
#homepage .option-price, #faqs .option-price, #calculator .option-price {
  background-color: #7F0442;
  color: #ffffff;
  text-align: center;
  padding: 0.5rem 0 1rem;
}
#homepage .option-price p, #faqs .option-price p, #calculator .option-price p {
  font-size: 1.5rem;
  margin: 0;
}
#homepage .option-price p span, #faqs .option-price p span, #calculator .option-price p span {
  font-family: "MaryAnn-Bold";
  font-size: 2.5rem;
  padding: 0.6666666667rem;
}
#homepage .how-it-works p span, #faqs .how-it-works p span, #calculator .how-it-works p span {
  font-family: "MaryAnn-Bold";
}
#homepage .how-it-works .step, #faqs .how-it-works .step, #calculator .how-it-works .step {
  display: flex;
}
#homepage .how-it-works .step .content, #faqs .how-it-works .step .content, #calculator .how-it-works .step .content {
  border: 1px solid #7F0442;
  border-left: 15px solid #7F0442;
  text-align: left;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  position: relative;
}
#homepage .how-it-works .step .content img, #faqs .how-it-works .step .content img, #calculator .how-it-works .step .content img {
  width: 50px;
  position: absolute;
  right: 20px;
}
#homepage .how-it-works .step .content h3, #faqs .how-it-works .step .content h3, #calculator .how-it-works .step .content h3 {
  margin-bottom: 1.5rem;
}
#homepage .how-it-works .step .content .orange, #faqs .how-it-works .step .content .orange, #calculator .how-it-works .step .content .orange {
  color: #E55000;
  font-family: "MaryAnn-Bold";
}
#homepage p.extra, #faqs p.extra, #calculator p.extra {
  font-size: 1.2rem;
}
#homepage p.extra span, #faqs p.extra span, #calculator p.extra span {
  color: #E55000;
}
#homepage .key-features, #faqs .key-features, #calculator .key-features {
  text-align: center;
}
#homepage .key-features .feature, #faqs .key-features .feature, #calculator .key-features .feature {
  display: flex;
}
#homepage .key-features .content, #faqs .key-features .content, #calculator .key-features .content {
  border: 1px solid #F06C00;
  border-top: 15px solid #F06C00;
  text-align: center;
  padding: 1.5rem 3rem 0.6666666667rem;
  font-size: 1.3rem;
  color: #000000;
  display: flex;
  flex-direction: column;
}
#homepage .key-features .content h3, #faqs .key-features .content h3, #calculator .key-features .content h3 {
  font-family: "MaryAnn-Bold";
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
#homepage .how-much-savings p span, #faqs .how-much-savings p span, #calculator .how-much-savings p span {
  font-family: "MaryAnn-Bold";
}
#homepage .how-much-savings .savings-table, #faqs .how-much-savings .savings-table, #calculator .how-much-savings .savings-table {
  padding-right: 0;
}
#homepage .how-much-savings .savings-table h3, #faqs .how-much-savings .savings-table h3, #calculator .how-much-savings .savings-table h3 {
  background-color: #F06C00;
  padding: 1.2rem;
  color: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 0;
}
#homepage .how-much-savings .savings-table table, #faqs .how-much-savings .savings-table table, #calculator .how-much-savings .savings-table table {
  border: 1px solid #F06C00;
  text-align: center;
  min-height: 365px;
}
#homepage .how-much-savings .savings-table table tr, #faqs .how-much-savings .savings-table table tr, #calculator .how-much-savings .savings-table table tr {
  border: none;
}
#homepage .how-much-savings .savings-table table tr th, #homepage .how-much-savings .savings-table table tr td, #faqs .how-much-savings .savings-table table tr th, #faqs .how-much-savings .savings-table table tr td, #calculator .how-much-savings .savings-table table tr th, #calculator .how-much-savings .savings-table table tr td {
  background-color: #ffffff;
  color: #000000;
  text-transform: none;
  font-size: 1.3rem;
  line-height: 1.2;
  padding: 0.7692307692rem;
}
#homepage .how-much-savings .savings-table table tr th, #faqs .how-much-savings .savings-table table tr th, #calculator .how-much-savings .savings-table table tr th {
  padding: 1.3rem 1.5rem 0.6666666667rem;
}
#homepage .how-much-savings .savings-table table tr td, #faqs .how-much-savings .savings-table table tr td, #calculator .how-much-savings .savings-table table tr td {
  font-size: 1.3rem;
}
#homepage .how-much-savings .savings-table table img, #faqs .how-much-savings .savings-table table img, #calculator .how-much-savings .savings-table table img {
  width: 60px;
}
#homepage .how-much-savings .savings-table .chevron,
#homepage .how-much-savings .savings-table .plus,
#homepage .how-much-savings .savings-table .equals,
#homepage .how-much-savings .savings-table .arrow, #faqs .how-much-savings .savings-table .chevron,
#faqs .how-much-savings .savings-table .plus,
#faqs .how-much-savings .savings-table .equals,
#faqs .how-much-savings .savings-table .arrow, #calculator .how-much-savings .savings-table .chevron,
#calculator .how-much-savings .savings-table .plus,
#calculator .how-much-savings .savings-table .equals,
#calculator .how-much-savings .savings-table .arrow {
  background-image: url("img/icon-chevron-right.svg");
  background-size: 6%;
  background-repeat: no-repeat;
  background-position: right center;
}
#homepage .how-much-savings .savings-table .plus, #faqs .how-much-savings .savings-table .plus, #calculator .how-much-savings .savings-table .plus {
  background-image: url("img/icon-plus.svg");
  background-size: 8%;
}
#homepage .how-much-savings .savings-table .equals, #faqs .how-much-savings .savings-table .equals, #calculator .how-much-savings .savings-table .equals {
  background-image: url("img/icon-equals.svg");
  background-size: 8%;
}
#homepage .how-much-savings .example-table, #faqs .how-much-savings .example-table, #calculator .how-much-savings .example-table {
  padding-left: 0;
  text-align: right;
}
#homepage .how-much-savings .example-table h3, #faqs .how-much-savings .example-table h3, #calculator .how-much-savings .example-table h3 {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 0 0;
  margin: 0;
  font-family: "MaryAnn-Medium";
}
#homepage .how-much-savings .example-table table, #faqs .how-much-savings .example-table table, #calculator .how-much-savings .example-table table {
  border: 1px solid #F06C00;
  margin-left: -1px;
}
#homepage .how-much-savings .example-table table thead, #faqs .how-much-savings .example-table table thead, #calculator .how-much-savings .example-table table thead {
  display: none;
}
#homepage .how-much-savings .example-table table tr, #faqs .how-much-savings .example-table table tr, #calculator .how-much-savings .example-table table tr {
  display: grid;
}
#homepage .how-much-savings .example-table table tr td, #faqs .how-much-savings .example-table table tr td, #calculator .how-much-savings .example-table table tr td {
  font-size: 1.1rem;
  padding: 0 1rem 0 2.5rem;
}
#homepage .how-much-savings .example-table table tr td span, #faqs .how-much-savings .example-table table tr td span, #calculator .how-much-savings .example-table table tr td span {
  font-size: 1.5rem;
  font-family: "MaryAnn-Bold";
  border-bottom: 1px dotted #000000;
  display: block;
  padding: 0 0 0.5rem 0;
  margin: 0;
}
#homepage .how-much-savings .example-table table tr td span .clean, #faqs .how-much-savings .example-table table tr td span .clean, #calculator .how-much-savings .example-table table tr td span .clean {
  font-family: "MaryAnn-Medium";
  display: inline-block;
  border: none;
  padding: 0;
}
#homepage .how-much-savings .example-table table tr td span.tidy, #faqs .how-much-savings .example-table table tr td span.tidy, #calculator .how-much-savings .example-table table tr td span.tidy {
  border: none !important;
}
#homepage .how-much-savings .pointer, #faqs .how-much-savings .pointer, #calculator .how-much-savings .pointer {
  background-image: url("img/img-pointer-3.png");
  background-repeat: no-repeat;
  background-position: 87% 48%;
  position: absolute;
  width: 1290px;
  height: 445px;
}
#homepage .how-to-join .col.content, #faqs .how-to-join .col.content, #calculator .how-to-join .col.content {
  border: 1px solid #F06C00;
  text-align: left;
  padding: 1rem 1.5rem;
}
#homepage .how-to-join .col.content h3, #faqs .how-to-join .col.content h3, #calculator .how-to-join .col.content h3 {
  color: #F06C00;
  font-family: "MaryAnn-Bold";
  font-size: 2rem;
  margin-bottom: 1rem;
}
#homepage .how-to-join .col.content ul li, #faqs .how-to-join .col.content ul li, #calculator .how-to-join .col.content ul li {
  padding: 0.3333333333rem 0;
}
#homepage .how-to-join .col.content .cta, #faqs .how-to-join .col.content .cta, #calculator .how-to-join .col.content .cta {
  padding: 1rem 0;
}
#homepage .how-to-join .acc-details, #faqs .how-to-join .acc-details, #calculator .how-to-join .acc-details {
  border: 1px solid #000000;
  text-align: center;
  margin: 1rem;
  margin: 1rem 0;
  padding: 0.6666666667rem;
  font-weight: bold;
  font-size: 1.2rem;
}
#homepage .how-to-join .grid, #faqs .how-to-join .grid, #calculator .how-to-join .grid {
  display: grid;
  padding: 0;
}
#homepage .how-to-join .byText .byText-specs, #faqs .how-to-join .byText .byText-specs, #calculator .how-to-join .byText .byText-specs {
  font-size: 1.1rem;
  padding: 0 0.85rem;
}
#homepage .how-to-join .byText .byText-specs .col, #homepage .how-to-join .byText .byText-specs .col-8, #faqs .how-to-join .byText .byText-specs .col, #faqs .how-to-join .byText .byText-specs .col-8, #calculator .how-to-join .byText .byText-specs .col, #calculator .how-to-join .byText .byText-specs .col-8 {
  padding: 0.5rem 0;
}
#homepage #keyDates p.saveDate, #faqs #keyDates p.saveDate, #calculator #keyDates p.saveDate {
  text-align: end;
  margin: 0;
}
#homepage .any-questions, #faqs .any-questions, #calculator .any-questions {
  border: 1px solid #F06C00;
  padding: 2rem;
  text-align: center;
}
#homepage .important-note-questions .col, #faqs .important-note-questions .col, #calculator .important-note-questions .col {
  display: flex;
}
#homepage .important-note-questions .col .content, #faqs .important-note-questions .col .content, #calculator .important-note-questions .col .content {
  text-align: left;
  border: 1px solid #F06C00;
  padding: 1.5rem 2rem;
}
#homepage .important-note-questions .col .content h3, #faqs .important-note-questions .col .content h3, #calculator .important-note-questions .col .content h3 {
  color: #F06C00;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
#homepage .important-note-questions .col .content.thicker, #faqs .important-note-questions .col .content.thicker, #calculator .important-note-questions .col .content.thicker {
  border-left: 15px solid #F06C00;
}
#homepage .key-dates, #faqs .key-dates, #calculator .key-dates {
  text-align: center;
}
#homepage .key-dates .key-date, #faqs .key-dates .key-date, #calculator .key-dates .key-date {
  display: flex;
}
#homepage .key-dates .key-date .content, #faqs .key-dates .key-date .content, #calculator .key-dates .key-date .content {
  border: 1px solid #7F0442;
  background-repeat: no-repeat;
  background-size: 12%;
  background-position: 90% 5%;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column;
}
#homepage .key-dates .key-date .content [class*=col-], #faqs .key-dates .key-date .content [class*=col-], #calculator .key-dates .key-date .content [class*=col-] {
  padding: 0;
}
#homepage .key-dates .key-date .content.apply, #faqs .key-dates .key-date .content.apply, #calculator .key-dates .key-date .content.apply {
  background-image: url("img/icon-target.png");
}
#homepage .key-dates .key-date .content.save, #faqs .key-dates .key-date .content.save, #calculator .key-dates .key-date .content.save {
  background-image: url("img/icon-hand-coins.png");
}
#homepage .key-dates .key-date .content.save .to, #faqs .key-dates .key-date .content.save .to, #calculator .key-dates .key-date .content.save .to {
  margin-top: 1rem;
}
#homepage .key-dates .key-date .content.choose, #faqs .key-dates .key-date .content.choose, #calculator .key-dates .key-date .content.choose {
  background-image: url("img/icon-calendar.png");
}
#homepage .key-dates .key-date .content h3, #faqs .key-dates .key-date .content h3, #calculator .key-dates .key-date .content h3 {
  padding-bottom: 1.5rem;
  margin: 0 0 1.5rem;
  border-bottom: 1px solid #7F0442;
}
#homepage .key-dates .key-date .content h4, #faqs .key-dates .key-date .content h4, #calculator .key-dates .key-date .content h4 {
  font-size: 1.6rem;
  line-height: 1;
  background-image: url("img/icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-position: bottom;
  padding-bottom: 2.5rem;
}
#homepage .key-dates .key-date .content sup, #faqs .key-dates .key-date .content sup, #calculator .key-dates .key-date .content sup {
  font-size: 1rem;
}
#homepage .key-dates .key-date .content p, #faqs .key-dates .key-date .content p, #calculator .key-dates .key-date .content p {
  line-height: 1.5;
}
#homepage .key-dates .key-date .content .to, #faqs .key-dates .key-date .content .to, #calculator .key-dates .key-date .content .to {
  margin-top: 1rem;
  font-weight: bold;
}
#homepage .key-dates .key-date .content .to.clean, #faqs .key-dates .key-date .content .to.clean, #calculator .key-dates .key-date .content .to.clean {
  margin: 0;
}
#homepage .key-dates .key-date .content .until, #faqs .key-dates .key-date .content .until, #calculator .key-dates .key-date .content .until {
  padding: 1rem 1rem;
  margin: 0.5rem 0.5rem 0;
  border-top: 1px solid #7F0442;
  border-bottom: 1px solid #7F0442;
  min-height: 125px;
  display: flex;
  align-items: center;
}
#homepage .key-dates .key-date .content .until p, #faqs .key-dates .key-date .content .until p, #calculator .key-dates .key-date .content .until p {
  margin: 0;
}
#homepage .key-dates.maturity .row .key-date .content, #faqs .key-dates.maturity .row .key-date .content, #calculator .key-dates.maturity .row .key-date .content {
  display: flow;
  padding: 2rem 1rem 1.5rem;
}
#homepage .key-dates.maturity .row .key-date .content h4, #faqs .key-dates.maturity .row .key-date .content h4, #calculator .key-dates.maturity .row .key-date .content h4 {
  background: none;
  margin: 0;
  padding: 0;
}
#homepage .key-dates.maturity .row .key-date .content img, #faqs .key-dates.maturity .row .key-date .content img, #calculator .key-dates.maturity .row .key-date .content img {
  margin: 1.5rem auto;
  width: -moz-fit-content;
  width: fit-content;
}
#homepage .key-dates.maturity .row .key-date .content p, #faqs .key-dates.maturity .row .key-date .content p, #calculator .key-dates.maturity .row .key-date .content p {
  line-height: 1.2;
}
#homepage .key-dates.maturity .row .key-date .content p a, #faqs .key-dates.maturity .row .key-date .content p a, #calculator .key-dates.maturity .row .key-date .content p a {
  overflow-wrap: anywhere;
}
#homepage .support-videos .embed-responsive, #faqs .support-videos .embed-responsive, #calculator .support-videos .embed-responsive {
  padding: 16rem 0 0;
}
#homepage .support-videos h4, #faqs .support-videos h4, #calculator .support-videos h4 {
  color: #F06C00;
  font-weight: 400;
  font-family: "MaryAnn-Medium";
  font-size: 1.5rem;
  margin: 0;
}
#homepage sup.fix, #faqs sup.fix, #calculator sup.fix {
  display: contents;
}

#faqs .masthead, #calculator .masthead {
  padding: 4rem;
}
#faqs h2, #calculator h2 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
#faqs section, #calculator section {
  margin-bottom: 6rem;
}

p.info {
  border: 1px solid #F06C00;
}
p.info a {
  text-decoration: underline !important;
  color: #000000;
}
p.info a:hover {
  text-decoration: none;
  color: #000000;
}
p.info span {
  color: #F06C00;
}

.smaller {
  font-size: 1rem;
  line-height: 1.4;
}

.hideOnDesktop {
  display: none;
}

.format {
  text-align: center;
  padding-bottom: 2rem;
}
.format h3 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #F06C00;
}

/* ====================================
Responsive breakpoints customs
==================================== */
@media (min-width: 1265px) and (max-width: 1399px) {
  #homepage .how-much-savings .pointer {
    background-position: 70% 63%;
    background-size: 25%;
  }
}
@media (min-width: 1245px) and (max-width: 1264.98px) {
  #homepage .how-much-savings .pointer {
    background-position: 73% 63%;
    background-size: 25%;
  }
}
@media (min-width: 1230px) and (max-width: 1244.98px) {
  #homepage .how-much-savings .pointer {
    background-position: 74% 64%;
    background-size: 26%;
  }
}
@media (min-width: 1200px) and (max-width: 1229.98px) {
  #homepage .how-much-savings .pointer {
    background-position: 74% 63%;
    background-size: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #homepage .how-much-savings .pointer {
    background-image: url("img/img-pointer-tablet.png");
    background-position: 79% 63%;
    background-size: 27%;
    width: 970px;
  }
}
@media (max-width: 992px) {
  #homepage .how-much-savings .pointer {
    display: none;
  }
}
@media (min-width: 1199.98px) {
  .key-dates .key-date .content h4 {
    background-size: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  label .hideOnDesktop {
    display: block;
  }
  .byText {
    padding: 0;
    margin-top: 1rem;
  }
  .key-dates .key-date .content .to {
    margin: 0.5rem 0 1.5rem;
  }
  .key-dates .key-date .content h4 {
    background-size: 12%;
  }
  #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link,
  #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link {
    font-size: 1.5rem;
  }
  #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link span,
  #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link span {
    font-size: 1rem;
  }
  .pointer-y {
    display: none;
  }
  #homepage .key-dates .key-date .content.apply, #homepage .key-dates .key-date .content.save, #homepage .key-dates .key-date .content.choose {
    background-position: 95% 3%;
  }
  #homepage .embed-responsive {
    padding: 14rem 0 0 0;
  }
  #homepage .support-videos .embed-responsive {
    padding: 12rem 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  #homepage .how-much-savings .savings-table,
  #homepage .how-much-savings .example-table {
    padding: 0 1.5rem;
  }
  #homepage .how-much-savings .savings-table .chevron, #homepage .how-much-savings .savings-table .plus, #homepage .how-much-savings .savings-table .equals, #homepage .how-much-savings .savings-table .arrow,
  #homepage .how-much-savings .example-table .chevron,
  #homepage .how-much-savings .example-table .plus,
  #homepage .how-much-savings .example-table .equals,
  #homepage .how-much-savings .example-table .arrow {
    background-image: none;
    color: #000000;
  }
  #homepage .how-much-savings .example-table {
    margin: 0 1px;
  }
  #homepage .how-much-savings .example-table td {
    text-align: left;
    padding: 0 1rem 0 0.75rem !important;
  }
  #homepage .how-much-savings .pointer {
    background-position: 92% 94%;
    background-image: url("img/img-pointer-mobile.png");
  }
  #homepage .how-much-savings .indicator {
    background-image: none;
  }
  #homepage .how-much-savings .pointer-y {
    margin-top: -2px;
    margin-bottom: 8px;
    display: block !important;
  }
  #homepage #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link,
  #homepage #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link {
    font-size: 1.25rem;
    padding: 0 0.5rem;
  }
  #homepage .support-videos .embed-responsive {
    padding: 23rem 0 0 0;
  }
  #homepage .key-dates .key-date .content.apply,
  #homepage .key-dates .key-date .content.save,
  #homepage .key-dates .key-date .content.choose {
    background-size: 9%;
    background-position: 94% 3%;
  }
  .embed-responsive {
    margin-bottom: 2rem;
  }
  #calculator .masthead {
    padding: 2rem;
  }
  #calculator label {
    font-size: 1rem;
  }
  #calculator input, #calculator select {
    font-size: 1.2rem;
    padding-left: 1.3rem;
  }
  #calculator .prefix {
    padding: 1.3rem 0.5rem;
    position: absolute;
    font-size: 1.3rem;
  }
  #calculator .numberbullets li {
    font-size: 1rem;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  #homepage .masthead {
    background-image: none;
    padding: 2rem;
  }
  #homepage .masthead br {
    display: none;
  }
  #homepage .how-it-works .key-features .feature {
    margin-bottom: 1rem;
  }
  #homepage #keyDates .accordion-item .accordion-body {
    padding: 0;
  }
  #homepage .key-dates .key-date .content.apply, #homepage .key-dates .key-date .content.save, #homepage .key-dates .key-date .content.choose {
    background-size: 10%;
    background-position-y: 3%;
  }
  #homepage .key-dates .key-date .content .until {
    min-height: 250px;
    padding: 0;
  }
  #homepage .key-dates.maturity .key-date {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  #homepage .key-dates.maturity .key-date br {
    display: none;
  }
  #homepage ul#choices-tabs li.nav-item .nav-link,
  #homepage ul#choices-tabs-2 li.nav-item .nav-link {
    font-size: 1rem !important;
    padding: 1rem !important;
    line-height: 1.2;
  }
  .embed-responsive {
    margin-bottom: 2rem;
  }
  #faqs .masthead, #calculator .masthead {
    min-height: 200px;
    padding: 3rem 2rem;
  }
  #faqs .masthead h1, #calculator .masthead h1 {
    font-size: 3rem;
  }
  .hideOnDesktop {
    display: block;
  }
  #tabs #maturity-tabs ul.plans-tab li .nav-link {
    padding: 1rem 0 !important;
  }
  #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link,
  #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link {
    font-size: 1.2rem;
  }
  #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link span,
  #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link span {
    font-size: 1rem;
  }
  footer p {
    padding: 0;
  }
  #homepage .how-much-savings .pointer-y {
    display: block;
    margin-top: -2px;
    margin-bottom: 0.5rem;
  }
  #homepage .how-much-savings .indicator {
    background-image: none;
  }
  #homepage .how-much-savings .savings-table {
    padding-right: 1.5rem;
  }
  #homepage .how-much-savings .example-table {
    padding: 0 1.5rem 0 1.5rem;
  }
  #homepage .how-it-works .step .content {
    margin-bottom: 1rem;
  }
  #homepage .masthead, #faqs .masthead,
  #calculator .masthead {
    padding: 1rem 2rem;
  }
  .group-logos {
    padding: 1rem 0 1.5rem;
  }
  #HowToJoin .embed-responsive {
    margin-bottom: 2rem;
    padding: 7rem;
  }
  #homepage ul#choices-tabs li.nav-item .nav-link,
  #homepage ul#choices-tabs-2 li.nav-item .nav-link {
    font-size: 1rem !important;
    padding: 1rem !important;
    line-height: 1.2;
  }
  #homepage .key-dates .key-date .content h4 {
    background-size: 9%;
  }
}
@media (min-width: 320px) and (max-width: 575.98px) {
  #homepage .masthead {
    padding: 2rem !important;
  }
  #homepage .masthead h1 {
    font-size: 3rem !important;
  }
  #homepage .masthead .lead {
    font-size: 1.5rem;
    margin-bottom: 0.6666666667rem;
    line-height: 1.3;
  }
  #homepage .accordion-item .accordion-button {
    padding: 1rem 0;
    font-size: 2rem;
  }
  #homepage .accordion-item .accordion-body {
    padding: 0 0 3rem;
  }
  #homepage #tabs .nav-tabs {
    border: none;
    justify-content: end;
  }
  #homepage #tabs .nav-tabs .nav-item, #homepage #tabs .nav-tabs .nav-link {
    width: 90%;
  }
  #homepage #tabs .nav-tabs.main .nav-item:has(> button.active) {
    order: 1;
  }
  #homepage #tabs .nav-tabs .nav-link {
    padding: 1.5rem 0 !important;
  }
  #homepage #tabs .tab-content {
    padding-top: 1.5rem;
  }
  #homepage #tabs #maturity-tabs ul#choices-tabs,
  #homepage #tabs #maturity-tabs ul#choices-tabs-2 {
    flex-wrap: wrap;
  }
  #homepage #tabs #maturity-tabs ul#choices-tabs li.nav-item,
  #homepage #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item {
    margin: 0 0 1rem;
    width: 100%;
  }
  #homepage #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link,
  #homepage #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link {
    width: auto;
    min-height: auto;
    font-size: 1.5rem !important;
  }
  #homepage #tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link span,
  #homepage #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link span {
    margin-top: 0.6666666667rem;
  }
  #homepage #tabs #maturity-tabs ul#choices-tabs li.nav-item:has(> button.active),
  #homepage #tabs #maturity-tabs ul#choices-tabs-2 li.nav-item:has(> button.active) {
    order: 1;
    margin-bottom: 0;
  }
  #homepage #tabs #maturity-tabs .choices-content {
    padding: 1rem 0;
  }
  #homepage #tabs #maturity-tabs .choices-content p {
    font-size: 1rem;
  }
  #homepage #tabs #maturity-tabs .choices-content ul li {
    font-size: 1rem;
  }
  #homepage .key-dates.maturity .key-date .content {
    margin-bottom: 1rem;
  }
  #homepage .support-videos .embed-responsive {
    margin-bottom: 1rem;
    padding: 12rem 0 0;
  }
  #homepage .key-dates .key-date .content .until {
    min-height: auto;
    padding: 1rem 0;
  }
  #faqs .masthead,
  #calculator .masthead {
    padding: 1.5rem;
    background-image: none;
  }
  #faqs .masthead h1,
  #calculator .masthead h1 {
    font-size: 2.5rem;
  }
  #faqs .masthead .strap,
  #calculator .masthead .strap {
    font-size: 1.85rem;
  }
  #faqs .masthead .lead br,
  #calculator .masthead .lead br {
    display: none;
  }
  #faqs .bonus-panel p,
  #calculator .bonus-panel p {
    font-size: 2rem;
  }
  #faqs #accordionMainBody,
  #calculator #accordionMainBody {
    padding: 0 1rem;
  }
  #faqs .how-it-works .step .content h3,
  #calculator .how-it-works .step .content h3 {
    font-size: 2rem;
  }
  #faqs .how-much-savings .savings-table table tr td,
  #calculator .how-much-savings .savings-table table tr td {
    font-size: 1rem;
  }
  #faqs .how-much-savings .pointer,
  #calculator .how-much-savings .pointer {
    background-position: 86% 70%;
    background-size: 77%;
  }
  #faqs .how-to-join .acc-details,
  #calculator .how-to-join .acc-details {
    width: auto;
  }
  #faqs .key-dates .key-date .content h4,
  #calculator .key-dates .key-date .content h4 {
    background-size: 10%;
  }
  #faqs .key-dates .key-date .content.apply, #faqs .key-dates .key-date .content.save, #faqs .key-dates .key-date .content.choose,
  #calculator .key-dates .key-date .content.apply,
  #calculator .key-dates .key-date .content.save,
  #calculator .key-dates .key-date .content.choose {
    background-size: 12%;
    margin-bottom: 1rem;
  }
  #faqs .key-dates .key-date .content .until,
  #calculator .key-dates .key-date .content .until {
    min-height: auto;
    padding: 1rem;
  }
  #homepage .masthead,
  #faqs .masthead,
  #calculator .masthead {
    min-height: 140px;
  }
  .btn-secondary {
    display: block;
  }
  #homepage .key-dates .key-date .content h4 br {
    display: none;
  }
  .embed-responsive {
    padding: 8rem;
    margin-bottom: 2rem;
  }
  #homepage .how-much-savings .example-table {
    padding: 0 0 0 1.5rem;
  }
  #homepage .how-much-savings .pointer-y {
    display: block;
    margin-top: -2px;
    margin-bottom: 0.5rem;
  }
  #homepage .masthead,
  #faqs .masthead,
  #calculator .masthead {
    background-image: none;
  }
}
@media (max-width: 1200px) {
  #homepage .masthead,
  #faqs .masthead,
  #calculator .masthead {
    background-position: 98% 29%;
    padding: 2rem 3rem;
    background-size: 24%;
  }
  #homepage .masthead h1,
  #faqs .masthead h1,
  #calculator .masthead h1 {
    font-size: 4rem;
  }
}
@media (max-width: 991px) {
  #homepage .masthead,
  #faqs .masthead,
  #calculator .masthead {
    background-image: none;
  }
  #homepage .key-dates .key-date {
    width: 100%;
    display: block;
    margin-bottom: 1rem;
  }
  #homepage .key-dates .key-date .content h4 {
    background-size: 5%;
  }
  #homepage .key-dates .key-date .content h4 br {
    display: none;
  }
  #homepage .how-it-works .step .content {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  #homepage .how-much-savings .savings-table .chevron,
  #homepage .how-much-savings .savings-table .plus,
  #homepage .how-much-savings .savings-table .equals,
  #homepage .how-much-savings .savings-table .arrow,
  #homepage .how-much-savings .example-table .chevron,
  #homepage .how-much-savings .example-table .plus,
  #homepage .how-much-savings .example-table .equals,
  #homepage .how-much-savings .example-table .arrow {
    background-image: none;
    color: #000000;
  }
  #homepage .how-much-savings .example-table table tr td {
    text-align: left;
    padding: 0 1rem;
  }
}
table {
  border-collapse: collapse;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

table caption {
  margin: 0.5em 0 0.75em;
}

table tr {
  padding: 0.35em;
}
table tr.last-row td {
  padding-bottom: 2rem;
}

table th,
table td {
  padding: 1rem;
}

table th {
  font-size: 1em;
  background-color: #000000;
  color: #ffffff;
}

@media screen and (max-width: 768px) {
  table {
    border: 0;
  }
  table caption {
    font-size: 1.3em;
  }
  table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  table tr {
    display: block;
    margin-bottom: 0.625em;
  }
  table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: 0.8em;
    text-align: right;
  }
  table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
  table td:last-child {
    border-bottom: 0;
  }
}
#tabs h3 {
  font-family: "MaryAnn-Bold";
  color: #7F0442;
}
#tabs ul li.nav-item .nav-link {
  border-radius: 0px;
  color: #757575;
  border: none;
  font-weight: 700;
  padding: 1.5rem 3.5rem;
  margin-right: 0;
  font-size: 1.75rem;
}
#tabs ul li.nav-item .nav-link.active {
  color: #000000;
  border-top: 4px solid #F06C00;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
}
#tabs ul li.nav-item .nav-link.active:hover {
  background-color: #ffffff;
}
#tabs ul li.nav-item .nav-link:hover {
  background-color: #f6f6f6;
  color: #000000;
}
#tabs ul li.nav-item .nav-link:focus-visible {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2;
}
#tabs .tab-content {
  border-top: 1px solid #d8d8d8;
  padding: 3rem 0 0 0;
  margin-top: -1px;
}
#tabs #maturity-tabs ul li.nav-item {
  width: 50%;
  display: inline-grid;
}
#tabs #maturity-tabs ul li.nav-item .nav-link {
  border: 1px solid #333333;
  padding: 0.5rem 3.5rem 1rem;
}
#tabs #maturity-tabs ul li.nav-item .nav-link span {
  font-size: 1.25rem;
  display: block;
  font-weight: 500;
}
#tabs #maturity-tabs ul li.nav-item .nav-link.active {
  background-color: #333333;
  color: #ffffff;
  border: 2px solid #333333;
}
#tabs #maturity-tabs ul li.nav-item .nav-link:not(.active):hover {
  border: 2px solid #333333;
  background-color: #fceee6;
}
#tabs #maturity-tabs ul li.nav-item .nav-link:focus-visible {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2;
  color: #000000;
}
#tabs #maturity-tabs .tab-content {
  padding: 0;
  border: none;
}
#tabs #maturity-tabs ul#choices-tabs,
#tabs #maturity-tabs ul#choices-tabs-2 {
  flex-wrap: nowrap;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item {
  width: 32.5%;
  margin-right: 1rem;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item.last,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item.last {
  margin: 0;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link {
  padding: 2rem 1rem;
  max-height: 165px;
  border-top: 15px solid #757575;
  background-color: #ffffff;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link span,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link span {
  font-weight: 500;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link:hover,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link:hover {
  background-color: #f6f6f6;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link.active,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link.active {
  background-color: #ffffff;
  border-top: 15px solid #F06C00;
  border-right: 1px solid #F06C00;
  border-left: 1px solid #F06C00;
  border-bottom: 1px solid #ffffff;
  color: #000000;
  min-height: 180px;
}
#tabs #maturity-tabs ul#choices-tabs li.nav-item .nav-link:focus-visible,
#tabs #maturity-tabs ul#choices-tabs-2 li.nav-item .nav-link:focus-visible {
  outline: 2px;
  border: 1px dashed #E55000;
  background-color: #f2f2f2;
}
#tabs #maturity-tabs .choices-content {
  border: 1px solid #F06C00;
  padding: 2rem 1rem;
  margin-top: -1px;
}
#tabs #maturity-tabs .choices-content ul li {
  margin-bottom: 1rem;
}
#tabs #maturity-tabs .choices-content .choose-if .content {
  padding: 2rem;
  background-color: #f6f6f6;
}

#owl-carousel {
  margin-top: 4rem;
}
#owl-carousel .employee-quotes .col {
  display: flex;
  margin-right: 30px;
}
#owl-carousel .employee-quotes .col .content {
  width: 100%;
  background: #F06C00;
  display: inline-block;
  margin: 50px 0;
  color: white;
  position: relative;
  transform: skewX(0deg);
  border-left: 10px solid #7F0442;
  min-height: 220px;
}
#owl-carousel .employee-quotes .col .content.inversed {
  width: 100%;
  background: #7F0442;
  border-left: 10px solid #F06C00;
  position: relative;
}
#owl-carousel .employee-quotes .col .content.inversed:before, #owl-carousel .employee-quotes .col .content.inversed:after {
  background-color: #7F0442;
}
#owl-carousel .employee-quotes .col .content.inversed p {
  top: 20%;
}
#owl-carousel .employee-quotes .col .content p {
  padding: 0 20px 0 20px;
  position: absolute;
  top: 20%;
  z-index: 100;
  transform: skewX(0deg);
  font-size: 22px;
  line-height: 30px;
}
#owl-carousel .employee-quotes .col .content p span {
  font-size: 16px;
  line-height: 1.5;
  display: block;
  margin-top: 20px;
}
#owl-carousel .employee-quotes .col .content:before {
  content: "";
  display: block;
  height: 50%;
  top: -10px;
  left: 0;
  width: 100%;
  background: #F06C00;
  transform: skewY(2deg);
  position: absolute;
}
#owl-carousel .employee-quotes .col .content:after {
  content: "";
  display: block;
  height: 50%;
  background: #F06C00;
  transform: skewY(-2deg);
  position: absolute;
  bottom: -10px;
  width: 100%;
  left: 0;
}
#owl-carousel .owl-nav {
  text-align: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  top: -10rem;
}
#owl-carousel .owl-nav.disabled {
  visibility: hidden;
}
#owl-carousel .owl-nav .owl-next,
#owl-carousel .owl-nav .owl-prev {
  position: absolute;
  height: 3rem;
  width: 3rem;
  border-radius: 50%;
  border: 1px solid #F06C00;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: 57%;
}
#owl-carousel .owl-nav .owl-next span,
#owl-carousel .owl-nav .owl-prev span {
  font-size: 14px;
}
#owl-carousel .owl-nav .owl-next.disabled,
#owl-carousel .owl-nav .owl-prev.disabled {
  visibility: hidden;
}
#owl-carousel .owl-nav .owl-prev {
  background-image: url("img/icon-left-arrow.webp");
  left: -4.5rem;
  background-position: center;
}
#owl-carousel .owl-nav .owl-next {
  background-image: url("img/icon-right-arrow.webp");
  right: -4.5rem;
}

.owl-theme .owl-dots .owl-dot span {
  width: 14px;
  height: 14px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  backface-visibility: visible;
  transition: opacity 0.2s ease;
  border-radius: 30px;
}

.owl-dots {
  text-align: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #F06C00;
}

@media (max-width: 768px) {
  #owl-carousel .employee-quotes .col .content p {
    top: 10%;
    font-size: 20px;
    line-height: 26px;
  }
  #owl-carousel .owl-nav {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #owl-carousel .employee-quotes .col .content p {
    top: 5%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  #owl-carousel .container .owl-nav .owl-next {
    right: -2.5rem;
  }
  #owl-carousel .container .owl-nav .owl-prev {
    left: -2.5rem;
  }
}