.or {
  margin-top: 35px;
}
@media print, screen and (min-width: 48em) {
  .or {
    margin-top: 70px;
  }
}
@media print, screen and (min-width: 64em) {
  .or {
    margin-top: 110px;
  }
}
.or p {
  color: #012169;
  font-weight: 600;
  text-align: center;
  font-size: 30px;
  line-height: 50px;
}
@media screen and (min-width: 85em) {
  .or p {
    font-size: 45px;
    line-height: 50px;
  }
}

.tabsection {
  padding-top: 48px;
  padding-bottom: 56px;
  position: relative;
  border-radius: 100px 0 0 0;
  background-size: cover !important;
  background-position: center !important;
}
@media print, screen and (min-width: 64em) {
  .tabsection {
    padding-top: 52px;
    border-radius: 140px 0 0 0;
  }
}
@media screen and (min-width: 80em) {
  .tabsection {
    padding-top: 70px;
    padding-bottom: 150px;
    border-radius: 200px 0 0 0;
  }
}
@media print, screen and (min-width: 100em) {
  .tabsection {
    border-radius: 325px 0 0 0;
  }
}
.tabsection .titlepanel {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (min-width: 80em) {
  .tabsection .titlepanel {
    margin-bottom: 68px;
  }
}
.tabsection .titlepanel p {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #012169;
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 12px;
}
@media print, screen and (min-width: 48em) {
  .tabsection .titlepanel p {
    font-size: 26px;
    line-height: 30px;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 64em) {
  .tabsection .titlepanel p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 80em) {
  .tabsection .titlepanel p {
    font-size: 32px;
    line-height: 36px;
  }
}
.tabsection .titlepanel h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 600;
  color: #012169;
  text-transform: uppercase;
  max-width: 355px;
  margin: 0 auto;
  margin-bottom: 0.5rem;
}
@media print, screen and (min-width: 48em) {
  .tabsection .titlepanel h2 {
    max-width: 100%;
    margin-bottom: 0.8rem;
  }
}
@media print, screen and (min-width: 64em) {
  .tabsection .titlepanel h2 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media screen and (min-width: 80em) {
  .tabsection .titlepanel h2 {
    font-size: 35px;
    line-height: 42px;
    margin-bottom: 0.5rem;
  }
}
@media print, screen and (min-width: 80em) {
  .tabsection .titlepanel h2 {
    font-size: 48px;
    line-height: 50px;
  }
}

.tabblockpanel {
  background: #ffffff;
  border-radius: 30px;
  -webkit-box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.16);
  padding: 30px 0px 0px 0px;
  max-width: 355px;
  margin: 0 auto;
}
@media print, screen and (min-width: 48em) {
  .tabblockpanel {
    max-width: 640px;
  }
}
@media print, screen and (min-width: 64em) {
  .tabblockpanel {
    max-width: 100%;
    border-radius: 43px;
    padding: 50px 0px 0px 0px;
  }
}
.tabblockpanel .tabHorizontal {
  max-width: 83%;
  margin: 0px auto;
  padding-bottom: 28px;
}
@media print, screen and (min-width: 64em) {
  .tabblockpanel .tabHorizontal {
    padding-bottom: 25px;
    max-width: 600px;
  }
}
@media screen and (min-width: 80em) {
  .tabblockpanel .tabHorizontal {
    max-width: 875px;
    padding-bottom: 42px;
  }
}
.tabblockpanel .tabHorizontal .nav.nav-tabs {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  background: #E7EDF0;
  -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45) inset;
          box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.45) inset;
  margin: 0px;
  border-radius: 40px;
}
@media print, screen and (max-width: 47.99875em) {
  .tabblockpanel .tabHorizontal .nav.nav-tabs {
    display: block !important;
    max-width: 295px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35) inset;
            box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.35) inset;
    border-radius: 24px;
  }
}
.tabblockpanel .tabHorizontal .nav.nav-tabs li {
  font-size: 20px;
  line-height: 31px;
  font-weight: 400;
  width: 50%;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0px;
  cursor: pointer;
}
@media screen and (min-width: 80em) {
  .tabblockpanel .tabHorizontal .nav.nav-tabs li {
    font-size: 28px;
  }
}
@media print, screen and (max-width: 47.99875em) {
  .tabblockpanel .tabHorizontal .nav.nav-tabs li {
    width: 100%;
    font-size: 18px;
    line-height: 18px;
  }
}
.tabblockpanel .tabHorizontal .nav.nav-tabs li a {
  text-decoration: none;
  color: #012169;
  display: block;
  padding: 14px 20px;
}
@media print, screen and (min-width: 48em) {
  .tabblockpanel .tabHorizontal .nav.nav-tabs li a {
    padding: 4.5px 20px;
  }
}
@media screen and (min-width: 80em) {
  .tabblockpanel .tabHorizontal .nav.nav-tabs li a {
    padding: 19.5px 20px;
  }
}
.tabblockpanel .tabHorizontal .nav.nav-tabs li.active {
  background: #012169;
  color: #ffffff;
  border-radius: 40px;
}
.tabblockpanel .tabHorizontal .nav.nav-tabs li.active a {
  font-weight: 700;
  color: #ffffff;
}
@media print, screen and (max-width: 47.99875em) {
  .tabblockpanel .tabHorizontal .nav.nav-tabs li.active {
    border-radius: 32px;
  }
}
.tabblockpanel .tab-content .tab-pane {
  opacity: 0;
  -webkit-animation: fadeIn 0.5s ease 1 forwards;
          animation: fadeIn 0.5s ease 1 forwards;
  display: none;
}
.tabblockpanel .tab-content .tab-pane.active {
  display: block;
}

