@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
*, h1, h2, h3, h4, h5, h6, blockquote {
  font-family: "Rubik", sans-serif;
}

header .header-top {
  padding: 20px 0;
  background-color: #1a3d75;
}
header .header-top .boxHeader p {
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 0;
}
header .header-top .boxHeader p a {
  color: #ffffff;
  text-decoration: none;
}
header .header-bottom {
  padding: 20px 0;
  background-color: #ffffff;
  transition: 0.5s ease-in-out;
}
header .header-bottom.nav-fixed-top {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  display: block;
  background-color: #ffffff;
}
header .header-bottom .logo img {
  width: 250px;
  height: auto;
}
header .header-bottom .logo .logoText {
  color: #5aa4ee;
  font-weight: 600;
  font-size: 45px;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  header .header-bottom .logo .logoText {
    font-size: 35px;
  }
}
header .header-bottom .logo .logoText span {
  color: #1a3d75;
}
header .header-bottom .boxContent {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-bottom .boxContent .flex-end-menu {
  justify-content: flex-end;
}
header .header-bottom .boxContent .header-nav ul li {
  list-style: none;
  display: inline-block;
  padding: 8px 15px;
  margin-right: 15px;
}
header .header-bottom .boxContent .header-nav ul li:last-child {
  margin-right: 0;
}
header .header-bottom .boxContent .header-nav ul li a {
  color: #000000;
  text-decoration: none;
}
header .header-bottom .boxContent .header-nav ul li .megamenu {
  left: 50%;
  transform: translateX(-50%);
}
header .header-bottom .boxContent .header-nav ul li .megamenu li {
  padding-left: 0;
}
header .header-bottom .boxContent .header-nav ul li .megamenu li a {
  background-color: transparent;
}
header .header-bottom .boxContent .header-nav ul li .megamenu li a:hover {
  background-color: transparent;
  color: #1a3d75;
}
header .header-bottom .boxContent .header-nav ul li .megamenu li a:active, header .header-bottom .boxContent .header-nav ul li .megamenu li a :focus {
  background-color: transparent;
}

#translate-notification p {
  margin: 0 0 10px 0;
  font-size: 14px;
}

#google_translate_element {
  margin-top: 10px;
}

.dropdown-menu {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  border: none;
  border-radius: 0;
  padding: 0.7em;
}

@media only screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

@media only screen and (max-width: 992px) {
  .dropdown-menu.show {
    flex-wrap: wrap;
    max-height: 350px;
    overflow-y: scroll;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1140px) {
  .dropdown:hover .dropdown-menu {
    width: 40vw;
    flex-wrap: wrap;
  }
}
.dropdown-menu ul {
  list-style: none;
  padding: 0;
}

.dropdown-menu li:first-child a {
  font-weight: bold;
  font-size: 1.1em;
  color: #1a3d75 !important;
  cursor: normal;
  pointer-events: none;
  position: relative;
}
.dropdown-menu li:first-child a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #5aa4ee;
  left: 15px;
}

@media screen and (min-width: 993px) {
  .dropdown:hover .dropdown-menu {
    display: flex;
  }
  .dropdown-menu.show {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .dropdown-menu.show {
    max-height: 60vh;
    overflow-y: scroll;
  }
}
/* Off-Canvas Styles */
.menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle span {
  width: 25px;
  height: 3px;
  background: #000;
  margin: 4px 0;
}

.off-canvas {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 300px;
  background: #333;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .off-canvas {
    display: block;
  }
}
.off-canvas.open {
  transform: translateX(0);
}
.off-canvas .off-canvas-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
}
.off-canvas .off-canvas-overlay.open {
  display: block;
}
.off-canvas .off-canvas-content {
  color: #fff;
  padding: 20px;
  z-index: 9;
  position: relative;
}
.off-canvas .off-canvas-content .off-canvas-nav ul {
  list-style: none;
  padding: 0;
}
.off-canvas .off-canvas-content .off-canvas-nav ul li {
  margin-bottom: 10px;
}
.off-canvas .off-canvas-content .off-canvas-nav ul li a {
  color: #fff;
  text-decoration: none;
}
.off-canvas .off-canvas-content .close-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 2em;
  cursor: pointer;
}

