/* Base */
.overall {
  margin: 0;
  padding: 0;
}
.main-outer {
  font-family: CiscoSans;
  font-size: 18px;
  line-height: 1.3;
  color: #0d274d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-rendering: optimizeLegibility;
  max-width: 1280px;
  padding: 0 22px;
  margin: 0 auto;
}
.main-outer img {
  max-width: 100%;
  line-height: 0;
  vertical-align: middle;
}
.main-outer *,
.main-outer h1,
.main-outer h2,
.main-outer h3,
.main-outer h4,
.main-outer h5,
.main-outer h6,
.main-outer p {
  margin: 0;
  padding: 0;
}
.main-outer sup {
  vertical-align: super;
  font-size: 12px;
}
.main-outer ul {
  padding-left: 16px;
}
.main-outer ul li {
  font-size: 22px;
  margin-bottom: 10px;
  list-style-type: disc;
}
.main-outer h1 {
  font-size: 46px;
  font-weight: 300;
  line-height: 1.2;
  color: #0d274d;
}
.main-outer h2 {
  font-size: 38px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
}
.main-outer h3 {
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}
.main-outer h4 {
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
}
.main-outer p {
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
  color: #4a5158;
}
.main-outer a {
  text-decoration: none !important;
}
.d-flex {
  display: flex;
}
.section-space {
  padding: 60px 120px;
}
.light-blue {
  background: #e1f5f9;
}
.bg-fill {
  background: #f9f9f9;
}
.text-center {
  text-align: center;
}
.align-center {
  align-items: flex-start;
}
a.btn,
a.btn:visited {
  display: inline-block;
  width: auto;
  background: #10284a !important;
  border: 1px solid #10284a !important;
  padding: 5px 30px 6px;
  border-radius: 30px;
  text-decoration: none !important;
  width: auto;
  line-height: 1.5;
  color: #ffffff;
}
a.btn:hover,
a.btn:visited:hover {
  background-color: #34577f !important;
  border: 1px solid #34577f !important;
  color: #ffffff !important;
}
a.btn:focus {
  box-shadow: 0 0 8px 0 #10284a;
}
a.btn:active {
  background-color: #4b698d;
  border: 1px solid #4b698d;
  text-decoration: underline !important;
}
/*  */
/* Section 1 */
.section-1 {
  background-color: #10284a;
  align-items: center;
}
.section-1 h1 {
  color: #ffffff;
}
.section-1 h1 span {
  color: #6ebe4a;
}
.section-1 .ban-text {
  padding: 0 60px;
  flex: 2;
}
.section-1 .ban-image {
  width: 100%;
  flex: 1.2;
  padding: 60px 0 20px;
}
/*  */
/* Section 2 */
.section-2 h2 {
  text-align: center;
}
.section-2 .market-img {
  flex: 1.5;
}
.section-2 .market-content {
  flex: 2;
}
.section-2 .inner .percent {
  flex-basis: 20%;
}
.section-2 .inner {
  margin-bottom: 75px;
  align-items: center;
  position: relative;
  left: -10%;
}