.tabpanel {
  position: relative;
  display: none !important;
}
@media print, screen and (min-width: 64em) {
  .tabpanel {
    display: block !important;
  }
}
.tabpanel .grid-container {
  padding-left: 0;
  padding-right: 0;
}
.tabpanel .tabpasection .resp-tabs-list {
  margin: 0px;
  padding: 0px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0 20px 20px 0px rgba(0, 0, 0, 0.04);
}
@media print, screen and (max-width: 47.99875em) {
  .tabpanel .tabpasection .resp-tabs-list {
    display: none !important;
  }
}
.tabpanel .tabpasection .resp-tabs-list li.resp-tab-item {
  cursor: pointer;
  position: relative;
  width: 20%;
}
@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .tabpanel .tabpasection .resp-tabs-list li.resp-tab-item {
    margin-bottom: 4px;
  }
}
.tabpanel .tabpasection .resp-tabs-list li.resp-tab-item p {
  font-size: 16px;
  line-height: 35px;
  font-weight: 600;
  color: #012169;
  margin-bottom: 0;
  position: relative;
}
@media screen and (min-width: 80em) {
  .tabpanel .tabpasection .resp-tabs-list li.resp-tab-item p {
    font-size: 20px;
  }
}
@media (min-width: 1360px) {
  .tabpanel .tabpasection .resp-tabs-list li.resp-tab-item p {
    font-size: 23px;
  }
}
@media (min-width: 1480px) {
  .tabpanel .tabpasection .resp-tabs-list li.resp-tab-item p {
    font-size: 25px;
  }
}
.tabpanel .tabpasection .resp-tabs-list li.resp-tab-item p::after {
  content: "";
  display: block;
  visibility: hidden;
  opacity: 0;
  width: 98%;
  height: 12px;
  position: absolute;
  background: #19A7C1;
  left: 0;
  bottom: -55px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
}
@media screen and (min-width: 80em) {
  .tabpanel .tabpasection .resp-tabs-list li.resp-tab-item p::after {
    height: 20px;
  }
}
.tabpanel .tabpasection .resp-tabs-list li:hover p::after, .tabpanel .tabpasection .resp-tabs-list li.resp-tab-active p::after {
  visibility: visible;
  opacity: 1;
  bottom: -30px;
}
@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .tabpanel .tabpasection .resp-tabs-list li:hover p::after, .tabpanel .tabpasection .resp-tabs-list li.resp-tab-active p::after {
    bottom: -14px;
  }
}
@media screen and (min-width: 80em) {
  .tabpanel .tabpasection .resp-tabs-list li:hover p::after, .tabpanel .tabpasection .resp-tabs-list li.resp-tab-active p::after {
    bottom: -40px;
  }
}
.tabpanel .tabpasection .resp-tabs-list li:after {
  background: url(../../images/settings/tab-line.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  width: 5px;
  position: absolute;
  right: 0px;
  bottom: -18px;
  background-size: contain;
}
@media print, screen and (min-width: 64em) and (max-width: 79.99875em) {
  .tabpanel .tabpasection .resp-tabs-list li:after {
    bottom: -4px;
  }
}
.tabpanel .tabpasection .resp-tabs-list li:last-child::after {
  display: none;
}
.tabpanel .resp-tab-content-active {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tabpanel .resp-tab-content {
  display: none;
}
.tabpanel .resp-accordion {
  display: none;
}
.tabpanel .resp-tabs-container .tabimagecontent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 25px;
}
@media screen and (min-width: 80em) {
  .tabpanel .resp-tabs-container .tabimagecontent {
    padding: 78px 75px 75px 75px;
  }
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext {
  width: 100%;
  max-width: 46.754%;
}
@media screen and (min-width: 80em) {
  .tabpanel .resp-tabs-container .tabimagecontent .tabtext {
    max-width: 525px;
  }
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext h2 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-right: 60px;
  color: #012169;
}
@media screen and (min-width: 80em) {
  .tabpanel .resp-tabs-container .tabimagecontent .tabtext h2 {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-right: 30px;
  }
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext h2 a {
  text-decoration: none;
  color: #000000;
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext h2 a:hover {
  color: #007041;
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext ul li {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 6px;
  margin-right: 60px;
  color: #012169;
}
@media screen and (min-width: 80em) {
  .tabpanel .resp-tabs-container .tabimagecontent .tabtext ul li {
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 20px;
    margin-right: 30px;
  }
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext p {
  font-size: 16px;
  line-height: 18px;
  margin-right: 30px;
  color: #012169;
  font-weight: 500;
}
@media screen and (min-width: 80em) {
  .tabpanel .resp-tabs-container .tabimagecontent .tabtext p {
    font-size: 22px;
    line-height: 28px;
    max-width: 490px;
    margin-right: 30px;
  }
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext .ctabtn {
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media screen and (min-width: 80em) {
  .tabpanel .resp-tabs-container .tabimagecontent .tabtext .ctabtn {
    margin-top: 12px;
  }
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext .disclaimerText {
  padding-top: 20px;
}
.tabpanel .resp-tabs-container .tabimagecontent .tabtext .disclaimerText p {
  font-size: 14px;
  line-height: 18px;
}
.tabpanel .resp-tabs-container .tabimagecontent .tabimage {
  max-width: 750px;
  width: 100%;
  overflow: hidden;
}
.tabpanel .resp-tabs-container .tabimagecontent .tabimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tabpanel .resp-tabs-container .tabimagecontent .tabimage .insight-img {
  height: auto;
  overflow: hidden;
}

.tapswiperpanel {
  padding-bottom: 4px;
  position: relative;
  display: none;
}
.tapswiperpanel .grid-container {
  padding: 0;
}
@media print, screen and (max-width: 47.99875em) {
  .tapswiperpanel {
    display: block;
  }
}
@media print, screen and (min-width: 48em) and (max-width: 63.99875em) {
  .tapswiperpanel {
    display: block;
  }
}
.tapswiperpanel .tapSlider {
  padding-bottom: 10px;
  -webkit-box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0 16px 20px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 431px) and (max-width: 767px) {
  .tapswiperpanel .tapSlider {
    width: 355px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tapswiperpanel .tapSlider {
    width: 640px;
    margin: 0 auto;
  }
}
.tapswiperpanel .tapSlider .swiper-slide .swiper-list {
  text-align: center;
  position: relative;
  max-width: 250px;
  margin: 0 auto;
}
.tapswiperpanel .tapSlider .swiper-slide .swiper-list:before, .tapswiperpanel .tapSlider .swiper-slide .swiper-list:after {
  background: url(../../images/settings/tab-line.svg) no-repeat;
  content: "";
  display: inline-block;
  height: 56px;
  vertical-align: middle;
  width: 5px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  background-size: contain;
}
.tapswiperpanel .tapSlider .swiper-slide .swiper-list::after {
  left: 0;
}
.tapswiperpanel .tapSlider .swiper-slide .swiper-list p {
  font-size: 20px;
  line-height: 35px;
  font-weight: 600;
  color: #012169;
  margin-bottom: 0;
  position: relative;
}
.tapswiperpanel .tapSlider .swiper-slide .swiper-list p::after {
  content: "";
  display: block;
  width: 98%;
  height: 5px;
  position: absolute;
  background: #19A7C1;
  left: 0;
  bottom: -10px;
}
.tapswiperpanel .tapSlider .swiper-button-prev {
  top: 0;
  margin-top: 0;
  left: 8px;
  width: 36px;
  height: 36px;
}
.tapswiperpanel .tapSlider .swiper-button-prev:after {
  background: url("../../images/settings/arrow-dropleft.svg") no-repeat center;
  overflow: hidden;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
}
.tapswiperpanel .tapSlider .swiper-button-next {
  top: 0;
  margin-top: 0;
  right: 8px;
  width: 36px;
  height: 36px;
}
.tapswiperpanel .tapSlider .swiper-button-next:after {
  background: url("../../images/settings/arrow-dropright.svg") no-repeat center;
  overflow: hidden;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
}
.tapswiperpanel .tabContentSlider {
  width: 100%;
  border-radius: 20px;
}
@media screen and (min-width: 431px) and (max-width: 767px) {
  .tapswiperpanel .tabContentSlider {
    max-width: 375px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .tapswiperpanel .tabContentSlider {
    width: 640px;
    margin: 0 auto;
  }
}
.tapswiperpanel .tabContentSlider .tabtitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 16px;
  width: 100%;
  color: #012169;
}
.tapswiperpanel .tabContentSlider .tabtitle a {
  text-decoration: none;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabblock {
  display: block !important;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent {
  padding: 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent ul li {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
  color: #012169;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .tabtext {
  width: 100%;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .tabtext h2 {
  display: none;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .tabtext p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #012169;
  margin-bottom: 10px;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .tabimage {
  width: 100%;
  overflow: hidden;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .tabimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .tabimage .insight-img {
  height: auto;
  overflow: hidden;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .ctablock {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .disclaimerText {
  font-size: 14px;
  color: #012169;
}
.tapswiperpanel .tabContentSlider .swiper-content .tabimagecontent .disclaimerText p {
  font-size: 14px;
  line-height: 18px;
}
/*# sourceMappingURL=tabpanel.css.map */
