.container-box-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 106px;
  padding-right: 106px;
  max-width: 1700px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media (max-width: 600px) {
  .container-box-fluid {
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 1800px) {
  .container-box-fluid {
    max-width: calc(100% - 120px);
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media (max-width: 1200px) {
  .sec-grid-box .container-box-fluid {
    max-width: calc(100% - 120px);
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (max-width: 600px) {
  .sec-grid-box .container-box-fluid {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }
}
.sec-grid-box:nth-child(1) {
  padding-top: 0;
  display: none;
}
.sec-grid-box__card {
  border: 6px solid #0072BB;
}
@media (max-width: 600px) {
  .sec-grid-box__card {
    border: 0;
  }
}
.sec-grid-box__head {
  background: url(../img/single-heading-bg.png) -1px 0 no-repeat;
  background-size: cover;
  padding: 0 4rem 2rem;
  width: 100%;
  min-height: 166px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
}
@media (max-width: 600px) {
  .sec-grid-box__head {
    min-height: 90px;
  }
}
.sec-grid-box__title {
  color: #fff;
  font-family: Blog-Script;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  font-size: 75px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: left;
  margin: 0 !important;
  letter-spacing: 5px;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
@media (max-width: 1100px) {
  .sec-grid-box__title {
    font-size: 54px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto !important;
  }
}
@media (max-width: 800px) {
  .sec-grid-box__title {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .sec-grid-box__title {
    font-size: 28px;
    letter-spacing: 1px;
    text-align: center;
    -webkit-transform: none;
            transform: none;
    margin: 0 auto !important;
  }
}
.sec-grid-box__body {
  position: relative;
  padding-bottom: 20px;
}
.sec-grid-box .box-image-1 {
  position: absolute;
  left: 0;
  -webkit-transform: translate(-25%, -45%);
          transform: translate(-25%, -45%);
}
@media (max-width: 1440px) {
  .sec-grid-box .box-image-1 {
    width: 87px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .sec-grid-box .box-image-1 {
    top: -20px !important;
    left: 18px;
    -webkit-transform: none;
            transform: none;
    width: 87px;
    height: auto;
  }
}
.sec-grid-box .box-image-2 {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(-64px, -160px);
          transform: translate(-64px, -160px);
}
.sec-grid-box p {
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 600px) {
  .sec-grid-box .item-inner {
    padding: 10px;
  }
}
.sec-grid-box .item-inner h3 {
  text-align: center;
  margin-bottom: 30px;
  line-height: 38px;
  color: #0072bc;
  font-family: "Danone One Condensed";
  font-size: 32px;
}
@media (max-width: 600px) {
  .sec-grid-box .item-inner h3 {
    font-size: 26px;
    line-height: 41px;
    max-width: 382px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.sec-grid-box .item-inner p {
  font-family: Roboto, Arial, sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 40px;
  text-transform: none;
}
@media (max-width: 600px) {
  .sec-grid-box .item-inner p {
    font-size: 26px;
  }
}
.sec-grid-box__cta {
  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;
  margin-bottom: 50px;
}
.sec-grid-box__cta h3 {
  text-align: center;
  margin-bottom: 0;
  margin-top: 40px;
  line-height: 40px;
  color: #0072bc;
  font-family: "Danone One Condensed";
  font-size: 40px;
}
@media (max-width: 600px) {
  .sec-grid-box__cta h3 {
    font-size: 30px;
    line-height: 34px;
  }
}
.sec-grid-box__cta h3 br {
  content: none !important;
  display: none;
}
@media (max-width: 600px) {
  .sec-grid-box__cta h3 br {
    content: "";
    display: block;
  }
}
.sec-grid-box__cta h3 a {
  color: #0072bc;
}
.sec-grid-box__cta h3 a:hover, .sec-grid-box__cta h3 a:focus {
  color: #005389;
}

@media (max-width: 600px) {
  .sec-custom-html {
    padding-top: 40px;
  }
}
.sec-custom-html .row {
  padding: 0 30px;
}
@media (max-width: 600px) {
  .sec-custom-html .row {
    padding: 0 20px;
    margin: 0;
  }
}
@media (max-width: 600px) {
  .sec-custom-html .container-box-fluid {
    margin: 0 auto !important;
    margin-right: 0px !important;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .sec-custom-html .col-12 {
    padding: 0;
  }
}
.sec-custom-html p {
  margin-bottom: 0;
  font-size: 32px;
  line-height: 45px;
  letter-spacing: -2px;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
.sec-custom-html p sup {
  text-decoration: underline;
}
@media (max-width: 600px) {
  .sec-custom-html p {
    font-size: 22px;
    line-height: 35px;
  }
}

.sec-ceu-top {
  padding-top: 0 !important;
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__head {
    background-size: auto;
  }
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body {
    max-width: 100vw;
    margin: 0 auto;
  }
}
.sec-ceu-top .sec-grid-box__body .col-item .btn {
  width: 320px;
  color: #fff;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-size: 32px;
  margin-top: 32px;
  background-color: #0073b9;
  height: 89px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sec-ceu-top .sec-grid-box__body .col-item .btn:hover {
  background-color: #005386;
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body .col-item .btn {
    width: 230px;
    margin-left: auto;
    margin-right: auto;
    font-size: 23px;
    height: 67px;
    font-weight: normal;
  }
}
.sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: translateY(-93px);
          transform: translateY(-93px);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55.2941176471%;
          flex: 0 0 55.2941176471%;
  max-width: 55.2941176471%;
}
@media (max-width: 1320px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100vw;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 120px 0 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100vw;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
.sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) .item-inner {
  max-width: 748px;
}
@media (max-width: 992px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) .item-inner {
    width: calc(100% - 30px);
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) .item-inner {
    padding-top: 24px;
  }
}
.sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) .item-inner img {
  max-width: 80%;
}
.sec-ceu-top .sec-grid-box__body .col-item:nth-child(1) .item-inner h3 {
  max-width: 640px;
}
.sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44.7058823529%;
          flex: 0 0 44.7058823529%;
  max-width: 44.7058823529%;
}
@media (max-width: 1320px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100vw;
    -webkit-transform: none !important;
            transform: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100vw;
    padding: 0 !important;
  }
}
.sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) .item-inner {
  padding-top: 50px;
}
@media (max-width: 1320px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) .item-inner {
    padding: 0 !important;
  }
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) .item-inner {
    padding: 0 !important;
  }
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) .item-inner img {
    width: 100% !important;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 1750px) {
  .sec-ceu-top .sec-grid-box__body .col-item:nth-child(2) .item-inner img {
    margin-top: 100px;
  }
}
@media (max-width: 1750px) {
  .sec-ceu-top .sec-grid-box__body .box-image-2 {
    -webkit-transform: none;
            transform: none;
    width: auto;
    right: 35px;
    top: -60px;
    max-width: 50vw;
  }
}
@media (max-width: 600px) {
  .sec-ceu-top .sec-grid-box__body .box-image-2 {
    -webkit-transform: none;
            transform: none;
    height: 76px;
    width: auto;
    right: 15px;
    top: -20px;
  }
}

.sec-ceu-bottom {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.sec-ceu-bottom .sec-grid-box__card {
  border: 10px solid #2d538d;
}
@media (max-width: 600px) {
  .sec-ceu-bottom .sec-grid-box__card {
    border: 0;
  }
}
.sec-ceu-bottom h2 {
  text-align: center;
  margin-bottom: 45px;
  line-height: 1.1;
  color: #0072bc;
  font-family: "Danone One Condensed";
  font-size: 75px;
}
@media (max-width: 600px) {
  .sec-ceu-bottom h2 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    font-size: 54px;
    border-top: 12px solid #2764b0;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .sec-grid-box__body {
    width: 100vw;
    margin: 0;
    padding: 0;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .col-item {
    max-width: 100vw;
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .item-inner h3 {
    font-size: 31px;
    line-height: 31px;
    margin-left: auto;
    margin-right: auto;
    font-weight: normal;
  }
  .sec-ceu-bottom .item-inner h3:last-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .item-inner p {
    font-size: 21px;
    line-height: 29px;
  }
}
.sec-ceu-bottom .sec-grid-box__card {
  position: relative;
}
.sec-ceu-bottom .sec-grid-box__head {
  min-height: 220px;
  background: #2d538d;
  background-size: cover;
}
@media (max-width: 1320px) {
  .sec-ceu-bottom .sec-grid-box__head {
    min-height: 132px;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .sec-grid-box__head {
    height: 102px;
    min-height: unset;
    background-size: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
  }
}
.sec-ceu-bottom .sec-grid-box__title {
  width: 80.5164319249%;
  text-align: center;
  max-width: 1010px;
  padding-left: 210px;
  font-size: 75px;
  line-height: 85px;
  font-family: "Danone One Condensed";
}
@media (max-width: 1320px) {
  .sec-ceu-bottom .sec-grid-box__title {
    font-size: 48px;
    line-height: 1.1;
    padding-top: 20px;
    width: calc(100% - 200px);
    text-align: left;
  }
}
@media (max-width: 1032px) {
  .sec-ceu-bottom .sec-grid-box__title {
    font-size: 32px;
    margin-left: 0 !important;
  }
}
@media (max-width: 700px) {
  .sec-ceu-bottom .sec-grid-box__title {
    font-size: 28px;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .sec-grid-box__title {
    width: 100%;
    min-width: auto;
    max-width: 330px;
    line-height: 31px;
    text-align: center;
    padding: 0;
    font-size: 31px !important;
    margin-right: 0 !important;
  }
}
.sec-ceu-bottom .box-image-2 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
  -webkit-transform: translate(-30%, -20%);
          transform: translate(-30%, -20%);
}
@media (min-width: 601px) and (max-width: 1644px) {
  .sec-ceu-bottom .box-image-2 {
    -webkit-transform: translate(0%, -20%);
            transform: translate(0%, -20%);
    right: 5px;
    width: 200px;
    height: auto;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .box-image-2 {
    -webkit-transform: none;
            transform: none;
    right: 15px;
    top: 80px;
    height: 142px;
    width: auto;
  }
}
.sec-ceu-bottom .item-inner img {
  margin-bottom: 0;
  margin-top: 0;
  -webkit-transform: translateY(20px) scale(0.95);
          transform: translateY(20px) scale(0.95);
}
.sec-ceu-bottom .col-item:nth-child(1) img {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
@media (max-width: 600px) {
  .sec-ceu-bottom .col-item:nth-child(1) img {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .sec-ceu-bottom .sec-grid-box__foot {
    border-top: 10px solid #0072bc;
    padding-top: 14px;
    margin-top: 40px;
  }
}

.footnote {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .footnote {
    padding-top: 0;
  }
}
.footnote .row {
  padding: 0 30px;
}
@media (max-width: 600px) {
  .footnote p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: unset;
  }
}
.footnote br {
  display: block;
  line-height: 22px;
  margin-bottom: 10px;
  width: 100%;
  content: " ";
}
/*# sourceMappingURL=v102022.css.map */