html {
  scroll-behavior: smooth;
}
body {
  padding-top: 100px;
}

#program,
#subscription,
#case-study,
#benefits,
#authors,
#testimonials {
  scroll-margin-top: 60px;
}

h4 {font-weight: 700;font-size: 36px;line-height: 125% !important;color: #164280;font-family: Merriweather,serif;font-style: normal;
  text-decoration: none;margin-bottom: 20px;}

.ml-notification {
  text-align: center;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #000;
  border-bottom: 1px solid #ccc;
  padding-top: 5px;
  padding-bottom: 5px;
  z-index: 1000;
}
.ml-notification.box {
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: auto;
  flex-direction: column;
  display: flex;
  max-width: 340px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
.ml-notification.box.right {
  right: 20px;
  left: auto;
}

@media only screen and (max-width: 480px) {
  .ml-notification.box {
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    border-radius: 0 !important;
  }
}
.ml-notification.bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: auto;
  z-index: 1;
}
.ml-notification .text-block {
  padding: 6px 0;
}
.ml-notification .text-block p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 10px;
}
.ml-notification .text-block p:last-child {
  margin-bottom: 0;
}
.ml-notification .text-block p a {
  color: #333333;
  text-decoration: underline;
}
.ml-notification .button-block {
  padding: 2px 0;
}
.ml-notification .button-block .btn-one {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 5px 15px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-notification .button-block .btn-one:active,
.ml-notification .button-block .btn-one:active:hover,
.ml-notification .button-block .btn-one:focus,
.ml-notification .button-block .btn-one:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-notification .button-block .btn-two {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 5px 15px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-notification .button-block .btn-two:active,
.ml-notification .button-block .btn-two:active:hover,
.ml-notification .button-block .btn-two:focus,
.ml-notification .button-block .btn-two:hover {
  background-color: #2d8cff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media only screen and (max-width: 775px) {
  table.width-92 {
    width: 92% !important;
    text-align: center !important;
    float: none !important;
    margin: auto !important;
  }
}

.flex-column .col-1,
.flex-column .col-10,
.flex-column .col-11,
.flex-column .col-12,
.flex-column .col-2,
.flex-column .col-3,
.flex-column .col-4,
.flex-column .col-5,
.flex-column .col-6,
.flex-column .col-7,
.flex-column .col-8,
.flex-column .col-9 {
  flex-basis: auto;
}

.skip-link {
  background: #000;
  height: 30px;
  left: 50%;
  padding: 8px;
  position: absolute;
  transform: translateY(-1000%);
  transition: transform 0.3s;
  color: #fff;
  text-decoration: none;
}
.skip-link:focus {
  transform: translateY(-50%);
}
.navbar-toggler {
  color: transparent !important;
  border-color: transparent !important;
}
.navbar-toggler-icon {
  background-image: none !important;
}
.navbar-toggler-icon {
  background-image: none;
  border-bottom: 1px solid #666;
  height: 17px;
  position: relative;
  transition: all 0.3s linear;
  width: 24px;
}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  background-color: #666;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s linear;
  width: 24px;
  z-index: 2;
}
.navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}

header {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 10px 10px -10px #ccc;
  position: relative;
  z-index: 1;
}
header .navbar {
  padding: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .navbar .navbar-brand img {
  height: 25px;
}
@media (min-width: 768px) {
  header .navbar-nav .nav-item {
    padding-left: 10px;
    padding-right: 10px;
  }
  header .navbar-nav .nav-item:first-child {
    padding-left: 0;
  }
  header .navbar-nav .nav-item:last-child {
    padding-right: 0;
  }
}
@media (max-width: 768px) {
  header {
    max-height: 100vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  header::-webkit-scrollbar {
    width: 0;
    background: 0 0;
  }
}
header .navbar .nav-item a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #666 !important;
  font-size: 14px !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid rgba(225, 225, 225, 0);
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
header .navbar .nav-item a:hover {
  color: #666 !important;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border-bottom: 1px solid #666;
}
header .navbar .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #df2e4b;
  font-size: 13px;
  border: 2px solid #df2e4b;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
header .navbar .btn-block:active,
header .navbar .btn-block:active:hover,
header .navbar .btn-block:focus,
header .navbar .btn-block:hover {
  background-color: #fff;
  border: 2px solid #df2e4b;
  color: #df2e4b;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}

.image-block-8 img {
  max-width: 100%;
}

.container-fluid.ml-lp-7 {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #fff;
}

.image-block-7 img {
  max-width: 100%;
}

.ml-lp-7 h1 {
  font-family: Cabin, sans-serif;
  color: #164280;
  font-size: 34px;
  letter-spacing: 0;
  line-height: auto !important;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  margin: 10px 0;
}
.ml-lp-7 h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #164280;
  font-size: 28px;
  letter-spacing: 0;
  line-height: auto !important;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-7 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  font-size: 33px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-7 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #164280;
}
.ml-lp-7 blockquote:after,
.ml-lp-7 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
}
.ml-lp-7 blockquote:after {
  content: "\201D";
}
.ml-lp-7 ol,
.ml-lp-7 p,
.ml-lp-7 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-7 ol:last-child,
.ml-lp-7 p:last-child,
.ml-lp-7 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-7 ol a,
.ml-lp-7 p a,
.ml-lp-7 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-7 ol,
  .ml-lp-7 p,
  .ml-lp-7 ul {
    font-size: 18px !important;
  }
  .ml-lp-7 h1 {
    font-size: 28px !important;
  }
  .ml-lp-7 h2 {
    font-size: 28px !important;
  }
  .ml-lp-7 h3 {
    font-size: 20px !important;
  }
}

.ml-lp-7 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #df2e4b;
  font-size: 13px;
  border-top: 2px solid #df2e4b;
  border-bottom: 2px solid #df2e4b;
  border-left: 2px solid #df2e4b;
  border-right: 2px solid #df2e4b;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-7 .button-block .btn-block:active,
.ml-lp-7 .button-block .btn-block:active:hover,
.ml-lp-7 .button-block .btn-block:focus,
.ml-lp-7 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #df2e4b;
  border-bottom: 2px solid #df2e4b;
  border-left: 2px solid #df2e4b;
  border-right: 2px solid #df2e4b;
  color: #df2e4b;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-7 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #df2e4b;
  border-bottom: 2px solid #df2e4b;
  border-left: 2px solid #df2e4b;
  border-right: 2px solid #df2e4b;
  color: #df2e4b;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-7 .button2-block .btn-block:active,
.ml-lp-7 .button2-block .btn-block:active:hover,
.ml-lp-7 .button2-block .btn-block:focus,
.ml-lp-7 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #df2e4b;
  border-bottom: 2px solid #df2e4b;
  border-left: 2px solid #df2e4b;
  border-right: 2px solid #df2e4b;
  color: #df2e4b;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-7 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-7 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-15 img {
  max-width: 100%;
}