#homeBanner {
  min-height: 500px;
}
#homeBanner .home-slider {
  cursor: default;
  height: 500px;
}
#homeBanner .home-slider .slider-img {
  height: 100%;
  height: 500px;
}
#homeBanner .home-slider .slider-img:before {
  background: rgba(0, 0, 0, 0.35);
}
#homeBanner .home-slider .slider-img.slide-1 {
  background: url("../files/home/oee-mex.png");
  background-position: right;
  background-size: 50% 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #homeBanner .home-slider .slider-img.slide-1 {
    background-size: cover;
    opacity: 0.2;
  }
}
#homeBanner .home-slider .slider-caption {
  width: 50%;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #homeBanner .home-slider .slider-caption {
    max-width: 100%;
    width: 100%;
    padding: 0 15px;
  }
}
#homeBanner .home-slider .slider-caption .slider-text {
  text-align: left;
  padding-left: 70px;
}
@media screen and (max-width: 768px) {
  #homeBanner .home-slider .slider-caption .slider-text {
    padding-left: 0;
  }
}
#homeBanner .home-slider .slider-caption .slider-text .title {
  margin-bottom: 22px;
  font-weight: 700;
  font-size: 45px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  #homeBanner .home-slider .slider-caption .slider-text .title {
    font-size: 30px;
  }
}
#homeBanner .home-slider .slider-caption .slider-text .text {
  color: #000000;
  font-size: 20px;
  max-width: 600px;
}

#newsletterSection {
  padding: 40px 0;
  background-color: #5aa4ee;
}
#newsletterSection .flexCol {
  display: flex;
  align-items: center;
}
#newsletterSection .sec-title .subtitle {
  color: #1a3d75;
  font-weight: 400;
  font-size: 17px;
  margin-bottom: 20px;
}
#newsletterSection .sec-title .title {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 40px;
}
#newsletterSection .sec-title .title span {
  color: #1a3d75;
}
#newsletterSection .sec-title .text {
  color: #ffffff;
  font-size: 17px;
}
#newsletterSection .newsletter-form {
  position: relative;
}
#newsletterSection .newsletter-form .form-group {
  position: relative;
  width: 100%;
}
#newsletterSection .newsletter-form .form-group .form-control {
  background-color: #ffffff;
  max-width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 20px 150px 20px 15px;
}
#newsletterSection .newsletter-form .form-group .form-control::-moz-placeholder {
  color: #000000;
}
#newsletterSection .newsletter-form .form-group .form-control::placeholder {
  color: #000000;
}
#newsletterSection .newsletter-form .form-group .form-control:focus {
  box-shadow: none;
}
#newsletterSection .newsletter-form .form-group .contButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 100%;
  padding: 10px 0;
}
#newsletterSection .newsletter-form .form-group .contButton input {
  color: #ffffff;
  background-color: #1a3d75;
  border-radius: 12px;
  height: 100%;
  padding: 10px 30px;
}