.section-2 .inner:last-of-type {
  margin-bottom: 0;
}
.section-2 .inner:nth-child(2) {
  left: 5%;
}
.section-2 .inner .percent img {
  width: 100%;
}
.section-2 .inner .content {
  flex-basis: 80%;
  margin-left: 20px;
}
.section-2 .inner .content p {
  font-size: 22px !important;
  font-weight: 300 !important;
}
.section-2 .inner span {
  font-weight: bold;
}
.section-2 .ie {
  margin-top: 50px;
}
.section-2 .ie p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 10px;
}
.section-2 .ie p:last-of-type {
  margin-bottom: 0;
}
/*  */
/* Section 3 */
.section-3 img {
  width: 70%;
  margin-bottom: 40px;
}
.section-3 img + h2 {
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
}
/*  */
/* Section 4 */
.section-4 {
  background: url(../images/line-1.svg) no-repeat;
  background-size: 100%;
  margin: 0 60px;
  padding: 0;
}
.section-4 sup {
  font-size: 18px;
}
.section-4 .reasons {
  /* padding: 85px 0; */
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* Reasons Mod */
.reasons:nth-child(1) {
  height: 372px;
}
.reasons:nth-child(2) {
  height: 396px;
}
.reasons:nth-child(3) {
  height: 313px;
}
.reasons:nth-child(4) {
  height: 382px;
}
.reasons:nth-child(5) {
  height: 320px;
}
/*  */
.reasons .reasons-headline {
  align-items: center;
}
.reasons .reasons-headline {
  margin-bottom: 20px;
}
.reasons .reasons-headline h3 {
  flex-basis: 18%;
  padding: 16px 0;
  background-color: #0d274d;
  color: #ffffff;
  border-radius: 0 50px 50px 0;
  text-align: center;
  margin: 0 20px 0 0;
}
.reasons .headline {
  flex-basis: 82%;
}
.reasons:nth-child(1) .reason-img {
  transform: translateY(-10%);
}
.reasons:nth-child(2) .reason-img {
  transform: translateY(-10%);
}
.reasons h2 {
  margin-bottom: 0;
  font-weight: 400;
}
.reasons ul {
  padding-left: 70px;
  flex-basis: 55%;
}
.reasons .reason-img {
  flex-basis: 30%;
  transform: translateY(-20%);
  margin-left: 45px;
  margin-right: 45px;
}
.reasons ul li {
  color: #4a5158;
}
.section-4 .reasons:nth-child(even) .d-flex {
  flex-direction: row-reverse;
}
.reasons:nth-child(even) ul {
  padding-left: 0;
  padding-right: 70px;
  flex-basis: 55%;
}
.reasons:nth-child(even) ul li {
  direction: rtl;
  text-align: right;
}
.reasons:nth-child(even) ul li span {
  direction: ltr;
  display: inline-flex;
  text-align: right;
}
.reasons:nth-child(even) .reasons-headline h2 {
  text-align: right;
}
.reasons:nth-child(even) .reasons-headline h3 {
  border-radius: 50px 0 0 50px;
  margin: 0 0 0 20px;
}

.cta-section h4 {
  margin-bottom: 30px;
}
@media only screen and (max-width: 1365px) and (min-width: 1024px) {
  .main-outer {
    padding: 0;
  }

  .section-2 .inner .percent img {
    height: auto;
  }
  .section-4 {
    margin: 0 20px;
    padding: 0;
  }
  .section-4 .reasons {
    /* padding: 100px 0; */
  }
  /* Reasons Mod */
  .reasons:nth-child(1) {
    height: 412px;
  }
  .reasons:nth-child(2) {
    height: 440px;
  }
  .reasons:nth-child(3) {
    height: 350px;
  }
  .reasons:nth-child(4) {
    height: 425px;
  }
  .reasons:nth-child(5) {
    height: 352px;
  }
  /*  */
}

@media (max-width: 1229px) {
  br {
    display: none;
  }
  .d-flex {
    flex-direction: column;
  }
  .section-space {
    padding: 50px;
  }
  .section-1 .ban-text {
    text-align: center;
  }
  .section-1 {
    padding: 60px 0;
  }
  .section-1 .ban-image {
    text-align: center;
    padding-bottom: 0;
  }
  .section-1 .ban-image img {
    width: 40%;
  }
  .section-2 .market-img {
    text-align: center;
    margin-bottom: 40px;
  }
  .section-2 .inner .percent {
    flex-basis: 100%;
  }
  .section-2 .inner .percent img {
    height: auto;
    margin-bottom: 20px;
  }
  .section-2 .inner .content {
    margin: 0;
  }
  .section-2 .market-img img {
    width: 40%;
  }
  .section-2 .inner {
    position: static;
  }
  .section-2 .market-content {
    text-align: center;
  }
  .section-4 {
    margin: 0;
    background-image: none;
    padding: 0 50px;
  }
  .reasons ul {
    padding-left: 16px;
  }
  .reasons .reason-img {
    flex-basis: 100%;
    margin: 0 0 20px 0;
    transform: none;
  }
  .reasons .reason-img img {
    width: 100%;
  }
  .reasons-headline + .d-flex {
    flex-direction: column-reverse;
  }
  .reasons .reasons-headline h3 {
    border-radius: 0;
    flex-basis: 100%;
    margin: 0 0 20px 0;
    display: inline-block;
    width: 100%;
  }
  .section-4 .reasons {
    padding: 60px 0;
    height: auto !important;
  }
  .section-4 .reasons:nth-child(even) .d-flex {
    flex-direction: column;
  }
  .reasons:nth-child(even) .reasons-headline h3 {
    border-radius: 0;
    margin: 0 0 20px 0;
  }
  .reasons ul {
    width: auto;
  }
  .reasons:nth-child(even) ul {
    padding-left: 16px;
    padding-right: 0;
  }
  .reasons:nth-child(even) ul li {
    direction: unset;
    text-align: left;
  }
  .reasons:nth-child(even) ul li span {
    display: inline;
  }
  .reasons:nth-child(even) .reasons-headline h2,
  .reasons h2 {
    text-align: center;
  }
  .reasons:nth-child(even) .reasons-headline + .d-flex {
    flex-direction: column-reverse;
  }
  .main-outer {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .section-1 .ban-text {
    padding: 0;
  }
  .section-1 .ban-image img {
    width: 60%;
  }
  .section-space {
    padding: 40px 20px;
  }
  .main-outer h1 {
    font-size: 32px;
  }
  .main-outer h2 {
    font-size: 26px;
  }
  .section-3 img {
    width: 100%;
  }
  .section-4 .reasons {
    padding: 20px 0;
  }
  .section-2 .market-img img {
    width: 60%;
  }
}