.ml-lp-14 h1 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-14 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-14 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-14 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #fff;
}
.ml-lp-14 blockquote:after,
.ml-lp-14 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
}
.ml-lp-14 blockquote:after {
  content: "\201D";
}
.ml-lp-14 ol,
.ml-lp-14 p,
.ml-lp-14 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-14 ol:last-child,
.ml-lp-14 p:last-child,
.ml-lp-14 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-14 ol a,
.ml-lp-14 p a,
.ml-lp-14 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-14 ol,
  .ml-lp-14 p,
  .ml-lp-14 ul {
    font-size: 14px !important;
  }
  .ml-lp-14 h1 {
    font-size: 28px !important;
  }
  .ml-lp-14 h2 {
    font-size: 28px !important;
  }
  .ml-lp-14 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-14 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #1e4f94;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-14 .button-block .btn-block:active,
.ml-lp-14 .button-block .btn-block:active:hover,
.ml-lp-14 .button-block .btn-block:focus,
.ml-lp-14 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-14 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-14 .button2-block .btn-block:active,
.ml-lp-14 .button2-block .btn-block:active:hover,
.ml-lp-14 .button2-block .btn-block:focus,
.ml-lp-14 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-14 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-14 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-20 img {
  max-width: 100%;
}

.ml-lp-19 h1 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-19 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-19 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-19 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #fff;
}
.ml-lp-19 blockquote:after,
.ml-lp-19 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
}
.ml-lp-19 blockquote:after {
  content: "\201D";
}
.ml-lp-19 ol,
.ml-lp-19 p,
.ml-lp-19 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-19 ol:last-child,
.ml-lp-19 p:last-child,
.ml-lp-19 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-19 ol a,
.ml-lp-19 p a,
.ml-lp-19 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-19 ol,
  .ml-lp-19 p,
  .ml-lp-19 ul {
    font-size: 14px !important;
  }
  .ml-lp-19 h1 {
    font-size: 28px !important;
  }
  .ml-lp-19 h2 {
    font-size: 28px !important;
  }
  .ml-lp-19 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-19 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #1e4f94;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-19 .button-block .btn-block:active,
.ml-lp-19 .button-block .btn-block:active:hover,
.ml-lp-19 .button-block .btn-block:focus,
.ml-lp-19 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-19 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-19 .button2-block .btn-block:active,
.ml-lp-19 .button2-block .btn-block:active:hover,
.ml-lp-19 .button2-block .btn-block:focus,
.ml-lp-19 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-19 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-19 .button2-block .btn-block {
    width: 100% !important;
  }
}

.container-fluid.ml-lp-13 {
  padding-bottom: 40px;
  padding-top: 40px;
  background-color: #164280;
}

.ml-lp-13 h1 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 48px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-13 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-13 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 44px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-13 h4 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-13 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #fff;
}
.ml-lp-13 blockquote:after,
.ml-lp-13 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
}
.ml-lp-13 blockquote:after {
  content: "\201D";
}
.ml-lp-13 ol,
.ml-lp-13 p,
.ml-lp-13 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-13 ol:last-child,
.ml-lp-13 p:last-child,
.ml-lp-13 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-13 ol a,
.ml-lp-13 p a,
.ml-lp-13 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-13 ol,
  .ml-lp-13 p,
  .ml-lp-13 ul {
    font-size: 14px !important;
  }
  .ml-lp-13 h1 {
    font-size: 28px !important;
  }
  .ml-lp-13 h2 {
    font-size: 28px !important;
  }
  .ml-lp-13 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-13 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #fff;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-13 .button-block .btn-block:active,
.ml-lp-13 .button-block .btn-block:active:hover,
.ml-lp-13 .button-block .btn-block:focus,
.ml-lp-13 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-13 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-13 .button2-block .btn-block:active,
.ml-lp-13 .button2-block .btn-block:active:hover,
.ml-lp-13 .button2-block .btn-block:focus,
.ml-lp-13 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-13 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-13 .button2-block .btn-block {
    width: 100% !important;
  }
}

.ml-lp-25 {
  background-color: #93e0da;
}
.ml-lp-25 hr {
  margin-bottom: 0;
  margin-top: 10px;
  border-top: 1px solid #93e0da;
  width: 100%;
}

.container-fluid.ml-lp-27 {
  padding-bottom: 0;
  padding-top: 40px;
  background-color: #fff;
}

.ml-lp-27 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-27 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-27 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-27 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-27 blockquote:after,
.ml-lp-27 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-27 blockquote:after {
  content: "\201D";
}
.ml-lp-27 ol,
.ml-lp-27 p,
.ml-lp-27 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-27 ol:last-child,
.ml-lp-27 p:last-child,
.ml-lp-27 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-27 ol a,
.ml-lp-27 p a,
.ml-lp-27 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-27 ol,
  .ml-lp-27 p,
  .ml-lp-27 ul {
    font-size: 14px !important;
  }
  .ml-lp-27 h1 {
    font-size: 28px !important;
  }
  .ml-lp-27 h2 {
    font-size: 28px !important;
  }
  .ml-lp-27 h3 {
    font-size: 23px !important;
  }
}

.image-block-32 img {
  max-width: 100%;
}

.ml-lp-31 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-31 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-31 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-31 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-31 blockquote:after,
.ml-lp-31 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-31 blockquote:after {
  content: "\201D";
}
.ml-lp-31 ol,
.ml-lp-31 p,
.ml-lp-31 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-31 ol:last-child,
.ml-lp-31 p:last-child,
.ml-lp-31 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-31 ol a,
.ml-lp-31 p a,
.ml-lp-31 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-31 ol,
  .ml-lp-31 p,
  .ml-lp-31 ul {
    font-size: 14px !important;
  }
  .ml-lp-31 h1 {
    font-size: 28px !important;
  }
  .ml-lp-31 h2 {
    font-size: 28px !important;
  }
  .ml-lp-31 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-31 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-31 .button-block .btn-block:active,
.ml-lp-31 .button-block .btn-block:active:hover,
.ml-lp-31 .button-block .btn-block:focus,
.ml-lp-31 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-31 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-31 .button2-block .btn-block:active,
.ml-lp-31 .button2-block .btn-block:active:hover,
.ml-lp-31 .button2-block .btn-block:focus,
.ml-lp-31 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-31 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-31 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-37 img {
  max-width: 100%;
}

.ml-lp-36 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-36 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-36 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-36 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-36 blockquote:after,
.ml-lp-36 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-36 blockquote:after {
  content: "\201D";
}
.ml-lp-36 ol,
.ml-lp-36 p,
.ml-lp-36 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-36 ol:last-child,
.ml-lp-36 p:last-child,
.ml-lp-36 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-36 ol a,
.ml-lp-36 p a,
.ml-lp-36 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-36 ol,
  .ml-lp-36 p,
  .ml-lp-36 ul {
    font-size: 14px !important;
  }
  .ml-lp-36 h1 {
    font-size: 28px !important;
  }
  .ml-lp-36 h2 {
    font-size: 28px !important;
  }
  .ml-lp-36 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-36 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-36 .button-block .btn-block:active,