.h-section1 {
  padding: 80px 0;
}
.h-section1 .sec-title .title {
  color: #1a3d75;
  margin-bottom: 40px;
  font-size: 40px;
}
.h-section1 .sec-title .title span {
  color: #1a3d75;
}
.h-section1 .titleP {
  color: #1a3d75;
  margin-bottom: 0;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .h-section1 .titleP {
    margin-bottom: 20px;
  }
}
.h-section1 .titleP span {
  color: #5aa4ee;
}
.h-section1 .text {
  color: #000000;
  font-size: 16px;
}
.h-section1 .text .link {
  color: #5aa4ee;
  text-decoration: none;
}
.h-section1 .text .link:hover {
  text-decoration: none;
}
.h-section1 .blockContent {
  background-color: #f2f2f2;
  padding: 10px 25px;
  margin-top: 40px;
}
.h-section1 .blockContent .circle {
  border-radius: 50%;
  border: 2px solid #5aa4ee;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 20px;
  width: 80px;
  height: 80px;
  position: relative;
}
.h-section1 .blockContent .circle p {
  width: -moz-fit-content;
  width: fit-content;
  color: #5aa4ee;
  font-weight: 600;
  font-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.h-section1 .blockContent .content .titleBlock {
  color: #1a3d75;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  min-height: 70px;
}
@media screen and (max-width: 768px) {
  .h-section1 .blockContent .content .titleBlock {
    min-height: auto;
  }
}
.h-section1 .blockContent .content .textBlock {
  font-size: 16px;
  text-align: center;
  min-height: 180px;
}
@media screen and (max-width: 768px) {
  .h-section1 .blockContent .content .textBlock {
    min-height: auto;
  }
}

.h-section2 {
  padding: 80px 0;
  background-color: #f2f2f2;
}
.h-section2 .sec-title .title {
  color: #5aa4ee;
  margin-bottom: 40px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .h-section2 .sec-title .title {
    font-size: 30px;
    text-align: center;
  }
}
.h-section2 .sec-title .title span {
  color: #1a3d75;
}
.h-section2 .boxContent {
  background-color: #ffffff;
  padding: 40px 15px;
  margin-bottom: 15px;
  display: block;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .h-section2 .boxContent {
    margin-bottom: 30px;
  }
}
.h-section2 .boxContent .boxTitle {
  color: #1a3d75;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
}
.h-section2 .boxContent .boxText {
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
  min-height: 70px;
}
@media screen and (max-width: 768px) {
  .h-section2 .boxContent .boxText {
    min-height: auto;
  }
}
.h-section2 .boxContent img {
  width: 100%;
  height: auto;
}

.h-section3 {
  padding: 80px 0;
}
.h-section3 .sec-title .title {
  color: #5aa4ee;
  margin-bottom: 0px;
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  .h-section3 .sec-title .title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.h-section3 .sec-title .title span {
  color: #1a3d75;
}
.h-section3 .sec-title .text {
  font-size: 20px;
  color: #000000;
}
.h-section3 .sec-title .text .link {
  color: #5aa4ee;
  text-decoration: none;
}
.h-section3 .boxContent {
  margin-top: 40px;
  padding: 30px 20px;
  background-color: #f2f2f2;
  display: block;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.h-section3 .boxContent img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  max-width: 150px;
}
.h-section3 .boxContent .boxTitle {
  color: #1a3d75;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.h-section3 .boxContent .boxText {
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  min-height: 50px;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .h-section3 .boxContent .boxText {
    min-height: auto;
  }
}
.h-section3 .boxContent:hover {
  background-color: #1a3d75;
}
.h-section3 .boxContent:hover .boxTitle {
  color: #ffffff;
}
.h-section3 .boxContent:hover .boxText {
  color: #ffffff;
}

#footer {
  padding: 40px 0;
  background-color: #454545;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .boxContent {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer-top .boxContent .colxs6 {
    flex: 0 0 50%;
    width: 50%;
    max-width: 50%;
  }
}
#footer .footer-top .boxContent .logoFooter {
  max-width: 150px;
  height: auto;
  width: 150px;
  margin-bottom: 20px;
}
#footer .footer-top .boxContent .textCol {
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 15px;
}
#footer .footer-top .boxContent .textCol .link {
  color: #ffffff;
  text-decoration: none;
}
#footer .footer-top .boxContent .textCol .link:hover {
  text-decoration: none;
}
#footer .footer-top .boxContent .boxTitle {
  font-weight: 700;
  font-size: 23px;
  border-bottom: 2px solid #5aa4ee;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: #ffffff;
}
#footer .footer-top .boxContent .boxTitle.logoTitle {
  font-size: 17px;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .boxContent .boxTitle.logoTitle {
    margin-top: 30px;
  }
}
#footer .footer-top .boxContent .list {
  list-style: none;
  padding-left: 0;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .boxContent .list {
    padding-left: 15px;
  }
}
#footer .footer-top .boxContent .list li {
  list-style: none;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #footer .footer-top .boxContent .list li {
    list-style: disc;
  }
  #footer .footer-top .boxContent .list li::marker {
    color: #ffffff;
  }
}
#footer .footer-top .boxContent .list li a {
  color: #ffffff;
  font-size: 14px;
  text-decoration: none;
}
#footer .footer-top .boxContent .list li a:hover {
  text-decoration: none;
}
#footer .footer-bottom {
  margin-top: 40px;
}
#footer .footer-bottom .flexRow {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .flexRow {
    flex-direction: column;
  }
}
#footer .footer-bottom .flexRow .rightCont {
  text-align: right;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .flexRow .rightCont {
    text-align: center;
    margin-bottom: 25px;
  }
}
#footer .footer-bottom .flexRow .centerCont {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .flexRow .centerCont {
    text-align: center;
    margin-bottom: 25px;
  }
}
#footer .footer-bottom .flexRow .leftCont {
  text-align: left;
}
@media screen and (max-width: 768px) {
  #footer .footer-bottom .flexRow .leftCont {
    text-align: center;
    margin-bottom: 25px;
  }
}
#footer .footer-bottom .text {
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 0;
}
#footer .footer-bottom .text a {
  text-decoration: none;
  color: #ffffff;
}
#footer .footer-bottom .text a:hover {
  text-decoration: none;
}
#footer .footer-bottom .socialFooter a {
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 50%;
  border: 1px solid #ffffff;
  background-color: transparent;
  display: inline-block;
  margin-right: 8px;
  transition: 0.5s ease-in-out;
}
#footer .footer-bottom .socialFooter a:last-child {
  margin-right: 0;
}
#footer .footer-bottom .socialFooter a:hover {
  background-color: #5aa4ee;
  border: 1px solid #5aa4ee;
}
#footer .footer-bottom .socialFooter a i {
  color: #ffffff;
  font-size: 23px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.socialDesktop {
  z-index: 99;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}
