@charset "UTF-8";
@import url(//fonts.googleapis.com/css2?family=Fira+Sans:wght@300;400;500;600;700&family=Roboto:wght@400;700&display=swap);
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 18px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  color: #333;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100%;
  overflow-x: hidden; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }
a:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s; }

.btn {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: inherit;
  text-decoration: none;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  position: relative;
  width: 100%;
  max-width: 240px;
  padding: 10px 20px;
  display: block;
  outline: none;
  border: #2d479d 1px solid;
  background-color: #2d479d;
  cursor: pointer; }
.btn:hover {
  background-color: #fff;
  color: #2d479d; }
.btn.inv {
  color: #2d479d;
  background-color: #fff; }
.btn.inv:hover {
  color: #fff;
  background-color: #2d479d; }

img {
  display: block; }

.container {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative; }

section {
  padding: 60px 0;
  background-color: #fff; }
section.light {
  background-color: #f2f2f2; }
section.withTopBanner {
  padding-top: 210px; }
section.withBottomBanner {
  padding-bottom: 210px; }
section.noPaddTop {
  padding-top: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Fira Sans", sans-serif;
  line-height: 1.2;
  font-weight: 600;
  color: #2d479d;
  margin-bottom: 20px; }
h1.headerComp, h2.headerComp, h3.headerComp, h4.headerComp, h5.headerComp, h6.headerComp {
  display: inline-block; }
h1.headerComp span, h2.headerComp span, h3.headerComp span, h4.headerComp span, h5.headerComp span, h6.headerComp span {
  font-size: 18px;
  font-size: 1rem;
  font-family: "Roboto", sans-serif;
  display: block;
  color: #4998f4;
  text-transform: uppercase;
  margin-bottom: 10px; }
h1.hCenter, h2.hCenter, h3.hCenter, h4.hCenter, h5.hCenter, h6.hCenter {
  display: block;
  text-align: center; }

h1, .h1 {
  font-size: 36px;
  font-size: 2rem; }

h2, .h2 {
  font-size: 32px;
  font-size: 1.77778rem; }

h3, .h3 {
  font-size: 28px;
  font-size: 1.55556rem; }

h4, .h4 {
  font-size: 26px;
  font-size: 1.44444rem; }

h5, .h5 {
  font-size: 22px;
  font-size: 1.22222rem; }

h6, .h6 {
  font-size: 18px;
  font-size: 1rem; }

p {
  line-height: 1.4; }
p + p {
  margin-top: 20px; }

.justify {
  text-align: justify; }

ul {
  line-height: 1.2; }
ul.alertList li {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end; }
ul.alertList li i {
  font-size: 24px;
  font-size: 1.33333rem;
  color: #999; }
ul.alertList li strong {
  padding-left: 30px; }
ul.alertList li + li {
  margin-top: 30px; }
ul.arrowList li {
  position: relative;
  padding-left: 25px; }
ul.arrowList li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 14px;
  font-size: 0.77778rem;
  color: #4998f4;
  position: absolute;
  left: 0;
  top: 3px; }
ul.arrowList li + li {
  margin-top: 20px; }

ol {
  line-height: 1.2; }
ol.numberList {
  list-style: none;
  counter-reset: circle-list; }
ol.numberList li {
  position: relative;
  counter-increment: circle-list;
  padding-left: 70px; }
ol.numberList li:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  font-size: 1.11111rem;
  text-align: center;
  font-weight: 700;
  color: #2d479d;
  content: counter(circle-list);
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  padding: 13px 0;
  display: block;
  background-color: #fff; }
ol.numberList li + li {
  margin-top: 30px; }
ol.numberList.simple li {
  padding-left: 45px; }
ol.numberList.simple li:before {
  width: auto;
  padding: 0;
  background-color: transparent; }

dl {
  line-height: 1.2; }

.fakeList {
  position: relative;
  padding-left: 66px; }
.fakeList span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 36px;
  height: 36px;
  background-color: #2d479d;
  display: block; }
.fakeList span i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  font-style: normal;
  color: #fff; }
.fakeList dl dt {
  color: #2d479d;
  font-weight: 700; }
.fakeList dl dt + dd {
  margin-top: 5px; }
.fakeList + .fakeList {
  margin-top: 20px; }
.fakeList.onlyDD dl dd {
  padding-top: 7px; }

strong {
  font-weight: 700; }

input[type="text"], input[type="password"], input[type="email"], textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 14px;
  font-size: 0.77778rem;
  font-family: "Roboto", sans-serif;
  width: 100%;
  padding: 10px;
  border: #ccc 1px solid; }
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus {
  outline: none;
  border-color: #2d479d; }

textarea {
  min-height: 240px; }

fieldset {
  margin-bottom: 15px; }

form .error {
  font-size: 12px;
  font-size: 0.66667rem;
  color: red; }

.carGridBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 100%;
  max-width: 400px;
  min-height: 180px;
  padding: 30px 20px;
  background-color: #fff;
  overflow: hidden; }
.carGridBox .carGridBoxBG {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  filter: alpha(opacity=0); }
.carGridBox .carGridBoxBG img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.carGridBox .carGridBoxInfo {
  position: relative;
  max-width: 260px; }
.carGridBox .carGridBoxInfo i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 50px;
  font-size: 2.77778rem;
  color: #003b80;
  display: block;
  margin-bottom: 20px; }
.carGridBox .carGridBoxInfo p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
  font-size: 1.11111rem;
  font-weight: 700;
  color: #333; }
.carGridBox:hover {
  background-color: #2d479d; }
.carGridBox:hover .carGridBoxBG {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.carGridBox:hover .carGridBoxInfo i {
  color: #fff; }
.carGridBox:hover .carGridBoxInfo p {
  color: #fff; }

.fullBgSection {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.fullBgSection img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

@media only screen and (max-width: 960px) {
  body.fixedBody {
    overflow: hidden; } }
@media only screen and (max-width: 640px) {
  section {
    padding: 40px 0; }
  section.withTopBanner {
    padding-top: 40px; }
  section.withBottomBanner {
    padding-bottom: 40px; }

  h1.headerComp span, h2.headerComp span, h3.headerComp span, h4.headerComp span, h5.headerComp span, h5.headerComp span {
    font-size: 16px;
    font-size: 0.88889rem; }

  h1, .h1 {
    font-size: 34px;
    font-size: 1.88889rem; }

  h2, .h2 {
    font-size: 30px;
    font-size: 1.66667rem; }

  h3, .h3 {
    font-size: 26px;
    font-size: 1.44444rem; }

  h4, .h4 {
    font-size: 22px;
    font-size: 1.22222rem; }

  h5, .h5 {
    font-size: 20px;
    font-size: 1.11111rem; }

  h6, .h6 {
    font-size: 16px;
    font-size: 0.88889rem; }

  p {
    font-size: 16px;
    font-size: 0.88889rem; }

  ol.numberList li {
    padding-left: 50px; }
  ol.numberList li:before {
    width: 40px;
    padding: 8px 0; }

  .fullBgSection {
    opacity: 0.2;
    filter: alpha(opacity=20); }
  .fullBgSection img {
    object-position: right; } }
header {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: fixed;
  width: 100%;
  padding: 30px 20px;
  z-index: 10; }
header .headerCont {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
header .headerCont .logo {
  width: 100%;
  max-width: 220px; }
header .headerCont .logo img {
  width: 100%;
  height: auto; }
header .headerCont .logo img.mov {
  display: none;
  max-width: 40px; }
header .headerCont .headerRight {
  position: relative; }
header .headerCont .headerRight .hamburguer {
  display: none; }
header .headerCont .headerRight .hRightTop {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  position: absolute;
  top: 0;
  right: 0; }
header .headerCont .headerRight .hRightTop .telLink {
  position: relative;
  display: block;
  padding-right: 30px; }
header .headerCont .headerRight .hRightTop .telLink i {
  font-size: 22px;
  font-size: 1.22222rem;
  position: absolute;
  right: 0;
  top: -4px; }
header .headerCont .headerRight .hRightTop .telLink:hover {
  color: #2d479d; }
header .headerCont .headerRight .hRightTop ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  position: relative;
  padding-left: 30px;
  margin-left: 30px;
  margin-top: -4px; }
header .headerCont .headerRight .hRightTop ul li a {
  font-size: 22px;
  font-size: 1.22222rem; }
header .headerCont .headerRight .hRightTop ul li a:hover {
  color: #2d479d; }
header .headerCont .headerRight .hRightTop ul li + li {
  margin-left: 20px; }
header .headerCont .headerRight .hRightTop ul:before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  content: "";
  left: 0;
  width: 1px;
  height: 30px;
  display: block;
  background-color: #4d4d4d; }
header .headerCont .headerRight nav {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 40px;
  padding-left: 20px; }
header .headerCont .headerRight nav > ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
header .headerCont .headerRight nav > ul > li {
  position: relative; }
header .headerCont .headerRight nav > ul > li .hmsBtn {
  display: none; }
header .headerCont .headerRight nav > ul > li > a {
  font-weight: 600;
  color: #2d479d;
  position: relative;
  display: block;
  padding: 15px; }
header .headerCont .headerRight nav > ul > li > a:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  content: "";
  width: 0;
  height: 1px;
  bottom: 5px;
  display: block;
  background-color: #2d479d; }
header .headerCont .headerRight nav > ul > li > a:hover:after {
  width: 100%; }
header .headerCont .headerRight nav > ul > li > a.pill {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  font-size: 18px;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  background-color: #2d479d;
  border: #2d479d 1px solid; }
header .headerCont .headerRight nav > ul > li > a.pill:hover {
  color: #2d479d;
  background-color: #fff; }
header .headerCont .headerRight nav > ul > li > a.pill:after {
  display: none; }
header .headerCont .headerRight nav > ul > li + li {
  margin-left: 25px; }
header .headerCont .headerRight nav > ul > li > ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 50px;
  width: 240px;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }
header .headerCont .headerRight nav > ul > li > ul li {
  position: relative;
  width: 100%; }
header .headerCont .headerRight nav > ul > li > ul li .hsSubBtn {
  display: none; }
header .headerCont .headerRight nav > ul > li > ul li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
  font-size: 0.77778rem;
  display: block;
  padding: 10px; }
header .headerCont .headerRight nav > ul > li > ul li a:hover {
  background-color: #f2f2f2; }
header .headerCont .headerRight nav > ul > li > ul li > ul {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 0px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 235px;
  top: 0;
  width: 300px;
  background-color: #fff;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none; }
header .headerCont .headerRight nav > ul > li > ul li.hasSub:after {
  content: "";
  font-family: "FontAwesome";
  position: absolute;
  top: 8px;
  right: 10px;
  pointer-events: none; }
header .headerCont .headerRight nav > ul > li > ul li + li {
  border-top: #f2f2f2 1px solid; }
header .headerCont .headerRight nav > ul > li > ul:before {
  content: "";
  position: absolute;
  left: 30px;
  top: -6px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 6px 7px;
  border-color: transparent transparent #fff transparent; }
header .headerCont .headerRight nav > ul > li:hover > ul {
  top: 45px;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto; }
header .headerCont .headerRight nav > ul > li:hover > ul li:hover > ul {
  left: 240px;
  opacity: 1;
  filter: alpha(opacity=100);
  pointer-events: auto; }
header.fixed {
  padding: 10px 20px;
  background-color: rgba(255, 255, 255, 0.95); }
header.fixed .headerCont .headerRight .hRightTop {
  top: -100px;
  margin-bottom: 0; }
header.fixed .headerCont .headerRight nav {
  margin-top: 0; }

@media only screen and (max-width: 1350px) {
  header .headerCont .headerRight nav > ul > li + li {
    margin-left: 10px; } }
@media only screen and (max-width: 1280px) {
  header .headerCont .headerRight nav > ul > li + li {
    margin-left: 2px; } }
@media only screen and (max-width: 1200px) {
  header .headerCont .logo {
    max-width: 220px; }
  header .headerCont .headerRight .hRightTop {
    font-size: 16px;
    font-size: 0.88889rem; }
  header .headerCont .headerRight nav > ul > li > a {
    font-size: 16px;
    font-size: 0.88889rem; }
  header .headerCont .headerRight nav > ul > li > a.pill {
    font-size: 16px;
    font-size: 0.88889rem;
    padding: 13px 20px; }
  header .headerCont .headerRight nav > ul > li + li {
    margin-left: 0; } }
@media only screen and (max-width: 1100px) {
  header .headerCont .logo {
    max-width: 220px; }
  header .headerCont .headerRight .hRightTop {
    font-size: 16px;
    font-size: 0.88889rem; }
  header .headerCont .headerRight nav > ul > li > a {
    padding: 15px 10px; } }
@media only screen and (max-width: 960px) {
  header {
    padding: 10px 20px; }
  header .headerCont .logo {
    position: relative;
    max-width: 50px;
    z-index: 20; }
  header .headerCont .logo img.desk {
    display: none; }
  header .headerCont .logo img.mov {
    display: block; }
  header .headerCont .headerRight .hamburguer {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: block;
    cursor: pointer;
    z-index: 20; }
  header .headerCont .headerRight .hamburguer span {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
    position: absolute;
    left: 5px;
    width: 30px;
    height: 1px;
    display: block;
    background-color: #333; }
  header .headerCont .headerRight .hamburguer span:nth-child(1) {
    top: 10px; }
  header .headerCont .headerRight .hamburguer span:nth-child(2) {
    top: 20px; }
  header .headerCont .headerRight .hamburguer span:nth-child(3) {
    top: 30px; }
  header .headerCont .headerRight .hamburguer.open span:nth-child(1) {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 20px; }
  header .headerCont .headerRight .hamburguer.open span:nth-child(2) {
    opacity: 0; }
  header .headerCont .headerRight .hamburguer.open span:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px; }
  header .headerCont .headerRight .hRightTop {
    position: relative;
    top: initial;
    right: initial;
    margin-right: 45px;
    z-index: 20; }
  header .headerCont .headerRight .hRightTop .telLink {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding-right: 0; }
  header .headerCont .headerRight .hRightTop .telLink span {
    display: none; }
  header .headerCont .headerRight .hRightTop .telLink i {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  header .headerCont .headerRight .hRightTop ul {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0; }
  header .headerCont .headerRight .hRightTop ul li a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px; }
  header .headerCont .headerRight .hRightTop ul li a i {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%; }
  header .headerCont .headerRight .hRightTop ul li + li {
    margin-left: 0; }
  header .headerCont .headerRight .hRightTop ul:before {
    display: none; }
  header .headerCont .headerRight nav {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    margin-top: 0;
    padding-left: 0;
    padding-top: 70px;
    background-color: #fff;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    pointer-events: none; }
  header .headerCont .headerRight nav > ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    height: calc(100vh - 70px);
    overflow: auto; }
  header .headerCont .headerRight nav > ul > li {
    position: relative;
    width: 100%; }
  header .headerCont .headerRight nav > ul > li.hasMainSub .hmsBtn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    cursor: pointer; }
  header .headerCont .headerRight nav > ul > li.hasMainSub .hmsBtn:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 9px;
    right: 20px;
    pointer-events: none; }
  header .headerCont .headerRight nav > ul > li.hasMainSub .hmsBtn.openM:after {
    content: "";
    font-family: "FontAwesome"; }
  header .headerCont .headerRight nav > ul > li > a {
    padding: 10px 20px; }
  header .headerCont .headerRight nav > ul > li > a:after {
    display: none; }
  header .headerCont .headerRight nav > ul > li > a.pill {
    text-align: center;
    width: calc(100% - 40px);
    margin: 20px auto 0; }
  header .headerCont .headerRight nav > ul > li > ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top: initial;
    left: initial;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    background-color: #f5f5f5;
    display: none; }
  header .headerCont .headerRight nav > ul > li > ul li {
    position: relative; }
  header .headerCont .headerRight nav > ul > li > ul li a {
    padding: 10px 20px; }
  header .headerCont .headerRight nav > ul > li > ul li + li {
    border-top: #e5e5e5 1px solid; }
  header .headerCont .headerRight nav > ul > li > ul li > ul {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    -ms-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    top: initial;
    left: initial !important;
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto;
    background-color: #e5e5e5;
    display: none; }
  header .headerCont .headerRight nav > ul > li > ul li > ul li + li {
    border-top: #ccc 1px solid; }
  header .headerCont .headerRight nav > ul > li > ul li.hasSub:after {
    display: none; }
  header .headerCont .headerRight nav > ul > li > ul li.hasSub .hsSubBtn {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 100%;
    height: 40px;
    left: 0;
    top: 0;
    cursor: pointer; }
  header .headerCont .headerRight nav > ul > li > ul li.hasSub .hsSubBtn:after {
    content: "";
    font-family: "FontAwesome";
    position: absolute;
    top: 9px;
    right: 20px;
    pointer-events: none; }
  header .headerCont .headerRight nav > ul > li > ul li.hasSub .hsSubBtn.openSubM:after {
    content: "";
    font-family: "FontAwesome"; }
  header .headerCont .headerRight nav > ul > li + li {
    border-top: #f5f5f5 1px solid; }
  header .headerCont .headerRight nav > ul > li:hover > ul {
    top: initial; }
  header .headerCont .headerRight nav.openNav {
    opacity: 1;
    filter: alpha(opacity=100);
    pointer-events: auto; }
  header.fixed {
    padding: 10px 20px; }
  header.fixed .headerCont .headerRight .hRightTop {
    top: initial; } }
footer .footerAgenda {
  padding: 40px 0;
  background: #4998f4;
  background: -moz-linear-gradient(45deg, #4998f4 0%, #003b80 100%);
  background: -webkit-gradient(45deg, color-stop(0%, #4998f4), color-stop(100%, #003b80));
  background: -webkit-linear-gradient(45deg, #4998f4 0%, #003b80 100%);
  background: -o-linear-gradient(45deg, #4998f4 0%, #003b80 100%);
  background: -ms-linear-gradient(45deg, #4998f4 0%, #003b80 100%);
  background: linear-gradient(45deg, #4998f4 0%, #003b80 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4998f4', endColorstr='#003b80', GradientType=0 ); }
footer .footerAgenda .footerAgendaText {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
footer .footerAgenda .footerAgendaText h3 {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff;
  margin-bottom: 0; }
footer .footerAgenda .footerAgendaText h3 i {
  font-size: 60px;
  font-size: 3.33333rem;
  margin-right: 40px; }
footer .footerAgenda .footerAgendaText h3 span {
  display: inline-block; }
footer .footerAgenda .footerAgendaText .btnPill {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  font-size: 18px;
  font-size: 1rem;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 20px;
  background-color: #569ff4;
  border: #569ff4 1px solid; }
footer .footerAgenda .footerAgendaText .btnPill:hover {
  color: #569ff4;
  background-color: #fff; }
footer .footerAgenda .footerAgendaText .btnPill:after {
  display: none; }
footer .footerTop {
  padding: 60px 0;
  background-color: #003b80; }
footer .footerTop .footerTopHeader {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: #fff 1px solid; }
footer .footerTop .footerTopHeader .logo {
  width: 100%;
  max-width: 320px; }
footer .footerTop .footerTopHeader .logo img {
  width: 100%;
  height: auto; }
footer .footerTop .footerTopHeader ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
footer .footerTop .footerTopHeader ul li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  display: block;
  color: #fff;
  width: 60px;
  height: 60px;
  background-color: #4998f4; }
footer .footerTop .footerTopHeader ul li a i {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 24px;
  font-size: 1.33333rem; }
footer .footerTop .footerTopHeader ul li a:hover {
  color: #4998f4;
  background-color: #fff; }
footer .footerTop .footerTopHeader ul li + li {
  margin-left: 10px; }
footer .footerTop .footerTopLinks {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: calc(100% + 20px);
  margin: 0 -10px; }
footer .footerTop .footerTopLinks .fTopCol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 0 10px; }
footer .footerTop .footerTopLinks .fTopCol h3 {
  color: #4998f4;
  width: 100%;
  margin-bottom: 30px; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul {
  width: calc(50% - 5px); }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: #fff; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li a {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  position: relative;
  color: #fff;
  display: inline-block; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li a:hover:after {
  bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100); }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li > ul {
  width: 100%;
  margin-top: 5px;
  padding-left: 20px; }
@media only screen and (max-width: 640px) {
  footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li > ul {
    padding-left: 0; } }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li > ul li {
  width: 100%; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li > ul li a {
  font-size: 13px;
  font-size: 0.72222rem; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li > ul li + li {
  margin-top: 5px; }
footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li + li {
  margin-top: 15px; }
footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress p {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 700;
  color: #fff; }
footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress p + a {
  margin-top: 20px; }
footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress a {
  font-weight: 700;
  color: #fff;
  position: relative;
  display: inline-block; }
footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress a strong {
  color: #4998f4; }
footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  filter: alpha(opacity=0); }
footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress a:hover:after {
  bottom: -5px;
  opacity: 1;
  filter: alpha(opacity=100); }
footer .footerBottom {
  background-color: #1a1a1a;
  padding: 20px 0; }
footer .footerBottom p {
  font-size: 16px;
  font-size: 0.88889rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  color: #fff;
  text-align: center; }

@media only screen and (max-width: 960px) {
  footer .footerAgenda .footerAgendaText {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  footer .footerAgenda .footerAgendaText .btnPill {
    margin-top: 20px; }
  footer .footerTop .footerTopLinks .fTopCol .fTopColMenu {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul {
    width: 100%; }
  footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul + ul {
    margin-top: 15px; } }
@media only screen and (max-width: 760px) {
  footer .footerAgenda .footerAgendaText h3 {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center; }
  footer .footerAgenda .footerAgendaText h3 i {
    margin-right: 0;
    margin-bottom: 20px; } }
@media only screen and (max-width: 640px) {
  footer .footerTop {
    padding: 40px 0; }
  footer .footerTop .footerTopHeader {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  footer .footerTop .footerTopHeader .logo {
    max-width: 280px; }
  footer .footerTop .footerTopHeader ul {
    margin-top: 20px; }
  footer .footerTop .footerTopHeader ul li a {
    width: 40px;
    height: 40px; }
  footer .footerTop .footerTopHeader ul li a i {
    font-size: 20px;
    font-size: 1.11111rem; }
  footer .footerTop .footerTopLinks {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  footer .footerTop .footerTopLinks .fTopCol {
    width: 100%;
    padding: 0; }
  footer .footerTop .footerTopLinks .fTopCol h3 {
    text-align: center;
    margin-bottom: 20px; }
  footer .footerTop .footerTopLinks .fTopCol .fTopColMenu ul li {
    text-align: center; }
  footer .footerTop .footerTopLinks .fTopCol .fMiddleAddress {
    text-align: center; }
  footer .footerTop .footerTopLinks .fTopCol + .fTopCol {
    margin-top: 30px; } }
.mainSlider {
  width: 100%;
  padding: 0; }
.mainSlider .mainSliderCarousel {
  margin-bottom: 0 !important; }
.mainSlider .mainSliderCarousel .mainSliderSld {
  position: relative;
  width: 100%;
  height: calc(100vh - 350px);
  min-height: 600px; }
.mainSlider .mainSliderCarousel .mainSliderSld .mSliderBG {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.mainSlider .mainSliderCarousel .mainSliderSld .mSliderBG img {
  width: 100%;
  height: 100%;
  object-fit: cover; }
.mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  width: 50%;
  max-width: 580px;
  padding-right: 60px;
  z-index: 1; }
.mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont p {
  font-size: 20px;
  font-size: 1.11111rem; }
.mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont p + [class*="btn"] {
  margin-top: 30px; }
.mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont.light h2, .mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont.light p {
  color: #fff; }
.mainSlider .mainSliderCarousel .slick-active .mSliderCont h2 {
  animation: fadeInDown 1s both 1s; }
.mainSlider .mainSliderCarousel .slick-active .mSliderCont p {
  animation: fadeInUp 1s both 1.5s; }
.mainSlider .mainSliderCarousel .slick-active .mSliderCont a {
  animation: fadeInUp 1s both 2s; }
.mainSlider .mainSliderCarousel .slick-dots {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: auto;
  height: 100%;
  top: 0;
  right: 30px;
  bottom: initial; }
.mainSlider .mainSliderCarousel .slick-dots li {
  width: 5px;
  height: 66px;
  margin: 10px 0;
  z-index: 1; }
.mainSlider .mainSliderCarousel .slick-dots li button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 5px;
  height: 66px;
  padding: 0;
  border: none;
  background-color: #fff; }
.mainSlider .mainSliderCarousel .slick-dots li button:before {
  display: none; }
.mainSlider .mainSliderCarousel .slick-dots li.slick-active button {
  background-color: #2d479d; }

.carouselGrid {
  position: relative; }
.carouselGrid .fullBgSection img {
  object-position: left; }
.carouselGrid .container {
  position: relative; }
.carouselGrid .carGridWelcome {
  text-align: center; }
.carouselGrid .carGridWelcome p {
  font-size: 20px;
  font-size: 1.11111rem;
  width: 100%;
  max-width: 900px;
  margin: 0 auto; }
.carouselGrid .carGridWelcome p + p {
  margin-top: 20px; }
.carouselGrid .carGridWelcome + .carGridSlider {
  margin-top: 30px; }
.carouselGrid .carGridSlider {
  margin-bottom: 0;
  padding-bottom: 40px; }
.carouselGrid .carGridSlider .cardGridSld {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: 100%; }
.carouselGrid .carGridSlider .cardGridSld .carGridBox {
  width: calc(25% - 20px);
  margin: 10px; }
.carouselGrid .carGridSlider .slick-arrow {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 40px;
  height: 40px; }
.carouselGrid .carGridSlider .slick-arrow:before {
  display: none; }
.carouselGrid .carGridSlider .slick-arrow:after {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 40px;
  font-size: 2.22222rem;
  color: #333; }
.carouselGrid .carGridSlider .slick-prev {
  left: -40px; }
.carouselGrid .carGridSlider .slick-prev:after {
  content: "";
  font-family: "FontAwesome"; }
.carouselGrid .carGridSlider .slick-prev:hover {
  left: -50px; }
.carouselGrid .carGridSlider .slick-next {
  right: -40px; }
.carouselGrid .carGridSlider .slick-next:after {
  content: "";
  font-family: "FontAwesome"; }
.carouselGrid .carGridSlider .slick-next:hover {
  right: -50px; }
.carouselGrid .carGridSlider .slick-dots {
  bottom: 0; }
.carouselGrid .carGridSlider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 5px; }
.carouselGrid .carGridSlider .slick-dots li button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  background-color: #808080; }
.carouselGrid .carGridSlider .slick-dots li button:before {
  display: none; }
.carouselGrid .carGridSlider .slick-dots li.slick-active button {
  background-color: #2d479d; }
.carouselGrid + .centersBtn {
  margin-top: -80px; }
@media only screen and (max-width: 640px) {
  .carouselGrid + .centersBtn {
    margin-top: -40px; } }

.carouselBannerComp {
  position: relative;
  padding: 0; }
.carouselBannerComp .carouselBannerCompWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  padding: 30px 60px;
  margin: 0; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  min-height: 300px; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldIcon i {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  display: block;
  background-color: #fff; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldIcon i:before {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 60px;
  font-size: 3.33333rem; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 150px);
  padding-right: 40px; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap {
  width: 100%;
  max-width: 820px; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  color: #fff; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 strong {
  font-size: 80px;
  font-size: 4.44444rem;
  margin-right: 20px; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 span {
  font-size: 30px;
  font-size: 1.66667rem; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap p {
  color: #fff; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-active .carBanSldIcon {
  animation: fadeInUp 1s both 1s; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-active .carBanSldText h2 {
  animation: fadeInDown 1s both 1s; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-active .carBanSldText p {
  animation: fadeInDown 1s both 1.5s; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  width: auto;
  height: 100%;
  top: 0;
  right: 30px;
  bottom: initial; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots li {
  width: 5px;
  height: 24px;
  margin: 8px 0;
  z-index: 1; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots li button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 5px;
  height: 24px;
  padding: 0;
  border: none;
  background-color: #fff; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots li button:before {
  display: none; }
.carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots li.slick-active button {
  background-color: #2d479d; }
.carouselBannerComp.float {
  background-color: transparent; }
.carouselBannerComp.float .carouselBannerCompWrap {
  margin-top: -150px;
  margin-bottom: -150px; }

.institutions h2 {
  text-align: center; }
.institutions p {
  text-align: center; }
.institutions .instGrid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-top: 40px; }
.institutions .instGrid li {
  width: 25%; }
.institutions .instGrid li img {
  width: 100%;
  height: auto; }

@media only screen and (max-width: 1280px) {
  .carouselGrid .carGridSlider {
    width: calc(100% - 40px);
    margin: 0 auto; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra p {
    max-width: initial; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra p + ul {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start;
    margin-top: 20px; } }
@media only screen and (max-width: 960px) {
  .mainSlider .mainSliderCarousel .mainSliderSld {
    min-height: initial;
    max-height: 550px; }
  .mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    text-align: center;
    width: 100%;
    padding: 30px;
    padding-right: 30px; }
  .mainSlider .mainSliderCarousel .mainSliderSld .mSliderCont [class*="btn"] {
    margin: 0 auto; }
  .mainSlider .mainSliderCarousel .slick-dots {
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: 100%;
    height: auto;
    top: initial;
    right: initial;
    bottom: 30px; }
  .mainSlider .mainSliderCarousel .slick-dots li {
    width: 50px;
    height: 5px;
    margin: 0 5px; }
  .mainSlider .mainSliderCarousel .slick-dots li button {
    width: 50px;
    height: 5px; }

  .carouselGrid .carGridSlider .cardGridSld .carGridBox {
    width: calc(33.33% - 20px); }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeft ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeft ul li + li {
    margin-left: 0;
    margin-top: 20px; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra ul {
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra ul li + li {
    margin-left: 20px;
    margin-top: 0; }

  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider {
    padding: 40px 20px; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 strong {
    font-size: 60px;
    font-size: 3.33333rem; } }
@media only screen and (max-width: 760px) {
  .carouselGrid .carGridWelcome p {
    font-size: 18px;
    font-size: 1rem; }
  .carouselGrid .carGridIntro {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .carouselGrid .carGridIntro .logo {
    max-width: 240px; }
  .carouselGrid .carGridIntro p {
    width: 100%;
    margin-top: 20px; }
  .carouselGrid .carGridSlider {
    padding-bottom: 0; }
  .carouselGrid .carGridSlider .cardGridSld .carGridBox {
    width: calc(50% - 20px); }

  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider {
    padding: 40px 30px 50px; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldIcon {
    margin-bottom: 20px; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText {
    width: 100%;
    padding-right: 0; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 {
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    text-align: center; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 strong {
    font-size: 40px;
    font-size: 2.22222rem; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap p {
    text-align: center; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots {
    flex-direction: row;
    -webkit-box-direction: row;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    width: calc(100% - 60px);
    height: auto;
    top: initial;
    right: initial;
    bottom: 30px; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots li {
    width: 50px;
    height: 5px;
    margin: 0 5px; }
  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .slick-dots li button {
    width: 50px;
    height: 5px; } }
@media only screen and (max-width: 640px) {
  .carouselGrid .carGridIntro p {
    font-size: 16px;
    font-size: 0.88889rem; }
  .carouselGrid .carGridSlider {
    width: 100%; }
  .carouselGrid .carGridSlider .cardGridSld .carGridBox {
    width: 100%;
    margin: 0 auto; }
  .carouselGrid .carGridSlider .cardGridSld .carGridBox + .carGridBox {
    margin-top: 20px; }
  .carouselGrid .carGridSlider .cardGridSld + .cardGridSld {
    margin-top: 20px; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeft p {
    font-size: 18px;
    font-size: 1rem; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra ul {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .carouselGrid .carGridPromo .carGridPromoInfo .carGridPromoLeftExtra ul li + li {
    margin-left: 0;
    margin-top: 10px; }

  .carouselBannerComp .carouselBannerCompWrap .carBannerSlider .carBanSld .carBanSldText .carBanSldTextWrap h2 span {
    font-size: 26px;
    font-size: 1.44444rem; }
  .carouselBannerComp.float .carouselBannerCompWrap {
    margin-top: 0;
    margin-bottom: 0; }

  .articleGrid h2 {
    margin-bottom: 20px; } }
.bannerPage {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  position: relative;
  min-height: 500px;
  background-color: #fff; }
.bannerPage .banPageText {
  position: relative;
  width: 100%;
  max-width: 520px; }
.bannerPage.onlyTitle .banPageText h1 {
  margin-bottom: 80px; }

.compSimple2Col {
  position: relative; }
.compSimple2Col .cs2ColIntro {
  text-align: center; }
.compSimple2Col .cs2ColIntro + .cs2ColWrap {
  margin-top: 40px; }
.compSimple2Col .cs2ColWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.compSimple2Col .cs2ColWrap .cs2ColBox {
  width: calc(50% - 30px); }
.compSimple2Col .cs2ColWrap .cs2ColBox .cs2ColIcon i {
  font-size: 80px;
  font-size: 4.44444rem;
  color: #2d479d; }
.compSimple2Col .cs2ColWrap .cs2ColBox .cs2ColIcon i + h3 {
  margin-top: 20px; }
.compSimple2Col .cs2ColWrap .cs2ColBox .cs2ColIcon h3 {
  font-size: 22px;
  font-size: 1.22222rem;
  color: #4998f4; }
.compSimple2Col .cs2ColWrap .cs2ColBox .cs2ColIcon h3 span {
  display: block;
  color: #2d479d;
  margin-top: 10px; }
.compSimple2Col .cs2ColWrap .cs2ColBox .cs2ColBoxImg img {
  width: 100%;
  height: auto; }

.floatBannerText {
  position: relative;
  padding: 0;
  margin-top: -150px;
  margin-bottom: -150px;
  background: transparent;
  z-index: 1; }
.floatBannerText .floatBannerTextComp {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto; }
.floatBannerText .floatBannerTextComp .fBanCont {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  min-height: 300px;
  padding: 0 40px;
  position: relative;
  text-align: center; }
.floatBannerText .floatBannerTextComp .fBanCont h2 {
  color: #fff;
  max-width: 960px;
  margin: 0 auto; }
.floatBannerText .floatBannerTextComp .fBanCont h2 + p {
  margin-top: 20px; }
.floatBannerText .floatBannerTextComp .fBanCont h2.light {
  font-weight: 400; }
.floatBannerText .floatBannerTextComp .fBanCont h2.light strong {
  font-weight: 600; }
.floatBannerText .floatBannerTextComp .fBanCont p {
  font-size: 20px;
  font-size: 1.11111rem;
  color: #fff;
  max-width: 860px;
  margin: 0 auto; }
.floatBannerText .floatBannerTextComp .fBanContFlex {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  padding: 40px;
  position: relative;
  max-width: 1050px;
  margin: 0 auto; }
.floatBannerText .floatBannerTextComp .fBanContFlex .fBanIcon {
  font-size: 150px;
  font-size: 8.33333rem;
  color: #fff; }
.floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp {
  color: #fff;
  padding-left: 40px; }
.floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp p {
  font-size: 16px;
  font-size: 0.88889rem;
  font-weight: 600;
  margin: 0; }
.floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
.floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText p {
  font-size: 26px;
  font-size: 1.44444rem; }
.floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText p.big {
  font-size: 80px;
  font-size: 4.44444rem;
  margin-right: 20px; }
.floatBannerText.minBottom {
  margin-top: 0;
  margin-bottom: -30px; }
.floatBannerText.noNegMar {
  margin-top: 0;
  margin-bottom: 0; }
.floatBannerText.lessNegPad {
  margin-top: -30px;
  margin-bottom: -30px; }

.comp3ColCardText {
  position: relative; }
.comp3ColCardText .c3ColCardTextIntro {
  text-align: center; }
.comp3ColCardText .c3ColCardTextIntro p {
  font-size: 20px;
  font-size: 1.11111rem; }
.comp3ColCardText .c3ColCardTextWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  margin-top: 40px; }
.comp3ColCardText .c3ColCardTextWrap .c3ColCardTextBox {
  text-align: center;
  width: calc(33.33% - 20px); }
.comp3ColCardText .c3ColCardTextWrap .c3ColCardTextBox img {
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
.comp3ColCardText .c3ColCardTextWrap .c3ColCardTextBox h3 {
  font-size: 22px;
  font-size: 1.22222rem; }

.textImgSimple2Col .tiSimple2ColWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColLeft {
  width: calc(50% - 20px); }
.textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColLeft img {
  width: 100%;
  height: auto; }
.textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColRight {
  width: calc(50% - 20px); }
.textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColRight p + ul {
  margin-top: 20px; }
.textImgSimple2Col .tiSimple2ColWrap.vCenter {
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }

.downloadApp {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 420px;
  margin-bottom: 100px; }
.downloadApp .downAppWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center; }
.downloadApp .downAppWrap .downAppImg {
  position: absolute;
  left: calc(100% - 770px);
  bottom: -120px; }
.downloadApp .downAppWrap .downAppText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 480px;
  padding-left: 40px; }
.downloadApp .downAppWrap .downAppText h2.headerComp span {
  color: #25c0b9; }
.downloadApp .downAppWrap .downAppText ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-top: 30px; }
.downloadApp .downAppWrap .downAppText ul li a img {
  width: auto;
  max-height: 50px; }
.downloadApp .downAppWrap .downAppText ul li + li {
  margin-left: 20px; }

.introSimpleText {
  text-align: center; }
.introSimpleText p {
  max-width: 740px;
  margin: 0 auto; }

.compSimple3Col {
  position: relative; }
.compSimple3Col .cs3ColIntro {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 40px; }
.compSimple3Col .cs3ColIntro.noLeftCol {
  padding-left: 33.33%; }
.compSimple3Col .cs3ColIntro h2 {
  margin-bottom: 0; }
.compSimple3Col .cs3ColIntro p {
  font-size: 20px;
  font-size: 1.11111rem; }
.compSimple3Col .cs3ColWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  width: 100%; }
.compSimple3Col .cs3ColWrap .cs3ColElement {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(33.33% - 27px);
  position: relative; }
.compSimple3Col .cs3ColWrap .cs3ColElement .cs3ColEleImg img {
  width: 100%;
  height: auto; }
.compSimple3Col .cs3ColWrap .cs3ColElement .cs3ColEleImg.floatLeft img {
  position: relative;
  width: 120%;
  left: -20%; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  bottom: -80px;
  padding: 20px;
  width: 120%;
  margin-top: 40px; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul {
  position: relative;
  width: calc(100% - 40px); }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li {
  position: relative;
  padding-left: 30px; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 24px;
  font-size: 1.33333rem;
  color: #fff; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a strong {
  width: calc(100% - 60px); }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  border: #fff 2px solid; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a span i {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  font-size: 20px;
  font-size: 1.11111rem; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a:hover span {
  background-color: #fff; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a:hover span i {
  color: #2d479d; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  background-color: #62a6f5;
  display: block; }
.compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li + li {
  margin-top: 20px; }
.compSimple3Col .cs3ColWrap.noLeftCol {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 33.33%; }
.compSimple3Col .cs3ColWrap.noLeftCol .cs3ColElement {
  width: calc(50% - 20px); }
.compSimple3Col.overz {
  z-index: 1; }

.bannerSimple {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  position: relative;
  min-height: 420px; }
.bannerSimple .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end;
  position: relative; }
.bannerSimple .container h2.hMaxWiwth {
  max-width: 640px; }
.bannerSimple .container .fullBgSection img {
  width: calc(100% - 40px);
  left: 20px; }
.bannerSimple .container .banSimpleText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  max-width: 640px; }
.bannerSimple .container .banSimpleText .headerComp + .numberList {
  margin-top: 40px; }
.bannerSimple .container .banSimpleText p + [class*="btn"] {
  margin-top: 30px; }
.bannerSimple .container .banSimpleText .lightedBanner {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding: 30px;
  margin-top: 40px; }
.bannerSimple .container .banSimpleText .lightedBanner .fullBgSection img {
  width: calc(100% + 100px); }
.bannerSimple .container .banSimpleText .lightedBanner p {
  font-size: 20px;
  font-size: 1.11111rem;
  font-family: "Fira Sans", sans-serif;
  color: #fff;
  position: relative; }
.bannerSimple .container .banSimpleText.extend {
  max-width: 780px; }
.bannerSimple .ban2ColText {
  width: 100%; }
.bannerSimple .ban2ColText .ban2ColTextWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify;
  padding-top: 20px; }
.bannerSimple .ban2ColText .ban2ColTextWrap .ban2ColTextEle {
  width: calc(50% - 20px); }
.bannerSimple .ban2ColText .ban2ColTextWrap.alignBottom {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end; }
.bannerSimple .banSimpleGridIcon {
  margin-top: 10px; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-top: 20px; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  padding: 20px;
  border-right: #333 1px solid;
  border-bottom: #333 1px solid; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox i {
  font-size: 50px;
  font-size: 2.77778rem;
  color: #4998f4;
  display: block;
  margin-bottom: 20px; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox h3 {
  font-size: 22px;
  font-size: 1.22222rem; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox p {
  margin-top: 20px; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(3) {
  border-right: none; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(4) {
  border-bottom: none; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(5) {
  border-bottom: none; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(6) {
  border-right: none;
  border-bottom: none; }
.bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox.blue p {
  color: #003b80;
  font-weight: 600; }
.bannerSimple .banSimpleIconList {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 20px; }
.bannerSimple .banSimpleIconList li {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  margin: 20px 20px 0 0; }
.bannerSimple .banSimpleIconList li i {
  font-size: 60px;
  font-size: 3.33333rem;
  color: #4998f4; }
.bannerSimple .banSimpleIconList li span {
  font-size: 22px;
  font-size: 1.22222rem;
  font-family: "Fira Sans", sans-serif;
  color: #2d479d;
  font-weight: 600;
  display: block;
  padding-left: 20px; }
.bannerSimple .banSimpleIconList.percent {
  margin: 20px 0; }
.bannerSimple .banSimpleIconList.percent li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 20px;
  width: 33.33%;
  margin: 0; }
.bannerSimple .banSimpleIconList.percent li span {
  font-size: 18px;
  font-size: 1rem; }
.bannerSimple .appLogos {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  margin-top: 40px; }
.bannerSimple .appLogos li:first-child img {
  max-width: 120px;
  height: auto; }
.bannerSimple .appLogos li:last-child img {
  max-width: 142px;
  height: auto; }
.bannerSimple .appLogos li + li {
  margin-left: 20px; }
.bannerSimple .banSimpleRowsIcon {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
.bannerSimple .banSimpleRowsIcon .banSimpRowsIco {
  text-align: center;
  width: 150px;
  margin-top: 20px; }
.bannerSimple .banSimpleRowsIcon .banSimpRowsIco i {
  font-size: 60px;
  font-size: 3.33333rem;
  color: #4998f4; }
.bannerSimple .banSimpleRowsIcon .banSimpRowsIco p {
  color: #003b80;
  margin-top: 10px; }
.bannerSimple.imgBgInner .container .fullBgSection {
  width: calc(100% - 40px);
  left: 20px; }
.bannerSimple.imgBgInner .container .banSimpleText {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  min-height: 460px;
  padding: 40px; }
.bannerSimple.invert .container {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -ms-flex-pack: start; }

.compSpecial32Cols .cSp32ColsWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsLeft {
  width: calc(60% - 15px); }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsRight {
  width: calc(40% - 15px); }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsImg img {
  width: 100%;
  height: auto; }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsFancyText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  background: #4998f4;
  background: -moz-linear-gradient(90deg, #4998f4 0%, #2d479d 100%);
  background: -webkit-gradient(90deg, color-stop(0%, #4998f4), color-stop(100%, #2d479d));
  background: -webkit-linear-gradient(90deg, #4998f4 0%, #2d479d 100%);
  background: -o-linear-gradient(90deg, #4998f4 0%, #2d479d 100%);
  background: -ms-linear-gradient(90deg, #4998f4 0%, #2d479d 100%);
  background: linear-gradient(90deg, #4998f4 0%, #2d479d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4998f4', endColorstr='#2d479d', GradientType=0 );
  text-align: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 20px; }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsFancyText h2 {
  color: #fff; }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsFancyText p {
  font-size: 22px;
  font-size: 1.22222rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  color: #fff; }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsFancyText2 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-direction: column;
  -webkit-box-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px;
  background-color: #f2f2f2; }
.compSpecial32Cols .cSp32ColsWrap .cSp32ColsFancyText2 p {
  font-weight: 600;
  color: #003b80; }
.compSpecial32Cols .cSp32ColsWrap .cSp32TitleWithIcons {
  margin-top: 30px; }
.compSpecial32Cols .cSp32ColsWrap .cSp32TitleWithIcons .cSp32TitleWithIconsWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  padding-top: 10px; }
.compSpecial32Cols .cSp32ColsWrap .cSp32TitleWithIcons .cSp32TitleWithIconsWrap .cSp32IconBox {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  padding-top: 10px;
  margin-right: 30px; }
.compSpecial32Cols .cSp32ColsWrap .cSp32TitleWithIcons .cSp32TitleWithIconsWrap .cSp32IconBox i {
  font-size: 60px;
  font-size: 3.33333rem;
  color: #2d479d; }
.compSpecial32Cols .cSp32ColsWrap .cSp32TitleWithIcons .cSp32TitleWithIconsWrap .cSp32IconBox p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  color: #2d479d;
  padding-left: 20px; }
.compSpecial32Cols .cSp32ColsWrap .cSp32TitleWithIcons .cSp32TitleWithIconsWrap .cSp32IconBox p strong {
  display: block;
  color: #4998f4; }
.compSpecial32Cols.invert .cSp32ColsWrap .cSp32ColsLeft {
  width: calc(40% - 15px); }
.compSpecial32Cols.invert .cSp32ColsWrap .cSp32ColsRight {
  width: calc(60% - 15px); }
.compSpecial32Cols.larger .cSp32ColsWrap .cSp32ColsRight {
  width: calc(60% - 60px); }

.threeColorBoxes {
  padding: 0; }
.threeColorBoxes .threeColorBoxesWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
  max-width: 960px;
  margin: 0 auto; }
.threeColorBoxes .threeColorBoxesWrap .txBox {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 33.33%;
  padding: 30px 20px;
  background-color: #2d479d; }
.threeColorBoxes .threeColorBoxesWrap .txBox i {
  font-size: 60px;
  font-size: 3.33333rem;
  color: #4998f4;
  display: block;
  margin-bottom: 20px; }
.threeColorBoxes .threeColorBoxesWrap .txBox h3 {
  color: #fff; }
.threeColorBoxes .threeColorBoxesWrap .txBox p {
  color: #fff; }
.threeColorBoxes .threeColorBoxesWrap .txBox.alter {
  background-color: #2a65a8; }

.barIconSpecial .barIconSpecialWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  padding-top: 20px; }
.barIconSpecial .barIconSpecialWrap .barIcoSpList {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70%;
  padding-right: 30px; }
.barIconSpecial .barIconSpecialWrap .barIcoSpList ul {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.barIconSpecial .barIconSpecialWrap .barIcoSpList ul li {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 25%;
  padding: 0 10px; }
.barIconSpecial .barIconSpecialWrap .barIcoSpList ul li i {
  font-size: 60px;
  font-size: 3.33333rem;
  color: #4998f4; }
.barIconSpecial .barIconSpecialWrap .barIcoSpList ul li span {
  font-weight: 700;
  color: #2d479d;
  display: block;
  margin-top: 20px; }
.barIconSpecial .barIconSpecialWrap .barIcoSpMsg {
  width: 30%; }
.barIconSpecial .barIconSpecialWrap .barIcoSpMsg p {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600; }

.twoVideos .twoVideosWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.twoVideos .twoVideosWrap .twoVideoBox {
  position: relative;
  width: calc(50% - 10px); }
.twoVideos .twoVideosWrap .twoVideoBox .overlay {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.4); }
.twoVideos .twoVideosWrap .twoVideoBox img {
  width: 100%;
  height: auto; }
.twoVideos .twoVideosWrap .twoVideoBox:after {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  content: "";
  font-family: "FontAwesome";
  font-size: 40px;
  font-size: 2.22222rem;
  color: #fff; }
.twoVideos .twoVideosWrap .twoVideoBox:hover .overlay {
  background-color: rgba(0, 0, 0, 0.6); }
.twoVideos .twoVideosWrap .twoVideoBox:hover:after {
  font-size: 50px;
  font-size: 2.77778rem; }

.heartScheme h2 {
  max-width: 420px; }
.heartScheme .heartSchemeWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  padding-top: 20px; }
.heartScheme .heartSchemeWrap .heartSchemeList {
  width: 420px; }
.heartScheme .heartSchemeWrap .heartSchemeImg {
  width: calc(100% - 420px); }
.heartScheme .heartSchemeWrap .heartSchemeImg img {
  width: 100%;
  height: auto; }

.heartScheme2 {
  position: relative;
  background: #e5e5e5;
  background: -moz-linear-gradient(0deg, rgba(229, 229, 229, 0) 0%, #e5e5e5 100%);
  background: -webkit-linear-gradient(0deg, rgba(229, 229, 229, 0) 0%, #e5e5e5 100%);
  background: linear-gradient(0deg, rgba(229, 229, 229, 0) 0%, #e5e5e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#e5e5e5",GradientType=1); }
.heartScheme2 .container {
  position: initial; }
.heartScheme2 .heartScheme2Wrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Left {
  width: 420px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2FloatBanner {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.33%; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2FloatBanner img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2FloatBanner p {
  font-size: 24px;
  font-size: 1.33333rem;
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  position: relative;
  color: #fff;
  padding: 30px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2Img {
  position: relative; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2Img img {
  float: right;
  width: 100%;
  max-width: 320px;
  height: auto;
  margin-top: 40px;
  margin-right: 20px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 420px);
  padding-left: 40px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  flex-wrap: wrap;
  -webkit-box-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 33.33%;
  margin: 20px 0;
  padding: 0 20px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box span {
  font-size: 32px;
  font-size: 1.77778rem;
  color: #4998f4;
  display: block;
  font-weight: 700;
  margin-bottom: 20px; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(1) {
  border-right: #333 1px solid; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(2) {
  border-right: #333 1px solid; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(4) {
  border-right: #333 1px solid; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(5) {
  border-right: #333 1px solid; }
.heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(7) {
  border-right: #333 1px solid; }

.contactPage {
  position: relative;
  background-color: #f2f2f2; }
.contactPage .contactPageMap {
  position: absolute;
  left: 0;
  top: 0;
  width: 55%;
  height: 100%; }
.contactPage .contactPageMap img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover; }
.contactPage .container {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end; }
.contactPage .container .contactPageText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 45%;
  padding-left: 40px; }
.contactPage .container .contactPageText .contactPageTextWrap .contactPageGroup {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.contactPage .container .contactPageText .contactPageTextWrap .contactPageGroup .contactPageGroupLetter {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 40px;
  height: 40px;
  background-color: #003b80;
  position: relative; }
.contactPage .container .contactPageText .contactPageTextWrap .contactPageGroup .contactPageGroupLetter span {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: 700; }
.contactPage .container .contactPageText .contactPageTextWrap .contactPageGroup .contactPageGroupInfo {
  width: calc(100% - 60px); }
.contactPage .container .contactPageText .contactPageTextWrap .contactPageGroup .contactPageGroupInfo h3 {
  font-size: 18px;
  font-size: 1rem;
  margin-top: 10px; }
.contactPage .container .contactPageText .contactPageTextWrap .contactPageGroup + .contactPageGroup {
  margin-top: 30px; }
.contactPage .container .contactPageText .contactPageForm {
  margin-top: 30px; }
.contactPage .container .contactPageText .contactPageForm form {
  margin-top: 20px; }
.contactPage .container .contactPageText .contactPageForm form .btnForm {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -ms-flex-pack: end; }

.articleGrid h2 {
  margin-bottom: 40px; }
.articleGrid .articleGridWrap {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
.articleGrid .articleGridWrap .articleBox {
  position: relative;
  width: calc(33.33% - 15px); }
.articleGrid .articleGridWrap .articleBox .articleBoxImg {
  position: relative;
  overflow: hidden; }
.articleGrid .articleGridWrap .articleBox .articleBoxImg img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  width: 100%;
  height: auto; }
.articleGrid .articleGridWrap .articleBox .articleBoxImg .articleBoxText {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px; }
.articleGrid .articleGridWrap .articleBox .articleBoxImg .articleBoxText span {
  font-size: 14px;
  font-size: 0.77778rem;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 20px;
  background-color: #4998f4; }
.articleGrid .articleGridWrap .articleBox .articleBoxImg .articleBoxText h3 {
  color: #fff;
  margin-bottom: 0; }
.articleGrid .articleGridWrap .articleBox .articleBoxImg + .articleBoxOutText {
  margin-top: 20px; }
.articleGrid .articleGridWrap .articleBox .articleBoxImg + .articleBoxOutText p {
  font-style: italic; }
.articleGrid .articleGridWrap .articleBox:hover .articleBoxImg img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1); }

.centersBtn h2, .centersBtn h3 {
  text-align: center;
  text-transform: uppercase; }
.centersBtn .centersBtnList {
  display: -webkit-box;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  webkit-display: -webkit-flex !important;
  display: -webkit-flex !important;
  display: flex !important;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-flex-pack: justify; }
@media only screen and (max-width: 640px) {
  .centersBtn .centersBtnList {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; } }
.centersBtn .centersBtnList li {
  width: calc(50% - 10px); }
@media only screen and (max-width: 640px) {
  .centersBtn .centersBtnList li {
    width: 100%; }
  .centersBtn .centersBtnList li + li {
    margin-top: 20px; } }
.centersBtn .centersBtnList li a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 22px;
  font-size: 1.22222rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 100%;
  padding: 20px;
  background: #3a5dae;
  background: -moz-linear-gradient(45deg, #3a5dae 0%, #4998f4 100%);
  background: -webkit-linear-gradient(45deg, #3a5dae 0%, #4998f4 100%);
  background: linear-gradient(45deg, #3a5dae 0%, #4998f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3a5dae",endColorstr="#4998f4",GradientType=1); }
@media only screen and (max-width: 640px) {
  .centersBtn .centersBtnList li a {
    font-size: 18px;
    font-size: 1rem; } }

@media only screen and (max-width: 1100px) {
  .heartScheme2 .heartScheme2Wrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Left {
    width: 100%; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2FloatBanner {
    width: 100%;
    text-align: center; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Left .heartScheme2Img img {
    float: none;
    max-width: 280px;
    margin: 40px auto 0; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px; } }
@media only screen and (max-width: 960px) {
  .floatBannerText .floatBannerTextComp .fBanCont h2 {
    font-size: 26px;
    font-size: 1.44444rem; }
  .floatBannerText .floatBannerTextComp .fBanContFlex {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanIcon {
    text-align: center; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp {
    padding-left: 0;
    margin-top: 20px; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText {
    margin-top: 10px; }
  .floatBannerText.minBottom {
    margin-bottom: 0; }
  .floatBannerText.lessNegPad {
    margin-top: 0;
    margin-bottom: 0; }

  .compSimple3Col .cs3ColIntro.noLeftCol {
    padding-left: 0; }
  .compSimple3Col .cs3ColWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    width: 100%;
    margin: 0 auto; }
  .compSimple3Col .cs3ColWrap .cs3ColElement {
    width: 100%;
    padding: 0; }
  .compSimple3Col .cs3ColWrap .cs3ColElement .cs3ColEleImg.floatLeft img {
    left: initial;
    width: 100%; }
  .compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList {
    position: relative;
    bottom: initial;
    width: 100%; }
  .compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul {
    width: 100%; }
  .compSimple3Col .cs3ColWrap .cs3ColElement + .cs3ColElement {
    margin-top: 30px; }
  .compSimple3Col .cs3ColWrap.noLeftCol {
    padding-left: 0; }
  .compSimple3Col .cs3ColWrap.noLeftCol .cs3ColElement {
    width: 100%; }

  .compSpecial32Cols .cSp32ColsWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .compSpecial32Cols .cSp32ColsWrap .cSp32ColsLeft {
    width: 100%; }
  .compSpecial32Cols .cSp32ColsWrap .cSp32ColsLeft + .cSp32ColsRight {
    margin-top: 30px; }
  .compSpecial32Cols .cSp32ColsWrap .cSp32ColsRight {
    width: 100%; }
  .compSpecial32Cols .cSp32ColsWrap .cSp32ColsFancyText p {
    font-size: 20px;
    font-size: 1.11111rem; }
  .compSpecial32Cols.invert .cSp32ColsWrap .cSp32ColsLeft {
    width: 100%; }
  .compSpecial32Cols.invert .cSp32ColsWrap .cSp32ColsRight {
    width: 100%; }
  .compSpecial32Cols.larger .cSp32ColsWrap .cSp32ColsLeft {
    width: 100%; }
  .compSpecial32Cols.larger .cSp32ColsWrap .cSp32ColsRight {
    width: 100%; }

  .bannerSimple.imgBgInner .container .fullBgSection img {
    object-position: right; }

  .barIconSpecial .barIconSpecialWrap .barIcoSpList ul {
    flex-wrap: wrap;
    -webkit-box-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap; }
  .barIconSpecial .barIconSpecialWrap .barIcoSpList ul li {
    width: 50%;
    padding: 10px; }

  .heartScheme h2 {
    max-width: initial; }
  .heartScheme .heartSchemeWrap {
    flex-direction: column-reverse;
    -webkit-box-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse; }
  .heartScheme .heartSchemeWrap .heartSchemeList {
    width: 100%; }
  .heartScheme .heartSchemeWrap .heartSchemeImg {
    width: 100%; }

  .contactPage {
    padding: 0; }
  .contactPage .contactPageMap {
    position: relative;
    left: initial;
    top: initial;
    width: 100%;
    height: 320px; }
  .contactPage .container {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .contactPage .container .contactPageText {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
    margin-bottom: 30px; }
  .contactPage .container .contactPageText .contactPageForm form .btnForm {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    -ms-flex-pack: start; } }
@media only screen and (max-width: 760px) {
  .comp3ColCardText .c3ColCardTextIntro p {
    font-size: 18px;
    font-size: 1rem; }
  .comp3ColCardText .c3ColCardTextWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    margin-top: 40px; }
  .comp3ColCardText .c3ColCardTextWrap .c3ColCardTextBox {
    text-align: center;
    width: 100%; }
  .comp3ColCardText .c3ColCardTextWrap .c3ColCardTextBox + .c3ColCardTextBox {
    margin-top: 30px; }

  .textImgSimple2Col .tiSimple2ColWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColLeft {
    width: 100%; }
  .textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColLeft + .tiSimple2ColRight {
    margin-top: 30px; }
  .textImgSimple2Col .tiSimple2ColWrap .tiSimple2ColRight {
    width: 100%; }

  .articleGrid .articleGridWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .articleGrid .articleGridWrap .articleBox {
    width: 100%;
    max-width: 480px; }
  .articleGrid .articleGridWrap .articleBox + .articleBox {
    margin-top: 20px; } }
@media only screen and (max-width: 640px) {
  .bannerPage {
    min-height: 380px; }
  .bannerPage .banPageText {
    text-align: center; }

  .compSimple2Col .cs2ColIntro + .cs2ColWrap {
    margin-top: 30px; }
  .compSimple2Col .cs2ColWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .compSimple2Col .cs2ColWrap .cs2ColBox {
    text-align: center;
    width: 100%; }
  .compSimple2Col .cs2ColWrap .cs2ColBox + .cs2ColBox {
    margin-top: 20px; }

  .floatBannerText {
    margin-top: 0;
    margin-bottom: 0; }
  .floatBannerText .fullBgSection {
    opacity: 1;
    filter: alpha(opacity=100); }
  .floatBannerText .floatBannerTextComp .fBanCont {
    padding: 40px 20px; }
  .floatBannerText .floatBannerTextComp .fBanCont p {
    font-size: 18px;
    font-size: 1rem; }
  .floatBannerText .floatBannerTextComp .fBanContFlex {
    text-align: center; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanIcon {
    font-size: 100px;
    font-size: 5.55556rem; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText p {
    font-size: 18px;
    font-size: 1rem; }
  .floatBannerText .floatBannerTextComp .fBanContFlex .fBanTextComp .fBanBigText p.big {
    font-size: 40px;
    font-size: 2.22222rem;
    margin-right: 0 !important; }

  .comp3ColExtImg .c3ColExtImgWrap h2 {
    text-align: center; }
  .comp3ColExtImg .c3ColExtImgWrap .c3ColExtImgCols {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .comp3ColExtImg .c3ColExtImgWrap .c3ColExtImgCols .c3ColExtImgBox {
    text-align: center;
    width: 100%;
    padding: 0 !important; }
  .comp3ColExtImg .c3ColExtImgWrap .c3ColExtImgCols .c3ColExtImgBox:after {
    display: none !important; }
  .comp3ColExtImg .c3ColExtImgWrap .c3ColExtImgCols .c3ColExtImgBox + .c3ColExtImgBox {
    margin-top: 30px; }
  .comp3ColExtImg .c3ColExtImgExtra {
    display: -webkit-box;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    webkit-display: -webkit-flex !important;
    display: -webkit-flex !important;
    display: flex !important;
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    -ms-flex-align: center; }
  .comp3ColExtImg .c3ColExtImgExtra picture img {
    width: 100%;
    max-width: 160px;
    height: auto; }
  .comp3ColExtImg .c3ColExtImgExtra picture + .c3ColExtImgExtraText {
    margin-top: 30px; }
  .comp3ColExtImg .c3ColExtImgExtra .c3ColExtImgExtraText {
    position: relative;
    left: initial;
    top: initial;
    padding: 30px; }
  .comp3ColExtImg .c3ColExtImgExtra .c3ColExtImgExtraText:before {
    width: 100%; }

  .downloadApp {
    margin-bottom: 0; }
  .downloadApp .fullBgSection img {
    object-position: -1600px; }
  .downloadApp .downAppWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .downloadApp .downAppWrap .downAppImg {
    position: relative;
    left: initial;
    bottom: initial; }
  .downloadApp .downAppWrap .downAppImg img {
    max-width: 200px;
    height: auto;
    margin: 0 auto; }
  .downloadApp .downAppWrap .downAppText {
    width: 100%;
    padding-left: 0;
    margin-top: 30px; }

  .compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a {
    font-size: 20px;
    font-size: 1.11111rem; }
  .compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a span {
    width: 30px;
    height: 30px; }
  .compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li a span i {
    font-size: 14px;
    font-size: 0.77778rem; }
  .compSimple3Col .cs3ColWrap .cs3ColElement .specialLinkList ul li:before {
    top: 8px; }

  .bannerSimple {
    min-height: 480px; }
  .bannerSimple .container .banSimpleText .headerComp + .numberList {
    margin-top: 20px; }
  .bannerSimple .container .banSimpleText .lightedBanner {
    width: 100%; }
  .bannerSimple .container .banSimpleText .lightedBanner .fullBgSection {
    opacity: 1;
    filter: alpha(opacity=100); }
  .bannerSimple .container .banSimpleText .lightedBanner .fullBgSection img {
    width: 100%; }
  .bannerSimple .ban2ColText .ban2ColTextWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .bannerSimple .ban2ColText .ban2ColTextWrap .ban2ColTextEle {
    width: 100%; }
  .bannerSimple .ban2ColText .ban2ColTextWrap .ban2ColTextEle + .ban2ColTextEle {
    margin-top: 20px; }
  .bannerSimple .banSimpleGridIcon {
    margin-top: 20px; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox {
    width: 50%; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox i {
    font-size: 50px;
    font-size: 2.77778rem;
    color: #4998f4;
    display: block;
    margin-bottom: 20px; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox h3 {
    font-size: 22px;
    font-size: 1.22222rem; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox p {
    margin-top: 20px; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(2) {
    border-right: none; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(3) {
    border-right: #333 1px solid; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(4) {
    border-right: none;
    border-bottom: #333 1px solid; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(5) {
    border-bottom: none; }
  .bannerSimple .banSimpleGridIcon .banSimpleGridIconWrap .banSimpGridIconBox:nth-child(6) {
    border-right: none;
    border-bottom: none; }
  .bannerSimple .banSimpleIconList.percent {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .bannerSimple .banSimpleIconList.percent li {
    width: 100%;
    padding-right: 0; }
  .bannerSimple .banSimpleIconList.percent li + li {
    margin-top: 20px; }
  .bannerSimple.imgBgInner .container .fullBgSection {
    width: 100%; }
  .bannerSimple.imgBgInner .container .fullBgSection img {
    object-position: left; }
  .bannerSimple.imgBgInner .container .banSimpleText {
    min-height: initial;
    background-color: rgba(255, 255, 255, 0.3); }

  .threeColorBoxes .threeColorBoxesWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .threeColorBoxes .threeColorBoxesWrap .txBox {
    width: 100%; }

  .barIconSpecial .barIconSpecialWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .barIconSpecial .barIconSpecialWrap .barIcoSpList {
    width: 100%;
    padding-right: 0; }
  .barIconSpecial .barIconSpecialWrap .barIcoSpList ul li {
    width: 100%; }
  .barIconSpecial .barIconSpecialWrap .barIcoSpList + .barIcoSpMsg {
    margin-top: 30px; }
  .barIconSpecial .barIconSpecialWrap .barIcoSpMsg {
    width: 100%; }
  .barIconSpecial .barIconSpecialWrap .barIcoSpMsg p {
    text-align: center; }

  .twoVideos .twoVideosWrap {
    flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column; }
  .twoVideos .twoVideosWrap .twoVideoBox {
    width: 100%; }
  .twoVideos .twoVideosWrap .twoVideoBox + .twoVideoBox {
    margin-top: 20px; }

  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box {
    width: 100%;
    padding: 20px;
    margin: 0; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(1) {
    border-right: none; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(2) {
    border-right: none; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(3) {
    border-right: none; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(4) {
    border-right: none; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(5) {
    border-right: none; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box:nth-child(7) {
    border-right: none; }
  .heartScheme2 .heartScheme2Wrap .heartScheme2Right .heartScheme2Grid .heartScheme2Box + .heartScheme2Box {
    border-top: #333 1px solid; } }
@font-face {
  font-family: "icomfm";
  src: url("fonts/mfmicons.eot?y9dla6");
  src: url("fonts/mfmicons.eot?y9dla6#iefix") format("embedded-opentype"), url("fonts/mfmicons.ttf?y9dla6") format("truetype"), url("fonts/mfmicons.woff?y9dla6") format("woff"), url("fonts/mfmicons.svg?y9dla6#mfmicons") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomfm" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mfm1:before {
  content: ""; }

.icon-mfm2:before {
  content: ""; }

.icon-mfm3:before {
  content: ""; }

.icon-mfm4:before {
  content: ""; }

.icon-mfm5:before {
  content: ""; }

.icon-mfm6:before {
  content: ""; }

.icon-mfm7:before {
  content: ""; }

.icon-mfm8:before {
  content: ""; }

.icon-mfm9:before {
  content: ""; }

.icon-mfm10:before {
  content: ""; }

.icon-mfm11:before {
  content: ""; }

.icon-mfm12:before {
  content: ""; }

.icon-mfm13:before {
  content: ""; }

.icon-mfm14:before {
  content: ""; }

.icon-mfm15:before {
  content: ""; }

.icon-mfm16:before {
  content: ""; }

.icon-mfm17:before {
  content: ""; }

.icon-mfm18:before {
  content: ""; }

.icon-mfm19:before {
  content: ""; }

.icon-mfm20:before {
  content: ""; }

.icon-mfm21:before {
  content: ""; }

.icon-mfm22:before {
  content: ""; }

.icon-mfm23:before {
  content: ""; }

.icon-mfm24:before {
  content: ""; }

.icon-mfm25:before {
  content: ""; }

.icon-mfm26:before {
  content: ""; }

.icon-mfm27:before {
  content: ""; }

.icon-mfm29:before {
  content: ""; }

.icon-mfm30:before {
  content: ""; }

.icon-mfm31:before {
  content: ""; }

.icon-mfm32:before {
  content: ""; }

.icon-mfm33:before {
  content: ""; }

.icon-mfm34:before {
  content: ""; }

.icon-mfm35:before {
  content: ""; }

.icon-mfm36:before {
  content: ""; }

.icon-mfm37:before {
  content: ""; }

.icon-mfm38:before {
  content: ""; }

.icon-mfm39:before {
  content: ""; }

.icon-mfm40:before {
  content: ""; }

.icon-mfm41:before {
  content: ""; }

.icon-mfm42:before {
  content: ""; }

.icon-mfm43:before {
  content: ""; }

.icon-mfm44:before {
  content: ""; }

.icon-mfm45:before {
  content: ""; }

.icon-mfm46:before {
  content: ""; }

.icon-mfm47:before {
  content: ""; }

.icon-mfm48:before {
  content: ""; }

.icon-mfm49:before {
  content: ""; }

.icon-mfm50:before {
  content: ""; }

.icon-mfm51:before {
  content: ""; }

.icon-mfm52:before {
  content: ""; }

.icon-mfm53:before {
  content: ""; }

.icon-mfm54:before {
  content: ""; }

.icon-mfm55:before {
  content: ""; }

.icon-mfm56:before {
  content: ""; }

.icon-mfm57:before {
  content: ""; }

.icon-mfm58:before {
  content: ""; }

.icon-mfm59:before {
  content: ""; }

.icon-mfm60:before {
  content: ""; }

.icon-mfm61:before {
  content: ""; }

.icon-mfm62:before {
  content: ""; }

.icon-mfm63:before {
  content: ""; }

.icon-mfm64:before {
  content: ""; }

.icon-mfm67:before {
  content: ""; }

.icon-mfm68:before {
  content: ""; }

.icon-mfm69:before {
  content: ""; }

.icon-mfm70:before {
  content: ""; }

.icon-mfm71:before {
  content: ""; }

.icon-mfm73:before {
  content: ""; }

.icon-mfm74:before {
  content: ""; }

.icon-mfm75:before {
  content: ""; }

.icon-mfm76:before {
  content: ""; }

.icon-mfm77:before {
  content: ""; }

.icon-mfm78:before {
  content: ""; }

.icon-mfm79:before {
  content: ""; }

.icon-mfm80:before {
  content: ""; }

.icon-mfm81:before {
  content: ""; }

.icon-mfm82:before {
  content: ""; }

.icon-mfm83:before {
  content: ""; }

.icon-mfm84:before {
  content: ""; }

.icon-mfm85:before {
  content: ""; }

.icon-mfm86:before {
  content: ""; }

.icon-mfm87:before {
  content: ""; }

.icon-mfm88:before {
  content: ""; }

.icon-mfm89:before {
  content: ""; }

.icon-mfm90:before {
  content: ""; }

.icon-mfm91:before {
  content: ""; }