.ml-lp-36 .button-block .btn-block:active:hover,
.ml-lp-36 .button-block .btn-block:focus,
.ml-lp-36 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-36 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-36 .button2-block .btn-block:active,
.ml-lp-36 .button2-block .btn-block:active:hover,
.ml-lp-36 .button2-block .btn-block:focus,
.ml-lp-36 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-36 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-36 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-42 img {
  max-width: 100%;
}

.ml-lp-41 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-41 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-41 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-41 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-41 blockquote:after,
.ml-lp-41 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-41 blockquote:after {
  content: "\201D";
}
.ml-lp-41 ol,
.ml-lp-41 p,
.ml-lp-41 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-41 ol:last-child,
.ml-lp-41 p:last-child,
.ml-lp-41 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-41 ol a,
.ml-lp-41 p a,
.ml-lp-41 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-41 ol,
  .ml-lp-41 p,
  .ml-lp-41 ul {
    font-size: 14px !important;
  }
  .ml-lp-41 h1 {
    font-size: 28px !important;
  }
  .ml-lp-41 h2 {
    font-size: 28px !important;
  }
  .ml-lp-41 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-41 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-41 .button-block .btn-block:active,
.ml-lp-41 .button-block .btn-block:active:hover,
.ml-lp-41 .button-block .btn-block:focus,
.ml-lp-41 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-41 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-41 .button2-block .btn-block:active,
.ml-lp-41 .button2-block .btn-block:active:hover,
.ml-lp-41 .button2-block .btn-block:focus,
.ml-lp-41 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-41 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-41 .button2-block .btn-block {
    width: 100% !important;
  }
}

.container-fluid.ml-lp-30 {
  padding-bottom: 10px;
  padding-top: 40px;
  background-color: #fff;
}

.ml-lp-30 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-30 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-30 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-30 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-30 blockquote:after,
.ml-lp-30 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-30 blockquote:after {
  content: "\201D";
}
.ml-lp-30 ol,
.ml-lp-30 p,
.ml-lp-30 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-30 ol:last-child,
.ml-lp-30 p:last-child,
.ml-lp-30 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-30 ol a,
.ml-lp-30 p a,
.ml-lp-30 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-30 ol,
  .ml-lp-30 p,
  .ml-lp-30 ul {
    font-size: 14px !important;
  }
  .ml-lp-30 h1 {
    font-size: 28px !important;
  }
  .ml-lp-30 h2 {
    font-size: 28px !important;
  }
  .ml-lp-30 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-30 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-30 .button-block .btn-block:active,
.ml-lp-30 .button-block .btn-block:active:hover,
.ml-lp-30 .button-block .btn-block:focus,
.ml-lp-30 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-30 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-30 .button2-block .btn-block:active,
.ml-lp-30 .button2-block .btn-block:active:hover,
.ml-lp-30 .button2-block .btn-block:focus,
.ml-lp-30 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-30 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-30 .button2-block .btn-block {
    width: 100% !important;
  }
}

.container-fluid.ml-lp-47 {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
}

.ml-lp-47 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-47 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-47 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-47 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-47 blockquote:after,
.ml-lp-47 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-47 blockquote:after {
  content: "\201D";
}
.ml-lp-47 ol,
.ml-lp-47 p,
.ml-lp-47 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-47 ol:last-child,
.ml-lp-47 p:last-child,
.ml-lp-47 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-47 ol a,
.ml-lp-47 p a,
.ml-lp-47 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-47 ol,
  .ml-lp-47 p,
  .ml-lp-47 ul {
    font-size: 14px !important;
  }
  .ml-lp-47 h1 {
    font-size: 28px !important;
  }
  .ml-lp-47 h2 {
    font-size: 28px !important;
  }
  .ml-lp-47 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-50 {
  background-color: #fff;
}
.ml-lp-50 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-52 {
  padding-bottom: 0;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-52 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-52 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-52 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-52 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-52 blockquote:after,
.ml-lp-52 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-52 blockquote:after {
  content: "\201D";
}
.ml-lp-52 ol,
.ml-lp-52 p,
.ml-lp-52 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-52 ol:last-child,
.ml-lp-52 p:last-child,
.ml-lp-52 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-52 ol a,
.ml-lp-52 p a,
.ml-lp-52 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-52 ol,
  .ml-lp-52 p,
  .ml-lp-52 ul {
    font-size: 14px !important;
  }
  .ml-lp-52 h1 {
    font-size: 28px !important;
  }
  .ml-lp-52 h2 {
    font-size: 28px !important;
  }
  .ml-lp-52 h3 {
    font-size: 23px !important;
  }
}

.container-fluid.ml-lp-55 {
  padding-bottom: 20px;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-55 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-55 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-55 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-55 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 17px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-55 blockquote:after,
.ml-lp-55 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-55 blockquote:after {
  content: "\201D";
}
.ml-lp-55 ol,
.ml-lp-55 p,
.ml-lp-55 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 17px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-55 ol:last-child,
.ml-lp-55 p:last-child,
.ml-lp-55 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-55 ol a,
.ml-lp-55 p a,
.ml-lp-55 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-55 ol,
  .ml-lp-55 p,
  .ml-lp-55 ul {
    font-size: 17px !important;
  }
  .ml-lp-55 h1 {
    font-size: 28px !important;
  }
  .ml-lp-55 h2 {
    font-size: 28px !important;
  }
  .ml-lp-55 h3 {
    font-size: 23px !important;
  }
}

.image-block-59 img {
  max-width: 100%;
}