@media screen and (max-width: 768px) {
  .socialDesktop {
    display: none;
  }
}
.socialDesktop a {
  display: block;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: relative;
  border: 1px solid #25D366;
  background-color: #25D366;
  transition: 0.5s ease-in-out;
}
.socialDesktop a:hover {
  background-color: #1a3d75;
}
.socialDesktop a i {
  position: absolute;
  padding: 5px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 35px;
}

.socialMobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .socialMobile {
    display: block;
    border-top: 1px solid #ffffff;
    background-color: #1a3d75;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .socialMobile a {
    width: 100%;
    padding: 10px 15px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
    display: table;
    margin: 0 auto;
  }
  .socialMobile a i {
    color: #ffffff;
    margin-left: 10px;
  }
}

.factor-section1 {
  padding: 80px 0;
}
.factor-section1 .sec-title {
  margin-bottom: 40px;
}
.factor-section1 .sec-title .title {
  color: #1a3d75;
  margin-bottom: 0px;
  font-size: 40px;
}
.factor-section1 .sec-title .title span {
  color: #1a3d75;
}
.factor-section1 .sec-title .text {
  font-size: 20px;
  color: #000000;
}
.factor-section1 .sec-title .text .link {
  color: #5aa4ee;
  text-decoration: none;
}
.factor-section1 .flexRow {
  align-items: center;
}
.factor-section1 .boxImg {
  position: relative;
}
.factor-section1 .boxImg img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
  width: 100%;
  opacity: 0.2;
}
.factor-section1 .boxImg .boxTitle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #1a3d75;
  font-size: 25px;
  font-weight: 700;
}
.factor-section1 .boxImg .boxTitle span {
  color: #5aa4ee;
}
.factor-section1 .blockContent .textBlock {
  font-size: 16px;
  color: #000000;
  margin-bottom: 0;
}