.container-fluid.ml-lp-58 {
  padding-bottom: 0px;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-58-pb40 {
	padding-bottom: 40px;
}

.image-block-58 img {
  max-width: 100%;
}

.ml-lp-58 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-58 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-58 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-58 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-58 blockquote:after,
.ml-lp-58 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-58 blockquote:after {
  content: "\201D";
}
.ml-lp-58 ol,
.ml-lp-58 p,
.ml-lp-58 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-58 ol:last-child,
.ml-lp-58 p:last-child,
.ml-lp-58 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-58 ol a,
.ml-lp-58 p a,
.ml-lp-58 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-58 ol,
  .ml-lp-58 p,
  .ml-lp-58 ul {
    font-size: 14px !important;
  }
  .ml-lp-58 h1 {
    font-size: 28px !important;
  }
  .ml-lp-58 h2 {
    font-size: 28px !important;
  }
  .ml-lp-58 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-58 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-58 .button-block .btn-block:active,
.ml-lp-58 .button-block .btn-block:active:hover,
.ml-lp-58 .button-block .btn-block:focus,
.ml-lp-58 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-58 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-58 .button2-block .btn-block:active,
.ml-lp-58 .button2-block .btn-block:active:hover,
.ml-lp-58 .button2-block .btn-block:focus,
.ml-lp-58 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-58 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-58 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-65 img {
  max-width: 100%;
}

.container-fluid.ml-lp-64 {
  padding-bottom: 40px;
  padding-top: 0;
  background-color: #fff;
}

.image-block-64 img {
  max-width: 100%;
}

.ml-lp-64 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-64 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-64 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-64 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-64 blockquote:after,
.ml-lp-64 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-64 blockquote:after {
  content: "\201D";
}
.ml-lp-64 ol,
.ml-lp-64 p,
.ml-lp-64 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-64 ol:last-child,
.ml-lp-64 p:last-child,
.ml-lp-64 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-64 ol a,
.ml-lp-64 p a,
.ml-lp-64 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-64 ol,
  .ml-lp-64 p,
  .ml-lp-64 ul {
    font-size: 14px !important;
  }
  .ml-lp-64 h1 {
    font-size: 28px !important;
  }
  .ml-lp-64 h2 {
    font-size: 28px !important;
  }
  .ml-lp-64 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-64 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-64 .button-block .btn-block:active,
.ml-lp-64 .button-block .btn-block:active:hover,
.ml-lp-64 .button-block .btn-block:focus,
.ml-lp-64 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-64 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-64 .button2-block .btn-block:active,
.ml-lp-64 .button2-block .btn-block:active:hover,
.ml-lp-64 .button2-block .btn-block:focus,
.ml-lp-64 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-64 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-64 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-71 img {
  max-width: 100%;
}

.container-fluid.ml-lp-70 {
  padding-bottom: 50px;
  padding-top: 0px;
  background-color: #fff;
}

.image-block-70 img {
  max-width: 100%;
}

.ml-lp-70 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-70 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-70 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-70 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-70 blockquote:after,
.ml-lp-70 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-70 blockquote:after {
  content: "\201D";
}
.ml-lp-70 ol,
.ml-lp-70 p,
.ml-lp-70 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-70 ol:last-child,
.ml-lp-70 p:last-child,
.ml-lp-70 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-70 ol a,
.ml-lp-70 p a,
.ml-lp-70 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-70 ol,
  .ml-lp-70 p,
  .ml-lp-70 ul {
    font-size: 14px !important;
  }
  .ml-lp-70 h1 {
    font-size: 28px !important;
  }
  .ml-lp-70 h2 {
    font-size: 28px !important;
  }
  .ml-lp-70 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-70 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-70 .button-block .btn-block:active,
.ml-lp-70 .button-block .btn-block:active:hover,
.ml-lp-70 .button-block .btn-block:focus,
.ml-lp-70 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-70 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-70 .button2-block .btn-block:active,
.ml-lp-70 .button2-block .btn-block:active:hover,
.ml-lp-70 .button2-block .btn-block:focus,
.ml-lp-70 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-70 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-70 .button2-block .btn-block {
    width: 100% !important;
  }
}

.container-fluid.ml-lp-76 {
  padding-bottom: 0;
  padding-top: 40px;
  background-color: #f6f8fa;
}

.ml-lp-76 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-76 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-76 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-76 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-76 blockquote:after,
.ml-lp-76 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-76 blockquote:after {
  content: "\201D";
}
.ml-lp-76 ol,
.ml-lp-76 p,
.ml-lp-76 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-76 ol:last-child,
.ml-lp-76 p:last-child,
.ml-lp-76 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-76 ol a,
.ml-lp-76 p a,
.ml-lp-76 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-76 ol,
  .ml-lp-76 p,
  .ml-lp-76 ul {
    font-size: 14px !important;
  }
  .ml-lp-76 h1 {
    font-size: 28px !important;
  }
  .ml-lp-76 h2 {
    font-size: 28px !important;
  }
  .ml-lp-76 h3 {
    font-size: 23px !important;
  }
}

.image-block-80 img {
  max-width: 100%;
}

.container-fluid.ml-lp-79 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #f6f8fa;
}

.image-block-79 img {
  max-width: 100%;
}

.ml-lp-79 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-79 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-79 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-79 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-79 blockquote:after,
.ml-lp-79 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-79 blockquote:after {
  content: "\201D";
}
.ml-lp-79 ol,
.ml-lp-79 p,
.ml-lp-79 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-79 ol:last-child,
.ml-lp-79 p:last-child,
.ml-lp-79 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-79 ol a,
.ml-lp-79 p a,
.ml-lp-79 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-79 ol,
  .ml-lp-79 p,
  .ml-lp-79 ul {
    font-size: 14px !important;
  }
  .ml-lp-79 h1 {
    font-size: 28px !important;
  }
  .ml-lp-79 h2 {
    font-size: 28px !important;
  }
  .ml-lp-79 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-79 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-79 .button-block .btn-block:active,
.ml-lp-79 .button-block .btn-block:active:hover,
.ml-lp-79 .button-block .btn-block:focus,
.ml-lp-79 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-79 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-79 .button2-block .btn-block:active,
.ml-lp-79 .button2-block .btn-block:active:hover,
.ml-lp-79 .button2-block .btn-block:focus,
.ml-lp-79 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-79 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-79 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-86 img {
  max-width: 100%;
}

.container-fluid.ml-lp-85 {
  padding-bottom: 30px;
  padding-top: 10px;
  background-color: #f6f8fa;
}

.image-block-85 img {
  max-width: 100%;
}

.ml-lp-85 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-85 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-85 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-85 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-85 blockquote:after,
.ml-lp-85 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-85 blockquote:after {
  content: "\201D";
}
.ml-lp-85 ol,
.ml-lp-85 p,
.ml-lp-85 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-85 ol:last-child,
.ml-lp-85 p:last-child,
.ml-lp-85 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-85 ol a,
.ml-lp-85 p a,
.ml-lp-85 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-85 ol,
  .ml-lp-85 p,
  .ml-lp-85 ul {
    font-size: 14px !important;
  }
  .ml-lp-85 h1 {
    font-size: 28px !important;
  }
  .ml-lp-85 h2 {
    font-size: 28px !important;
  }
  .ml-lp-85 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-85 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-85 .button-block .btn-block:active,
.ml-lp-85 .button-block .btn-block:active:hover,
.ml-lp-85 .button-block .btn-block:focus,
.ml-lp-85 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-85 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-85 .button2-block .btn-block:active,
.ml-lp-85 .button2-block .btn-block:active:hover,
.ml-lp-85 .button2-block .btn-block:focus,
.ml-lp-85 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-85 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-85 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-92 img {
  max-width: 100%;
}

.container-fluid.ml-lp-91 {
  padding-bottom: 30px;
  padding-top: 0;
  background-color: #f6f8fa;
}

.image-block-91 img {
  max-width: 100%;
}

.ml-lp-91 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-91 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-91 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-91 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-91 blockquote:after,
.ml-lp-91 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-91 blockquote:after {
  content: "\201D";
}
.ml-lp-91 ol,
.ml-lp-91 p,
.ml-lp-91 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-91 ol:last-child,
.ml-lp-91 p:last-child,
.ml-lp-91 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-91 ol a,
.ml-lp-91 p a,
.ml-lp-91 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-91 ol,
  .ml-lp-91 p,
  .ml-lp-91 ul {
    font-size: 14px !important;
  }
  .ml-lp-91 h1 {
    font-size: 28px !important;
  }
  .ml-lp-91 h2 {
    font-size: 28px !important;
  }
  .ml-lp-91 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-91 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-91 .button-block .btn-block:active,
.ml-lp-91 .button-block .btn-block:active:hover,
.ml-lp-91 .button-block .btn-block:focus,
.ml-lp-91 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-91 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-91 .button2-block .btn-block:active,
.ml-lp-91 .button2-block .btn-block:active:hover,
.ml-lp-91 .button2-block .btn-block:focus,
.ml-lp-91 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-91 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-91 .button2-block .btn-block {
    width: 100% !important;
  }
}

.container-fluid.ml-lp-97 {
  padding-bottom: 0;
  padding-top: 60px;
  background-color: #fff;
}

.ml-lp-97 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-97 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-97 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-97 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-97 blockquote:after,
.ml-lp-97 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-97 blockquote:after {
  content: "\201D";
}
.ml-lp-97 ol,
.ml-lp-97 p,
.ml-lp-97 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-97 ol:last-child,
.ml-lp-97 p:last-child,
.ml-lp-97 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-97 ol a,
.ml-lp-97 p a,
.ml-lp-97 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-97 ol,
  .ml-lp-97 p,
  .ml-lp-97 ul {
    font-size: 14px !important;
  }
  .ml-lp-97 h1 {
    font-size: 28px !important;
  }
  .ml-lp-97 h2 {
    font-size: 28px !important;
  }
  .ml-lp-97 h3 {
    font-size: 23px !important;
  }
}

.container-fluid.ml-lp-100 {
  padding-bottom: 50px;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-100 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-100 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-100 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-100 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-100 blockquote:after,
.ml-lp-100 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-100 blockquote:after {
  content: "\201D";
}
.ml-lp-100 ol,
.ml-lp-100 p,
.ml-lp-100 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-100 ol:last-child,
.ml-lp-100 p:last-child,
.ml-lp-100 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-100 ol a,
.ml-lp-100 p a,
.ml-lp-100 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-100 ol,
  .ml-lp-100 p,
  .ml-lp-100 ul {
    font-size: 14px !important;
  }
  .ml-lp-100 h1 {
    font-size: 28px !important;
  }
  .ml-lp-100 h2 {
    font-size: 28px !important;
  }
  .ml-lp-100 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-103 {
  background-color: #fff;
}
.ml-lp-103 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-105 {
  padding-bottom: 0;
  padding-top: 50px;
  background-color: #fff;
}

.ml-lp-105 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-105 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-105 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-105 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-105 blockquote:after,
.ml-lp-105 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-105 blockquote:after {
  content: "\201D";
}
.ml-lp-105 ol,
.ml-lp-105 p,
.ml-lp-105 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-105 ol:last-child,
.ml-lp-105 p:last-child,
.ml-lp-105 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-105 ol a,
.ml-lp-105 p a,
.ml-lp-105 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-105 ol,
  .ml-lp-105 p,
  .ml-lp-105 ul {
    font-size: 14px !important;
  }
  .ml-lp-105 h1 {
    font-size: 28px !important;
  }
  .ml-lp-105 h2 {
    font-size: 28px !important;
  }
  .ml-lp-105 h3 {
    font-size: 23px !important;
  }
}

.container-fluid.ml-lp-108 {
  padding-bottom: 0;
  padding-top: 30px;
  background-color: #fff;
}

.ml-lp-108 h1 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-108 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-108 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-108 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-108 blockquote:after,
.ml-lp-108 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-108 blockquote:after {
  content: "\201D";
}
.ml-lp-108 ol,
.ml-lp-108 p,
.ml-lp-108 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-108 ol:last-child,
.ml-lp-108 p:last-child,
.ml-lp-108 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-108 ol a,
.ml-lp-108 p a,
.ml-lp-108 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-108 ol,
  .ml-lp-108 p,
  .ml-lp-108 ul {
    font-size: 14px !important;
  }
  .ml-lp-108 h1 {
    font-size: 28px !important;
  }
  .ml-lp-108 h2 {
    font-size: 28px !important;
  }
  .ml-lp-108 h3 {
    font-size: 23px !important;
  }
}

.container-fluid.ml-lp-111 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.ml-video-111 .placeholder {
  background-image: url(https://placeholder.mailerlite.com/1920x1080-video_v2.jpg);
  background-repeat: no-repeat;
  background-position: center center, center center;
}

.ml-lp-113 {
  background-color: #fff;
}
.ml-lp-113 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-115 {
  padding-bottom: 0;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-115 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-115 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-115 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-115 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-115 blockquote:after,
.ml-lp-115 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-115 blockquote:after {
  content: "\201D";
}
.ml-lp-115 ol,
.ml-lp-115 p,
.ml-lp-115 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-115 ol:last-child,
.ml-lp-115 p:last-child,
.ml-lp-115 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-115 ol a,
.ml-lp-115 p a,
.ml-lp-115 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-115 ol,
  .ml-lp-115 p,
  .ml-lp-115 ul {
    font-size: 14px !important;
  }
  .ml-lp-115 h1 {
    font-size: 28px !important;
  }
  .ml-lp-115 h2 {
    font-size: 28px !important;
  }
  .ml-lp-115 h3 {
    font-size: 23px !important;
  }
}

.image-block-119 img {
  max-width: 100%;
}

.container-fluid.ml-lp-118 {
  padding-bottom: 60px;
  padding-top: 40px;
  background-color: #fff;
}

.image-block-118 img {
  max-width: 100%;
}

.ml-lp-118 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-118 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-118 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-118 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-118 blockquote:after,
.ml-lp-118 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-118 blockquote:after {
  content: "\201D";
}
.ml-lp-118 ol,
.ml-lp-118 p,
.ml-lp-118 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-118 ol:last-child,
.ml-lp-118 p:last-child,
.ml-lp-118 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-118 ol a,
.ml-lp-118 p a,
.ml-lp-118 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-118 ol,
  .ml-lp-118 p,
  .ml-lp-118 ul {
    font-size: 14px !important;
  }
  .ml-lp-118 h1 {
    font-size: 28px !important;
  }
  .ml-lp-118 h2 {
    font-size: 28px !important;
  }
  .ml-lp-118 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-118 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-118 .button-block .btn-block:active,
.ml-lp-118 .button-block .btn-block:active:hover,
.ml-lp-118 .button-block .btn-block:focus,
.ml-lp-118 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-118 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-118 .button2-block .btn-block:active,
.ml-lp-118 .button2-block .btn-block:active:hover,
.ml-lp-118 .button2-block .btn-block:focus,
.ml-lp-118 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-118 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-118 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-125 img {
  max-width: 100%;
}

.container-fluid.ml-lp-124 {
  padding-bottom: 60px;
  padding-top: 10px;
  background-color: #fff;
}

.image-block-124 img {
  max-width: 100%;
}

.ml-lp-124 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-124 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-124 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-124 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-124 blockquote:after,
.ml-lp-124 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-124 blockquote:after {
  content: "\201D";
}
.ml-lp-124 ol,
.ml-lp-124 p,
.ml-lp-124 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-124 ol:last-child,
.ml-lp-124 p:last-child,
.ml-lp-124 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-124 ol a,
.ml-lp-124 p a,
.ml-lp-124 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-124 ol,
  .ml-lp-124 p,
  .ml-lp-124 ul {
    font-size: 14px !important;
  }
  .ml-lp-124 h1 {
    font-size: 28px !important;
  }
  .ml-lp-124 h2 {
    font-size: 28px !important;
  }
  .ml-lp-124 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-124 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-124 .button-block .btn-block:active,
.ml-lp-124 .button-block .btn-block:active:hover,
.ml-lp-124 .button-block .btn-block:focus,
.ml-lp-124 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-124 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-124 .button2-block .btn-block:active,
.ml-lp-124 .button2-block .btn-block:active:hover,
.ml-lp-124 .button2-block .btn-block:focus,
.ml-lp-124 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-124 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-124 .button2-block .btn-block {
    width: 100% !important;
  }
}