.factor-section2 .pt-80 {
  padding-top: 80px !important;
}
.factor-section2 .pt-20 {
  padding-top: 20px !important;
}
.factor-section2 .pb-80 {
  padding-bottom: 80px !important;
}
.factor-section2 .mb-30 {
  margin-bottom: 30px !important;
}
.factor-section2 .mt-15 {
  margin-top: 15px !important;
}
.factor-section2 .mt-30 {
  margin-top: 30px !important;
}
.factor-section2 .mb-15 {
  margin-bottom: 15px !important;
}
.factor-section2 .navigationBlock {
  background-color: #454545;
  padding: 40px 0;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .factor-section2 .navigationBlock {
    padding: 20px 0;
  }
}
.factor-section2 .navigationBlock.stickyMenu {
  position: sticky;
  width: 100%;
  top: 110px;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .factor-section2 .navigationBlock.stickyMenu {
    position: relative;
    top: 0;
  }
}
.factor-section2 .navigationBlock ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  margin-bottom: 0;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .factor-section2 .navigationBlock ul {
    flex-wrap: wrap;
    max-width: 100%;
  }
}
.factor-section2 .navigationBlock ul li {
  list-style: none;
  padding-right: 15px;
  padding-left: 15px;
  border-right: 1px solid #ffffff;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .factor-section2 .navigationBlock ul li {
    margin-bottom: 10px;
    padding-left: 8px;
    padding-right: 8px;
  }
}
.factor-section2 .navigationBlock ul li:first-child {
  padding-left: 0;
}
.factor-section2 .navigationBlock ul li:last-child {
  padding-right: 0;
  border-right: 0;
}
.factor-section2 .navigationBlock ul li .nav-link {
  color: #ffffff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .factor-section2 .navigationBlock ul li .nav-link {
    font-size: 13px;
  }
}
.factor-section2 .navigationBlock ul li .nav-link.active {
  color: #5aa4ee;
}
@media screen and (max-width: 768px) {
  .factor-section2 .navigationBlock ul li .nav-link.active {
    color: #ffffff;
  }
}
.factor-section2 .navigationBlock ul li .nav-link:hover {
  color: #5aa4ee;
  text-decoration: none;
}
.factor-section2 .blockContent .imgFull {
  max-width: 100%;
  width: auto;
}
.factor-section2 .blockContent .boxContent {
  margin-top: 60px;
}
.factor-section2 .blockContent .boxContent:first-child {
  margin-top: 0;
}
.factor-section2 .blockContent .boxContent .centerFigure {
  margin: 40px auto;
  display: table;
}
.factor-section2 .blockContent .boxContent .centerFigure img {
  display: table;
  margin: 0 auto;
}
.factor-section2 .blockContent .boxContent .centerFigure figcaption {
  text-align: center;
}
.factor-section2 .blockContent .boxContent .centerFigure figcaption .link {
  text-decoration: none;
  color: #5aa4ee;
}
.factor-section2 .blockContent .boxContent .centerFigure figcaption .link:hover {
  text-decoration: none;
}
.factor-section2 .blockContent .boxContent img {
  position: relative;
}
.factor-section2 .blockContent .boxContent .imgFull {
  max-width: 100%;
  width: auto;
}
.factor-section2 .blockContent .boxContent .titleBlock {
  color: #1a3d75;
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .factor-section2 .blockContent .boxContent .titleBlock {
    margin-bottom: 20px;
    font-size: 22px;
  }
}
.factor-section2 .blockContent .boxContent .titleBlock span {
  color: #5aa4ee;
}
.factor-section2 .blockContent .boxContent .textBlock {
  font-size: 16px;
  color: #000000;
}
.factor-section2 .blockContent .boxContent .textBlock.centerText {
  text-align: center;
  margin-bottom: 30px;
}
.factor-section2 .blockContent .boxContent .textBlock.backText {
  background-color: #f2f2f2;
  padding: 8px 25px;
  border-radius: 8px;
}
.factor-section2 .blockContent .boxContent .textBlock.titleText {
  font-size: 20px;
  color: #1a3d75;
  margin-top: 30px;
}
.factor-section2 .blockContent .boxContent .textBlock.iconBoxFloat {
  position: relative;
  padding: 30px 90px;
  color: #1a3d75;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .factor-section2 .blockContent .boxContent .textBlock.iconBoxFloat {
    padding: 30px 60px;
  }
}
.factor-section2 .blockContent .boxContent .textBlock.iconBoxFloat .icon {
  position: absolute;
  bottom: 0;
  left: 5px;
  width: 50px;
  height: auto;
  max-width: 50px;
}
.factor-section2 .blockContent .boxContent .textBlock.iconBoxFloat .floatText {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #5aa4ee;
}
.factor-section2 .blockContent .boxContent .textBlock .color1 {
  color: #1a3d75;
}
.factor-section2 .blockContent .boxContent .textBlock .link {
  color: #5aa4ee;
  text-decoration: none;
}
.factor-section2 .blockContent .boxContent .contButton {
  display: flex;
  justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .factor-section2 .blockContent .boxContent .contButton {
    flex-direction: column;
  }
  .factor-section2 .blockContent .boxContent .contButton .button1 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.factor-section2 .blockContent .boxContent .button1 {
  background-color: #5aa4ee;
  border: 1px solid #5aa4ee;
  color: #ffffff;
  padding: 8px 30px;
  display: table;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
}
.factor-section2 .blockContent .boxContent .button1.center {
  margin: 25px auto 0;
}
.factor-section2 .blockContent .boxContent .button1:hover {
  text-decoration: none;
  background-color: #1a3d75;
  border: 1px solid #1a3d75;
}
.factor-section2 .blockContent .boxContent .button2 {
  background-color: #1a3d75;
  border: 1px solid #1a3d75;
  color: #ffffff;
  padding: 8px 30px;
  display: table;
  text-decoration: none;
  border-radius: 8px;
  transition: 0.5s ease-in-out;
}
.factor-section2 .blockContent .boxContent .button2:hover {
  text-decoration: none;
  background-color: #5aa4ee;
  border: 1px solid #5aa4ee;
}
.factor-section2 .blockContent .boxContent .listNormal li .colorList {
  color: #5aa4ee;
}
.factor-section2 .blockContent .boxContent .listNormal li::marker {
  color: #5aa4ee;
}
.factor-section2 .blockContent .boxContent .listNormal.listNumber {
  list-style: numeric;
}
.factor-section2 .blockContent .contentTable {
  max-width: 100%;
  overflow-x: auto;
}
.factor-section2 .blockContent .tableBox {
  margin-top: 40px;
  border-collapse: separate;
  border-spacing: 10px;
  margin-bottom: 40px;
  min-width: 60%;
}
@media screen and (max-width: 768px) {
  .factor-section2 .blockContent .tableBox {
    min-width: 700px;
    overflow-x: visible;
    table-layout: fixed;
  }
}
.factor-section2 .blockContent .tableBox td {
  padding: 15px;
}
.factor-section2 .blockContent .tableBox td p {
  margin-bottom: 0;
}
.factor-section2 .blockContent .tableBox .firstCol .color1Head {
  background-color: #1a3d75;
}
.factor-section2 .blockContent .tableBox .firstCol .color1Head .titleCol {
  color: #ffffff;
  margin-bottom: 0;
}
.factor-section2 .blockContent .tableBox .firstCol .color2Head {
  background-color: #454545;
}
.factor-section2 .blockContent .tableBox .firstCol .color2Head .titleCol {
  color: #ffffff;
  margin-bottom: 0;
}
.factor-section2 .blockContent .tableBox .col1 {
  background-color: #eef6fd;
}
.factor-section2 .blockContent .tableBox .col2 {
  background-color: #f2f2f2;
}
.factor-section2 .blockContent .tableBox .alignCol .textTable {
  display: flex;
  align-items: baseline;
  color: #000000;
}
.factor-section2 .blockContent .tableBox .alignCol .textTable .point {
  color: #5aa4ee;
  margin-right: 8px;
}
.factor-section2 .blockContent .tableBox .alignCol .textTable .link {
  text-decoration: none;
}
.factor-section2 .blockContent .tableBox .textTable .link {
  text-decoration: none;
  color: #5aa4ee;
}
.factor-section2 .bannerBlock {
  background-image: url("../files/feels-like-magic.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 0;
  margin-bottom: 40px;
}
.factor-section2 .bannerBlock .bannerTitle {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .factor-section2 .bannerBlock .bannerTitle {
    font-size: 25px;
  }
}
.factor-section2 .bannerBlock .bannerTitle span {
  color: #5aa4ee;
}
.factor-section2 .bannerBlock .bannerText {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .factor-section2 .bannerBlock .bannerText {
    font-size: 18px;
  }
}
.factor-section2 .bannerBlock .linkBanner {
  background-color: #5aa4ee;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease-in-out;
  border: 1px solid #5aa4ee;
  border-radius: 8px;
}
.factor-section2 .bannerBlock .linkBanner:hover {
  background-color: #1a3d75;
  border: 1px solid #1a3d75;
}
.factor-section2 .bannerBlock .imgRight {
  max-width: 100%;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  .factor-section2 .bannerBlock .imgRight {
    margin-top: 50px;
  }
}
.factor-section2 .bannerBlock .counterBanner {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
}
.factor-section2 .bannerBlock .counterBanner .box {
  max-width: 20%;
  width: 20%;
  flex: 0 0 20%;
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .factor-section2 .bannerBlock .counterBanner .box {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
  }
}
.factor-section2 .bannerBlock .counterBanner .box .count {
  color: #5aa4ee;
  font-size: 55px;
  margin-bottom: 0px;
  font-weight: 500;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.factor-section2 .bannerBlock .counterBanner .box .count.plus {
  transform: translateX(-15px);
}
.factor-section2 .bannerBlock .counterBanner .box .count.plus:before {
  content: "+";
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.factor-section2 .bannerBlock .counterBanner .box .count.money {
  transform: translateX(15px);
}
.factor-section2 .bannerBlock .counterBanner .box .count.money:before {
  content: "$";
  position: absolute;
  left: -35px;
  top: 50%;
  transform: translateY(-50%);
}
.factor-section2 .bannerBlock .counterBanner .box .textCount {
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 0;
}
.factor-section2 .subscribe-small {
  max-width: 500px;
}
.factor-section2 .subscribe-small .form-group {
  position: relative;
  width: 100%;
}
.factor-section2 .subscribe-small .form-group .form-control {
  background-color: #f2f2f2;
  max-width: 100%;
  border: 0;
  border-radius: 12px;
  padding: 20px 150px 20px 15px;
}
.factor-section2 .subscribe-small .form-group .form-control::-moz-placeholder {
  color: #000000;
}
.factor-section2 .subscribe-small .form-group .form-control::placeholder {
  color: #000000;
}
.factor-section2 .subscribe-small .form-group .form-control:focus {
  box-shadow: none;
}
.factor-section2 .subscribe-small .form-group .contButton {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
  height: 100%;
  padding: 10px 0;
  margin-top: 0;
  margin-bottom: 0;
}
.factor-section2 .subscribe-small .form-group .contButton input {
  color: #ffffff;
  background-color: #1a3d75;
  border-radius: 12px;
  height: 100%;
  padding: 10px 30px;
  border: 1px solid #1a3d75;
  transition: 0.5s ease-in-out;
}
.factor-section2 .subscribe-small .form-group .contButton input:hover {
  background-color: #5aa4ee;
  border: 1px solid #5aa4ee;
}
.factor-section2 .boxContentColor {
  margin-top: 40px;
  padding: 30px 20px;
  background-color: #f2f2f2;
  display: block;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}
.factor-section2 .boxContentColor img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
  margin-bottom: 20px;
  max-width: 150px;
}
.factor-section2 .boxContentColor .boxTitle {
  color: #1a3d75;
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  transition: 0.5s ease-in-out;
}
.factor-section2 .boxContentColor .boxText {
  color: #000000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
  min-height: 50px;
  transition: 0.5s ease-in-out;
}
@media screen and (max-width: 768px) {
  .factor-section2 .boxContentColor .boxText {
    min-height: auto;
  }
}
.factor-section2 .boxContentColor:hover {
  background-color: #1a3d75;
}
.factor-section2 .boxContentColor:hover .boxTitle {
  color: #ffffff;
}
.factor-section2 .boxContentColor:hover .boxText {
  color: #ffffff;
}/*# sourceMappingURL=custom.css.map */