.ml-lp-130 {
  background-color: #fff;
}
.ml-lp-130 hr {
  margin-bottom: 30px;
  margin-top: 20px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-132 {
  padding-bottom: 0;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-132 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-132 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-132 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-132 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-132 blockquote:after,
.ml-lp-132 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-132 blockquote:after {
  content: "\201D";
}
.ml-lp-132 ol,
.ml-lp-132 p,
.ml-lp-132 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-132 ol:last-child,
.ml-lp-132 p:last-child,
.ml-lp-132 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-132 ol a,
.ml-lp-132 p a,
.ml-lp-132 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-132 ol,
  .ml-lp-132 p,
  .ml-lp-132 ul {
    font-size: 14px !important;
  }
  .ml-lp-132 h1 {
    font-size: 28px !important;
  }
  .ml-lp-132 h2 {
    font-size: 28px !important;
  }
  .ml-lp-132 h3 {
    font-size: 23px !important;
  }
}

.image-block-136 img {
  max-width: 100%;
}

.container-fluid.ml-lp-135 {
  padding-bottom: 50px;
  padding-top: 60px;
  background-color: #fff;
}

.image-block-135 img {
  max-width: 100%;
}

.ml-lp-135 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-135 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-135 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-135 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-135 blockquote:after,
.ml-lp-135 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-135 blockquote:after {
  content: "\201D";
}
.ml-lp-135 ol,
.ml-lp-135 p,
.ml-lp-135 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-135 ol:last-child,
.ml-lp-135 p:last-child,
.ml-lp-135 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-135 ol a,
.ml-lp-135 p a,
.ml-lp-135 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-135 ol,
  .ml-lp-135 p,
  .ml-lp-135 ul {
    font-size: 14px !important;
  }
  .ml-lp-135 h1 {
    font-size: 28px !important;
  }
  .ml-lp-135 h2 {
    font-size: 28px !important;
  }
  .ml-lp-135 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-135 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-135 .button-block .btn-block:active,
.ml-lp-135 .button-block .btn-block:active:hover,
.ml-lp-135 .button-block .btn-block:focus,
.ml-lp-135 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-135 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-135 .button2-block .btn-block:active,
.ml-lp-135 .button2-block .btn-block:active:hover,
.ml-lp-135 .button2-block .btn-block:focus,
.ml-lp-135 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-135 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-135 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-142 img {
  max-width: 100%;
}

.container-fluid.ml-lp-141 {
  padding-bottom: 50px;
  padding-top: 0;
  background-color: #fff;
}

.image-block-141 img {
  max-width: 100%;
}

.ml-lp-141 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-141 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-141 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-141 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-141 blockquote:after,
.ml-lp-141 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-141 blockquote:after {
  content: "\201D";
}
.ml-lp-141 ol,
.ml-lp-141 p,
.ml-lp-141 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-141 ol:last-child,
.ml-lp-141 p:last-child,
.ml-lp-141 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-141 ol a,
.ml-lp-141 p a,
.ml-lp-141 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-141 ol,
  .ml-lp-141 p,
  .ml-lp-141 ul {
    font-size: 14px !important;
  }
  .ml-lp-141 h1 {
    font-size: 28px !important;
  }
  .ml-lp-141 h2 {
    font-size: 28px !important;
  }
  .ml-lp-141 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-141 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-141 .button-block .btn-block:active,
.ml-lp-141 .button-block .btn-block:active:hover,
.ml-lp-141 .button-block .btn-block:focus,
.ml-lp-141 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-141 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-141 .button2-block .btn-block:active,
.ml-lp-141 .button2-block .btn-block:active:hover,
.ml-lp-141 .button2-block .btn-block:focus,
.ml-lp-141 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-141 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-141 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-148 img {
  max-width: 100%;
}

.container-fluid.ml-lp-147 {
  padding-bottom: 0;
  padding-top: 0;
  background-color: #fff;
}

.image-block-147 img {
  max-width: 100%;
}

.ml-lp-147 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-147 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-147 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-147 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-147 blockquote:after,
.ml-lp-147 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-147 blockquote:after {
  content: "\201D";
}
.ml-lp-147 ol,
.ml-lp-147 p,
.ml-lp-147 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-147 ol:last-child,
.ml-lp-147 p:last-child,
.ml-lp-147 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-147 ol a,
.ml-lp-147 p a,
.ml-lp-147 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-147 ol,
  .ml-lp-147 p,
  .ml-lp-147 ul {
    font-size: 14px !important;
  }
  .ml-lp-147 h1 {
    font-size: 28px !important;
  }
  .ml-lp-147 h2 {
    font-size: 28px !important;
  }
  .ml-lp-147 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-147 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-147 .button-block .btn-block:active,
.ml-lp-147 .button-block .btn-block:active:hover,
.ml-lp-147 .button-block .btn-block:focus,
.ml-lp-147 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-147 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-147 .button2-block .btn-block:active,
.ml-lp-147 .button2-block .btn-block:active:hover,
.ml-lp-147 .button2-block .btn-block:focus,
.ml-lp-147 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-147 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-147 .button2-block .btn-block {
    width: 100% !important;
  }
}

.image-block-154 img {
  max-width: 100%;
}

.container-fluid.ml-lp-153 {
  padding-bottom: 40px;
  padding-top: 0;
  background-color: #fff;
}

.image-block-153 img {
  max-width: 100%;
}

.ml-lp-153 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-153 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-153 h3 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-153 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-153 blockquote:after,
.ml-lp-153 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-153 blockquote:after {
  content: "\201D";
}
.ml-lp-153 ol,
.ml-lp-153 p,
.ml-lp-153 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-153 ol:last-child,
.ml-lp-153 p:last-child,
.ml-lp-153 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-153 ol a,
.ml-lp-153 p a,
.ml-lp-153 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-153 ol,
  .ml-lp-153 p,
  .ml-lp-153 ul {
    font-size: 14px !important;
  }
  .ml-lp-153 h1 {
    font-size: 28px !important;
  }
  .ml-lp-153 h2 {
    font-size: 28px !important;
  }
  .ml-lp-153 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-153 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-153 .button-block .btn-block:active,
.ml-lp-153 .button-block .btn-block:active:hover,
.ml-lp-153 .button-block .btn-block:focus,
.ml-lp-153 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-153 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-153 .button2-block .btn-block:active,
.ml-lp-153 .button2-block .btn-block:active:hover,
.ml-lp-153 .button2-block .btn-block:focus,
.ml-lp-153 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-153 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-153 .button2-block .btn-block {
    width: 100% !important;
  }
}

.ml-lp-161 {
  background-color: #fff;
}
.ml-lp-161 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.image-block-164 img {
  max-width: 100%;
}

.container-fluid.ml-lp-163 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.image-block-163 img {
  max-width: 100%;
}

.ml-lp-163 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 200% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-163 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-163 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-163 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-163 blockquote:after,
.ml-lp-163 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-163 blockquote:after {
  content: "\201D";
}
.ml-lp-163 ol,
.ml-lp-163 p,
.ml-lp-163 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 150% !important;
}
.ml-lp-163 ol:last-child,
.ml-lp-163 p:last-child,
.ml-lp-163 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-163 ol a,
.ml-lp-163 p a,
.ml-lp-163 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-163 ol,
  .ml-lp-163 p,
  .ml-lp-163 ul {
    font-size: 14px !important;
  }
  .ml-lp-163 h1 {
    font-size: 28px !important;
  }
  .ml-lp-163 h2 {
    font-size: 28px !important;
  }
  .ml-lp-163 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-163 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-163 .button-block .btn-block:active,
.ml-lp-163 .button-block .btn-block:active:hover,
.ml-lp-163 .button-block .btn-block:focus,
.ml-lp-163 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-163 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-163 .button2-block .btn-block:active,
.ml-lp-163 .button2-block .btn-block:active:hover,
.ml-lp-163 .button2-block .btn-block:focus,
.ml-lp-163 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-163 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-163 .button2-block .btn-block {
    width: 100% !important;
  }
}

.ml-lp-169 {
  background-color: #fff;
}
.ml-lp-169 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-171 {
  padding-bottom: 0;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-171 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-171 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-171 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-171 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-171 blockquote:after,
.ml-lp-171 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-171 blockquote:after {
  content: "\201D";
}
.ml-lp-171 ol,
.ml-lp-171 p,
.ml-lp-171 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-171 ol:last-child,
.ml-lp-171 p:last-child,
.ml-lp-171 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-171 ol a,
.ml-lp-171 p a,
.ml-lp-171 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-171 ol,
  .ml-lp-171 p,
  .ml-lp-171 ul {
    font-size: 14px !important;
  }
  .ml-lp-171 h1 {
    font-size: 28px !important;
  }
  .ml-lp-171 h2 {
    font-size: 28px !important;
  }
  .ml-lp-171 h3 {
    font-size: 23px !important;
  }
}

.container-fluid.ml-lp-174 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.container-fluid.ml-lp-190 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.container-fluid.ml-lp-202 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.container-fluid.ml-lp-214 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.ml-lp-228 {
  background-color: #fff;
}
.ml-lp-228 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-230 {
  padding-bottom: 0;
  padding-top: 20px;
  background-color: #fff;
}

.ml-lp-230 h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-230 h2 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-230 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-230 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #333333;
}
.ml-lp-230 blockquote:after,
.ml-lp-230 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
}
.ml-lp-230 blockquote:after {
  content: "\201D";
}
.ml-lp-230 ol,
.ml-lp-230 p,
.ml-lp-230 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-230 ol:last-child,
.ml-lp-230 p:last-child,
.ml-lp-230 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-230 ol a,
.ml-lp-230 p a,
.ml-lp-230 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-230 ol,
  .ml-lp-230 p,
  .ml-lp-230 ul {
    font-size: 14px !important;
  }
  .ml-lp-230 h1 {
    font-size: 28px !important;
  }
  .ml-lp-230 h2 {
    font-size: 28px !important;
  }
  .ml-lp-230 h3 {
    font-size: 23px !important;
  }
}

.container-fluid.ml-lp-233 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.with-indicators {
  padding-bottom: 67px;
}
.with-controls {
  padding-left: 15%;
  padding-right: 15%;
}
.carousel-item .img-box {
  border-radius: 50%;
  height: 100px;
  width: 100px;
  background-size: cover;
  background-position: center;
}
.carousel-control i {
  color: #164280;
  font-size: 28px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px !important;
  border-radius: 50% !important;
  background-color: #164280 !important;
}
.ml-lp-233 .fa-star {
  color: #ffd145;
  font-size: 20px;
}
.ml-lp-233 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-image: url("");
  background-color: #fff;
  background-size: cover;
}
.ml-lp-233 ol,
.ml-lp-233 p,
.ml-lp-233 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.ml-lp-233 ol:last-child,
.ml-lp-233 p:last-child,
.ml-lp-233 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-233 ol a,
.ml-lp-233 p a,
.ml-lp-233 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-233 ol,
  .ml-lp-233 p,
  .ml-lp-233 ul {
    font-size: 14px !important;
  }
}

.ml-lp-243 {
  background-color: #fff;
}
.ml-lp-243 hr {
  margin-bottom: 30px;
  margin-top: 30px;
  border-top: 1px solid #164280;
  width: 100%;
}

.container-fluid.ml-lp-247 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.ml-lp-249 {
  background-color: #93e0da;
}
.ml-lp-249 hr {
  margin-bottom: 0;
  margin-top: 10px;
  border-top: 1px solid #93e0da;
  width: 100%;
}

.image-block-253 img {
  max-width: 100%;
}

.container-fluid.ml-lp-252 {
  padding-bottom: 30px;
  padding-top: 30px;
  background-color: #fff;
}

.container-fluid.ml-lp-252 {
  background-image: url(https://bucket.mlcdn.com/a/3874/3874172/images/bdc01f7a065f2e8525e90c50940e4856394328c9.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ml-lp-252 h1 {
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 56px;
  letter-spacing: 0;
  line-height: 150% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-252 h2 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #23305d;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-252 h3 {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 23px;
  letter-spacing: 0;
  line-height: 125% !important;
}
.ml-lp-252 blockquote {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  font-size: 18px;
  margin: 0 0 15px 0;
  padding-left: 1em;
  border-left: 0.2em solid #164280;
}
.ml-lp-252 blockquote:after,
.ml-lp-252 blockquote:before {
  content: "\201C";
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
}
.ml-lp-252 blockquote:after {
  content: "\201D";
}
.ml-lp-252 ol,
.ml-lp-252 p,
.ml-lp-252 ul {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  font-size: 18px;
  margin: 0 0 15px 0;
  line-height: 125% !important;
}
.ml-lp-252 ol:last-child,
.ml-lp-252 p:last-child,
.ml-lp-252 ul:last-child {
  margin-bottom: 0;
}
.ml-lp-252 ol a,
.ml-lp-252 p a,
.ml-lp-252 ul a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #164280;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .ml-lp-252 ol,
  .ml-lp-252 p,
  .ml-lp-252 ul {
    font-size: 18px !important;
  }
  .ml-lp-252 h1 {
    font-size: 28px !important;
  }
  .ml-lp-252 h2 {
    font-size: 28px !important;
  }
  .ml-lp-252 h3 {
    font-size: 23px !important;
  }
}

.ml-lp-252 .button-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: #164280;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #fff;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-252 .button-block .btn-block:active,
.ml-lp-252 .button-block .btn-block:active:hover,
.ml-lp-252 .button-block .btn-block:focus,
.ml-lp-252 .button-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-252 .button2-block .btn-block {
  width: auto;
  display: inline-block;
  font-family: Lato, Arial, Helvetica, sans-serif;
  background-color: transparent;
  font-size: 13px;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  border-radius: 8px;
  padding: 15px 40px !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
}
.ml-lp-252 .button2-block .btn-block:active,
.ml-lp-252 .button2-block .btn-block:active:hover,
.ml-lp-252 .button2-block .btn-block:focus,
.ml-lp-252 .button2-block .btn-block:hover {
  background-color: #fff;
  border-top: 2px solid #164280;
  border-bottom: 2px solid #164280;
  border-left: 2px solid #164280;
  border-right: 2px solid #164280;
  color: #164280;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
}
@media (max-width: 768px) {
  .ml-lp-252 .button-block .btn-block {
    width: 100% !important;
  }
  .ml-lp-252 .button2-block .btn-block {
    width: 100% !important;
  }
}

footer {
  background-color: #181734;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #acacac;
}

footer .textColor-azure-color {
  font-size: 14px;
  opacity: 0.5;
  font-weight: 700;
  text-transform: uppercase;
  color: #00b2d5 !important;
}

footer ul {
  list-style: none;
  padding: 0;
  font-size: 14px;
}

footer ul li {
  margin: 3px 0;
}

footer a {
  color: #acacac;
}

footer a:hover {
  color: #acacac;
}

.footer__links-list p {
  text-transform: uppercase;
  font-size: 18px;
  opacity: .5;
  font-weight: 700;
  color: #00b2d5!important;

}
.footer__links-list a {
font-size: 16px;
  color: #acacac;
  font-weight: 400;
 line-height: 24px;
}
.ml-lp-257 .row {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.ml-lp-257 .logo-footer img {
  height: 15px;
}
.ml-lp-257 .footer-description p {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 15px 0;
}
.ml-lp-257 .footer-description p:last-child {
  margin-bottom: 0;
}
.ml-lp-257 .footer-description p a {
  font-family: Lato, Arial, Helvetica, sans-serif;
  color: #333333;
  text-decoration: underline;
}
.ml-lp-257 .social-icons {
  margin: 0;
  padding: 0;
}
.ml-lp-257 .social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}
.ml-lp-257 .social-icons li:last-child {
  margin-right: 0;
}
@media (max-width: 768px) {
  .ml-lp-257 .social-icons li img {
    max-width: 32px !important;
    width: 100% !important;
  }
}

body {
  background-color: #ffffff;
  background-image: none;
  background-size: none;
  background-position: center none;
  background-repeat: none;
}
body ol ol {
  list-style-type: lower-alpha;
}
body ol ol ol {
  list-style-type: lower-roman;
}
.container.with-border {
  border-left: 0 solid #ccc;
  border-right: 0 solid #ccc;
}
.form-group .form-control {
  background-color: #fff;
  font-family: Lato, Arial, Helvetica, sans-serif;
  border-radius: 8px;
  font-size: 13px;
  color: #333;
  border: px solid #fff;
  padding-top: px !important;
  padding-bottom: px !important;
  height: auto;
}
.form-group .form-control::placeholder {
  color: #666;
  opacity: 1;
}
.form-group .form-control:-ms-input-placeholder {
  color: #666;
}
.form-group .form-control::-ms-input-placeholder {
  color: #666;
}
.container-fluid.with-large-gutters,
.container.with-large-gutters {
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 991.98px) {
  .container-fluid.with-large-gutters,
  .container.with-large-gutters {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  .container-fluid.with-large-gutters,
  .container.with-large-gutters {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.container.container-large-gutter {
  padding-right: 15px;
  padding-left: 15px;
}
.container.with-large-gutters .card-body {
  padding: 2.25rem;
}
.container.container-large-gutter .container {
  padding-right: 30px;
  padding-left: 30px;
}
.container .large-gutters {
  margin-right: -30px;
  margin-left: -30px;
}
.container .large-gutters .col,
.container .large-gutters [class*="col-"] {
  padding-right: 30px;
  padding-left: 30px;
}
.container .large-gutters .row {
  margin-right: -30px;
  margin-left: -30px;
}
@media (max-width: 480px) {
  .row-form .container {
    padding: 0 !important;
  }
  .container .large-gutters,
  .container .large-gutters .row {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .container .large-gutters .col,
  .container .large-gutters [class*="col-"] {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .card-body {
    padding: 1rem !important;
  }
}

#landing-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.author-name {
	font-family: Merriweather, serif;
  	color: #23305d;
  	font-size: 21px;
  	letter-spacing: 0;
  	line-height: 125% !important;	
	text-align: center;
  	margin: 10px 0;
}

.author-text {
	text-align: justify;
	border-bottom: 1px solid #111;
	padding-bottom: 20px;
}


.rowFAQ {
  background: #f7f7f7;
  color: #000;
  padding-bottom: 50px;
}
.rowFAQ h1 {
  font-family: Merriweather, serif;
  color: #23305d;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 125% !important;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}
.rowFAQ__module {
  background: #fff;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 0;
}
.rowFAQ__module .row-accordion-faq {
  padding-top: 10px;
  padding-bottom: 10px;
  cursor: pointer;
}
.rowFAQ__module__title {
  color: #000;
  font-size: 1.1rem;
}
.rowFAQ__module__more {
  font-size: 2rem;
  font-weight: 700;
  color: #afafaf;
  cursor: pointer;
}
.rowFAQ__module__elements__text {
  padding: 15px 15px 45px 30px;
  color: #5B5B5B;
}
.rowFAQ__module__elements {
	width: 100%;
}

.height-item-box {
	background-color: #f6f6f6;
  	padding: 5px 20px 7px;
  	font-weight: 500;
	border-radius: 5px;
	text-align: center;
}

.rowSignUp__modal__price__btnGroup__btnSignUp {
	border-radius: 8px;
}
