@import url(http://fonts.googleapis.com/css?family=Roboto:400,300);html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
address,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
footer,
header,
nav,
section,
summary,
button,
select,
input {
  font-family: "Noto Sans KR", "Roboto", "Apple SD Gothic Neo", "malgun gothic", "dotum", sans-serif;
}

/* 디폴트*/
a,
a:hover {
  text-decoration: none;
}

.view-m {
  display: none !important;
}

.pr-mb-ss {
  margin-bottom: 20px !important;
}
.pr-mb-s {
  margin-bottom: 30px !important;
}
.pr-mb-n {
  margin-bottom: 50px !important;
}
.pr-mb-l {
  margin-bottom: 100px !important;
}
.inr-c {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.pc-hide {
  display: none !important;
}

.btn_type1 {
  font-size: 15px;
  max-width: 273px;
  padding: 10px 60px 10px 20px;
  color: #005793;
  border: 1px solid #005793;
  text-align: left;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  font-weight: 500;
}
.btn_type1.ml {
  margin-left: 5px;
}
.btn_type1 i {
  position: absolute;
  right: 15px;
  top: 13px;
}

.group_font.line {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}
.group_font p {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 15px;
}
.group_font p:first-child {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .group_font.line {
    padding-bottom: 30px;
  }
  .btn_type1 {
    font-size: 13px;
    max-width: none;
    padding: 5px 30px 5px 10px;
  }
  .btn_type1.ml {
    margin-left: 5px;
  }
  .btn_type1 i {
    position: absolute;
    right: 10px;
    top: 9px;
  }
}

@media screen and (max-width: 1300px) {
  .pc-hide {
    display: block !important;
  }
  .mobile-hide {
    display: none !important;
  }
  .pr-mb-ss {
    margin-bottom: 10px !important;
  }
  .pr-mb-s {
    margin-bottom: 20px !important;
  }
  .pr-mb-n {
    margin-bottom: 30px !important;
  }
  .pr-mb-l {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 1240px) {
  .inr-c {
    max-width: 1200px;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1240px) {
  .view-m {
    display: block !important;
  }
  .hide-m {
    display: none !important;
  }
}

/*//디폴트*/

/*헤더*/
#header_wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 80px;
  background: #fff;
  border-bottom: 1px #ddd solid;
  z-index: 999;
}
#header_wrap:after {
  content: "";
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  background: #fff;
  z-index: -1;
  display: none;
}
#header_wrap.open:after {
  display: block;
}

#header_wrap h1 {
  display: inline-block;
  width: 150px;
  height: 81px;
}
#header_wrap h1:nth-child(2) {
  position: absolute;
  right: 0;
}
#header_wrap h1 a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-size: 100px auto;
}
#header_wrap .with_logo {
  position: absolute;
  right: 0;
  top: 27px;
}

.site_map_btn {
  position: absolute;
  top: 29px;
  right: 180px;
  width: 25px;
  height: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}

.site_map_btn .line {
  width: 24px;
  height: 2px;
  background: #000;
  display: inline-block;
  box-shadow: 0 7px 0 #000, 0 -7px 0 #000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
}

.site_map_btn .line:after {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: block;
  position: absolute;
  content: " ";
  width: 24px;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.site_map_btn.open .line {
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0), 0 -10px 30px rgba(255, 255, 255, 0);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.site_map_btn.open .line:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#header_fake {
  height: 81px;
  opacity: 0;
  visibility: hidden;
}
#header_wrap .gnb_wrap {
  /* overflow:hidden; */
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 81px;
  margin: 0 auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

#menu_wrap * {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu_wrap {
  position: absolute;
  left: 19%;
  top: 0;
  width: 760px;
}
#menu_wrap #dropmenu {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
}
#menu_wrap #dropmenu > li {
  display: inline-block;
  width: auto;
  height: 81.5px;
  line-height: 81.5px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
}

#menu_wrap #dropmenu > li > a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #222;
  padding-right: 65px;
}
#menu_wrap #dropmenu > li.active > a,
#menu_wrap #dropmenu > li > a:hover {
  color: #005891;
}

#menu_wrap #dropmenu > li > ul {
  position: absolute;
  top: 80px;
  width: 100%;
  max-width: 179px;
  padding: 15px;
  padding-top: 25px;
  font-size: 0;
  line-height: 0;
  padding-left: 0;
  display: none;
}
/*#header_wrap.open #menu_wrap #dropmenu > li > ul {
  display: block;
}*/
#menu_wrap #dropmenu > li > ul li {
}
#menu_wrap #dropmenu > li > ul li a {
  display: block;
  height: auto;
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: -0.5px;
  color: #222;
  font-size: 16px;
  margin-bottom: 20px;
}
#menu_wrap #dropmenu > li > ul li a:hover,
#menu_wrap #dropmenu > li > ul li.active > a {
  color: #005891;
}

@media screen and (max-width: 1299px) {
  .web {
    display: block;
  }
  .web2 {
    display: none;
  }
  .tablet {
    display: block;
  }
  .mobile {
    display: none;
  }

  #header_fake,
  #header_wrap,
  header div.gnb_wrap {
    height: 70px;
  }
  #header_wrap h1 {
    display: block;
    width: 208px;
    height: 70px;
    margin-left: 20px;
  }
  #header_wrap h1:nth-child(2) {
    display: none;
  }
  #header_wrap h1 a {
    background-size: 65px auto;
  }
  #header_wrap .with_logo {
    display: none;
  }
  .site_map_btn {
    top: 20px;
    right: 20px;
  }
  #header_wrap:after {
    display: none !important;
  }
  #menu_wrap {
    position: absolute;
    right: 0;
    left: auto;
    bottom: auto;
    top: 56px;
    width: 230px;
    background-color: #fff;
  }
  #menu_wrap #dropmenu {
    padding-left: 0;
  }
  #menu_wrap #dropmenu > li {
    text-indent: 20px;
    border-bottom: 1px solid #e5e5e5;
    height: auto;
  }
  #menu_wrap button.all_menu_close {
    top: -45px;
    right: 20px;
  }
  #menu_wrap #dropmenu > li {
    width: 100%;
    line-height: 45px;
  }
  #menu_wrap #dropmenu > li > a {
    background: url(../images/common/icon_mobile_1depth.png) no-repeat right top;
    background-size: 45px;
  }
  #menu_wrap #dropmenu > li > a.solo {
    background: none;
  }
  #menu_wrap #dropmenu > li:nth-child(4) > a,
  #menu_wrap #dropmenu > li:nth-child(5) > a {
    background: none;
  }
  #menu_wrap #dropmenu > li > a.on {
    background: url(../images/common/icon_mobile_1depth.png) no-repeat right bottom;
    background-size: 45px;
  }
  #menu_wrap #dropmenu > li ul {
    display: none;
    margin-top: 0;
    background: #f5f5f5;
  }
  #menu_wrap #dropmenu > li ul li {
    margin-left: 0;
    height: 45px;
    line-height: 45px;
    text-indent: 35px;
    border-bottom: 1px solid #e5e5e5;
  }
  #menu_wrap #dropmenu > li ul li:first-child {
    border-top: 1px solid #e5e5e5;
  }
  #menu_wrap #dropmenu > li ul li:last-child {
    border-bottom: none;
  }
  #menu_wrap #dropmenu > li ul li a {
    font-size: 13px;
  }

  #header_wrap #menu_wrap {
    display: none;
  }
  #header_wrap.open #menu_wrap {
    display: block;
  }
  #header_wrap.open #menu_wrap #dropmenu > li > ul {
    display: none;
  }
  #menu_wrap #dropmenu > li > ul {
    position: relative;
    top: 0;
    width: 100%;
    padding: 0 !important;
  }
  #menu_wrap #dropmenu > li > ul li {
    height: auto;
    line-height: 1;
  }
  #menu_wrap #dropmenu > li > ul li a {
    display: block;
    height: auto;
    font-size: 13px;
    margin-bottom: 0;
    padding: 10px 22px;
    text-align: left;
    text-indent: 0;
    color: #222;
  }
}

@media screen and (max-width: 767px) {
  #menu_wrap {
    width: 100%;
    background-color: #fff;
    border-top: 1px #ddd solid;
  }
  #header_fake {
    height: 70px;
  }
  #header_wrap .gnb_wrap {
    height: 70px;
  }
  #header_wrap h1 {
    width: 208px;
    height: 70px;
    margin-bottom: 0;
  }
}

/*// 헤더*/

/*메인비주얼*/

body #banner .slick-dots {
  right: auto;
  left: 50%;
  top: auto;
  bottom: 5%;
  font-size: 0;
  margin-left: -546px;
}

body #banner .slick-dots li {
  width: 40px;
  height: 40px;
  display: inline-block;
}
body #banner .slick-dots li button {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #fff;
  font-weight: 600;
  border: 1px solid transparent;
  /*margin: 0 5px;*/
  padding: 0;
  cursor: pointer;
  font-size: 13px;
}
body #banner .slick-dots li.slick-active button {
  border-color: #fff;
}
body #banner .slick-dots li button:before {
  display: none;
}
body #banner .banner-text .container .inner-text:before {
  display: none;
}

body #banner .banner-text .container:before {
  display: none;
}
body #banner .banner-text .container:after {
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
  content: "";
}
body #banner .banner-text .container .inner-text {
  width: 75%;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
body #banner .banner-text .container .inner-text .banner-title {
  font-size: 48px;
  line-height: 60px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 4px 1px;
}
#banner .banner-text .container .inner-text .banner-caption {
  margin-top: 30px;
  font-size: 30px;
  line-height: 60px;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 4px 1px;
  border-left: 0;
  padding-left: 0;
  font-weight: 500;
}

@media screen and (max-width: 1240px) {
  body #banner .slick-dots li {
    width: 30px;
    height: 30px;
  }
  body #banner .slick-dots {
    left: 5px;
    top: auto;
    bottom: 5%;
    margin-left: 0;
    margin-bottom: 0;
  }
  body #banner .banner-text .container .inner-text {
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  body #banner .slick-dots {
    left: 5px;
    top: auto;
    bottom: 1%;
    margin-left: 0;
  }
  body #banner .slick-dots li {
    width: 30px;
    height: 30px;
  }
  body #banner .slick-dots li button {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    border: 1px solid transparent;
    /*margin: 0 5px;*/
    padding: 0;
    cursor: pointer;
    font-size: 12px;
  }

  body #banner .banner-text .container .inner-text .banner-title {
    font-size: 26px;
    line-height: 1.4;
  }

  #banner #slick-slide02 .img {
    background-position: 69% 50%;
  }
}

/*//메인비주얼*/

/* 서브 페이지 공통 */
div.bg_top01 {
  height: 260px;
  background: url(../img/sub/subTitle_bg_introduction.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top02 {
  height: 260px;
  background: url(../img/sub/subTitle_bg_businessInformation.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top03 {
  height: 260px;
  background: url(../img/sub/subTitle_bg_prCenter.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top04 {
  height: 260px;
  background: url(../img/sub/subTitle_bg_customerSupport.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top05 {
  height: 260px;
  background: url(../img/sub/subTitle_bg_social.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top_sub h2 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
}
div.location {
  height: 50px;
  border-bottom: 1px solid #cccccc;
}
div.location li {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.location > div {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
div.location > div li {
  line-height: 50px;
  box-sizing: border-box;
}
div.location > div ul li {
  background: #fff;
}
div.location > div > ul.lnb {
  position: relative;
  font-size: 0;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
}
div.location > div > ul.lnb > li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  font-size: 15px;
  border-right: 1px solid #cccccc;
  vertical-align: top;
  box-sizing: border-box;
}
div.location > div > ul.lnb > li.dep2 {
  display: none;
}
div.location > div > ul.lnb > li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #333;
}
div.location > div > ul.lnb li.active a {
  color: #005891;
  font-weight: 700;
}
div.location > div > ul.lnb > li a:hover {
  color: #005891;
}
div.location > div > ul.lnb > li:first-child {
  width: 50px;
  height: 49px;
  padding: 0;
  text-align: center;
  text-indent: -9999px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  box-sizing: border-box;
}
div.location > div > ul.lnb > li:first-child a {
  color: transparent;
}
div.location > div > ul.lnb > li:not(first-child) {
  width: 200px;
}
div.location > div > ul.lnb > li > ul {
  display: none;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
div.location > div > ul.lnb > li:nth-child(2) ul {
  position: absolute;
  top: 49px;
  left: 49px;
  z-index: 200;
}
/*div.location > div > ul.lnb > li:nth-child(3) ul {
  position: absolute;
  top: 49px;
  left: 249px;
  z-index: 200;
}*/
div.location > div > ul.lnb > li > ul li {
  width: 199px;
  text-indent: 20px;
}
div.location > div > ul.lnb > li:nth-child(3) ul li {
  border-left: 0;
}
div.location > div > ul.lnb > li.share_btn_wrap {
  position: relative;
  float: right;
  width: 50px;
  height: 50px;
  border: none;
}
div.location > div > ul.lnb > li button {
  width: 100%;
  height: 50px;
  font-weight: 700;
  text-align: left;
  text-indent: 20px;
  border-bottom: 1px solid #cccccc;
  background: url(../../../../img/uno-v3/lnb_arrow.png) no-repeat 150px 0;
}
div.location > div > ul.lnb > li button span.hidden {
  position: absolute;
  color: transparent;
  z-index: -1;
}
div.location > div > ul.lnb > li button.active {
  background-position: 150px -50px;
}

/*//서브 페이지 공통*/

/*서브비주얼*/

div.bg_top01 {
  height: 260px;
  background: url(../images/common/subTitle_bg_1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top02 {
  height: 260px;
  background: url(../images/common/subTitle_bg_2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top03 {
  height: 260px;
  background: url(../images/common/subTitle_bg_3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top04 {
  height: 260px;
  background: url(../images/common/subTitle_bg_4.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 1299px) {
  div.bg_top01,
  div.bg_top02,
  div.bg_top03,
  div.bg_top04,
  div.bg_top05 {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  /* 서브 페이지 공통 */
  div.bg_top_sub h2 {
    font-size: 25px;
    line-height: 25px;
    padding-top: 60px;
  }

  div.bg_top01,
  div.bg_top02,
  div.bg_top03,
  div.bg_top04 {
    height: 150px;
    padding: 0 15px;
    background-position: -100px 50%;
  }
  div.bg_top04 {
    background-position: -490px 50%;
  }
  div.content_top h2 {
    padding-top: 50px;
  }
}

/*//서브비주얼*/

/* 푸터 */
footer {
  position: relative;
  border-top: 1px solid #e5e5e5;
}
footer * {
  font-size: 14px;
  line-height: 14px;
  color: #7c7c7c;
}
footer div.footer_wrap {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 52px 25px 60px;
  box-sizing: border-box;
}
footer div.footer_wrap .footer_logo {
  position: absolute;
  width: 98px;
  height: 37px;
  left: 25px;
  top: 52px;
}
footer div.footer_wrap .footer_logo p {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../images/common/main_logo_footer.png) no-repeat 0% 50%;
  text-indent: -9999px;
}

footer div.address_box {
  margin-left: 156px;
}
footer div.address_wrap {
  font-size: 0;
}
/*footer div.address_wrap address ,
footer div.address_wrap p{ display:inline; }*/
footer p.copyright,
footer div.address_wrap p.add1 span {
  position: relative;
  display: inline-block;
  color: #7c7c7c;
}
footer div.address_wrap p.add1 span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 14px;
  background: #a3a3a3;
}
footer div.address_wrap p.add1 span.none:after {
  display: none;
}
/*footer div.address_wrap p.address_call::after{ content:''; display:inline-block; width:1px; height:12px; margin:0 14px; background:#a3a3a3; }*/
/*footer div.address_wrap p:last-child { margin-right:0; }*/
/*footer div.address_wrap address:after { content:''; display:inline-block; width:1px; height:12px; margin:0 14px; background:#a3a3a3; }*/
.footer_wrap .add1 b.h {
  color: #005891;
}
.footer_wrap .add1 b.t {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2px;
}
@media screen and (max-width: 767px) {
  footer div.footer_wrap {
    padding: 20px 20px 40px;
  }
  footer div.footer_wrap .footer_logo {
    display: none;
  }
  footer div.address_box {
    margin-left: 0px;
  }
  footer * {
    font-size: 12px;
    line-height: 28px;
  }
  footer div.address_wrap p.add1 span::after {
    display: none;
  }
  footer div.address_wrap p.address_call::after {
    display: none;
  }
  footer div.address_wrap address:after {
    height: 10px;
    margin: 0 10px;
  }
}

ul.main_contents,
ul.main_contents ul,
ul.main_contents li {
  list-style: none;
  padding: 0;
}
ul.main_contents li.info_wrap {
  margin-top: 75px;
}
div#contents .main_contents h4 {
  font-size: 40px;
  text-align: center;
  color: #003f68;
  font-weight: 700;
}
li.info_wrap p.h4_desc {
  margin: 25px 0 70px;
  font-size: 16px;
  font-weight: 500;
  color: #262626;
  text-align: center;
}

ul.main_contents li.info_wrap.bg2 {
  background-color: #e9f0f5;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  ul.main_contents li.info_wrap {
    margin-top: 40px;
  }
  ul.main_contents li.info_wrap.bg2 {
    padding: 60px 0;
  }
  div.all_menu_wrap ul.all_menu > li ul.depth_2 li a span {
    font-size: 13px;
  }
}

.lst_col_ty1 {
  text-align: center;
  font-size: 0;
}
.lst_col_ty1 li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}

.lst_col_ty1 li .thumb {
  width: 392px;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  display: block;
  overflow: hidden;
}
.lst_col_ty1 li .thumb .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  -webkit-transition: all 600ms cubic-bezier(0.65, 0.075, 0.28, 1); /* older webkit */
  background-size: cover;
  -webkit-transition: all 600ms cubic-bezier(0.65, 0.075, 0.28, 1.01);
  transition: all 600ms cubic-bezier(0.65, 0.075, 0.28, 1.01); /* custom */
}
.lst_col_ty1 li .cont {
  position: relative;
  padding: 17px;
  padding-right: 30px;
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: background 300ms cubic-bezier(0.65, 0.075, 0.28, 1); /* older webkit */
  -webkit-transition: background 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01);
  transition: background 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01); /* custom */
}
.lst_col_ty1 li .cont i {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 15px;
  margin-top: -6px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.65, 0.075, 0.28, 1); /* older webkit */
  -webkit-transition: all 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01);
  transition: all 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01); /* custom */
}

.lst_col_ty1 li a:hover .thumb .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lst_col_ty1 li a:hover .cont {
  background-color: #005891;
  color: #fff;
}
.lst_col_ty1 li a:hover .cont i {
  opacity: 1;
  right: 10px;
}
@media screen and (max-width: 1260px) {
  .lst_col_ty1 li .thumb {
    width: 300px;
  }
}

@media screen and (max-width: 980px) {
  .lst_col_ty1 li {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
  .lst_col_ty1 li:first-child {
    margin-top: 0;
  }
  .lst_col_ty1 li .thumb {
    width: 100%;
    padding-bottom: 70%;
  }
}

ul.main_contents .news_wrap {
  padding: 110px 0 97px;
}
ul.main_contents .news_box {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
ul.main_contents .news_box::after {
  content: "";
  display: table;
  clear: both;
}

ul.main_contents .news_list_box {
  float: left;
  width: 50%;
  padding-bottom: 26.8%;
  box-sizing: border-box;
  border: 1px solid #dadada;
  position: relative;
}
ul.main_contents .news_list_box iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

ul.main_contents .third_list_box {
  float: left;
  width: 48%;
  margin-left: 2%;
}
ul.main_contents .third_list_box::after {
  content: "";
  display: table;
  clear: both;
}
ul.main_contents .third_list_box li {
  float: left;
}
ul.main_contents li.first_list {
  width: 100%;
  height: 190px;
  background: url(../images/main/bg_main_production.png) no-repeat 50% 50% / cover;
}
ul.main_contents li.first_list a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding: 52px 0 0 36px;
  box-sizing: border-box;
}
ul.main_contents li.first_list a span {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
ul.main_contents li.first_list a em {
  content: "";
  width: 40px;
  height: 62px;
  background: url(../images/main/main_btn_white.png) no-repeat right center;
  display: block;
}
ul.main_contents li.last_list {
  width: 100%;
  margin-top: 20px;
}
ul.main_contents li.last_list ul {
}
ul.main_contents li.last_list ul::after {
  content: "";
  display: table;
  clear: both;
}
ul.main_contents li.last_list ul li {
  width: 48.4%;
  box-sizing: border-box;
}
ul.main_contents li.last_list ul li a {
  display: table;
  width: 100%;
  padding: 42px 27px;
  background-color: #f1f1f1;
  box-sizing: border-box;
}
ul.main_contents li.last_list ul li a span {
  display: inline-block;
  font-size: 18px;
  color: #3d3d3d;
  font-weight: 700;
  letter-spacing: -0.6px;
}
ul.main_contents li.last_list ul li a em {
  content: "";
  float: right;
  width: 22px;
  height: 30px;
  vertical-align: middle;
}
ul.main_contents li.last_list ul li:first-child {
}
ul.main_contents li.last_list ul li:last-child {
  margin-left: 3.2%;
}

@media screen and (max-width: 1299px) {
  /* news board */
  ul.main_contents .news_wrap {
    padding: 110px 20px 97px;
  }
  ul.main_contents .news_list_box {
    float: none;
    width: 100%;
  }
  ul.main_contents .third_list_box {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  ul.main_contents .news_wrap {
    padding: 45px 0 37px;
  }
  ul.main_contents .news_box {
    padding: 0 20px;
    box-sizing: border-box;
  }

  ul.main_contents .news_list_box {
    float: none;
    width: 100%;
    padding-bottom: 60%;
    border: none;
  }

  ul.main_contents .news_list_box dt strong {
    font-size: 25px;
    line-height: 25px;
  }
  ul.main_contents .news_list_box dt a {
    padding-right: 17px;
    line-height: 25px;
    font-size: 13px;
  }

  ul.main_contents .news_list_box dd {
    border-bottom: solid 1px #a1a1a1;
    margin-top: 0px;
  }
  ul.main_contents .news_list_box dd:nth-of-type(1) {
    margin-top: 14px;
  }
  ul.main_contents .news_list_box dd::before {
    top: 16px;
  }
  ul.main_contents .news_list_box dd a {
    font-size: 13px;
    line-height: 36px;
  }

  ul.main_contents .third_list_box {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-top: 21px;
  }
  ul.main_contents li.first_list {
    height: 120px;
  }
  ul.main_contents li.first_list a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 32px 0 0 22px;
    box-sizing: border-box;
  }
  ul.main_contents li.first_list a span {
    font-size: 18px;
  }
  ul.main_contents li.first_list a em {
    width: 22px;
    height: 40px;
    background-size: 100%;
  }

  ul.main_contents li.last_list {
    width: 100%;
    margin-top: 20px;
  }
  ul.main_contents li.last_list ul li {
    width: 48.4%;
  }
  ul.main_contents li.last_list ul li a {
    padding: 20px 20px;
  }
  ul.main_contents li.last_list ul li a span {
    display: block;
    font-size: 11px;
  }
  ul.main_contents li.last_list ul li a em {
    float: left;
    width: 12px;
    height: 20px;
    background-size: 100%;
  }
  ul.main_contents li.last_list ul li:first-child {
  }
  ul.main_contents li.last_list ul li:last-child {
    margin-left: 3.2%;
  }
}

.main_whychoose:after {
  display: block;
  clear: both;
  content: "";
  height: 0;
  visibility: hidden;
}
.main_whychoose .item {
  position: relative;
  width: 48%;
  height: 100px;
  float: left;
  margin-left: 4%;
  background-color: #fff;
  margin-top: 30px;
  padding-left: 135px;
  box-sizing: border-box;
}
.main_whychoose .item .num {
  position: absolute;
  left: 48px;
  top: 50%;
  margin-top: -20px;
  color: #0080d3;
  font-size: 40px;
  line-height: 1;
}
.main_whychoose .item:nth-child(1),
.main_whychoose .item:nth-child(2) {
  margin-top: 0;
}
.main_whychoose .item:nth-child(2n + 1) {
  margin-left: 0;
}
.main_whychoose .item .cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  padding-left: 130px;
  box-sizing: border-box;
}
.main_whychoose .item .cont:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 100%;
}
.main_whychoose .item .cont .t1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media screen and (max-width: 1180px) {
  .main_whychoose .item .num {
    font-size: 30px;
  }
  .main_whychoose .item {
    position: relative;
    width: auto;
    height: auto;
    float: none;
    margin-left: 0;
    padding-left: 0;
    padding: 20px;
    margin-top: 20px;
  }
  .main_whychoose .item:nth-child(1) {
    margin-top: 0;
  }
  .main_whychoose .item:nth-child(2) {
    margin-top: 20px;
  }
  .main_whychoose .item .num {
    position: relative;
    left: 0;
    top: 0;
  }
  .main_whychoose .item .cont {
    position: relative;
    padding-left: 0;
    margin-top: 15px;
  }
}

@media screen and (max-width: 1180px) {
  div#contents .main_contents h4 {
    font-size: 30px;
  }
  li.info_wrap p.h4_desc {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 13px;
  }
  li.info_wrap p.h4_desc br {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  div#contents .main_contents h4 {
    font-size: 22px;
  }
  .main_whychoose .item {
    padding: 15px 10px;
  }
  .main_whychoose .item .num {
    font-size: 22px;
  }
  .main_whychoose .item .cont .t1 {
    font-size: 14px;
  }
}

/*메인 컨텐츠 */
.info_wrap .bg_egi {
  position: relative;
  height: 550px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.info_wrap .bg_egi .cont {
  padding: 30px 40px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 520px;
  box-sizing: border-box;
  background-color: rgba(0, 88, 145, 0.8);
}
.info_wrap .bg_egi .cont .h {
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
.info_wrap .bg_egi .cont ul li {
  color: #73c8ff;
  font-size: 14px;
  margin-top: 5px;
}
.info_wrap .bg_egi .cont ul li:first-child {
  margin-top: 0;
}
.info_wrap .bg_egi .cont a.btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 20px;
  text-align: center;
  border: 1px solid #fff;
  line-height: 1;
  border: 1px solid #fff;
  border-radius: 70px;
}
.info_wrap .bg_egi .cont a.btn i {
  vertical-align: -1px;
}

@media screen and (max-width: 767px) {
  .info_wrap .bg_egi .cont {
  }

  .info_wrap .bg_egi {
    height: 400px;
  }
  .info_wrap .bg_egi .cont {
    padding: 30px 20px;
    width: 100%;
  }
  .info_wrap .bg_egi .cont .h {
    font-size: 18px;
  }
  .info_wrap .bg_egi .cont ul li {
    font-size: 13px;
  }
  .info_wrap .bg_egi .cont a.btn {
    right: 20px;
    bottom: 20px;
    font-size: 13px;
    padding: 10px;


  }
  .info_wrap .bg_egi .cont a.btn i {
    vertical-align: -1px;
  }
}
@media screen and (max-width: 320px) {
  .info_wrap .bg_egi .cont a.btn {
    position: relative;
    right: 1rem;
    bottom: 0;
    font-size: 13px;
    padding: 10px;
    margin: 1rem;
  }
}

/* header */
header.container:after {
  height: 390px;
}

div.bg_top01 {
  height: 260px;
  background: url(../images/common/subTitle_bg_1.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top02 {
  height: 260px;
  background: url(../images/common/subTitle_bg_2.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top03 {
  height: 260px;
  background: url(../images/common/subTitle_bg_3.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top04 {
  height: 260px;
  background: url(../images/common/subTitle_bg_4.jpg) no-repeat 50% 50%;
  background-size: cover;
}
div.bg_top05 {
  height: 260px;
  background: url(../images/common/subTitle_bg_5.jpg) no-repeat 50% 50%;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  div.bg_top01,
  div.bg_top02,
  div.bg_top03,
  div.bg_top04,
  div.bg_top05 {
    height: 150px;
    padding: 0 15px;
    background-position: 40% 50%;
  }

  div.content_top h2 {
    padding-top: 50px;
  }
}

div.site_map .localmenu {
  display: none;
}
header.container .localmenu {
  position: absolute;
  right: 0;
  top: 27px;
  text-align: right;
}
header.container .localmenu a {
  color: #a2a2a2;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
  font-size: 14px;
  font-weight: 300;
}

div#gnb ul.menu > li {
  width: auto;
  padding-right: 10px;
}
div.site_map > ul > li {
  width: auto;
  padding-right: 10px;
  position: relative;
}
div.site_map ul > li > ul {
  position: absolute;
  top: 90px;
  width: 205px;
  padding: 15px;
}
div.site_map ul > li > ul > li a {
  height: auto;
  line-height: 1.4;
  font-size: 15px;
  letter-spacing: -0.5px;
  margin-bottom: 20px;
}
div.site_map {
  width: 853px;
}

li.first_list {
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 1800px) {
  header.container .localmenu a {
    margin-right: 14px;
  }
}

@media screen and (max-width: 1685px) {
  header.container .localmenu {
    display: none;
  }
  header.container .site_map .localmenu {
    display: block;
    top: 430px;
  }
}

@media screen and (max-width: 1300px) {
  header.container .localmenu {
    display: block;
    right: 120px;
    top: 26px;
    font-size: 12px;
  }
  header.container .localmenu a {
    font-size: 12px;
    letter-spacing: 0;
    margin-right: 12px;
  }

  header.container h1 a {
    background-size: 65px 27px;
  }
}

@media screen and (max-width: 768px) {
  header.container .localmenu {
    right: 55px;
    top: 20px;
  }
  header.container .localmenu a {
    margin-right: 6px;
  }
  ul.imgBox li h3 {
    font-size: 22px;
    line-height: 34px;
  }
}

/* //header */

header.container h1 a {
  background-image: url(../images/common/main_logo.png);
}
ul.imgBox li.num1 {
  background-image: url(../images/main/bg_main01.jpg);
}
footer div.footer_wrap .footer_logo {
  width: 100px;
  height: 40px;
}
footer div.footer_wrap .footer_logo p {
  background-image: url(../images/common/main_logo_footer.png);
}
div.location button {
  cursor: pointer;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}

div.location ul,
div.location li {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.location > div > ul.lnb > li ul {
  background-color: #fff;
}
div.location > div > ul.lnb > li:nth-child(2) ul {
  width: 251px;
}
/*div.location > div > ul.lnb > li:nth-child(3) ul {
  left: 299px;
  width: 331px;
}*/
div.location > div > ul.lnb > li > ul li {
  width: 100%;
}
div.location > div > ul.lnb > li:not(first-child) {
  width: 250px;
}
div.location > div > ul.lnb > li:nth-child(3) {
  width: 330px;
}

@media screen and (max-width: 767px) {
  div.location > div > ul.lnb > li > ul {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  div.location > div > ul.lnb > li > ul li {
    text-indent: 10px;
    line-height: 25px;
  }
  div.location > div > ul.lnb > li > ul li a {
    word-break: keep-all;
    font-size: 0;
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 14px;
  }
  div.location > div > ul.lnb > li > ul li a img.ml5 {
    width: 8px;
  }
  div.location > div > ul.lnb > li > ul li a > span {
    display: inline-block;
    overflow: hidden;
    max-width: 70%;
    height: 12px;
    font-size: 11px;
    line-height: 14px;
    min-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

div.location > div > ul.lnb > li button {
  background-position: 100% 0;
}
div.location > div > ul.lnb > li button.active {
  background-position: 100% 100%;
}

div.location > div > ul.lnb > li > ul li {
  width: 100%;
}
div.location > div > ul.lnb > li:not(first-child) {
  width: 250px;
  height: 49px;
}
div.location > div > ul.lnb > li:nth-child(3) {
  width: 330px;
}

@media screen and (max-width: 767px) {
  div.location > div > ul.lnb > li:nth-child(2) {
    width: 39%;
    font-size: 0;
    position: relative;
  }
  div.location > div > ul.lnb > li:nth-child(2) button {
    background-position: 100% 0px;
    text-indent: 1vw;
  }
  div.location > div > ul.lnb > li:nth-child(2) button.active {
    background-position: 100% -50px;
  }
  div.location > div > ul.lnb > li:nth-child(2) ul {
    width: calc(100% + 2px);
    text-align: left;
    left: -1px;
  }
  div.location > div > ul.lnb > li:nth-child(3) {
    width: calc(61% - 50px);
    border: 0;
    font-size: 11px;
    position: relative;
  }
  div.location > div > ul.lnb > li:nth-child(3) button {
    background-position: 100% 0px;
    text-indent: 1vw;
  }
  div.location > div > ul.lnb > li:nth-child(3) button.active {
    background-position: 100% -50px;
  }
  div.location > div > ul.lnb > li:nth-child(3) ul {
    left: -1px;
    width: calc(100% + 1px);
  }

  div.location > div > ul.lnb > li:nth-child(2) button b,
  div.location > div > ul.lnb > li:nth-child(3) button b {
    font-weight: 500;
    display: block;
    font-size: 11px;
    width: 75%;
    overflow: hidden;
    height: 14px;
    line-height: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  div.location > div > ul.lnb > li > ul {
    padding-top: 12px;
    padding-bottom: 12px;
    line-height: 1;
  }
  div.location > div > ul.lnb > li > ul li a {
    word-break: keep-all;
    font-size: 11px;
    line-height: 1;
    padding-top: 14px;
    padding-bottom: 14px;
    text-indent: 1vw;
    padding: 5px 0;
  }
  div.location > div > ul.lnb > li > ul li a img.ml5 {
    width: 8px;
  }
  div.location > div > ul.lnb > li > ul li a > span {
    display: inline-block;
    overflow: hidden;
    max-width: 70%;
    height: 12px;
    font-size: 11px;
    line-height: 14px;
    min-height: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

header.container h1 a {
  background-image: url(../images/common/main_logo.png);
}

table.ty2 td.left {
  padding: 10px 15px;
}

.btn_ty1 {
  display: inline-block;
  border: 1px solid #fff;
  padding: 20px 30px;
  background-color: transparent;
  border-radius: 100px;
  font-size: 15px;
  line-height: 15px;
}
.btn_ty1 span {
  color: #fff;
  font-weight: 500;
  text-shadow: none;
}
.btn_ty1 span i {
  vertical-align: -1px;
}
.btn_ty1.black {
  border-color: #4d4f4e;
  padding: 15px 20px;
}
.btn_ty1.black span {
  color: #4d4f4e;
}

@media screen and (max-width: 768px) {
  .btn_ty1 {
    padding: 14px 20px;
    border-radius: 50px;
  }
  .btn_ty1 span {
    font-size: 12px;
  }
}

ul.main_contents li.info_wrap.bg2 {
  background-color: #e9f0f5;
  padding: 100px 0;
}

@media screen and (max-width: 767px) {
  ul.main_contents li.info_wrap.bg2 {
    padding: 40px 0;
  }
  div.all_menu_wrap ul.all_menu > li ul.depth_2 li a span {
    font-size: 13px;
  }
}

.lst_col_ty1 {
  text-align: center;
  font-size: 0;
}
.lst_col_ty1 li {
  display: inline-block;
  vertical-align: top;
  margin-left: 10px;
  margin-right: 10px;
}

.lst_col_ty1 li .thumb {
  width: 392px;
  height: 0;
  padding-bottom: 80%;
  position: relative;
  display: block;
  overflow: hidden;
}
.lst_col_ty1 li .thumb .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  -webkit-transition: all 600ms cubic-bezier(0.65, 0.075, 0.28, 1); /* older webkit */
  background-size: cover;
  -webkit-transition: all 600ms cubic-bezier(0.65, 0.075, 0.28, 1.01);
  transition: all 600ms cubic-bezier(0.65, 0.075, 0.28, 1.01); /* custom */
}
.lst_col_ty1 li .cont {
  position: relative;
  padding: 17px;
  padding-right: 30px;
  color: #262626;
  font-size: 16px;
  line-height: 1.4;
  background-color: #fff;
  display: block;
  text-align: center;
  -webkit-transition: background 300ms cubic-bezier(0.65, 0.075, 0.28, 1); /* older webkit */
  -webkit-transition: background 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01);
  transition: background 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01); /* custom */
}
.lst_col_ty1 li .cont i {
  position: absolute;
  right: 15px;
  top: 50%;
  font-size: 15px;
  margin-top: -6px;
  line-height: 1;
  opacity: 0;
  -webkit-transition: all 300ms cubic-bezier(0.65, 0.075, 0.28, 1); /* older webkit */
  -webkit-transition: all 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01);
  transition: all 300ms cubic-bezier(0.65, 0.075, 0.28, 1.01); /* custom */
}

.lst_col_ty1 li a:hover .thumb .img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.lst_col_ty1 li a:hover .cont {
  background-color: #005891;
  color: #fff;
}
.lst_col_ty1 li a:hover .cont i {
  opacity: 1;
  right: 10px;
}
@media screen and (max-width: 1260px) {
  .lst_col_ty1 li .thumb {
    width: 300px;
  }
}

@media screen and (max-width: 980px) {
  .lst_col_ty1 li {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 30px;
  }
  .lst_col_ty1 li:first-child {
    margin-top: 0;
  }
  .lst_col_ty1 li .thumb {
    width: 100%;
    padding-bottom: 70%;
  }
}

.lst-col {
  font-size: 0;
  text-align: center;
}
.lst-col .item {
  width: 48%;
  margin-top: 50px;
  margin-left: 4%;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.lst-col .item:nth-child(odd) {
  margin-left: 0;
}
.lst-col .item:nth-child(1),
.lst-col .item:nth-child(2) {
  margin-top: 0;
}
.lst-col .item .thumb {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  position: relative;
}
.lst-col .item .thumb .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.lst-col .item .cont {
  padding: 20px;
  text-align: left;
}
.lst-col .item .cont .h {
  position: relative;
  font-size: 1.25em;
  padding-bottom: 18px;
  margin-bottom: 15px;
  font-weight: 500;
  color: #333;
}
.lst-col .item .cont .h:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 28px;
  height: 2px;
  background-color: #000;
  content: "";
}

.lst-col.n4 .item {
  width: 24%;
  margin-top: 50px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.lst-col.n4 .item:nth-child(1n + 1) {
  margin-left: 1.33332%;
}
.lst-col.n4 .item:first-child,
.lst-col.n4 .item:nth-child(4n + 1) {
  margin-left: 0%;
}

.color2 {
  color: #005891 !important;
}
.fwb {
  font-weight: 600;
}

@media screen and (max-width: 1024px) {
  .lst-col.n4 .item {
    width: 49%;
    margin-top: 15px;
    font-size: 13px;
  }
  .lst-col.n4 .item:nth-child(1n + 1) {
    margin-left: 1.33332%;
  }
  .lst-col.n4 .item:first-child,
  .lst-col.n4 .item:nth-child(2n + 1) {
    margin-left: 0%;
  }
}

@media screen and (max-width: 768px) {
  .lst-col .item {
    width: auto;
    display: block;
    margin-top: 20px;
    margin-left: 0;
    font-size: 13px;
  }
  .lst-col .item:nth-child(1),
  .lst-col .item:nth-child(2) {
    margin-top: 0;
  }
  .lst-col .item .thumb {
    padding-bottom: 50%;
  }
  .lst-col .item .cont {
    padding: 10px 15px;
  }
  .lst-col .item .cont .h {
    padding-bottom: 14px;
    margin-bottom: 11px;
  }
}

.lst-col2:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: "";
}
.lst-col2 .item {
  float: left;
  width: 31.3%;
  margin-left: 3%;
}
.lst-col2 .item img {
  max-width: 100%;
  height: auto;
}
.lst-col2 .item:nth-child(3n + 1) {
  margin-left: 0;
}
.lst-col2 .item .cont p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.75;
  color: #666;
}

@media screen and (max-width: 768px) {
  .lst-col2 .item {
    float: none;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: 6.5104vw;
  }
  .lst-col2 .item:first-child {
    margin-top: 0;
  }
  .lst-col2 .item .thumb img {
    width: 100%;
    height: auto;
  }
  .lst-col2 .item .cont p {
    margin-top: 10px;
    font-size: 14px;
  }
}

.lst-ty1 {
  line-height: 2;
}
.lst-ty1 li,
.lst-ty1 dt {
  position: relative;
  padding-left: 15px;
  color: #666;
}
.lst-ty1 li .dot,
.lst-ty1 dt .dot {
  position: absolute;
  left: -2px;
  top: 0;
}
.lst-ty1 dd {
  position: relative;
  margin-left: 15px;
  padding-left: 10px;
  color: #666;
}
.lst-ty1 dd .dot {
  position: absolute;
  left: 0;
  top: 0;
}
.lst-ty1.ty2 dt {
  color: #000;
  font-weight: 700;
  padding-left: 0;
}
.lst-ty1.ty2 dd {
  margin-left: 0;
}

@media screen and (max-width: 768px) {
  .lst-ty1 li,
  .lst-ty1 dt {
    padding-left: 11px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .lst-ty1 li .dot {
    left: 2px;
    top: 0;
  }
  .lst-ty1 dt .dot {
    left: -4px;
    top: 0;
  }
  .lst-ty1 dd {
    margin-left: 11px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 20px;
  }
}

.p_txt_ty1 {
  margin-top: 35px;
}
.p_txt_ty1 strong.h {
  font-weight: 600;
  color: #000;
  margin-bottom: 3px;
  display: block;
}

/*     heading     */
h3.h_o1 {
  color: #222;
  font-size: 45px;
  font-weight: 700;
  padding-top: 100px;
  line-height: 60px;
  text-align: left;
}
h3.h_o1 .ver {
  color: #222;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
}

h4.h_o1 {
  font-size: 26px !important;
  color: #333 !important;
  font-weight: 500;
  padding-top: 60px !important;
  text-align: left !important;
  margin-top: 0 !important;
}
h4.h_o1 .right {
  float: right;
  margin-top: 0 !important;
}
h4.h_o1.mp0 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

h5.h_o1 {
  font-size: 20px;
  color: #005891;
  font-weight: 700;
  padding-top: 60px;
  line-height: 30px;
}
h5.h_o1.black {
  color: #333;
}

.required {
  text-align: right;
  margin-top: 50px;
}

@media screen and (max-width: 960px) {
  .p_txt_ty1 {
    margin-top: 20px;
    font-size: 13px;
  }
  .p_txt_ty1 strong.h {
    font-size: 14px;
  }

  h3.h_o1 {
    font-size: 20px;
    padding-top: 50px;
    line-height: 36px;
  }
  h4.h_o1 {
    font-size: 18px !important;
    padding-top: 50px !important;
    line-height: 26px !important;
  }
  h5.h_o1 {
    font-size: 14px;
    padding-top: 40px;
    line-height: 20px;
  }
}

.gray-box {
  padding: 40px;
  background: #f1f1f1;
  margin-top: 40px;
}

.layout-col3,
.layout-col4 {
  margin-top: 40px;
  margin-left: -30px;
}
.layout-col3:after,
.layout-col4:after {
  content: "";
  display: block;
  clear: both;
}
.layout-col3 .item,
.layout-col4 .item {
  margin-left: 30px;
  float: left;
  width: calc((100% - 90px) / 3);
  margin-bottom: 30px;
}
.layout-col3 .item > img,
.layout-col4 .item > img {
  width: 100%;
}
.layout-col3 .key,
.layout-col4 .key {
  font-size: 18px;
  color: #005891;
  margin-top: 20px;
  font-weight: 700;
}
.layout-col3 .title,
.layout-col4 .title {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  font-weight: 700;
}

.layout-col4 .item {
  width: calc((100% - 120px) / 4);
}

@media screen and (max-width: 960px) {
  .gray-box {
    padding: 20px;
    margin-top: 30px;
  }
  .layout-col3,
  .layout-col4 {
    margin-top: 30px;
    margin-left: 0px;
  }
  .layout-col3 .item,
  .layout-col4 .item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 35px;
  }
  .layout-col3 .key,
  .layout-col3 .title,
  .layout-col4 .key,
  .layout-col4 .title {
    font-size: 15px;
    margin-top: 10px;
  }
}
.step-flow {
  background: #f1f1f1;
  display: table;
  width: 100%;
  margin-top: 20px;
  padding: 40px 0;
}
.step-flow .item {
  display: table-cell;
  width: 25%;
  background: url(../_images/common/step_arrow.png) right center no-repeat;
  padding: 0 40px;
}
.step-flow .item:last-child {
  background: none;
}
.step-flow .item .top {
  text-align: center;
}
.step-flow .item .top span {
  background: #005891;
  line-height: 34px;
  padding: 0 20px;
  color: #fff;
  border-radius: 50px;
  display: inline-block;
}
.step-flow .item .top .key {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
}

.cs-center,
.online-center {
  margin-top: 40px;
  border: 1px solid #e5e5e5;
  padding: 40px 0 40px 250px;
  background: url(../_images/04_ethics/ico_phone.png) no-repeat 80px 50%;
}
.cs-center dl,
.online-center dl {
  margin-bottom: 10px;
  display: table;
}
.cs-center dl:last-of-type,
.online-center dl:last-of-type {
  margin: 0;
}
.cs-center dl dt,
.online-center dl dt {
  display: table-cell;
  width: 100px;
  font-weight: 700;
  color: #333;
  line-height: 24px;
}
.cs-center dl dd,
.online-center dl dd {
  display: table-cell;
  line-height: 24px;
}
.cs-center a,
.online-center a {
  background: #005891;
  color: #fff;
  padding: 0 30px;
  line-height: 45px;
  display: inline-block;
  margin-top: 20px;
}
.cs-center a img,
.online-center a img {
  margin-left: 10px;
}

.online-center {
  background: url(../_images/04_ethics/ico_notice.png) no-repeat 80px 50%;
}

/* ListStyle */
.list-style01 {
  margin-top: 20px;
}
.list-style01 > li {
  position: relative;
  line-height: 24px;
  padding-left: 10px;
  text-align: left;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 10px;
}
.list-style01 > li:after {
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 1px;
  background-color: #222;
  content: "";
}

.list-style02 {
  margin-top: 20px;
}
.list-style02 > li {
  line-height: 24px;
  padding-left: 10px;
  text-align: left;
  background: url("../_images/common/bu_box.png") no-repeat 0 12px;
  font-size: 15px;
  color: #444;
}
.list-style02 > li p {
  font-weight: normal;
  line-height: 26px;
  margin-bottom: 10px;
}

.list-style03 {
  margin-top: 40px;
}
.list-style03 > li {
  list-style: decimal;
  margin-left: 20px;
  line-height: 24px;
  margin-bottom: 10px;
}

.list-style04 {
  margin-top: 20px;
}
.list-style04 > li {
  position: relative;
  padding-left: 20px;
  line-height: 24px;
  font-size: 15px;
}
.list-style04 > li span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
}

.list-style05 {
  margin-top: 20px;
}
.list-style05 > li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 15px;
}
.list-style05 > li span {
  position: absolute;
  top: 0;
  left: 0;
  color: #3171c0;
  padding-right: 10px;
  border-right: 1px solid #e5e5e5;
}

hr {
  border: none;
  border-top: 1px solid #e5e5e5;
}

.point {
  color: #005891;
}

.hide {
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
  overflow: hidden;
}

@media screen and (max-width: 960px) {
  .list-style01 {
    margin-top: 10px;
  }
  .list-style01 > li {
    line-height: 18px;
    padding-left: 8px;
    text-align: left;
    background: url("../_images/common/bu_line.png") no-repeat 0 8px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list-style01 > li span {
    font-size: 12px;
  }
  .list-style02 > li {
    line-height: 24px;
    padding-left: 8px;
    text-align: left;
    background: url("../_images/common/bu_box.png") no-repeat 0 11px;
    font-size: 12px;
  }
  .list-style02 > li p {
    font-size: 12px;
    line-height: 17px;
    margin-bottom: 10px;
  }
  .list-style03 {
    margin-top: 10px;
  }
  .list-style03 > li {
    font-size: 12px;
    margin-left: 16px;
    line-height: 17px;
    margin-bottom: 5px;
  }
  .list-style04 {
    margin-top: 10px;
  }
  .list-style04 > li {
    position: relative;
    padding-left: 15px;
    line-height: 17px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .list-style04 > li span {
    font-size: 12px;
  }
  .list-style05 {
    margin-top: 10px;
  }
  .list-style05 > li {
    font-size: 12px;
    margin-left: 15px;
    line-height: 17px;
    margin-bottom: 5px;
  }
}

.gray-box-top {
  background: #f5f5f5;
  padding: 40px;
  margin-top: 50px;
}
.gray-box-top .list-style02.col4 > li {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin: 5px 0;
  background-position: 0 10px;
}
.gray-box-top .list-style02.col4 > li a {
  font-weight: 700;
}
.gray-box-top .list-style02.col4:after {
  content: "";
  display: block;
  clear: both;
}

h6 {
  font-size: 18px;
  color: #005891;
  font-weight: 700;
}

.bordertop {
  border-top: 1px #dedede solid;
}

.list-style01 li {
  font-weight: 300;
}

@media screen and (max-width: 960px) {
  .gray-box-top {
    padding: 20px;
    margin-top: 30px;
  }
  .gray-box-top .list-style02.col4 > li {
    width: 100%;
    clear: both;
  }
  .gray-box-top .list-style02.col4:after {
    content: "";
    display: block;
    clear: both;
  }
  h6 {
    font-size: 13px;
    line-height: 20px;
  }
}

/************   padding     *********************/

.pt100 {
  padding-top: 100px !important;
}
.pt95 {
  padding-top: 95px !important;
}
.pt90 {
  padding-top: 90px !important;
}
.pt85 {
  padding-top: 85px !important;
}
.pt80 {
  padding-top: 80px !important;
}
.pt75 {
  padding-top: 75px !important;
}
.pt70 {
  padding-top: 70px !important;
}
.pt65 {
  padding-top: 65px !important;
}
.pt60 {
  padding-top: 60px !important;
}
.pt55 {
  padding-top: 55px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pt45 {
  padding-top: 45px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt0 {
  padding-top: 0px !important;
}

.pr100 {
  padding-right: 100px !important;
}
.pr95 {
  padding-right: 95px !important;
}
.pr90 {
  padding-right: 90px !important;
}
.pr85 {
  padding-right: 85px !important;
}
.pr80 {
  padding-right: 80px !important;
}
.pr75 {
  padding-right: 75px !important;
}
.pr70 {
  padding-right: 70px !important;
}
.pr65 {
  padding-right: 65px !important;
}
.pr60 {
  padding-right: 60px !important;
}
.pr55 {
  padding-right: 55px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pr45 {
  padding-right: 45px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr5 {
  padding-right: 5px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}
.pb95 {
  padding-bottom: 95px !important;
}
.pb90 {
  padding-bottom: 90px !important;
}
.pb85 {
  padding-bottom: 85px !important;
}
.pb80 {
  padding-bottom: 80px !important;
}
.pb75 {
  padding-bottom: 75px !important;
}
.pb70 {
  padding-bottom: 70px !important;
}
.pb65 {
  padding-bottom: 65px !important;
}
.pb60 {
  padding-bottom: 60px !important;
}
.pb55 {
  padding-bottom: 55px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pb45 {
  padding-bottom: 45px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}

.pl100 {
  padding-left: 100px !important;
}
.pl95 {
  padding-left: 95px !important;
}
.pl90 {
  padding-left: 90px !important;
}
.pl85 {
  padding-left: 85px !important;
}
.pl80 {
  padding-left: 80px !important;
}
.pl75 {
  padding-left: 75px !important;
}
.pl70 {
  padding-left: 70px !important;
}
.pl65 {
  padding-left: 65px !important;
}
.pl60 {
  padding-left: 60px !important;
}
.pl55 {
  padding-left: 55px !important;
}
.pl50 {
  padding-left: 50px !important;
}
.pl45 {
  padding-left: 45px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl5 {
  padding-left: 5px !important;
}

.noMG {
  margin: 0 !important;
}
.noPG {
  padding: 0 !important;
}
.noBD {
  border: none !important;
}
.mt0 {
  margin-top: 0 !important;
}

.mt30 {
  margin-top: 30px !important;
}

/* table */
.content_customer {
  margin-top: 58px;
}

table.ty2 {
  border-top: 2px solid #333;
  width: 100%;
}
col.h1 {
  width: 200px;
}
table.ty2 tr.thead th,
table.ty2 th {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 23px 40px;
  color: #333;
  font-weight: 700;
  background: #f5f5f5;
  vertical-align: middle;
  text-align: center;
  line-height: 22px;
  font-size: 15px;
}
table.ty2.pa2 th,
table.ty2.pa2 td {
  padding: 15px 20px;
}
table.ty2 tbody.ta-l td,
table.ty2 tbody.ta-l th {
  text-align: left;
  padding: 15px 20px;
}
table.ty2 tbody th {
  background: none;
  box-sizing: border-box;
}
table.ty2 tbody th.bg {
  background: rgba(0, 88, 145, 0.08);
}
table.ty2 tbody th.left {
  text-align: left;
}
table.ty2 tbody th.bdl0 {
  border-right: 0;
}
table.ty2 td {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  padding: 20px 15px;
  vertical-align: middle;
  text-align: center;
  line-height: 24px;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
}
table.ty2 td b.i {
  color: #222;
}
table.ty2 td .stroke {
  line-height: 43px;
  border: 1px solid #005891;
  color: #005891;
  font-weight: 700;
  padding: 0 30px;
  float: right;
}
table.ty2 td.bg {
  background: rgba(0, 88, 145, 0.08);
}
table.ty2 td.title {
  text-align: left;
  font-weight: 700;
  color: #333;
}
table.ty2 td.left {
  text-align: left;
  padding: 20px 30px;
}
table.ty2 th:last-child,
table.ty2 td:last-child {
  border-right: none;
}
table.ty2 th.boR,
table.ty2 td.boR {
  border-right: 1px solid #e5e5e5;
}
table.ty2 td.bdright {
  border-right: 1px solid #e5e5e5;
}
table.ty2 tfoot td {
  background: rgba(0, 88, 145, 0.08);
}
table.ty2 caption {
  font-size: 0;
  height: 0;
  line-height: 0;
  width: 0;
  overflow: hidden;
}
table.ty2 td.bdr0,
table.ty2 th.bdr0 {
  border-right: 0;
}

table.cusTable td {
  text-align: left;
  padding: 25px 30px;
}
table.cusTable td:nth-child(4) {
  padding: 25px 40px;
}
table.cusTable td:nth-child(5) {
  text-align: left;
  padding: 25px 40px;
}

table.cusTable2 th {
  padding: 23px 10px;
}
table.cusTable2 td {
  text-align: left;
  padding: 25px 20px;
}
table.cusTable2 td.center {
  text-align: center;
  padding: 25px 30px;
}
table.cusTable2 td.line2 {
  padding: 25px 40px;
}
table.cusTable2 td.line5 {
  padding: 25px 40px;
}

table.row th {
  background: #f5f5f5;
}
table.row td {
  text-align: left;
  padding: 20px 40px;
}
table.row td.line3 {
  padding: 30px 50px;
}

@media screen and (max-width: 768px) {
  /* table */
  table.ty2 th {
    font-size: 12px;
  }
  table.ty2 td {
    font-size: 12px;
    line-height: 12px;
  }
  table.ty2.pa2 th,
  table.ty2.pa2 td {
    padding: 10px 10px;
  }

  table.cusTable2 th {
    padding: 23px 20px;
  }
  table.cusTable2 td {
    text-align: left;
    padding: 25px 40px;
  }
  table.cusTable2 td.center {
    text-align: center;
    padding: 25px 20px;
  }
  table.cusTable2 td.line2 {
    padding: 25px 45px;
  }
  table.cusTable2 td.line5 {
    padding: 25px 55px;
  }

  .table_inner.scroll {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table_inner.scroll table {
    width: 1200px;
  }
  .msg_touch_help {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 80px;
    height: 80px;
    margin-top: -40px;
    margin-left: -40px;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  .msg_touch_help img {
    width: 80px;
    height: 80px;
  }
}

/*About POSCO Indonesia Inti*/

.wrap_company1 .head_tit {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}
.wrap_company1 .lst .item {
  position: relative;
  padding-left: 260px;
  margin-top: 100px;
}
.wrap_company1 .lst.w2 .item {
  padding-left: 380px;
}
.wrap_company1 .lst .item.first {
  margin-top: 0;
}
.wrap_company1 .lst .item .h {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  padding-bottom: 25px;
}
.wrap_company1 .lst .item .h:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 27px;
  height: 2px;
  content: "";
  background-color: #000;
}
.wrap_company1 .lst .item .lst-dot1 {
}
.wrap_company1 .lst .item .lst-dot1 li {
  font-size: 15px;
  line-height: 1.5;
  color: #666;
  position: relative;
  padding-left: 15px;
  margin-top: 7px;
}
.wrap_company1 .lst .item .lst-dot1 li:first-child {
  margin-top: 0;
}
.wrap_company1 .lst .item .lst-dot1 li .dot {
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .wrap_company1 .head_tit {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .wrap_company1 .lst.w2 .item,
  .wrap_company1 .lst .item {
    padding-left: 0;
    margin-top: 50px;
  }
  .wrap_company1 .lst .item .h {
    position: relative;
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .wrap_company1 .lst .item .lst-dot1 li {
    font-size: 13px;
  }
}

.article li,
.article ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
div.article {
  overflow: hidden;
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 100px;
}
div.article .content_title {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #222;
}

.font-c2 {
  font-size: 22px;
  color: #0080d3;
  line-height: 1.6;
}
.font-c2.lg {
  font-size: 26px;
  font-weight: 600;
}
.font-c3 {
  font-size: 16px;
  line-height: 1.6;
}
.font-c3.lg {
  font-size: 19px;
  font-weight: 600;
}

@media screen and (max-width: 1299px) {
  div.article {
    padding: 0 20px;
    box-sizing: border-box;
  }
  div.article img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  div.article {
    margin: 50px auto 90px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  div.article .content_title {
    font-size: 26px;
    line-height: 1.3;
  }

  .font-c2 {
    font-size: 18px;
  }
  .font-c2.lg {
    font-size: 20px;
  }
  .font-c3 {
    font-size: 14px;
  }
  .font-c2.lg {
    font-size: 16px;
  }
}

/*// About POSCO Indonesia Inti*/

/*President's Message*/
.wrap_company2 p {
  word-break: keep-all;
  font-size: 1em;
}
.wrap_company2 .inner {
  position: relative;
  background-color: #f5f5f5;
  font-size: 15px;
  line-height: 2;
  color: #666;
  padding: 100px;
  padding-bottom: 160px;
}
.wrap_company2 .h1 {
  color: #222;
  font-size: 1.3333em;
  font-weight: bold;
  margin-bottom: 22px;
}
.wrap_company2 .h2 {
  color: #0080d3;
  font-size: 1.8667em;
  line-height: 1.4286;
  margin-bottom: 22px;
  font-weight: 300;
}
.wrap_company2 .cont p {
  margin-top: 30px;
}
.wrap_company2 .cont p:first-child {
  margin-top: 0;
}
.wrap_company2 .sain {
  position: absolute;
  right: 100px;
  bottom: 60px;
  color: #000;
}
.wrap_company2 .sain * {
  vertical-align: middle;
  margin-left: 15px;
  font-weight: 500;
}

@media screen and (max-width: 1200px) {
  .wrap_company2 br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .wrap_company2 .inner {
    font-size: 13px;
    line-height: 2;
    color: #666;
    padding: 30px 20px;
  }
  .wrap_company2 .h1,
  .wrap_company2 .h2 {
    margin-bottom: 17px;
  }
  .wrap_company2 .cont p {
    margin-top: 18px;
    line-height: 2;
  }
  .wrap_company2 .cont p:first-child {
    margin-top: 0;
  }
  .wrap_company2 .sain {
    position: relative;
    text-align: right;
    right: 0;
    bottom: 0;
    margin-top: 50px;
  }
  .wrap_company2 .sain * {
    margin-left: 10px;
  }
}

/*//President's Message*/

/*Background*/

.lst_tyle1 .lst {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #ddd;
}
.lst_tyle1 .lst:first-child {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
}
.lst_tyle1 .lst:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  content: "";
}
.lst_tyle1 .lst .thumb {
  position: relative;
  width: 410px;
  float: left;
  height: 300px;
}
.lst_tyle1 .lst .thumb .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.lst_tyle1 .lst .thumb .cover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(19, 46, 84, 0.5);
  z-index: 2;
  text-align: center;
  font-size: 0;
}
.lst_tyle1 .lst .thumb .cover:after {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 0;
  height: 100%;
}
.lst_tyle1 .lst .thumb .cover span {
  display: inline-block;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  vertical-align: middle;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}

.lst_tyle1 .lst .cont {
  margin-left: 450px;
  position: relative;
}
.lst_tyle1 .lst .cont .t {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}

@media screen and (max-width: 840px) {
  .lst_tyle1 {
  }
  .lst_tyle1 .lst {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #ddd;
  }
  .lst_tyle1 .lst:first-child {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
  .lst_tyle1 .lst .thumb {
    position: relative;
    width: 100%;
    float: none;
    height: 0;
    padding-bottom: 71%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .lst_tyle1 .lst .cont {
    margin-left: 0;
    position: relative;
  }
  .lst_tyle1 .lst .cont .t {
    font-size: 13px;
  }
}

/*//Products*/

/*Products*/
ul.contact_list {
  width: 100%;
  padding: 0;
  clear: both;
  overflow: hidden;
}
ul.contact_list h3 {
  color: #0552a9;
  font-size: 1.5em;
  margin: 0 0 20px 0;
  font-weight: bold;
}
ul.contact_list > li {
  border: 1px solid #ddd;
  border-top: 2px solid #0552a9;
  position: relative;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
  min-height: 220px;
  float: left;
  padding: 20px 20px 60px;
  box-sizing: border-box;
  font-size: 16px;
}
ul.contact_list > li:nth-child(2n) {
  margin-right: 0;
}
ul.contact_list > li h3 {
  color: #0552a9;
  font-size: 1.5em;
  margin: 0 0 20px 0;
  font-weight: bold;
}
ul.contact_list > li h3 .type {
  color: #0552a9;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 1px;
}
ul.contact_list > li h3 span.conspan {
  font-size: 0.875em;
  display: block;
  font-weight: normal;
  margin-top: 5px;
}
ul.contact_list > li > ul {
  padding: 0;
}
ul.contact_list > li > ul > li {
}
ul.contact_list > li > ul > li.ap {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
ul.contact_list > li > ul > li.nor {
  font-size: 0.875em;
  margin-left: 10px;
  margin-bottom: 20px;
  opacity: 0.7;
  line-height: 1.6;
}
ul.contact_list > li .googlemap {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #4ea0c4;
  color: #fff;
  font-size: 0.75em;
}
ul.contact_list > li .googlemap a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 12px 16px;
}
ul.contact_list > li .googlemap a:hover {
  color: white;
  text-decoration: none;
}
h3.midh3 {
  color: #0552a9;
  font-size: 1.5em;
  margin: 15px 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  ul.contact_list > li {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    float: none;
    padding: 15px 15px 100px;
    box-sizing: border-box;
    font-size: 13px;
  }
}

/*//Products*/

col.w20p {
  width: 20%;
}
@media screen and (max-width: 768px) {
  .content_map table.ty2 col.w20p {
    width: 100%;
  }
  .content_map table.ty2 th.left {
    padding: 10px 15px;
  }
  .content_map table.ty2 tbody a {
    font-size: 11px;
  }
  .content_map table.ty2 tbody tr,
  .content_map table.ty2 tbody th,
  .content_map table.ty2 tbody td {
    display: block;
    width: 100% !important;
    line-height: 1.4;
  }
}

/*     Vision of POSCO     */
.wrap_vision .vision .h1 {
  font-size: 26px;
  color: #333;
  font-weight: 500;
  margin-top: 70px;
  line-height: 40px;
  text-align: left;
}
.wrap_vision .vision .h1.mt0 {
  margin-top: 0;
}
.wrap_vision .vision .h1 .right {
  float: right;
  margin-top: 0 !important;
}
.wrap_vision .vision .image {
  margin-top: 40px;
  background: #f5f5f5;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
}
.wrap_vision .vision .image img {
  margin: 0 auto;
}
.wrap_vision .vision .image.diagram {
  border: 1px #ccc solid;
  background: #fff;
}
.wrap_vision .vision .image.diagram img {
  margin: 0 auto;
}
.wrap_vision .vision .image .innertext {
  margin-top: 0;
  padding: 0 40px 40px 40px;
  text-align: left;
}
.wrap_vision .vision p {
  margin-top: 30px;
  font-size: 17px;
  line-height: 26px;
}
@media screen and (max-width: 960px) {
  .wrap_vision .vision .image {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .wrap_vision .vision .image.diagram {
    border: 1px #ccc solid;
  }
  .wrap_vision .vision .innertext {
    margin-top: 0;
    padding: 0 20px 30px 20px;
  }
  .wrap_vision .vision p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 19px;
  }
  .wrap_vision .vision .h1 {
    font-size: 20px;
    line-height: 26px;
    margin-top: 40px;
  }
}

.article.wrap_corporate .lst_tyle1 .lst .thumb {
  height: 510px;
}

/*CSR*/
.wrap_csr .box_1 {
  text-align: center;
  background-color: #f5f5f5;
  padding: 50px;
}
.wrap_csr .box_1 .t1 {
  font-size: 28px;
  line-height: 1;
  color: #0080d3;
  margin-top: 50px;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  .wrap_csr .box_1 {
    padding: 10px;
  }
  .wrap_csr .box_1 .t1 {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 20px;
  }
}

/* //CSR*/

.lst_award {
  position: relative;
  padding: 30px 100px;
}
.lst_award .line.lft {
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #e5e5e5;
}
.lst_award .line.lft:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 10px;
  background-color: #e5e5e5;
  content: "";
}
.lst_award .line.lft:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 10px;
  background-color: #e5e5e5;
  content: "";
}
.lst_award .line.rgh {
  position: absolute;
  right: 0;
  top: 0;
  width: 10px;
  height: 100%;
  background-color: #e5e5e5;
}
.lst_award .line.rgh:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 10px;
  background-color: #e5e5e5;
  content: "";
}
.lst_award .line.rgh:before {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 60px;
  height: 10px;
  background-color: #e5e5e5;
  content: "";
}
.lst_award ul:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.lst_award li {
  float: left;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  text-align: center;
}
.lst_award li .t1 {
  font-size: 15px;
  color: #005793;
  margin-top: 20px;
  font-weight: 600;
}
@media screen and (max-width: 1150px) {
  .lst_award li {
    width: 48%;
    margin-top: 2%;
    margin-bottom: 2%;
  }
}

@media screen and (max-width: 767px) {
  .lst_award {
    position: relative;
    padding: 30px 50px;
  }
  .lst_award li {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 4%;
  }
}

.wrap_product {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.wrap_product:after {
  content: "";
  display: table;
  clear: both;
}
.wrap_product .item {
  float: left;
  text-align: center;
  margin-top: 100px;
}
.wrap_product .item:nth-child(odd) {
  float: right;
}
.wrap_product .item:nth-child(1),
.wrap_product .item:nth-child(2) {
  margin-top: 0;
}
.wrap_product .cont {
  margin-top: 50px;
}
.wrap_product .cont .h {
  font-size: 19px;
  line-height: 1.5;
  color: #333;
  font-weight: 500;
}
.wrap_product .cont .t1 {
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
  font-size: 15px;
}
.wrap_product .cont .t1:after {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50px;
  height: 2px;
  background-color: #666;
  margin-left: -17px;
  content: "";
}

@media screen and (max-width: 1100px) {
  .wrap_product .item {
    float: none;
    margin-top: 50px;
  }
  .wrap_product .item img {
    max-width: 100%;
  }
  .wrap_product .item:nth-child(odd) {
    float: none;
  }
  .wrap_product .item:nth-child(1) {
    margin-top: 0;
  }
  .wrap_product .item:nth-child(2) {
    margin-top: 50px;
  }

  .wrap_product .cont {
    margin-top: 30px;
  }
  .wrap_product .cont .h {
    font-size: 16px;
  }
  .wrap_product .cont .t1 {
    padding-top: 20px;
    margin-top: 20px;
    font-size: 13px;
  }
}

.wrap_career {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 50px;
  border-bottom: 1px solid #ddd;
}
.wrap_career .updata {
  text-align: right;
  font-size: 0.8em;
}
.wrap_career:after {
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  content: "";
}
.wrap_career .area_col {
  float: left;
  width: 45%;
}
.wrap_career .area_col.rgh {
  float: right;
}
.wrap_career ul,
.wrap_career li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wrap_career .h0 {
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}
.wrap_career .h {
  padding-left: 15px;
  color: #333;
  font-size: 0.98em;
  font-weight: 500;
}

.wrap_career ul {
  padding-left: 25px;
  margin-bottom: 30px;
}
.wrap_career ul li {
  padding-left: 10px;
  position: relative;
  font-size: 0.9em;
}
.wrap_career ul li:after {
  position: absolute;
  left: 0;
  top: 11px;
  width: 3px;
  height: 3px;
  border-radius: 5px;
  background-color: #b1b1b1;
  content: "";
}
.wrap_career .btns {
  clear: both;
  text-align: right;
}
.wrap_career .btns a {
  display: inline-block;
  padding: 10px 25px;
  border: 1px solid #005891;
  text-align: center;
  font-size: 13px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrap_career .btns a i {
  font-size: 1.2em;
  vertical-align: -1px;
}
.wrap_career .btns a:hover {
  background-color: #005891;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .wrap_career {
    font-size: 13px;
    padding-bottom: 30px;
  }

  .wrap_career .area_col {
    float: none;
    width: auto;
  }
  .wrap_career .area_col.rgh {
    float: none;
    margin-top: 20px;
  }
  .wrap_career .h0 {
    margin-bottom: 15px;
  }
  .wrap_career .h {
    padding-left: 15px;
    color: #333;
    font-size: 0.98em;
    font-weight: 500;
  }

  .wrap_career ul li:after {
    top: 9px;
  }
  .wrap_career .btns a {
    display: inline-block;
    padding: 5px 15px;
  }
}


/* main.css */

@font-face {
  font-family: "robotobold";
  font-style: normal;
  font-weight: normal;
  src: url("roboto-bold-webfont.eot?#iefix") format("embedded-opentype"), url("roboto-bold-webfont.woff") format("woff"), url("roboto-bold-webfont.ttf") format("truetype"), url("roboto-bold-webfont.svg#robotobold") format("svg");
}
@font-face {
  font-family: "robotoregular";
  font-style: normal;
  font-weight: normal;
  src: url("roboto-regular-webfont.eot?#iefix") format("embedded-opentype"), url("roboto-regular-webfont.woff") format("woff"), url("roboto-regular-webfont.ttf") format("truetype"), url("roboto-regular-webfont.svg#robotoregular") format("svg");
}
@font-face {
  font-family: "robotoitalic";
  font-style: normal;
  font-weight: normal;
  src: url("roboto-italic-webfont.eot?#iefix") format("embedded-opentype"), url("roboto-italic-webfont.woff") format("woff"), url("roboto-italic-webfont.ttf") format("truetype"), url("roboto-italic-webfont.svg#robotoitalic") format("svg");
}
@font-face {
  font-family: "robotobold_italic";
  font-style: normal;
  font-weight: normal;
  src: url("roboto-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("roboto-bolditalic-webfont.woff") format("woff"), url("roboto-bolditalic-webfont.ttf") format("truetype"), url("roboto-bolditalic-webfont.svg#robotobold_italic") format("svg");
}
@font-face {
  font-family: "Arial Black";
  font-style: normal;
  font-weight: normal;
  src: url("Arial Black.eot?#iefix") format("embedded-opentype"), url("Arial Black.woff") format("woff"), url("Arial Black.ttf") format("truetype"), url("Arial Black.svg#Arial Black") format("svg");
}
#header-right .header-cms .header-cms-text .header-cms-label, #menu ul ul li a, #banner .banner-text .container .inner-text .banner-caption, #breadcrumb .breadcrumb, #breadcrumb a, #side_menu ul li ul li a, .home-cms-1 .home-cms-1-description, .home-cms-2 .home-cms-2-description, .home-cms-3 .home-cms-3-list .home-cms-3-listitem > div .home-cms-3-listitem-text, .home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-description, #career .career-listings .career-listing-item .career-listing-top .career-listing-date {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: normal;
}

#header-right .header-cms .header-cms-text .header-cms-content, .home-cms-1 .home-cms-1-list {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: bold;
}

#header-right .header-cms-button .header-button {
  font-family: 'Arial Black';
  font-size: 14px;
  font-weight: normal;
}

#menu ul#dropmenu > li > a, .home-cms-1 .home-cms-1-list ul li, .home-cms-4 .home-cms-4-left .home-cms-4-description, #career .career-table .career-table-item > div, #career .career-listings .career-listing-item .career-listing-description, #career .career-listings .career-listing-item .career-listing-description .career-text, .innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-desc, .innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: normal;
}

#banner .banner-text .container .inner-text .banner-title {
  font-family: 'Arial';
  font-size: 32px;
  font-weight: bold;
}

#banner .banner-text .container .inner-text .banner-links a, .smart-forms .button.newsletter, a.back, a.link, .home-cms-1 .home-cms-1-button a, .home-cms-2 .home-cms-2-button a, .home-cms-3 .home-cms-3-list .home-cms-3-listitem > div .home-cms-3-listitem-text span, .home-cms-4 .home-cms-4-right .home-cms-4-button a, #home-news .home-news-button a, #career .career-listings .career-listing-item .career-listing-description .career-listing-apply a, #career-application-form-wrapper #career-application-form .smart-forms #careerSubmit {
  font-family: 'Arial Black';
  font-size: 12px;
  font-weight: normal;
}

.home-cms-1 .home-cms-1-title, .home-cms-2 .home-cms-2-title, .home-cms-3 .home-cms-3-title, .home-cms-3 .home-cms-3-list .home-cms-3-listitem > div .home-cms-3-listitem-number, .home-cms-4 .home-cms-4-left .home-cms-4-title, #home-news .home-news-title {
  font-family: 'Arial';
  font-size: 30px;
  font-weight: normal;
}

.home-cms-1 .home-cms-1-title span, .home-cms-2 .home-cms-2-title span, .home-cms-3 .home-cms-3-title span, .home-cms-4 .home-cms-4-left .home-cms-4-title span, #home-news .home-news-title span {
  font-family: 'Arial';
  font-size: 30px;
  font-weight: bold;
}

#newsletter-form-wrapper .newsletter-form-maintitle, .home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-title, #career .career-table .career-table-header > div, #career .career-listings .career-listing-item .career-listing-top .career-listing-name, #career-application-form-wrapper #career-application-form .career-application-form-maintitle {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: bold;
}

#footer .footer-main .footer-main-bottom, #footer .footer-main .footer-main-bottom a, #footer .footer-main .footer-main-bestview, .home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-date {
  font-family: 'Arial';
  font-size: 10px;
  font-weight: normal;
}

#footer .footer-extra .footer-extra-links .footer-extra-link .footer-extra-link-text {
  font-family: 'Arial';
  font-size: 18px;
  font-weight: normal;
}

#social-icon ul li.title, #newsletter-form-wrapper .newsletter-form-title, #footer .footer-main .footer-main-top .footer-main-menu ul li, #footer .footer-main .footer-main-top .footer-main-menu ul li a, #career .career-listings .career-listing-item .career-listing-description .career-label, #career .career-listings .career-listing-item .career-listing-description h4, #career-application-form-wrapper #career-application-form .career-application-form-title, #career-application-form-wrapper #career-application-form .smart-forms label {
  font-family: 'Arial';
  font-size: 14px;
  font-weight: bold;
}

.innerpage-banner .innerpage-title-wrapper .innerpage-title, .career-introduction .career-introduction-title span, .innerpage-aboutus-wrapper .innerpage-aboutus-header .innerpage-aboutus-title span {
  font-family: 'Arial';
  font-size: 28px;
  font-weight: bold;
}

.career-introduction .career-introduction-title, .innerpage-aboutus-wrapper .innerpage-aboutus-header .innerpage-aboutus-title {
  font-family: 'Arial';
  font-size: 28px;
  font-weight: normal;
}

#side_menu ul li a {
  font-family: 'Arial';
  font-size: 12px;
  font-weight: bold;
}

.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-maindesc {
  font-family: 'Arial';
  font-size: 21px;
  font-weight: bold;
}

.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing ul li {
  font-family: 'Arial Black';
  font-size: 13px;
  font-weight: bold;
}

.career-introduction .career-introduction-description {
  font-family: 'Arial';
  font-size: 16px;
  font-weight: normal;
}

.home-cms-1 .home-cms-1-image {
  box-shadow: 0 7px 32px 8px rgba(0, 0, 0, 0.25);
}

#banner .slick-dots {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#banner .slide .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* columns of same height styles */
.row-full-height {
  height: 100%;
}

.col-full-height {
  height: 100%;
  vertical-align: middle;
}

.row-same-height, .row-md-same-height, .row-sm-same-height {
  display: table;
  table-layout: fixed;
  width: 100%;
  vertical-align: middle;
}

/*revert back to normal in md*/
@media (max-width: 991px) {
  .row-md-same-height {
    display: block;
  }
}

@media (max-width: 767px) {
  .row-sm-same-height {
    display: block;
  }
}

.col-xs-height {
  display: table-cell;
  float: none !important;
}

/*alignments*/
.col-top {
  vertical-align: top;
}

.col-middle {
  vertical-align: middle;
}

.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 767px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 991px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1000px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters [class^="col-"], .row.no-gutters [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.row-centered {
  text-align: center;
}
.row-centered .col-centered {
  display: inline-block;
  float: none;
  vertical-align: top;
  text-align: left;
  margin-left: -4px;
}

.v-align-bottom {
  display: table-cell;
  float: none !important;
  vertical-align: bottom;
}

.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}
@media (max-width: 991px) {
  .col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5, .col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5, .col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5, .col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}
/********************************** common tag **********************************/
html, body {
  height: 100%;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #444;
}

p {
  margin: 0 0 12px 0;
}
p.search {
  margin: 0 0 3px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin: 0 0 12px 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 18px;
}

h3 {
  font-size: 14px;
}

h4 {
  font-size: 12px;
}

h5 {
  font-size: 10px;
}

h6 {
  font-size: 8px;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

pre {
  font-family: monospace;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:focus {
  outline: 0;
}

textarea, input {
  font: 12px Arial, Helvetica, sans-serif;
  color: #000;
}
textarea:focus, input:focus {
  outline: 0;
}

/********************************** id **********************************/
#wrapper {
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
}

/********************************** mean menu *************************************/
.mean-container .mean-bar {
  background: #00588A;
}

.mean-container .mean-nav {
  background: #00588A;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.2);
}

/********************************** header **********************************/
#header {
  padding: 20px 0;
}
#header .container .row {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  #header .container .row {
    display: block;
  }
}
#header-right {
  text-align: right;
}
@media (max-width: 991px) {
  #header-right {
    text-align: left;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  #header-right {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}
#header-right .header-cms {
  display: inline-block;
  vertical-align: middle;
  margin-left: 25px;
}
@media (max-width: 1200px) {
  #header-right .header-cms {
    margin-left: 15px;
  }
}
@media (max-width: 991px) {
  #header-right .header-cms {
    margin-left: 5px;
  }
}
@media (max-width: 480px) {
  #header-right .header-cms {
    margin-left: 0;
  }
}
#header-right .header-cms:hover .header-cms-icon {
  background: #006CEF;
  cursor: pointer;
}
#header-right .header-cms:hover .header-cms-icon span {
  color: #FFFFFF;
}
#header-right .header-cms:hover .header-cms-text .header-cms-label, #header-right .header-cms:hover .header-cms-text .header-cms-content {
  color: #006CEF;
}
#header-right .header-cms .header-cms-icon {
  display: inline-block;
  vertical-align: middle;
  width: 32px;
  background: #E7E7E7;
  border-radius: 100px;
  line-height: 33px;
  text-align: center;
  padding-left: 4px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header-right .header-cms .header-cms-icon span {
  color: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header-right .header-cms .header-cms-icon span:before {
  font-size: 14px;
}
#header-right .header-cms .header-cms-text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
}
@media (max-width: 480px) {
  #header-right .header-cms .header-cms-text {
    display: none;
  }
}
#header-right .header-cms .header-cms-text .header-cms-label {
  display: block;
  color: #00588A;
  text-align: left;
  margin-bottom: 3px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header-right .header-cms .header-cms-text .header-cms-content {
  text-align: left;
  display: block;
  color: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 1200px) {
  #header-right .header-cms .header-cms-text .header-cms-content {
    font-size: 14px;
  }
}
#header-right .header-cms-button {
  border: 1px solid #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  #header-right .header-cms-button {
    display: none;
    margin-bottom: 0;
  }
}
#header-right .header-cms-button:hover {
  background: #006CEF;
  border-color: #006CEF;
}
#header-right .header-cms-button:hover .header-button {
  color: #FFFFFF;
  text-decoration: none;
}
#header-right .header-cms-button:hover .header-button:before {
  color: #FFFFFF;
}
#header-right .header-cms-button .header-button {
  display: inline-block;
  vertical-align: middle;
  color: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 100%;
  padding: 7px 15px;
}
#header-right .header-cms-button .header-button:before {
  content: '\F075';
  font-family: 'fontAwesome';
  color: #00588A;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header-right .header-cms-button .header-button:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header-right .menu-search {
  display: inline-block !important;
  background: #00588A;
  width: 32px;
  line-height: 33px;
  margin-left: 2px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#header-right .menu-search:hover {
  background: #006CEF;
}
#header-right .menu-search:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
#header-right .menu-search i {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

#logo a {
  display: block;
}
#logo img {
  max-width: 130px;
}
@media (max-width: 991px) {
  #logo {
    text-align: center;
  }
}

#header-email, #header-phone {
  cursor: pointer;
}

/********************************** search **********************************/
#search {
  width: 100%;
  position: absolute;
  top: 0;
  display: none;
  z-index: 2;
}
#search .form-control {
  border-radius: 0;
}
#search .input-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
}
#search .input-group .input-group-btn {
  outline: none !important;
  width: auto;
}
#search .input-group button {
  border: none;
  border-radius: 0;
  background: transparent;
  outline: none !important;
  background: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#search .input-group button i {
  color: #FFFFFF;
  font-size: 14px;
}
@media (max-width: 480px) {
  #search .input-group button i {
    font-size: 11px;
  }
}
#search #keyword {
  width: 98%;
  padding: 5px 10px;
  border: none !important;
  box-shadow: none;
  background: #00588A;
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 18px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#search #keyword::-webkit-input-placeholder {
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 18px;
  line-height: 25px;
}
#search #keyword::-moz-placeholder {
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 18px;
  line-height: 25px;
}
#search #keyword:-moz-placeholder {
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 18px;
  line-height: 25px;
}
#search #keyword:-ms-input-placeholder {
  color: #FFFFFF;
  font-family: 'Arial';
  font-size: 18px;
  line-height: 25px;
}
@media (max-width: 991px) {
  #search #keyword {
    font-size: 14px;
  }
  #search #keyword::-webkit-input-placeholder {
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 25px;
  }
  #search #keyword::-moz-placeholder {
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 25px;
  }
  #search #keyword:-moz-placeholder {
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 25px;
  }
  #search #keyword:-ms-input-placeholder {
    color: #FFFFFF;
    font-family: 'Arial';
    font-size: 14px;
    line-height: 25px;
  }
}

.menu-search-wrapper {
  position: relative;
}

.menu-search {
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .menu-search {
    display: none;
  }
}
.menu-search:before {
  content: '';
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.menu-search i {
  display: inline-block;
  vertical-align: middle;
  color: #FFFFFF;
  font-size: 14px;
  cursor: pointer;
}

/********************************** social icon **********************************/
#social-icon ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#social-icon ul li {
  margin-left: 20px;
}
#social-icon ul li.title {
  color: #0074B6;
}
#social-icon ul li a i {
  font-size: 14px;
  color: #8A8A8A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#social-icon ul li a:hover i {
  color: #006CEF;
}

/*if social icon has hover image*/
/*#social_icon a.facebook:hover { background:url('../../global/images/facebook_hover.png') no-repeat center center; }
#social_icon a.twitter:hover { background:url('../../global/images/twitter_hover.png') no-repeat center center; }
#social_icon a.instagram:hover { background:url('../../global/images/instagram_hover.png') no-repeat center center; }
#social_icon a.youtube:hover { background:url('../../global/images/youtube_hover.png') no-repeat center center; }
#social_icon a.linkedin:hover { background:url('../../global/images/linkedin_hover.png') no-repeat center center; }*/
/********************************** language **********************************/
#language {
  float: right;
  padding: 18px 10px 0px 0px;
}
#language ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#language ul li {
  float: left;
  padding-left: 5px;
}
#language ul li a {
  text-decoration: none;
}
#language ul li a img {
  position: relative;
  bottom: 1px;
  border: 1px solid #d7d7d7;
}

/********************************** menu **********************************/
#menu {
  background: #00588A;
  position: relative;
  z-index: 99;
  padding: 12px 0;
}
#menu .menu-wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
#menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul#dropmenu {
  position: relative;
}
#menu ul#dropmenu > li {
  color: #333;
  float: left;
  margin-right: 5px;
}
#menu ul#dropmenu > li > a {
  color: #FFFFFF;
  line-height: 20px;
  padding: 5px 15px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menu ul#dropmenu > li > a.current {
  background: #0074B6;
}
#menu ul#dropmenu > li > a:hover {
  background: #FFFFFF;
  color: #006CEF;
}
#menu ul#dropmenu > li.sfHover > a {
  background: #FFFFFF;
  color: #006CEF;
}
#menu ul#dropmenu > li:first-child > a {
  border-left: 0;
}
#menu ul li a:hover {
  text-decoration: none;
}
#menu ul ul {
  display: none;
  box-shadow: none;
  left: 0;
  position: absolute;
  top: 140%;
  z-index: 99;
  min-width: 150px;
  padding: 5px 0;
  background: #0074B6;
}
#menu ul ul ul {
  left: 103%;
  top: -5px;
}
#menu ul ul li a {
  background: #0074B6;
  color: #FFFFFF;
  max-width: 250px;
  padding: 10px 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menu ul ul li a:hover {
  color: #fff;
  padding-left: 35px;
}
#menu ul ul li a:hover:before {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
#menu ul ul li a:before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '\F105';
  font-family: 'fontAwesome';
  font-size: 12px;
  line-height: inherit;
  color: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#menu ul ul li.sfHover > a:before {
  left: 20px;
  opacity: 1;
  visibility: visible;
}
#menu li {
  position: relative;
  white-space: nowrap;
}
#menu li a {
  padding: 6px 30px 6px 20px;
  text-decoration: none;
}
#menu a {
  display: block;
  position: relative;
}
#menu .sf-arrows li > .sf-with-ul:after {
  display: none;
}
#menu .sf-arrows ul li a.sf-with-ul:after {
  border-top-color: transparent !important;
  border-left-color: rgba(255, 255, 255, 0.6);
}
#menu .sf-arrows ul li a.sf-with-ul:hover:after {
  border-left-color: rgba(255, 255, 255, 0.9);
}
#menu .li-mega {
  position: static;
}
#menu .sf-mega {
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 99;
  position: absolute;
  padding: 15px;
  background: #8D7D73;
  color: #FFF;
}
#menu .sf-mega-section {
  float: left;
  margin: 6px;
  padding: 10px;
  width: 208px;
  text-align: center;
}
#menu .sf-mega-section h2 {
  font-size: 16px;
  margin-bottom: 0;
  background: #87776e;
  box-shadow: inset 0px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
#menu .sf-mega-section h2 a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#menu .sf-mega-section h2 a:hover {
  color: #645b56;
}
#menu .sf-mega-section ul {
  display: block;
  position: relative;
}
#menu .sf-mega-section ul li a {
  border-right: 0;
  background: #5b4536;
  border-bottom: 1px solid #736760;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#menu .sf-mega-section ul li a:hover {
  background: #a7958a;
  color: #5b4536;
}
#menu .sf-mega hr {
  border: 0;
}

/*sub level*/
/*mega menu*/
/*responsive menu*/
#responsive-menu li a {
  font: 16px/1.5 "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
}
#responsive-menu .sf-arrows li > .sf-with-ul:after {
  border-top-color: transparent;
}
#responsive-menu .sf-arrows li > .sf-with-ul:hover:after {
  border-top-color: transparent;
}
#responsive-menu .sf-arrows ul li a.sf-with-ul:after {
  border-top-color: transparent !important;
  border-left-color: transparent;
}
#responsive-menu .sf-arrows ul li a.sf-with-ul:hover:after {
  border-left-color: transparent;
}

/********************************** banner **********************************/
#banner {
  background: #ffffff;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
#banner .slide .img {
  width: 100%;
  padding-top: 33%;
  position: relative;
}
#banner .banner-text {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@media (max-width: 480px) {
  #banner .banner-text {
    display: none;
  }
}
#banner .banner-text .container {
  height: 100%;
}
#banner .banner-text .container .inner-text {
  width: 35%;
  height: 100%;
  padding-top: 50px;
  padding-right: 30px;
}
@media (max-width: 1200px) {
  #banner .banner-text .container .inner-text {
    padding-top: 22px;
  }
}
#banner .banner-text .container .inner-text:before {
  content: '';
  background: rgba(0, 50, 87, 0.7);
  width: 42%;
  height: 100%;
  position: absolute;
  background-size: 100%;
  top: 0;
  left: 0;
}
#banner .banner-text .container .inner-text .banner-title {
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  #banner .banner-text .container .inner-text .banner-title {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  #banner .banner-text .container .inner-text .banner-title {
    font-size: 21px;
    min-height: 135px;
  }
}
#banner .banner-text .container .inner-text .banner-caption {
  display: block;
  color: #FFFFFF;
  position: relative;
  line-height: 30px;
  padding-left: 25px;
  margin-left: 10px;
  margin-bottom: 50px;
  border-left: 1px solid #FFFFFF;
}
#banner .banner-text .container .inner-text .banner-links {
  position: relative;
}
#banner .banner-text .container .inner-text .banner-links a {
  color: #FFFFFF;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#banner .banner-text .container .inner-text .banner-links a:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}
#banner .slick-dots {
  margin-bottom: 20px;
  width: auto;
  right: 20px;
  bottom: inherit;
}
#banner .slick-dots li {
  width: 10px;
  height: 10px;
  display: block;
  margin: 5px;
}
#banner .slick-dots li.slick-active {
  background: none;
}
#banner .slick-dots li.slick-active button:before {
  content: '';
  background: #ff6600;
  opacity: 1;
  filter: alpha(opacity=100);
  border-color: #8bcc00;
}
#banner .slick-dots li button {
  background: none;
  width: 10px;
  height: 10px;
  padding: inherit;
  font-size: inherit;
}
#banner .slick-dots li button:before {
  content: '';
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  border: 1px solid #8bcc00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 10px;
  height: 10px;
}
#banner .banner-arrows {
  position: absolute;
  bottom: 40px;
  left: 30%;
}
@media (max-width: 480px) {
  #banner .banner-arrows {
    display: none;
  }
}
#banner .slick-arrow {
  z-index: 1;
  width: 34px;
  height: 34px;
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  border: 1px solid #FFFFFF;
}
#banner .slick-arrow:before {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-family: 'fontAwesome';
  font-size: 15px;
  line-height: 32px;
}
#banner .slick-arrow:hover {
  background: #FFFFFF;
}
#banner .slick-arrow:hover:before {
  color: rgba(0, 50, 87, 0.7);
}
#banner .slick-arrow.slick-prev {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block !important;
  -webkit-transform: none;
          transform: none;
}
#banner .slick-arrow.slick-prev:before {
  content: '\F104';
  opacity: 1;
}
#banner .slick-arrow.slick-next {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: inline-block !important;
  -webkit-transform: none;
          transform: none;
}
#banner .slick-arrow.slick-next:before {
  content: '\F105';
  opacity: 1;
}

#banner_inner {
  width: 100%;
  height: auto;
  background: #FFF;
}
#banner_inner img {
  width: 100%;
  height: auto;
}

/* thumbnails */
/*#banner .br-thumbnails li { background-color:#FFF; border-color:#FFF }
#banner .br-thumbnails li:hover { background-color:#EEE }
#banner .br-thumbnails li.br-curr { background-color:#ed373a; border-color:#ed373a }*/
/* full width banner height */
/*#banner .br-stage { height:300px !important }
#banner .banner-rotator { width:auto !important; height:300px !important }
#banner .banner-rotator img { width:auto !important; height:auto !important; top:0 !important;  }*/
/********************************** breadcrumb **********************************/
#breadcrumb .breadcrumb {
  display: block;
  padding: 0;
  background: none;
  margin-bottom: 15px;
  color: #58595B;
  text-transform: uppercase;
}
#breadcrumb .breadcrumb > li + li:before {
  content: '\F0DA';
  font-family: 'fontAwesome';
  color: #58595B;
  padding: 0 10px;
}
#breadcrumb a {
  color: #58595B;
  text-decoration: none;
}

/*#breadcrumb .crumb { float:left; line-height:18px; padding:0 5px; font-weight:bold; color:#112c6a; }
#breadcrumb .crumb img { position:relative; top:2px; }
#breadcrumb .crumb a { background:url('../images/arrow.png') no-repeat right center; padding:0 18px 0 0; color:#333; text-decoration:none; }
#breadcrumb .crumb a:hover { color:#18bbff; text-decoration:underline; }
#breadcrumb .first { padding:0 5px 0 0 !important; color:#333 !important; }*/
/********************************** sidemenu **********************************/
#side_menu h2 {
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #444;
}
#side_menu h2 a {
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  color: #444;
}
#side_menu h2 a:hover {
  color: #000;
}
#side_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#side_menu ul li {
  margin-bottom: 10px;
}
#side_menu ul li a {
  color: #00588A;
  text-decoration: none;
  border: 1px solid #E7E7E7;
  background: #F9F9F9;
  width: 100%;
  display: block;
  padding: 15px 25px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#side_menu ul li a:after {
  content: '\F054';
  font-family: 'fontAwesome';
  color: #00588A;
  font-size: 12px;
  float: right;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#side_menu ul li a:hover, #side_menu ul li a.visiting {
  color: #006CEF;
}
#side_menu ul li a:hover:after, #side_menu ul li a.visiting:after {
  color: #006CEF;
}
#side_menu ul li ul {
  margin: 25px 0;
}
#side_menu ul li ul li:first-child a {
  padding-top: 0;
}
#side_menu ul li ul li a {
  padding: 15px 25px 0;
  background: transparent;
  border: none;
  color: #000000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#side_menu ul li ul li a:after {
  display: none;
}

/********************************** ads **********************************/
#ads {
  margin-bottom: 20px;
}
#ads ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ads ul li {
  margin-top: 15px;
}
#ads ul li:first-child {
  margin-top: 0;
}
#ads a {
  display: block;
}

/********************************** newsletter **********************************/
#newsletter_button {
  cursor: pointer;
}

#newsletter {
  line-height: 23px;
}
#newsletter a#btn {
  float: right;
}
#newsletter > #newsletterfooterbox {
  position: relative;
  border: 1px solid #ddd8d8;
  padding: 3px 0;
}
#newsletter > #newsletterfooterbox .fa {
  line-height: 23px;
  position: absolute;
  left: 8px;
  top: 3px;
}
#newsletter > #newsletterfooterbox input[type=email] {
  border: none;
  outline: 0;
  width: 100%;
  padding-left: 25px;
}
#newsletter #newsletterbtn, #newsletter #newsletterformbtn {
  height: auto;
  border: none;
  cursor: pointer;
  outline: 0;
  background: #e21f25;
  color: #fff;
  float: right;
  padding: 5px 10px;
  border-radius: 3px;
  font-family: 'gotham_boldregular';
  letter-spacing: 1px;
  font-size: 12px;
  line-height: 24px;
  width: auto;
}
#newsletter #newsletterbtn:hover, #newsletter #newsletterformbtn:hover {
  background: #E14B4F;
}
#newsletter #newsletterformbtn {
  float: none;
  text-align: center;
  line-height: 42px;
  font-size: 16px;
  padding: 0 20px;
  border-radius: 0;
}
#newsletter .morph-button-fixed {
  width: 74px;
  height: 34px;
}
#newsletter .morph-button-fixed .morph-content {
  width: 74px;
  height: 34px;
}
#newsletter .morph-button {
  margin-top: 10px;
  padding: 0;
  float: right;
  width: auto;
}
#newsletter .morph-button h2 {
  font-size: 30px;
  color: inherit;
  padding-top: 40px;
}
#newsletter .morph-button h2 .field-icon .fa {
  line-height: 42px;
}
#newsletter .morph-button .close-morphing {
  font-size: 16px;
  right: 3px;
  top: 3px;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}

.smart-forms .section {
  margin-bottom: 10px;
}
.smart-forms .button.newsletter {
  color: #00588A;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.smart-forms .button.newsletter:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}
.smart-forms input:checked + .checkbox, .smart-forms input:checked + .radio {
  border: 3px solid #112C6A;
}

#footer-bottom {
  text-align: center;
  line-height: 40px;
}

#newsletter-form-wrapper {
  background: white;
  padding: 35px 30px 25px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
#newsletter-form-wrapper .newsletter-form-maintitle {
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 3px;
}
#newsletter-form-wrapper .newsletter-form-title {
  color: #000000;
  margin-bottom: 20px;
}
#newsletter-form-wrapper .newsletter-form-title span {
  color: #00588A;
  text-transform: uppercase;
}

#newsletter-form-inline .smart-forms .append-icon .field-icon, #newsletter-form-inline .smart-forms .prepend-icon .field-icon {
  height: 33px;
  line-height: 33px;
}
#newsletter-form-inline .smart-forms .gui-input {
  height: 33px;
}
#newsletter-form-inline .form-newsletter-email {
  padding-right: 5px;
}
#newsletter-form-inline .form-newsletter-submit {
  padding-left: 5px;
}

/********************************** news **********************************/
#news_mini {
  margin-bottom: 20px;
}
#news_mini ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news_mini ul li {
  border-bottom: 1px solid #CCC;
  padding-top: 10px;
  margin-top: 5px;
  padding-bottom: 15px;
}
#news_mini ul li:first-child {
  border-top: 0;
  padding-top: 0;
}
#news_mini .content_left {
  float: left;
  padding-top: 1px;
}
#news_mini .content_right {
  margin-left: 130px;
}
#news_mini .view {
  float: right;
  font-size: 12px;
  padding-bottom: 10px;
}
#news_mini .view_all {
  padding-top: 10px;
}
#news_mini a {
  text-decoration: none;
  display: block;
}
#news_mini a:hover {
  text-decoration: underline;
}
#news_mini h3 a {
  color: #333;
  line-height: 18px;
}
#news_mini .day {
  background: #18bbff;
  width: 98px;
  height: 77px;
  font-size: 38px;
  font-weight: bold;
  color: #FFF;
  line-height: 75px;
  text-align: center;
}
#news_mini .month {
  background: #EEE;
  border: 1px solid #CCC;
  width: 98px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-align: center;
}

/* news swiper */
/*#news_swiper { height:200px; width:298px; padding:0 !important; position:relative; }
#news_swiper h2 { padding:10px; margin-bottom:0;  border-bottom:1px solid #CCC; }
#news_swiper ul { margin:0; padding:0; list-style:none }
#news_swiper ul li {padding-top:5px; margin-top:5px; }
#news_swiper ul li:first-child { border-top:0; }
#news_swiper .content_left { float:left; padding:10px 0 10px 10px; }
#news_swiper .content_right { float:right; width:74%; padding:7px; }
#news_swiper .view { float:right; font-size:11px; }
#news_swiper a { text-decoration:none }
#news_swiper a:hover { text-decoration:underline }
#news_swiper h3 a { color:#333 }
#news_swiper .day { background:#18bbff; width:50px; height:40px; font-size:28px; font-weight:bold; color:#FFF; line-height:40px; text-align:center; }
#news_swiper .month { background:#EEE; border:1px solid #CCC; width:48px; line-height:16px; font-size:10px; font-weight:bold; color:#555; text-align:center; }*/
/* news swiper horizontal */
/*#news_mini_horizontal .swiper-container { height:100px; width:100%; }
#news_mini_horizontal { overflow:hidden; position:relative; }
#news_mini_horizontal .last {}
#news_mini_horizontal h2 { font-size:20pt; color:#000; text-align:center; font-weight:normal; margin:30px 0; }
#news_mini_horizontal .news_description_mini .news_box, .news_description .news_box { background:url('../images/date_bg.png'); width:64px; height:59px }
#news_mini_horizontal a.previous_button { background:url('../images/previous_arrow.png'); display:block; width:45px; height:45px; left:0; top:24px; position:absolute; }
#news_mini_horizontal a.next_button { background:url('../images/next_arrow.png'); display:block; width:45px; height:45px; right:0; top:24px; position:absolute; }
#news_mini_horizontal a.previous_button:hover { background:url('../images/previous_arrow_hover.png') }
#news_mini_horizontal a.next_button:hover { background:url('../images/next_arrow_hover.png') }
#news_mini_horizontal .news_description_mini { background:#ccc; width:430px; padding:15px; margin:0 8px; float:left; border-radius:5px }
#news_mini_horizontal .news_description_mini table { width:100%; margin:0; padding:0; border:0; border-collapse:collapse; border-spacing:0; }
#news_mini_horizontal .news_description_mini table tr td { vertical-align:middle; }
#news_mini_horizontal .news_description_mini table tr td .day { font-size:34px; font-weight:bold; color:#4C4C4C; line-height:30px; text-align:center; padding-top:9px }
#news_mini_horizontal .news_description_mini table tr td .month { line-height:15px; font-size:14px; font-weight:bold; color:#808080; text-align:center; }
#news_mini_horizontal .news_description_mini table tr td .date { display:block; line-height:16px; font-size:11px; font-weight:bold; color:#999; }
#news_mini_horizontal .news_description_mini table tr td a { color:#0E8EAB; text-decoration:none; font-weight:bold; }
#news_mini_horizontal .news_description_mini table tr td a.title { color:#112C6A; text-decoration:none; font-size:12pt; font-weight:bold; }
#news_mini_horizontal .news_description_mini table tr td h3 { margin:0 10px 5px !important; margin-left:10px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; width:200px; }
#news_mini_horizontal .news_description_mini table tr td p { color:#444; font-size:10pt; font-weight:lighter; margin-left:10px; margin-bottom:0; line-height:1.3 }*/
/* news list */
#news ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#news ul li {
  border-bottom: 1px solid #CCC;
  padding-top: 5px;
  margin-top: 10px;
}
#news .content_left {
  float: left;
  padding-top: 2px;
}
#news .content_right {
  margin-left: 130px;
}
#news .view {
  float: left;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  font-size: 12px;
  margin-bottom: 10px;
}
#news .link {
  text-decoration: none;
  font-weight: bold;
}
#news .link:hover {
  text-decoration: none;
  background-color: #006CEF;
  color: #fff;
}
#news a {
  text-decoration: none;
}
#news h3 a {
  color: #333;
  font-size: 20px;
}
#news h3 a:hover {
  color: #006CEF;
  text-decoration: none;
}
#news .day {
  background: #006CEF;
  width: 98px;
  height: 77px;
  font-size: 38px;
  font-weight: bold;
  color: #FFF;
  line-height: 75px;
  text-align: center;
}
#news .month {
  background: #EEE;
  border: 1px solid #CCC;
  width: 98px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-align: center;
}

/********************************** event **********************************/
/* event calender */
#event_calender {
  margin-bottom: 20px;
}
#event_calender p {
  margin-bottom: 0;
  font-size: 14px;
}
#event ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#event ul li {
  border-bottom: 1px solid #CCC;
  padding-top: 5px;
  margin-top: 10px;
  padding-bottom: 15px;
}
#event .content_left {
  float: left;
  padding-top: 2px;
}
#event .content_left > a img {
  width: 100%;
}
#event .content_right {
  margin-left: 130px;
}
#event .view {
  float: left;
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  font-size: 12px;
  margin-bottom: 10px;
}
#event .link {
  text-decoration: none;
  font-weight: bold;
}
#event .link:hover {
  text-decoration: none;
  background-color: #006CEF;
  color: #fff;
}
#event a {
  text-decoration: none;
}
#event a:hover {
  text-decoration: underline;
}
#event h3 a {
  color: #333;
  font-size: 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#event h3 a:hover {
  color: #006CEF;
  text-decoration: none;
}
#event .day {
  background: #006CEF;
  width: 98px;
  height: 77px;
  font-size: 38px;
  font-weight: bold;
  color: #FFF;
  line-height: 75px;
  text-align: center;
}
#event .month {
  background: #EEE;
  border: 1px solid #CCC;
  width: 98px;
  line-height: 20px;
  font-size: 12px;
  font-weight: bold;
  color: #555;
  text-align: center;
}

/* event list */
/********************************** gallery **********************************/
/* gallery list */
#gallery ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#gallery ul li {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
#gallery ul li:first-child {
  padding-top: 0;
}
#gallery .content_left {
  float: left;
  width: 160px;
}
#gallery .content_left a {
  display: block;
}
#gallery .content_left img {
  margin: 0 auto;
}
#gallery .content_right {
  margin-left: 170px;
  position: relative;
  min-height: 135px;
}
#gallery .view {
  float: left;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  text-decoration: none;
}
#gallery .view:hover {
  text-decoration: underline;
}
#gallery .link {
  text-decoration: none;
  font-weight: bold;
}
#gallery .link:hover {
  text-decoration: none;
  background-color: #006CEF;
  color: #fff;
}
#gallery h3 a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#gallery h3 a:hover {
  color: #006CEF;
}
#gallery .imgFrame {
  border: 1px solid #CCC;
  padding: 4px;
  background: #FFF;
  position: relative;
  z-index: 2;
  display: block;
}
#gallery .imgFrame:hover {
  border: 1px solid #AAA;
}

/* gallery view */
ul.gallery_view {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}
ul.gallery_view li {
  padding: 0 5px;
  margin-bottom: 10px;
}
ul.gallery_view li a {
  position: relative;
  display: block;
  overflow: hidden;
}
ul.gallery_view li .imgFrame {
  border: 2px solid #EEE;
  padding: 6px;
  background: #FFF;
  height: 160px;
  background: #f9f9f9;
}
ul.gallery_view li .imgFrame:hover {
  border: 2px solid #AAA;
  cursor: pointer;
}
ul.gallery_view li img {
  max-height: 148px;
  margin: 0 auto;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
ul.view_view {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}
ul.view_view li {
  padding: 0 5px;
  margin-bottom: 10px;
}
ul.view_view li a {
  position: relative;
  display: block;
}
ul.view_view li .vidFrame {
  border: 2px solid #EEE;
  padding: 6px;
  background: #FFF;
  height: 160px;
  background: #f9f9f9;
}
ul.view_view li .vidFrame:hover {
  border: 2px solid #AAA;
  cursor: pointer;
}
ul.view_view li img {
  max-height: 148px;
  margin: 0 auto;
}
ul.social_share {
  padding: 0;
  list-style: none;
  margin: 0;
  float: left;
}
ul.social_share li {
  float: left;
  width: 100px;
}

/********************************** video **********************************/
#video ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#video ul li {
  border-bottom: 1px solid #CCC;
  padding: 10px 0;
}
#video ul li:first-child {
  padding-top: 0;
}
#video .content_left {
  float: left;
  width: 160px;
}
#video .content_left a {
  display: block;
}
#video .content_left img {
  margin: 0 auto;
}
#video .content_right {
  margin-left: 170px;
  position: relative;
  min-height: 110px;
}
#video .view {
  float: left;
  padding: 5px 10px;
  font-size: 12px;
  border: 1px solid #ebebeb;
  margin-bottom: 10px;
  text-decoration: none;
  position: absolute;
  bottom: 0;
}
#video .view:hover {
  color: #333;
  text-decoration: none;
}
#video .link {
  text-decoration: none;
  font-weight: bold;
}
#video .link:hover {
  text-decoration: none;
  background-color: #006CEF;
  color: #fff;
}
#video h3 a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#video h3 a:hover {
  color: #006CEF;
}
#video .imgFrame {
  border: 1px solid #CCC;
  padding: 4px;
  background: #FFF;
  position: relative;
  z-index: 2;
  display: block;
}
#video .imgFrame:hover {
  border: 1px solid #AAA;
}

/* video view */
.video_view {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
}
.video_view li {
  padding: 0 5px;
  margin-bottom: 10px;
}
.video_view li a {
  position: relative;
  display: block;
}
.video_view li .vidFrame {
  border: 2px solid #EEE;
  padding: 6px;
  background: #FFF;
  height: 190px;
  background: #f9f9f9;
}
.video_view li .vidFrame:hover {
  border: 2px solid #AAA;
  cursor: pointer;
}
.video_view li h5 {
  margin: 10px 0;
  text-align: center;
}
.video_view li img {
  max-height: 148px;
  margin: 0 auto;
}

/********************************** contact_box **********************************/
table#newsletter_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#newsletter_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: middle;
}
table#newsletter_box tr td.btn {
  text-align: right;
  line-height: 18px;
}
table#newsletter_box tr td input[type='radio'] {
  position: relative;
  top: 1px;
}
table#newsletter_box tr td input[type='text'] {
  width: 97%;
}
table#newsletter_box tr td input[type="submit"] {
  background: url("../images/submit.png") no-repeat;
  border: 0;
  width: 69px;
  height: 23px;
  cursor: pointer;
}
table#contact_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#contact_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: top;
}
table#contact_box tr td input[type='text'] {
  width: 99%;
}
table#contact_box tr td input#txtCode {
  width: 100px;
}
table#contact_box tr td textarea {
  width: 99%;
}
table#comment_box {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table#comment_box tr td {
  line-height: 22px;
  padding: 2px 3px 2px 0;
  vertical-align: top;
}
table#comment_box tr td input[type='text'] {
  width: 99%;
}
table#comment_box tr td textarea {
  width: 99%;
}
table#comment_box #txtCommentCode {
  width: 100px;
}

.smart-forms .refresh-captcha {
  right: -19px !important;
}
.smart-forms .refresh-captcha i {
  left: 21% !important;
}

/********************************** comment_box **********************************/
/********************************** comment_section **********************************/
.comment_section {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  background: #f2f2f2;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  margin-bottom: 10px;
}
.comment_section h3 {
  margin-bottom: 3px;
  color: #112C6A;
}
.comment_section p {
  margin-bottom: 3px;
}
.comment_section .date {
  color: #45484d;
  font-size: 12px;
  font-weight: normal;
}
.comment_section:after {
  content: '';
  position: absolute;
  border-style: solid;
  border-width: 9px 12px 9px 0;
  border-color: transparent #f2f2f2;
  display: block;
  width: 0;
  z-index: 1;
  left: -12px;
  top: 13px;
}

/********************************** search result **********************************/
#search_result ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#search_result ul li {
  margin-top: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #f2f2f2;
}
#search_result p.search {
  font-size: 12px;
}
#search_result .view {
  float: right;
  font-size: 12px;
}

h2.search_title {
  color: #0E8EAB;
}

h3.search {
  margin: 0 0 3px;
}
h3.search a {
  color: #333;
  text-decoration: none;
}
h3.search a:hover {
  text-decoration: underline;
}

p.search {
  margin: 0 0 3px;
}

hr.hr1 {
  width: 100%;
  border: none;
  height: 1px;
  margin: 10px 0 10px;
}

/********************************** sitemap **********************************/
div#sitemap a {
  display: block;
  color: #333;
  text-decoration: none;
}
div#sitemap a:hover {
  text-decoration: underline;
}
div#sitemap a.main {
  font-weight: bold;
  margin: 10px 0 0;
}
div#sitemap a.sub {
  background: url("../../global/images/icons/blt_grey.gif") 0 center no-repeat;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
}
div#sitemap a.subsub {
  background: url("../../global/images/icons/blt_grey.gif") 0 center no-repeat;
  padding: 0 0 0 10px;
  margin: 0 0 0 30px;
}

/********************************** footer **********************************/
#footer {
  font-size: 11px;
  text-align: center;
}
#footer a {
  text-decoration: none;
}
#footer .copyright, #footer .uno {
  display: inline;
}
#footer .footer-extra {
  margin-bottom: 40px;
}
#footer .footer-extra .footer-extra-links {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-extra .footer-extra-links .footer-extra-link {
  -webkit-box-flex: 1;
          flex: 1;
  border: 1px solid #E7E7E7;
  border-left: none;
  background: #F9F9F9;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  #footer .footer-extra .footer-extra-links .footer-extra-link {
    border-left: 1px solid #E7E7E7;
    min-width: 50%;
  }
}
#footer .footer-extra .footer-extra-links .footer-extra-link:first-child {
  border-left: 1px solid #E7E7E7;
}
#footer .footer-extra .footer-extra-links .footer-extra-link a {
  padding: 30px 10px;
  display: block;
  text-decoration: none !important;
}
#footer .footer-extra .footer-extra-links .footer-extra-link:hover {
  text-decoration: none;
  background: #006CEF;
  border-color: #006CEF;
}
#footer .footer-extra .footer-extra-links .footer-extra-link:hover .footer-extra-link-image img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#footer .footer-extra .footer-extra-links .footer-extra-link:hover .footer-extra-link-text {
  color: #FFFFFF;
  text-decoration: none !important;
}
#footer .footer-extra .footer-extra-links .footer-extra-link .footer-extra-link-image {
  display: block;
}
#footer .footer-extra .footer-extra-links .footer-extra-link .footer-extra-link-image img {
  max-width: 50px !important;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer .footer-extra .footer-extra-links .footer-extra-link .footer-extra-link-text {
  display: block;
  color: #0074B6;
  margin-top: 5px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#footer .footer-main .footer-main-top {
  border-top: 3px solid #F9F9F9;
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 991px) {
  #footer .footer-main .footer-main-top {
    display: block;
  }
}
#footer .footer-main .footer-main-top .footer-main-menu ul {
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  #footer .footer-main .footer-main-top .footer-main-menu ul {
    -webkit-box-pack: space-evenly;
            justify-content: space-evenly;
  }
}
#footer .footer-main .footer-main-top .footer-main-menu ul li {
  margin-right: 20px;
  color: #0074B6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 480px) {
  #footer .footer-main .footer-main-top .footer-main-menu ul li {
    margin-bottom: 5px;
  }
}
#footer .footer-main .footer-main-top .footer-main-menu ul li:hover {
  color: #006CEF;
}
#footer .footer-main .footer-main-top .footer-main-menu ul li:hover a {
  color: #006CEF;
}
#footer .footer-main .footer-main-top .footer-main-menu ul li a {
  color: #0074B6;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media (max-width: 991px) {
  #footer .footer-main .footer-main-top .footer-main-socialmedia #social-icon ul {
    -webkit-box-pack: center;
            justify-content: center;
    margin: 15px 0 0;
  }
}
#footer .footer-main .footer-main-bottom {
  color: #58595B;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-bottom: 15px;
}
@media (max-width: 991px) {
  #footer .footer-main .footer-main-bottom {
    text-align: center;
  }
}
#footer .footer-main .footer-main-bottom a {
  color: #58595B;
}
#footer .footer-main .footer-main-bestview {
  color: #58595B;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 0;
  border-top: 1px solid #E7E7E7;
}

/********************************** social_share **********************************/
/********************************** printing **********************************/
a {
  color: #00588A;
}
a.back {
  color: #00588A;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.back:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}
a.link {
  color: #00588A;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
a.link:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}
a.print {
  display: block;
  background: url("../../global/images/icons/printer.png") no-repeat right;
  padding: 2px 23px;
  position: relative;
  float: right;
  text-align: right;
  /*width:30%;*/
  color: #0E8EAB;
  text-decoration: none;
  line-height: 16px;
}
a.print:hover {
  text-decoration: underline;
}

/********************************** pagingku **********************************/
.navigate {
  margin: 10px 0;
}

.pagination > li a, .pagination > li > span {
  color: #00588A;
  border-radius: 0 !important;
}
.pagination > .active > a, .pagination > .active > span {
  background-color: #00588A;
  border-color: #00588A;
  border-radius: 0 !important;
}
.pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span:hover, .pagination > .active > span:focus {
  background-color: #00588A;
  border-color: #00588A;
}

/*.navigate { text-align:left; padding:5px 0 5px 0; font-size:10px; }
.navigate a { color:#0E8EAB; margin:0 5px 0 0; padding:3px 6px; text-decoration:none }
.navigate a:hover { text-decoration:underline }
.navigate a.number { border:1px solid #ccc; background:#FFF }
.navigate a.current { background:#ccc; border:1px solid #ccc; color:#fff; }
.navigate a.current:hover { text-decoration: underline; }*/
/********************************** input validation **********************************/
label.error {
  background: url("../../global/images/icons/exclamation.png") no-repeat left center;
  display: block;
  font-size: 11px;
  color: #e84227;
  margin-top: 3px;
  margin-bottom: 5px;
  padding-left: 20px;
  line-height: 16px;
}

input.error, select.error, textarea.error {
  padding: 2px;
  background: #FFFBCF !important;
  border: 1px solid #FFCC33 !important;
}

.success {
  background: #d5ffce url("../images/icons/tick_circle.png");
  border-color: #9adf8f;
  color: #556652;
}

.error {
  background: #ffcece url("../images/icons/cross_circle.png");
  border-color: #df8f8f;
  color: #665252;
}

.attention {
  background: #fffbcc url("../images/icons/exclamation.png") 10px 11px no-repeat;
  border-color: #e6db55;
  color: #666452;
}

.notification {
  position: relative;
  margin-bottom: 10px;
  padding: 0;
  border: 1px solid;
  background-position: 10px 11px !important;
  background-repeat: no-repeat !important;
  font-size: 13px;
  width: 99.8%;
  border-radius: 6px;
}
.notification div {
  display: block;
  font-style: normal;
  padding: 10px 10px 10px 36px;
  line-height: 1.5em;
}
.notification .close {
  color: #990000;
  font-size: 9px;
  position: absolute;
  right: 5px;
  top: 5px;
}

/********************************** 404 **********************************/
#error_404 {
  line-height: 30px;
  color: #990000;
  border: 1px solid #990000;
  background-color: #FFECEC;
  position: relative;
  z-index: 10;
  margin: 10px 0;
  padding: 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  box-shadow: #c8c8c8 0 1px 5px;
}
#error_404 h2 {
  font-size: 24px;
  margin: 0;
}

/********************************** class **********************************/
.clear {
  clear: both;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.center, .ctr {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.small {
  font-size: 10px !important;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.red {
  color: #DF0101 !important;
}

.red_light {
  color: #FF9494 !important;
}

.green {
  color: #088A08 !important;
}

.green_light {
  color: #30FB26 !important;
}

.blue {
  color: #0431B4 !important;
}

.orange {
  color: #DBA901 !important;
}

.pointer {
  cursor: pointer;
}

.sort, .move {
  cursor: move;
}

.margin_vertical_small {
  margin: 5px 0;
}

.margin_top_none {
  margin-top: 0;
}

.margin_bottom_none {
  margin-bottom: 0;
}

.margin_right_none {
  margin-right: 0;
}

.margin_left_none {
  margin-left: 0;
}

.margin-top-5 {
  margin-top: 5px;
}

.margin-right-5 {
  margin-right: 5px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-left-5 {
  margin-left: 5px;
}

.margin-top-10 {
  margin-top: 10px;
}

.margin-right-10 {
  margin-right: 10px;
}

.margin-bottom-10 {
  margin-bottom: 10px;
}

.margin-left-10 {
  margin-left: 10px;
}

.margin-top-15 {
  margin-top: 15px;
}

.margin-right-15 {
  margin-right: 15px;
}

.margin-bottom-15 {
  margin-bottom: 15px;
}

.margin-left-15 {
  margin-left: 15px;
}

.margin-top-20 {
  margin-top: 20px;
}

.margin-right-20 {
  margin-right: 20px;
}

.margin-bottom-20 {
  margin-bottom: 20px;
}

.margin-left-20 {
  margin-left: 20px;
}

.padding-top-5 {
  padding-top: 5px;
}

.padding-right-5 {
  padding-right: 5px;
}

.padding-bottom-5 {
  padding-bottom: 5px;
}

.padding-left-5 {
  padding-left: 5px;
}

.padding-top-10 {
  padding-top: 10px;
}

.padding-right-10 {
  padding-right: 10px;
}

.padding-bottom-10 {
  padding-bottom: 10px;
}

.padding-left-10 {
  padding-left: 10px;
}

.padding-top-15 {
  padding-top: 15px;
}

.padding-right-15 {
  padding-right: 15px;
}

.padding-bottom-15 {
  padding-bottom: 15px;
}

.padding-left-15 {
  padding-left: 15px;
}

.padding-top-20 {
  padding-top: 20px;
}

.padding-right-20 {
  padding-right: 20px;
}

.padding-bottom-20 {
  padding-bottom: 20px;
}

.padding-left-20 {
  padding-left: 20px;
}

.padding_left {
  padding-left: 10px !important;
}

.sort_asc {
  background: url("../../global/images/icons/s_asc.png") right center no-repeat;
  padding-right: 20px;
}

.sort_desc {
  background: url("../../global/images/icons/s_desc.png") right center no-repeat;
  padding-right: 20px;
}

.excel_icon {
  background: url("../../global/images/icons/document-excel.png") left center no-repeat;
  padding-left: 20px;
  line-height: 16px;
  float: right;
  margin-bottom: 10px;
}

hr.grey {
  width: 100%;
  height: 1px;
  border: 0;
  background: #CCC;
  margin: 5px 0;
}

.hidden, .none {
  display: none;
}

.block {
  display: block;
}

.full-height {
  height: 100%;
}

/********************************** security code **********************************/
.smart-forms .captcode img {
  vertical-align: top;
}

#contactform .smart-forms .refresh-captcha, #commentform .smart-forms .refresh-captcha {
  right: -17px !important;
  background: #aaa !important;
  border-color: #dedede !important;
}

#imgCaptcha, #imgCaptcha02, .imgCaptcha {
  color: #AAAAAA;
  font-size: 14px;
  font-weight: normal;
}

.generateCaptcha a {
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
}

#generateCaptcha a, #generateCaptcha02 a {
  cursor: pointer;
  padding: 0 !important;
  border: none !important;
}

/********************************** content **********************************/
.inner #content_left > div {
  padding: 15px;
}

.innerpage-banner {
  position: relative;
}
@media (max-width: 991px) {
  .innerpage-banner {
    padding-top: 25% !important;
  }
}
@media (max-width: 480px) {
  .innerpage-banner {
    padding-top: 50% !important;
  }
}
.innerpage-banner .innerpage-title-wrapper {
  position: absolute;
  width: 100%;
  bottom: 30px;
}
.innerpage-banner .innerpage-title-wrapper .innerpage-title {
  color: #FFFFFF;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .container {
    width: 1144px;
  }
}
h1.title, h2.title {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 10px;
}
h1.title_mini a, h2.title_mini a {
  text-decoration: none;
}

#content {
  margin-bottom: 20px;
}
#content_left {
  padding: 0;
}
#content_left > div {
  word-wrap: break-word;
}
#content_right > div {
  padding-right: 0;
  background: #fff;
  padding: 10px;
  margin: 0 0 20px;
  overflow: hidden;
  border: 1px solid #eeeeee;
  box-shadow: 0 10px 6px -6px #777;
}
#content_right h1.title_mini, #content_right h2.title_mini {
  margin: -10px -10px 10px;
  font-size: 18px;
  color: #112c6a;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), color-stop(50%, #ededed), color-stop(51%, #d6d6d6), to(#efefef));
  background: linear-gradient(to bottom, #f2f2f2 0%, #ededed 50%, #d6d6d6 51%, #efefef 100%);
  background: linear-gradient(to bottom, #f2f2f2 0%, #ededed 50%, #d6d6d6 51%, #efefef 100%);
}

.inner #content_left > div {
  padding: 15px;
}

.ckeditor-content img {
  width: auto !important;
  height: auto !important;
  max-width: 100% !important;
}
.ckeditor-content embed, .ckeditor-content object, .ckeditor-content iframe {
  min-height: 300px;
  max-width: 100%;
}

.mfp-video-page .mfp-content > div + div {
  max-width: 900px;
  margin: 20px auto 0;
  background: #fff;
  padding: 15px;
  width: 100%;
  position: absolute;
}
.mfp-video-page .mfp-content > div + div p {
  font-size: 14px;
  line-height: 1.3;
  color: #000;
  text-align: left;
}
.mfp-video-page .mfp-content > div + div h5 {
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
}

/********************************** template **********************************/
.tout {
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.tout .tout-content {
  padding: 20px;
}

/***************************** HOMEPAGE CMS ************************************/
@media (min-width: 992px) {
  .container2 {
    width: 965px;
  }
}

.home-cms-1 {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .home-cms-1 {
    padding: 45px 0;
  }
}
.home-cms-1 .home-cms-1-contentwrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.home-cms-1 .home-cms-1-right {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
}
.home-cms-1 .home-cms-1-right > div {
  padding: 0 20px;
}
.home-cms-1 .home-cms-1-image {
  width: 100%;
}
.home-cms-1 .home-cms-1-title {
  color: #00588A;
  margin-bottom: 20px;
}
.home-cms-1 .home-cms-1-description {
  color: #58595B;
  line-height: 20px;
  padding-left: 55px !important;
  margin-bottom: 20px;
  position: relative;
}
.home-cms-1 .home-cms-1-description:before {
  content: '';
  background: #58595B;
  height: 60%;
  width: 1px;
  position: absolute;
  left: 28px;
  top: 20%;
}
.home-cms-1 .home-cms-1-list {
  color: #006CEF;
  margin-bottom: 25px;
}
.home-cms-1 .home-cms-1-list ul {
  margin-top: 20px;
  padding-left: 0;
  list-style: none;
}
.home-cms-1 .home-cms-1-list ul li {
  margin-bottom: 15px;
  display: inline-block;
  width: 49%;
}
.home-cms-1 .home-cms-1-list ul li:before {
  content: '\F00C';
  font-family: 'fontAwesome';
  color: #006CEF;
  font-size: 14px;
  margin-right: 15px;
}
.home-cms-1 .home-cms-1-button a {
  color: #00588A;
  background: #FFFFFF;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-cms-1 .home-cms-1-button a:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}

.home-cms-2 {
  padding: 85px 0 95px;
}
@media (max-width: 991px) {
  .home-cms-2 {
    padding: 60px 0 75px;
  }
}
.home-cms-2 .home-cms-2-title {
  color: #FFFFFF;
  margin-bottom: 20px;
}
.home-cms-2 .home-cms-2-description {
  color: #FFFFFF;
  line-height: 20px;
  padding-left: 55px;
  margin-bottom: 25px;
  position: relative;
}
.home-cms-2 .home-cms-2-description:before {
  content: '';
  background: #FFFFFF;
  height: 60%;
  width: 1px;
  position: absolute;
  left: 28px;
  top: 20%;
}
.home-cms-2 .home-cms-2-button a {
  color: #FFFFFF;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-cms-2 .home-cms-2-button a:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}

.home-cms-3 {
  padding: 60px 0;
}
@media (max-width: 991px) {
  .home-cms-3 {
    padding: 60px 0 30px;
  }
}
.home-cms-3 .home-cms-3-title {
  color: #00588A;
  margin-bottom: 40px;
  text-align: center;
}
.home-cms-3 .home-cms-3-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
}
@media (max-width: 480px) {
  .home-cms-3 .home-cms-3-list {
    padding: 0 15px;
  }
}
.home-cms-3 .home-cms-3-list .home-cms-3-listitem {
  width: calc(100% / 3);
  margin-bottom: 45px;
}
@media (max-width: 991px) {
  .home-cms-3 .home-cms-3-list .home-cms-3-listitem {
    width: calc(100% / 2);
  }
}
@media (max-width: 480px) {
  .home-cms-3 .home-cms-3-list .home-cms-3-listitem {
    width: 100%;
    margin-bottom: 20px;
  }
}
.home-cms-3 .home-cms-3-list .home-cms-3-listitem > div {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}
.home-cms-3 .home-cms-3-list .home-cms-3-listitem > div .home-cms-3-listitem-number {
  color: #FFFFFF;
  background: #006CEF;
  text-align: center;
  min-width: 50px;
  height: 50px;
  line-height: 50px;
  position: relative;
}
.home-cms-3 .home-cms-3-list .home-cms-3-listitem > div .home-cms-3-listitem-number:before {
  content: '';
  width: 50px;
  height: 50px;
  background: #E7E7E7;
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
}
.home-cms-3 .home-cms-3-list .home-cms-3-listitem > div .home-cms-3-listitem-text {
  color: #00588A;
  padding: 0 20px;
}

.home-cms-4 {
  padding: 60px 0;
}
.home-cms-4 .container > div {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.home-cms-4 .container > div:before, .home-cms-4 .container > div:after {
  display: none;
}
.home-cms-4 .home-cms-4-left .home-cms-4-title {
  color: #FFFFFF;
  margin-bottom: 20px;
  line-height: 45px;
}
@media (max-width: 480px) {
  .home-cms-4 .home-cms-4-left .home-cms-4-title span {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .home-cms-4 .home-cms-4-left .home-cms-4-title {
    font-size: 24px;
    line-height: 35px;
  }
}
.home-cms-4 .home-cms-4-left .home-cms-4-description {
  color: #FFFFFF;
}
.home-cms-4 .home-cms-4-right {
  align-self: flex-end;
}
@media (max-width: 480px) {
  .home-cms-4 .home-cms-4-right {
    margin-top: 40px;
  }
}
.home-cms-4 .home-cms-4-right .home-cms-4-button a {
  color: #FFFFFF;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #FFFFFF;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-cms-4 .home-cms-4-right .home-cms-4-button a:before {
  content: '\F019';
  font-family: 'fontAwesome';
  font-size: 10px;
  color: #FFFFFF;
  padding-right: 10px;
}
.home-cms-4 .home-cms-4-right .home-cms-4-button a:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}

#home-news {
  padding: 60px 0;
}
@media (max-width: 480px) {
  #home-news {
    padding: 60px 0 20px;
  }
}
#home-news .home-news-title {
  color: #00588A;
  margin-bottom: 40px;
  text-transform: uppercase;
  text-align: center;
}
#home-news .home-news-button {
  text-align: center;
}
@media (max-width: 991px) {
  #home-news .home-news-button {
    margin-top: 20px;
  }
}
#home-news .home-news-button a {
  color: #00588A;
  background: #FFFFFF;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#home-news .home-news-button a i {
  padding-right: 10px;
  color: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#home-news .home-news-button a:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}
#home-news .home-news-button a:hover i {
  color: #E7E7E7;
}

.home-news-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px 40px;
}
@media (max-width: 991px) {
  .home-news-list {
    margin: 0;
  }
}
.home-news-list .home-news-listitem {
  width: calc(100% / 3);
  padding-right: 20px;
  padding-left: 20px;
}
@media (max-width: 991px) {
  .home-news-list .home-news-listitem {
    width: calc(100% / 2);
  }
}
@media (max-width: 480px) {
  .home-news-list .home-news-listitem {
    width: 100%;
    margin-bottom: 15px;
  }
}
.home-news-list .home-news-listitem a:hover {
  text-decoration: none !important;
}
.home-news-list .home-news-listitem a:hover .home-news-listitem-text {
  background: #F9F9F9;
}
.home-news-list .home-news-listitem a:hover .home-news-listitem-text:after, .home-news-list .home-news-listitem a:hover .home-news-listitem-text .home-news-listitem-title, .home-news-list .home-news-listitem a:hover .home-news-listitem-text .home-news-listitem-description, .home-news-list .home-news-listitem a:hover .home-news-listitem-text .home-news-listitem-date {
  color: #006CEF;
}
.home-news-list .home-news-listitem a .home-news-listitem-img {
  padding: 26%;
}
.home-news-list .home-news-listitem a .home-news-listitem-text {
  padding: 20px 25px 30px;
  background: #FFFFFF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
}
.home-news-list .home-news-listitem a .home-news-listitem-text:after {
  content: '\F061';
  font-family: 'fontAwesome';
  font-size: 10px;
  color: transparent;
  bottom: 30px;
  right: 30px;
  position: absolute;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-title {
  color: #00588A;
  line-height: 25px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-description {
  color: #58595B;
  line-height: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-date {
  color: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.home-news-list .home-news-listitem a .home-news-listitem-text .home-news-listitem-date i {
  padding-right: 5px;
}

.career-introduction .career-introduction-title {
  color: #00588A;
  margin-bottom: 20px;
}
.career-introduction .career-introduction-description {
  color: #58595B;
  line-height: 25px;
  margin-bottom: 20px;
}

#career .career-table .career-table-header {
  border: 1px solid #E7E7E7;
  background: #F9F9F9;
  display: -webkit-box;
  display: flex;
}
#career .career-table .career-table-header > div {
  color: #00588A;
  text-transform: uppercase;
  width: calc(100% / 3);
  padding: 15px 30px;
}
@media (max-width: 480px) {
  #career .career-table .career-table-header > div {
    width: auto;
    min-width: calc(100% / 2);
  }
  #career .career-table .career-table-header > div:last-child {
    display: none;
  }
}
#career .career-table .career-table-item {
  border-bottom: 1px solid #E7E7E7;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
#career .career-table .career-table-item > div {
  color: #00588A;
  width: calc(100% / 3);
  padding: 15px 30px;
}
@media (max-width: 480px) {
  #career .career-table .career-table-item > div {
    width: auto;
    min-width: calc(100% / 2);
    -webkit-box-flex: 1;
            flex: 1;
  }
}
#career .career-table .career-table-item > div span {
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#career .career-table .career-table-item > div span i {
  padding-right: 15px;
  color: #00588A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#career .career-table .career-table-item > div span:hover {
  color: #006CEF;
}
#career .career-table .career-table-item > div span:hover i {
  color: #006CEF;
}
#career .career-listings {
  margin-top: 50px;
}
#career .career-listings .career-listing-item {
  margin-bottom: 40px;
  border-top: 1px solid #E7E7E7;
  padding-top: 10px;
}
#career .career-listings .career-listing-item:first-child {
  border-top: none;
}
#career .career-listings .career-listing-item .career-listing-top {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  #career .career-listings .career-listing-item .career-listing-top {
    display: block;
  }
}
#career .career-listings .career-listing-item .career-listing-top .career-listing-name {
  color: #0074B6;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  #career .career-listings .career-listing-item .career-listing-top .career-listing-name {
    margin-bottom: 5px;
  }
}
#career .career-listings .career-listing-item .career-listing-top .career-listing-date {
  color: #58595B;
}
#career .career-listings .career-listing-item .career-listing-top .career-listing-date span {
  color: #00588A;
}
#career .career-listings .career-listing-item .career-listing-description {
  color: #58595B;
  position: relative;
}
#career .career-listings .career-listing-item .career-listing-description .career-label, #career .career-listings .career-listing-item .career-listing-description h4 {
  color: #0074B6;
  margin-bottom: 5px;
}
#career .career-listings .career-listing-item .career-listing-description .career-text {
  color: #58595B;
  line-height: 20px;
}
#career .career-listings .career-listing-item .career-listing-description .career-listing-apply {
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (max-width: 480px) {
  #career .career-listings .career-listing-item .career-listing-description .career-listing-apply {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
}
#career .career-listings .career-listing-item .career-listing-description .career-listing-apply a {
  color: #00588A;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#career .career-listings .career-listing-item .career-listing-description .career-listing-apply a:before {
  content: '\F044';
  font-family: 'fontAwesome';
  font-size: 12px;
  color: #00588A;
  padding-right: 10px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#career .career-listings .career-listing-item .career-listing-description .career-listing-apply a:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}
#career .career-listings .career-listing-item .career-listing-description .career-listing-apply a:hover:before {
  color: #FFFFFF;
}

#career-application-form-wrapper {
  background: white;
  padding: 35px 30px;
  text-align: left;
  max-width: 400px;
  margin: 40px auto;
  position: relative;
}
#career-application-form-wrapper #career-application-form .career-application-form-maintitle {
  color: #000000;
  text-transform: uppercase;
  text-decoration: underline;
  margin-bottom: 3px;
}
#career-application-form-wrapper #career-application-form .career-application-form-title {
  color: #000000;
  margin-bottom: 15px;
}
#career-application-form-wrapper #career-application-form .career-application-form-title span {
  color: #00588A;
  text-transform: uppercase;
}
#career-application-form-wrapper #career-application-form .smart-forms .section {
  width: 95%;
}
#career-application-form-wrapper #career-application-form .smart-forms label {
  color: #0074B6;
  margin-bottom: 3px;
}
#career-application-form-wrapper #career-application-form .smart-forms input {
  width: 100%;
  border-radius: 0;
}
#career-application-form-wrapper #career-application-form .smart-forms input[type='file'] {
  border: none;
  padding: 5px 0;
  box-shadow: none;
}
#career-application-form-wrapper #career-application-form .smart-forms #careerSubmit {
  color: #00588A;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#career-application-form-wrapper #career-application-form .smart-forms #careerSubmit:hover {
  color: #FFFFFF;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}

.innerpage-aboutus-wrapper .innerpage-aboutus-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 30px;
  position: relative;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-header:after {
  content: '';
  background: #A7A9Ac;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-header .innerpage-aboutus-title {
  color: #00588A;
}
@media (max-width: 320px) {
  .innerpage-aboutus-wrapper .innerpage-aboutus-header .innerpage-aboutus-img {
    display: none;
  }
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-banner {
  margin-bottom: 25px;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-banner img {
  width: 100%;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-maindesc {
  color: #000000;
  margin-bottom: 20px;
  line-height: 25px;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-desc {
  color: #58595B;
  margin-bottom: 30px;
  line-height: 20px;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing {
  color: #006CEF;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing ul {
  margin-top: 25px;
  padding-left: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing ul li {
  margin-bottom: 15px;
  width: 50%;
  color: #006CEF;
  padding-left: 40px;
  padding-right: 20px;
  line-height: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing ul li {
    width: 100%;
  }
}
.innerpage-aboutus-wrapper .innerpage-aboutus-contents .innerpage-aboutus-listing ul li:before {
  content: '\F00C';
  font-family: 'fontAwesome';
  color: #006CEF;
  font-size: 14px;
  background: #F9F9F9;
  border: 1px solid #E7E7E7;
  border-radius: 100px;
  position: absolute;
  left: 0;
  padding: 2px 5px;
}html,body{border:0;margin:0;padding:0;font-size:100%;vertical-align:baseline;font:inherit}.darkbg{background:#6c82a2 url(../images/dark.png) repeat fixed}.woodbg{background:#e6cca6 url(../images/wood.png) repeat fixed}.smart-wrap{padding:0 20px}.smart-forms,.smart-forms *{box-sizing:border-box}.smart-forms{font-family:"Roboto",Arial,Helvetica,sans-serif;line-height:1.231;font-weight:400;font-size:14px;color:#626262}.smart-container{background:#fff;margin:50px auto;-o-box-shadow:0 1px 5px rgba(0,0,0,0.65);box-shadow:0 1px 5px rgba(0,0,0,0.65);border-radius:5px 5px 0 0}.wrap-0{max-width:952px}.wrap-1{max-width:852px}.wrap-2{max-width:652px}.wrap-3{max-width:452px}.smart-forms .section{margin-bottom:22px}.smart-forms .smart-link{color:#112C6A;text-decoration:none}.smart-forms .smart-link:hover{text-decoration:underline}.smart-forms .tagline{height:0;border-top:1px solid #cfcfcf;text-align:center}.smart-forms .tagline span{text-transform:uppercase;display:inline-block;position:relative;padding:0 15px;background:#fff;color:#112C6A;top:-10px}.smart-forms .field{display:block;position:relative}.smart-forms .field-icon i{color:#BBB;position:relative}.smart-forms .field-label{display:block;margin-bottom:7px}.smart-forms .field-label.colm{padding-top:12px}.smart-forms .field-label em{color:#e74c3c;font-size:14px;font-style:normal;display:inline-block;margin-left:4px;position:relative;top:3px}.smart-forms .form-header{overflow:hidden;position:relative;padding:25px 30px;border-radius:5px 5px 0 0}.smart-forms .form-header h4{font-family:"Roboto",Arial,Helvetica,sans-serif;text-align:left;font-weight:300;font-size:32px;padding:0;margin:0}.smart-forms .form-header h4 i{font-size:38px;position:relative;margin-right:10px;top:2px}.smart-forms .header-primary{background-color:#112C6A;border-top:1px solid #a7d065;border-bottom:5px solid #3c9b39}.smart-forms .header-lite{background:#f3f5fa;border-top:1px solid #a7d065;border-bottom:1px solid #d9dde5}.smart-forms .header-lite:before{content:"";background-color:#112C6A;position:absolute;height:8px;z-index:1;top:0;right:0;left:0}.smart-forms .header-primary h4{color:#fff}.smart-forms .header-lite h4{color:#5d6a87;padding-top:5px}.smart-flat,.smart-flat .form-header{border-radius:0}.smart-forms .form-body{padding:40px 30px;padding-bottom:20px}.smart-forms .form-footer{overflow:hidden;padding:20px 25px;padding-top:25px;background:#f5f5f5;background:#f5f5f5 url(../images/foobg.png) top left repeat-x}.smart-forms input[type=search]{-webkit-appearance:textfield}.smart-forms ::-webkit-search-decoration,.smart-forms ::-webkit-search-cancel-button{-webkit-appearance:none}.smart-forms input:invalid{box-shadow:none}.smart-forms input::-webkit-input-placeholder,.smart-forms textarea::-webkit-input-placeholder{color:#aaa}.smart-forms input:focus::-webkit-input-placeholder,.smart-forms textarea:focus::-webkit-input-placeholder{color:#d6dbe0}.smart-forms input:-moz-placeholder,.smart-forms textarea:-moz-placeholder{color:#aaa}.smart-forms input:focus:-moz-placeholder,.smart-forms textarea:focus:-moz-placeholder{color:#d6dbe0}.smart-forms input::-moz-placeholder,.smart-forms textarea::-moz-placeholder{color:#aaa;opacity:1}.smart-forms input:focus::-moz-placeholder,.smart-forms textarea:focus::-moz-placeholder{color:#d6dbe0;opacity:1}.smart-forms input:-ms-input-placeholder,.smart-forms textarea:-ms-input-placeholder{color:#aaa}.smart-forms input:focus:-ms-input-placeholder,.smart-forms textarea:focus:-ms-input-placeholder{color:#d6dbe0}.smart-forms label,.smart-forms input,.smart-forms button,.smart-forms select,.smart-forms textarea{margin:0;font-size:14px;font-family:"Roboto",Arial,Helvetica,sans-serif;font-weight:400;color:#626262;outline:0}.smart-forms .gui-input,.smart-forms .gui-textarea,.smart-forms .select>select,.smart-forms input[type="button"],.smart-forms input[type="submit"],.smart-forms input[type="search"],.smart-forms .select-multiple select{-webkit-tap-highlight-color:transparent;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}.smart-forms input[type="search"]::-webkit-search-decoration,.smart-forms input[type="search"]::-webkit-search-cancel-button,.smart-forms input[type="search"]::-webkit-search-results-button,.smart-forms input[type="search"]::-webkit-search-results-decoration{display:none}.smart-forms .switch,.smart-forms .option,.smart-forms .field-label{font-size:14px}.smart-forms .radio,.smart-forms .button,.smart-forms .checkbox,.smart-forms .select .arrow,.smart-forms .switch>label,.smart-forms .ui-slider .ui-slider-handle{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.smart-forms .radio,.smart-forms .button,.smart-forms .tooltip,.smart-forms .checkbox,.smart-forms .gui-input,.smart-forms .notification,.smart-forms .gui-textarea,.smart-forms .select>select,.smart-forms .select-multiple select{-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;border-radius:0;outline:0}.smart-forms .select,.smart-forms .gui-input,.smart-forms .gui-textarea,.smart-forms .select>select,.smart-forms .select-multiple select{background:#fff;position:relative;vertical-align:top;border:1px solid #cfcfcf;display:-moz-inline-stack;display:inline-block;*display:inline;color:#626262;outline:0;height:42px;width:100%;*zoom:1}.smart-forms .gui-input,.smart-forms .gui-textarea{padding:10px}.smart-forms .gui-textarea{resize:none;line-height:19px;overflow:auto;max-width:100%;height:96px}.smart-forms .input-hint{padding:10px;display:block;margin-top:-1px;line-height:16px;position:relative;background:#f5f5f5;border:1px solid #cfcfcf;font-family:Arial,Helvetica,sans-serif;border-radius:0;font-size:11px;color:#999}.smart-forms .select{border:0;z-index:10}.smart-forms .select>select{display:block;padding:9px 10px;color:#626262;background:#f5f5f5;border:1px solid #cfcfcf;-webkit-appearance:none;-moz-appearance:none;appearance:normal;outline:0;text-indent:.01px;text-overflow:'';z-index:10;margin:0}.smart-forms .select>select::-ms-expand{display:none}.smart-forms .select .arrow{position:absolute;top:9px;right:4px;width:24px;height:24px;color:#9f9f9f;pointer-events:none;z-index:16}.smart-forms .select .arrow:after,.smart-forms .select .arrow:before{content:'';position:absolute;font:12px "Consolas",monospace;font-style:normal;pointer-events:none;display:none\9;left:5px}.smart-forms .select .arrow:before{content:'\25BC';bottom:4px}.smart-forms .select .double:after{content:'\25B2';top:-1px}.smart-forms .select .double:before{content:'\25BC';bottom:-1px}.smart-forms .select-multiple select{width:100%;height:123px;padding:10px}.smart-forms .file{display:block;width:100%}.smart-forms .file .gui-file{width:100%;height:100%;cursor:pointer;padding:8px 10px;position:absolute;-moz-opacity:0;opacity:0;z-index:11;bottom:0;right:0}.smart-forms .file .button{position:absolute;top:4px;right:4px;float:none;height:34px;line-height:34px;padding:0 16px;z-index:10}.smart-forms .gui-input:hover,.smart-forms .gui-textarea:hover,.smart-forms .select>select:hover,.smart-forms .select-multiple select:hover,.smart-forms .gui-input:hover ~ .input-hint,.smart-forms .file .gui-file:hover+.gui-input,.smart-forms .gui-textarea:hover ~ .input-hint{border-color:#a1abc4}.smart-forms .gui-input:focus,.smart-forms .gui-textarea:focus,.smart-forms .select>select:focus,.smart-forms .select-multiple select:focus{color:#3c3c3c;background:#fff;border:1px solid #112C6A;-o-box-shadow:0 0 3px #112C6A inset;box-shadow:0 0 3px #112C6A inset;outline:0}.smart-forms .select>select:focus{z-index:10;z-index:20\9}.smart-forms .gui-textarea:focus{height:120px}.smart-forms .select>select:focus{z-index:10;z-index:20\9}.smart-forms .gui-input:focus ~ .field-icon i,.smart-forms .gui-textarea:focus ~ .field-icon i{color:#112C6A}.smart-forms .select-multiple select:focus,.smart-forms .gui-input:focus ~ .input-hint,.smart-forms .gui-textarea:focus ~ .input-hint,.smart-forms .file .gui-file:focus+.gui-input{border-color:#112C6A}.smart-forms .select>select:focus+.arrow{color:#112C6A}.smart-forms .option{position:relative;padding-right:15px;display:inline-block;vertical-align:middle}.smart-forms .option>input{position:absolute;height:inherit;width:inherit;opacity:0;left:0}.smart-forms .checkbox,.smart-forms .radio{position:relative;margin-right:2px;background:#fff;display:inline-block;border:3px solid #cfcfcf;height:21px;width:21px;top:4px}.smart-forms .checkbox:before,.smart-forms .radio:before{content:'';display:none}.smart-forms input:checked+.checkbox:before,.smart-forms input:checked+.radio:before{display:block}.smart-forms .checkbox:before{position:absolute;top:4px;left:3px;width:6px;height:3px;border:solid #112C6A;border-width:0 0 3px 3px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.smart-forms input:checked+.checkbox,.smart-forms input:checked+.radio{border:3px solid #112C6A}.smart-forms .radio{border-radius:20px}.smart-forms .radio:before{margin:4px;width:7px;height:7px;background:#112C6A;border-radius:10px}.smart-forms input:hover+.checkbox,.smart-forms input:hover+.radio{border-color:#a1abc4}.smart-forms input:focus+.checkbox,.smart-forms input:focus+.radio{border-color:#112C6A}.smart-forms input:focus+.radio:before{background:#112C6A}.smart-forms input:focus+.checkbox:before{border-color:#112C6A}.smart-forms .switch{position:relative;padding-right:10px;padding-bottom:5px;display:inline-block;cursor:pointer}.smart-forms .switch>label{display:inline-block;position:relative;height:25px;width:58px;color:#fff;font-size:10px;font-weight:bold;line-height:20px;text-align:center;background:#d7d7d7;border:2px solid #d7d7d7;text-transform:uppercase;font-family:Helvetica,Arial,sans-serif;-webkit-transition:.3s ease-out;transition:.3s ease-out}.smart-forms .switch>label+span{display:inline-block;padding-left:5px;position:relative;top:-7px}.smart-forms .switch>label:before{content:attr(data-off);position:absolute;top:1px;right:3px;width:33px}.smart-forms .switch>label:after{content:"";margin:1px;width:19px;height:19px;display:block;background:#fff}.smart-forms .switch>input{-webkit-appearance:none;position:absolute;width:inherit;height:inherit;opacity:0;left:0;top:0}.smart-forms .switch>input:focus{outline:0}.smart-forms .switch>input:focus+label{color:#fff;border-color:#c7c7c7;background:#c7c7c7}.smart-forms .switch>input:focus+label:after{background:#fff}.smart-forms .switch>input:checked+label{border-color:#112C6A;background:#112C6A;padding-left:33px;color:white}.smart-forms .switch>input:checked+label:before{content:attr(data-on);left:1px;top:1px}.smart-forms .switch>input:checked+label:after{margin:1px;width:19px;height:19px;background:white}.smart-forms .switch>input:checked:focus+label{background:#3c9b39;border-color:#3c9b39}.smart-forms .switch-round>label{border-radius:13px}.smart-forms .switch-round>label+span{top:-2px}.smart-forms .switch-round>label:before{width:33px}.smart-forms .switch-round>label:after{width:19px;color:#d7d7d7;content:"\2022";font:20px/20px Times,Serif;border-radius:13px}.smart-forms .switch-round>input:checked+label{padding-left:33px}.smart-forms .switch-round>input:checked+label:after{color:#112C6A}.smart-forms .button{border:0;height:42px;color:#243140;line-height:1;font-size:15px;cursor:pointer;padding:0 18px;text-align:center;vertical-align:top;background:#dbdbdb;display:inline-block;-webkit-user-drag:none;text-shadow:0 1px rgba(255,255,255,0.2)}.smart-forms .button:hover{color:#243140;background:#e8e8e8}.smart-forms .button:active{color:#1d2938;background:#c4c4c4}.smart-forms a.button,.smart-forms span.button,.smart-forms label.button{line-height:42px;text-decoration:none}.smart-forms .button i{font-size:14px}.smart-forms .button-list .button{margin-bottom:5px}.smart-forms .btn-primary{background-color:#112C6A}.smart-forms .btn-primary:hover,.smart-forms .btn-primary:focus{background-color:#a1abc4}.smart-forms .btn-primary:active{background-color:#3c9b39}.smart-forms .btn-primary,.smart-forms .btn-primary:hover,.smart-forms .btn-primary:focus,.smart-forms .btn-primary:active{color:#fff;text-shadow:0 1px rgba(0,0,0,0.08)}.smart-forms .btn-rounded{border-radius:22px}.smart-forms .button-left,.smart-forms .button-right{position:relative;z-index:9}.smart-forms .button-left:before,.smart-forms .button-right:before{content:'';z-index:-1;width:32px;height:32px;position:absolute;background-color:inherit;border-color:inherit;border:0;top:5px}.smart-forms .button-left{border-left-width:0;padding:0 18px 0 7px;border-radius:0 3px 3px 0;margin-left:20px}.smart-forms .button-left:before{left:-15px;border-radius:2px 5px 0 5px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.smart-forms .button-right{padding:0 7px 0 18px;border-right-width:0;border-radius:3px 0 0 3px;margin-right:20px}.smart-forms .button-right:before{right:-15px;border-radius:5px 2px 5px 0;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.smart-forms .btn-pointed.button-left,.smart-forms .btn-pointed.button-right{border-radius:22px}.smart-forms .btn-rounded.button-left{border-radius:0 22px 22px 0}.smart-forms .btn-rounded.button-right{border-radius:22px 0 0 22px}.smart-forms .pushed{-o-box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);box-shadow:inset 0 -0.3em 0 rgba(0,0,0,0.2);position:relative}.smart-forms .pushed:active{-o-box-shadow:inset 0 -0.15em 0 rgba(0,0,0,0.2);box-shadow:inset 0 -0.15em 0 rgba(0,0,0,0.2);top:2px}.smart-forms .pushed.button-left:before{-o-box-shadow:inset .35em 0 0 rgba(0,0,0,0.2);box-shadow:inset .35em 0 0 rgba(0,0,0,0.2)}.smart-forms .pushed:active.button-left:before{-o-box-shadow:inset .2em 0 0 rgba(0,0,0,0.2);box-shadow:inset .2em 0 0 rgba(0,0,0,0.2)}.smart-forms .pushed.button-right:before{-o-box-shadow:inset -0.35em 0 0 rgba(0,0,0,0.2);box-shadow:inset -0.35em 0 0 rgba(0,0,0,0.2)}.smart-forms .pushed:active.button-right:before{-o-box-shadow:inset -0.2em 0 0 rgba(0,0,0,0.2);box-shadow:inset -0.2em 0 0 rgba(0,0,0,0.2)}.smart-forms .form-footer .button{margin-right:10px;margin-bottom:5px}.smart-forms .align-right .button{margin-right:0;margin-left:10px}.smart-forms .twitter,.smart-forms .twitter:hover,.smart-forms .twitter:focus,.smart-forms .facebook,.smart-forms .facebook:hover,.smart-forms .facebook:focus,.smart-forms .googleplus,.smart-forms .googleplus:hover,.smart-forms .googleplus:focus{color:#fff;text-shadow:0 1px rgba(0,0,0,0.08)}.smart-forms .facebook{background-color:#3b5998}.smart-forms .twitter{background-color:#00acee}.smart-forms .googleplus{background-color:#dd4b39}.smart-forms .facebook:hover,.smart-forms .facebook:focus{background-color:#25385f}.smart-forms .twitter:hover,.smart-forms .twitter:focus{background-color:#00749f}.smart-forms .googleplus:hover,.smart-forms .googleplus:focus{background-color:#8d2418}.smart-forms .span-left{padding-left:52px;text-align:left}.smart-forms .btn-social{position:relative;margin-bottom:5px}.smart-forms .btn-social i{font-size:22px;position:relative;top:2px}.smart-forms .btn-social span{border-radius:3px 0 0 3px;display:inline-block;text-align:center;position:absolute;width:42px;left:0}.smart-forms .twitter span{background-color:#009ad5}.smart-forms .facebook span{background-color:#31497d}.smart-forms .googleplus span{background-color:#c03121}.smart-forms .rating{overflow:hidden}.smart-forms .rating.block{display:block;margin:10px 0}.smart-forms .rating label{color:#a2a6a8}.smart-forms .rating label i{font-size:17px;text-align:center;color:inherit}.smart-forms .rating label span{font:22px/22px Times,Serif}.smart-forms .rating-star{margin-left:4px}.smart-forms .rating-input{position:absolute;left:-9999px;top:auto}.smart-forms .rating:hover .rating-star:hover,.smart-forms .rating:hover .rating-star:hover ~ .rating-star,.smart-forms .rating-input:checked ~ .rating-star{color:#112C6A}.smart-forms .rating-star,.smart-forms .rating:hover .rating-star{width:18px;float:right;display:block;cursor:pointer;color:#a2a6a8}.smart-forms .smart-widget,.smart-forms .append-picker-icon,.smart-forms .prepend-picker-icon{position:relative;display:block}.smart-forms .smart-widget .field input,.smart-forms .append-picker-icon input,.smart-forms .prepend-picker-icon input{width:100%}.smart-forms .append-picker-icon button,.smart-forms .prepend-picker-icon button,.smart-forms .smart-widget .button{border:1px solid #cfcfcf;background:#f5f5f5;position:absolute;cursor:pointer;color:#626262;height:42px;top:0}.smart-forms .sm-right .button,.smart-forms .append-picker-icon button{border-left:0}.smart-forms .sm-left .button,.smart-forms .prepend-picker-icon button{border-right:0}.smart-forms .sm-left .button,.smart-forms .prepend-picker-icon button{left:0}.smart-forms .sm-right .button,.smart-forms .append-picker-icon button{right:0}.smart-forms .sml-50,.smart-forms .prepend-picker-icon{padding-left:50px}.smart-forms .sml-50 .button,.smart-forms .prepend-picker-icon button{width:50px}.smart-forms .sml-80{padding-left:80px}.smart-forms .sml-80 .button{width:80px}.smart-forms .sml-120{padding-left:120px}.smart-forms .sml-120 .button{width:120px}.smart-forms .smr-50,.smart-forms .append-picker-icon{padding-right:50px}.smart-forms .smr-50 .button,.smart-forms .append-picker-icon button{width:50px}.smart-forms .smr-80{padding-right:80px}.smart-forms .smr-80 .button{width:80px}.smart-forms .smr-120{padding-right:120px}.smart-forms .smr-120 .button{width:120px}.smart-forms .append-icon,.smart-forms .prepend-icon{display:inline-block;vertical-align:top;position:relative;width:100%}.smart-forms .append-icon .field-icon,.smart-forms .prepend-icon .field-icon{top:0;z-index:4;width:42px;height:42px;color:inherit;line-height:42px;position:absolute;text-align:center;-webkit-transition:all .5s ease-out;transition:all .5s ease-out;pointer-events:none}.smart-forms .append-icon .field-icon i,.smart-forms .prepend-icon .field-icon i{position:relative;font-size:14px}.smart-forms .prepend-icon .field-icon{left:0}.smart-forms .append-icon .field-icon{right:0}.smart-forms .prepend-icon>input,.smart-forms .prepend-icon>textarea{padding-left:36px}.smart-forms .append-icon>input,.smart-forms .append-icon>textarea{padding-right:36px;padding-left:10px}.smart-forms .append-icon>textarea{padding-right:36px}.smart-forms .tooltip{position:absolute;z-index:-1;opacity:0;color:#fff;width:184px;left:-9999px;top:auto;font-size:11px;font-weight:normal;background:#333;-webkit-transition:margin .6s,opacity .6s;transition:margin .6s,opacity .6s}.smart-forms .tooltip>em{padding:12px;font-style:normal;display:block;position:static}.smart-forms .tooltip:after{content:'';position:absolute}.smart-forms .gui-input:focus+.tooltip,.smart-forms .gui-textarea:focus+.tooltip{opacity:1;z-index:999}.smart-forms .tip-left{top:1px;margin-right:-20px}.smart-forms .tip-left:after{top:12px;left:100%;border-left:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent}.smart-forms .gui-input:focus+.tip-left,.smart-forms .gui-textarea:focus+.tip-left{margin-right:5px;right:100%;left:auto}.smart-forms .tip-right{top:1px;margin-left:-20px}.smart-forms .tip-right:after{top:12px;right:100%;border-right:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent}.smart-forms .gui-input:focus+.tip-right,.smart-forms .gui-textarea:focus+.tip-right{left:100%;margin-left:5px}.smart-forms .tip-right-top{bottom:100%;margin-bottom:-20px}.smart-forms .tip-right-top:after{top:100%;right:12px;border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent}.smart-forms .gui-input:focus+.tip-right-top,.smart-forms .gui-textarea:focus+.tip-right-top{right:0;left:auto;margin-bottom:10px}.smart-forms .tip-left-top{bottom:100%;margin-bottom:-20px}.smart-forms .tip-left-top:after{top:100%;left:12px;border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent}.smart-forms .gui-input:focus+.tip-left-top,.smart-forms .gui-textarea:focus+.tip-left-top{left:0;right:auto;margin-bottom:10px}.smart-forms .tip-right-bottom{top:100%;margin-top:-20px}.smart-forms .tip-right-bottom:after{right:12px;bottom:100%;border-bottom:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent}.smart-forms .gui-input:focus+.tip-right-bottom,.smart-forms .gui-textarea:focus+.tip-right-bottom{margin-top:10px;left:auto;right:0}.smart-forms .tip-left-bottom{top:100%;margin-top:-20px}.smart-forms .tip-left-bottom:after{left:12px;bottom:100%;border-bottom:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent}.smart-forms .gui-input:focus+.tip-left-bottom,.smart-forms .gui-textarea:focus+.tip-left-bottom{margin-top:10px;right:auto;left:0}.smart-forms .smart-list{list-style:none;margin:0;padding:0}.smart-forms .smart-list li{margin-bottom:20px}.smart-forms .form-msg{display:none}.smart-forms .notification{color:#444;padding:15px;position:relative}.smart-forms .notification p{margin:0;padding:0 15px;padding-left:5px;line-height:normal}.smart-forms .notification .close-btn{margin-top:-7px;padding:inherit;position:absolute;text-decoration:none;font:bold 20px/20px Arial,sans-serif;opacity:.65;color:inherit;display:block;right:1px;top:14%}.smart-forms .notification .close-btn:hover{opacity:1}.smart-forms .alert-info{color:#163161;background-color:#cfe6fc}.smart-forms .alert-success{color:#363;background-color:#d2f7ad}.smart-forms .alert-warning{color:#c60;background-color:#fae7a2}.smart-forms .alert-error{color:#900;background-color:#fbdbcf}.smart-forms .state-error .gui-input,.smart-forms .state-error .gui-textarea,.smart-forms .state-error.select>select,.smart-forms .state-error.select-multiple>select,.smart-forms .state-error input:hover+.checkbox,.smart-forms .state-error input:hover+.radio,.smart-forms .state-error input:focus+.checkbox,.smart-forms .state-error input:focus+.radio,.smart-forms .state-error .checkbox,.smart-forms .state-error .radio{background:#fee9ea;border-color:#de888a}.smart-forms .state-error .gui-input:focus,.smart-forms .state-error .gui-textarea:focus,.smart-forms .state-error.select>select:focus,.smart-forms .state-error.select-multiple>select:focus{-o-box-shadow:0 0 3px #de888a inset;box-shadow:0 0 3px #de888a inset}.smart-forms .state-error .gui-input ~ .field-icon i,.smart-forms .state-error .gui-textarea ~ .field-icon i{color:#de888a}.smart-forms .state-error.select .arrow{color:#de888a}.smart-forms .state-error.select>select:focus+.arrow{color:#de888a}.smart-forms .state-error .gui-input ~ .input-hint,.smart-forms .state-error.file .gui-file:hover+.gui-input,.smart-forms .state-error .gui-textarea ~ .input-hint{border-color:#de888a}.smart-forms .state-error+em{display:block !important;margin-top:6px;padding:0 3px;font-family:Arial,Helvetica,sans-serif;font-style:normal;line-height:normal;font-size:.85em;color:#de888a}.smart-forms .state-success .gui-input,.smart-forms .state-success .gui-textarea,.smart-forms .state-success.select>select,.smart-forms .state-success.select-multiple>select,.smart-forms .state-success input:hover+.checkbox,.smart-forms .state-success input:hover+.radio,.smart-forms .state-success input:focus+.checkbox,.smart-forms .state-success input:focus+.radio,.smart-forms .state-success .checkbox,.smart-forms .state-success .radio{background:#f0fee9;border-color:#a5d491}.smart-forms .state-success .gui-input:focus,.smart-forms .state-success .gui-textarea:focus,.smart-forms .state-success.select>select:focus,.smart-forms .state-success.select-multiple>select:focus{-o-box-shadow:0 0 3px #a5d491 inset;box-shadow:0 0 3px #a5d491 inset}.smart-forms .state-success .gui-input ~ .field-icon i,.smart-forms .state-success .gui-textarea ~ .field-icon i{color:#a5d491}.smart-forms .state-success.select .arrow{color:#a5d491}.smart-forms .state-success.select>select:focus+.arrow{color:#a5d491}.smart-forms .state-success.select:before{border-left:1px solid #a5d491}.smart-forms .state-success .gui-input ~ .input-hint,.smart-forms .state-success.file .gui-file:hover+.gui-input,.smart-forms .state-success .gui-textarea ~ .input-hint{border-color:#a5d491}.smart-forms .button[disabled],.smart-forms .state-disabled .button,.smart-forms input[disabled]+.radio,.smart-forms input[disabled]+.checkbox,.smart-forms .switch>input[disabled]+label{cursor:default;opacity:.5}.smart-forms .gui-input[disabled],.smart-forms .gui-textarea[disabled],.smart-forms .select>select[disabled],.smart-forms .select-multiple select[disabled],.smart-forms .gui-input[disabled] ~ .input-hint,.smart-forms .file .gui-file[disabled]+.gui-input,.smart-forms .file .gui-file[disabled]:hover+.gui-input,.smart-forms .gui-textarea[disabled] ~ .input-hint{background-color:#f4f6f6;border-color:#d5dbdb !important;cursor:default;color:#d5dbdb;opacity:.7}.smart-forms input[disabled] ~ .field-icon i,.smart-forms textarea[disabled] ~ .field-icon i,.smart-forms .select>select[disabled]+.arrow{opacity:.4}.ui-datepicker{width:18em;margin-top:8px;display:none;background:#fff;position:relative;font:14px/1.55 "Roboto",Arial,Helvetica,sans-serif;-o-box-shadow:0 0 4px rgba(0,0,0,.1);box-shadow:0 0 4px rgba(0,0,0,.1);border:1px solid #cfcfcf;z-index:9999 !important;text-align:center;color:#666}.ui-datepicker a{color:#404040;text-align:center}.ui-datepicker .ui-state-disabled span{color:#dbdbdb}.ui-datepicker .ui-datepicker-header{position:relative;background:#f5f5f5;border-bottom:1px solid #cfcfcf;line-height:27px;font-size:15px;padding:10px}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{width:34px;height:34px;display:block;font-size:14px;position:absolute;text-decoration:none;cursor:pointer;color:#112C6A;top:20.5%}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center;color:#112C6A}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month-year{width:100%}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:49%}.ui-datepicker table{width:100%;font-size:.9em;margin:0 0 .4em;border-collapse:collapse}.ui-datepicker th{padding:.5em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:2px 5px}.ui-datepicker td span,.ui-datepicker td a{padding:.25em;display:block;text-align:center;text-decoration:none}.ui-datepicker td span:hover,.ui-datepicker td a:hover{background:#f5f5f5}.ui-datepicker .ui-state-disabled span:hover{background:0}.ui-datepicker-today a,.ui-datepicker-today a:hover,.ui-datepicker .ui-state-highlight{font-weight:700;background:#112C6A !important;color:#fff}.cal-widget .ui-datepicker{width:100%;margin-top:0}.cal-widget .ui-datepicker:before{display:none}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.333%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-buttonpane{border-top:1px solid #cfcfcf;padding:10px}.ui-datepicker-buttonpane button{padding:8px 12px;margin-right:.2em;position:relative;line-height:normal;display:inline-block;-webkit-user-drag:none;text-shadow:0 1px rgba(255,255,255,0.2);vertical-align:middle;background:#dbdbdb;text-align:center;overflow:visible;cursor:pointer;color:#243140;border:0}.ui-datepicker-buttonpane button:hover{color:#243140;background:#e8e8e8}.ui-datepicker-buttonpane button:active{color:#1d2938;background:#c4c4c4}.ui-monthpicker .ui-datepicker-header{margin-bottom:3px}.smart-forms .slider-wrapper,.smart-forms .sliderv-wrapper{background:#e5e5e5;position:relative}.smart-forms .ui-slider{position:relative;text-align:left}.smart-forms .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.5em;height:1.5em;cursor:default;background:#fff;border:3px solid #112C6A;border-radius:20px;touch-action:none;margin-top:-3px;outline:0}.smart-forms .ui-slider .ui-slider-handle:before{content:'';width:7px;height:7px;position:absolute;background-color:#112C6A;border-radius:10px;z-index:2;left:4px;top:4px}.smart-forms .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0;background-color:#112C6A}.smart-forms .ui-slider.ui-state-disabled .ui-slider-handle,.smart-forms .ui-slider.ui-state-disabled .ui-slider-range{-webkit-filter:inherit;filter:inherit}.smart-forms .ui-slider-horizontal{height:.5em}.smart-forms .ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.smart-forms .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.smart-forms .ui-slider-horizontal .ui-slider-range-min{left:0}.smart-forms .ui-slider-horizontal .ui-slider-range-max{right:0}.smart-forms .ui-slider-vertical,.smart-forms .sliderv-wrapper{width:.5em;height:100px}.smart-forms .ui-slider-vertical .ui-slider-handle{left:-.45em;margin-left:0;margin-bottom:-.6em}.smart-forms .ui-slider-vertical .ui-slider-range{left:0;width:100%}.smart-forms .ui-slider-vertical .ui-slider-range-min{bottom:0}.smart-forms .ui-slider-vertical .ui-slider-range-max{top:0}.smart-forms .slider-input{color:#f6931f !important;border:0;background:0}.smart-forms .slider-group .sliderv-wrapper{height:150px;float:left;margin:15px 15px}.smart-forms .ui-slider .ui-state-active{cursor:-webkit-grabbing;cursor:grabbing}.smart-forms .slider-tip{display:block;position:absolute;text-align:center;font:10pt Tahoma,Arial,sans-serif;background:#333;padding:10px;color:#fff}.smart-forms .slider-wrapper .slider-tip{top:-50px;left:-15px}.smart-forms .slider-wrapper .slider-tip:after{content:'';position:absolute;top:98%;left:35%;border-top:8px solid #333;border-right:8px solid transparent;border-left:8px solid transparent}.smart-forms .sliderv-wrapper .slider-tip{left:30px;top:-12px}.smart-forms .sliderv-wrapper .slider-tip:after{content:'';position:absolute;top:30%;right:98%;border-right:8px solid #333;border-top:8px solid transparent;border-bottom:8px solid transparent}.smart-forms .yellow-slider .ui-slider .ui-slider-handle{border-color:#faa226}.smart-forms .yellow-slider .ui-slider .ui-slider-handle:before,.smart-forms .yellow-slider .ui-slider .ui-slider-range{background-color:#faa226}.smart-forms .red-slider .ui-slider .ui-slider-handle{border-color:#ee4f3d}.smart-forms .red-slider .ui-slider .ui-slider-handle:before,.smart-forms .red-slider .ui-slider .ui-slider-range{background-color:#ee4f3d}.smart-forms .purple-slider .ui-slider .ui-slider-handle{border-color:#9464e2}.smart-forms .purple-slider .ui-slider .ui-slider-handle:before,.smart-forms .purple-slider .ui-slider .ui-slider-range{background-color:#9464e2}.smart-forms .blue-slider .ui-slider .ui-slider-handle{border-color:#00acee}.smart-forms .blue-slider .ui-slider .ui-slider-handle:before,.smart-forms .blue-slider .ui-slider .ui-slider-range{background-color:#00acee}.smart-forms .black-slider .ui-slider .ui-slider-handle{border-color:#505558}.smart-forms .black-slider .ui-slider .ui-slider-handle:before,.smart-forms .black-slider .ui-slider .ui-slider-range{background-color:#505558}.smart-forms .green-slider .ui-slider .ui-slider-handle{border-color:#0e993c}.smart-forms .green-slider .ui-slider .ui-slider-handle:before,.smart-forms .green-slider .ui-slider .ui-slider-range{background-color:#0e993c}.ui-timepicker-div .ui-widget-header{position:relative;background:#f5f5f5;line-height:27px;font-size:15px;padding:10px}.ui-timepicker-div dl{text-align:left;border:1px solid #cfcfcf;border-width:1px 0 0 0;padding:15px 10px;margin:0}.ui-timepicker-div dl dt{float:left;clear:left;padding:0 0 0 5px}.ui-timepicker-div dl dd{margin:0 10px 20px 40%}.ui-timepicker-div dl .ui_tpicker_hour,.ui-timepicker-div dl .ui_tpicker_minute,.ui-timepicker-div dl .ui_tpicker_second,.ui-timepicker-div dl .ui_tpicker_millisec{background:#e5e5e5;position:relative;top:6px}.ui-timepicker-div td{font-size:90%}.ui-tpicker-grid-label{background:0;border:0;margin:0;padding:0}.ui-timepicker-rtl{direction:rtl}.ui-timepicker-rtl dl{text-align:right;padding:0 5px 0 0}.ui-timepicker-rtl dl dt{float:right;clear:right}.ui-timepicker-rtl dl dd{margin:0 40% 10px 10px}.smart-forms .progress-section{display:none}.smart-forms .progress-bar{position:relative;background:#e5e5e5}.smart-forms .progress-bar .percent{position:absolute;display:inline-block;top:-3px;right:-24px;font-size:9px;color:#93a2aa}.smart-forms .progress-bar>.bar{width:60%;height:7px;display:block;background-size:16px 16px;background-color:#bdc3c7}.smart-forms .bar-primary>.bar{background-color:#112C6A}.smart-forms .bar-blue>.bar{background-color:#00acee}.smart-forms .bar-black>.bar{background-color:#505558}.smart-forms .bar-green>.bar{background-color:#0e993c}.smart-forms .bar-purple>.bar{background-color:#9464e2}.smart-forms .bar-red>.bar{background-color:#ee4f3d}.smart-forms .bar-yellow>.bar{background-color:#faa226}.smart-forms .ui-slider .ui-slider-range,.smart-forms .progress>button[type="submit"],.smart-forms .progress>button[type="submit"]:hover,.smart-forms .progress-bar>.bar{background-size:16px 16px;background-image:-webkit-gradient(linear,left top, right bottom,from(transparent),color-stop(25%, transparent),color-stop(25%, rgba(255,255,255,0.3)),color-stop(50%, rgba(255,255,255,0.3)),color-stop(50%, transparent),color-stop(75%, transparent),color-stop(75%, rgba(255,255,255,0.3)),to(rgba(255,255,255,0.3)));background-image:linear-gradient(to bottom right,transparent,transparent 25%,rgba(255,255,255,0.3) 25%,rgba(255,255,255,0.3) 50%,transparent 50%,transparent 75%,rgba(255,255,255,0.3) 75%,rgba(255,255,255,0.3))}.smart-forms .progress>button[type="submit"],.smart-forms .progress>button[type="submit"]:hover,.smart-forms .progress-animated>.bar{-webkit-animation:sfprogress .6s linear infinite;animation:sfprogress .6s linear infinite}.smart-forms .progress>button[type="submit"]:hover{cursor:wait}@-webkit-keyframes sfprogress{from{background-position:0 0}to{background-position:-16px 0}}@keyframes sfprogress{from{background-position:0 0}to{background-position:-16px 0}}.smart-forms .map-container{padding:10px;border:1px solid #cfcfcf}.smart-forms #map_canvas{width:100%;height:300px;overflow:hidden}.smart-forms .block{display:block}.smart-forms .frm-row{margin:0 -10px}.smart-forms .slider-group:before,.smart-forms .slider-group:after,.smart-forms .frm-row:before,.smart-forms .frm-row:after{display:table;content:"";line-height:0}.smart-forms .slider-group:after,.smart-forms .frm-row:after{clear:both}.smart-forms .frm-row .colm{min-height:1px;padding-left:10px;padding-right:10px;position:relative;float:left}.smart-forms .frm-row .colm1{width:8.33%}.smart-forms .frm-row .colm2{width:16.66%}.smart-forms .frm-row .colm3{width:25%}.smart-forms .frm-row .colm4{width:33.33%}.smart-forms .frm-row .colm5{width:41.66%}.smart-forms .frm-row .colm6{width:50%}.smart-forms .frm-row .colm7{width:58.33%}.smart-forms .frm-row .colm8{width:66.66%}.smart-forms .frm-row .colm9{width:75%}.smart-forms .frm-row .colm10{width:83.33%}.smart-forms .frm-row .colm11{width:91.66%}.smart-forms .frm-row .colm12{width:100%}.smart-forms .frm-row .colm1-5{width:20%}.smart-forms .frm-row .colm1-8{width:12.5%}.smart-forms .spacer{border-top:1px solid #cfcfcf;display:block;height:0}.smart-forms .spacer-t10{margin-top:10px}.smart-forms .spacer-b10{margin-bottom:10px}.smart-forms .spacer-t15{margin-top:15p}.smart-forms .spacer-b15{margin-bottom:15px}.smart-forms .spacer-t20{margin-top:20px}.smart-forms .spacer-b20{margin-bottom:20px}.smart-forms .spacer-t25{margin-top:25px}.smart-forms .spacer-b25{margin-bottom:25px}.smart-forms .spacer-t30{margin-top:30px}.smart-forms .spacer-b30{margin-bottom:30px}.smart-forms .spacer-t40{margin-top:40px}.smart-forms .spacer-b40{margin-bottom:40px}.smart-forms .frm-row .pad-l10{padding-left:10px}.smart-forms .frm-row .pad-r10{padding-right:10px}.smart-forms .frm-row .pad-l20{padding-left:20px}.smart-forms .frm-row .pad-r20{padding-right:20px}.smart-forms .frm-row .pad-l30{padding-left:30px}.smart-forms .frm-row .pad-r30{padding-right:30px}.smart-forms .frm-row .pad-l40{padding-left:40px}.smart-forms .frm-row .pad-r40{padding-right:40px}.smart-forms .bdl{border-left:1px solid #cfcfcf}.smart-forms .bdr{border-right:1px solid #cfcfcf}.smart-forms .fine-grey{color:#999}.smart-forms .small-text{font-size:11px;font-style:normal}.smart-forms .text-align{height:42px;line-height:42px}.smart-forms .align-right{text-align:right}.smart-forms .align-center{text-align:center}.smart-forms .price-box{padding:30px;text-align:center;position:relative;border:1px solid #cfcfcf;font-family:Arial,Helvetica,sans-serif;-o-box-shadow:0 2px 0 0 rgba(0,0,0,0.05);box-shadow:0 2px 0 0 rgba(0,0,0,0.05)}.smart-forms .price-box p{line-height:1.5em;color:#526066;margin-bottom:0}.smart-forms .price-box h5{text-transform:uppercase;font-weight:300;margin:0;font-size:15px;color:#b0b2b9;letter-spacing:2px}.smart-forms .price-box h4{font-size:60px;font-weight:300;margin:0;color:#626262}.smart-forms .selected-box h4{color:#112C6A}.smart-forms .price-box h4 sup{position:relative;font-size:30px;vertical-align:top;top:15px}.smart-forms .price-box h4 .per-month{font-size:14px}.smart-forms .expand{height:50px;line-height:50px !important;border-radius:3px}.smart-forms .ribbon,.smart-forms .ribbon-large{width:75px;height:78px;overflow:hidden;position:absolute;right:-2px;top:-2px;z-index:1}.smart-forms .ribbon-inner{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;-o-box-shadow:0 2px 0 0 rgba(0,0,0,0.15);box-shadow:0 2px 0 0 rgba(0,0,0,0.15);-webkit-transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-webkit-perspective:1000;-webkit-transform:rotate(45deg);transform:rotate(45deg);background:#112C6A;letter-spacing:4px;text-align:center;position:relative;font-weight:700;font-size:14px;padding:7px 0;width:100px;color:#fff;z-index:1;left:3px;top:6px}.smart-forms .ribbon-inner:before,.smart-forms .ribbon-inner:after{content:"";border-top:3px solid #3c9b39;border-left:3px solid transparent;border-right:3px solid transparent;position:absolute;bottom:-3px}.smart-forms .ribbon-inner:before{left:0}.smart-forms .ribbon-inner:after{right:0}.smart-forms .ribbon-large{width:115px;height:118px}.smart-forms .ribbon-large .ribbon-inner{width:160px;left:-8px;top:28px}.smart-forms .sfcode{padding-left:24px}.smart-forms .captcode{padding:0;position:relative}.smart-forms .captcode img{position:relative;top:1px}.smart-forms .refresh-captcha{position:absolute;background:#112C6A;border:3px solid #112C6A;border-radius:30px;right:-15px;height:32px;width:32px;top:4px}.smart-forms .refresh-captcha i{position:absolute;text-align:center;line-height:26px;font-size:17px;color:#fff;left:24%}.smart-forms .refresh-black{background:#505558;border-color:#333}.smart-forms .refresh-blue{background:#00acee;border-color:#0087bb}.smart-forms .refresh-green{background:#0e993c;border-color:#0b792f}.smart-forms .refresh-purple{background:#9464e2;border-color:#7639da}.smart-forms .refresh-red{background:#ee4f3d;border-color:#e42914}.smart-forms .refresh-yellow{background:#faa226;border-color:#e88a05}@media screen and (-webkit-min-device-pixel-ratio:0){.smart-forms .option,.smart-forms .rating,.smart-forms .switch,.smart-forms .captcode{-webkit-animation:bugfix infinite 1s}@-webkit-keyframes bugfix{from{padding:0}to{padding:0}}.smart-forms .switch{margin-right:10px;margin-bottom:5px}.smart-forms .option{margin-right:15px}}@media(max-width:600px){.smart-forms .frm-row{margin:0}.smart-forms .frm-row .colm{width:100%;float:none;padding:0}.smart-forms .bdl{border-left:0}.smart-forms .bdr{border-right:0}.smart-forms .align-right{text-align:left}}@charset "UTF-8";
/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #006CEF;
  --secondary: #005891;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

a {
  color: #006CEF;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0049a3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

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

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
          order: -1;
}

.order-last {
  -webkit-box-ordinal-group: 14;
          order: 13;
}

.order-0 {
  -webkit-box-ordinal-group: 1;
          order: 0;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    -webkit-box-flex: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
            order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
            order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
            order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
            order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8d6fb;
}

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7ab3f7;
}

.table-hover .table-primary:hover {
  background-color: #a0c8fa;
}

.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #a0c8fa;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #b8d0e0;
}

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #7aa8c6;
}

.table-hover .table-secondary:hover {
  background-color: #a6c4d8;
}

.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #a6c4d8;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}

.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    -webkit-transition: none;
    transition: none;
  }
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #70b0ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.form-row > .col,
.form-row > [class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}

.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  -webkit-box-align: center;
          align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .btn {
    -webkit-transition: none;
    transition: none;
  }
}

.btn:hover {
  color: #212529;
  text-decoration: none;
}

.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.btn.disabled, .btn:disabled {
  opacity: 0.65;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #006CEF;
  border-color: #006CEF;
}

.btn-primary:hover {
  color: #fff;
  background-color: #005bc9;
  border-color: #0055bc;
}

.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 130, 241, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #006CEF;
  border-color: #006CEF;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0055bc;
  border-color: #004faf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 130, 241, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}

.btn-secondary:hover {
  color: #fff;
  background-color: #00416b;
  border-color: #00395e;
}

.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 113, 162, 0.5);
}

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}

.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #00395e;
  border-color: #003151;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 113, 162, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}

.btn-success:focus, .btn-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}

.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}

.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
.show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}

.btn-danger:focus, .btn-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
.show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}

.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
.show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #006CEF;
  border-color: #006CEF;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #006CEF;
  border-color: #006CEF;
}

.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.5);
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #006CEF;
  background-color: transparent;
}

.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #006CEF;
  border-color: #006CEF;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.5);
}

.btn-outline-secondary {
  color: #005891;
  border-color: #005891;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 88, 145, 0.5);
}

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #005891;
  background-color: transparent;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
.show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #005891;
  border-color: #005891;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 88, 145, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}

.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
.show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}

.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
.show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
.show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
.show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
.show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}

.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
.show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #006CEF;
  text-decoration: none;
}

.btn-link:hover {
  color: #0049a3;
  text-decoration: underline;
}

.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  box-shadow: none;
}

.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
  .fade {
    -webkit-transition: none;
    transition: none;
  }
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    -webkit-transition: none;
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #006CEF;
}

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}

.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}

.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}

.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%;
}

.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}

.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group > .custom-file {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: -webkit-box;
  display: flex;
}

.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}

.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}

.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="radio"],
.input-group-text input[type="checkbox"] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #006CEF;
  background-color: #006CEF;
}

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #70b0ff;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #a3ccff;
  border-color: #a3ccff;
}

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50% / 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #006CEF;
  background-color: #006CEF;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 108, 239, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 108, 239, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 108, 239, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}

.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 108, 239, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-select:focus {
  border-color: #70b0ff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  display: none;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: #70b0ff;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: calc(1rem + 0.4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.custom-range:focus {
  outline: none;
}

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.custom-range::-moz-focus-outer {
  border: 0;
}

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #006CEF;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}

.custom-range::-webkit-slider-thumb:active {
  background-color: #a3ccff;
}

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #006CEF;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}

.custom-range::-moz-range-thumb:active {
  background-color: #a3ccff;
}

.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #006CEF;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}

.custom-range::-ms-thumb:active {
  background-color: #a3ccff;
}

.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.custom-range:disabled::-moz-range-track {
  cursor: default;
}

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
  .custom-file-label,
  .custom-select {
    -webkit-transition: none;
    transition: none;
  }
}

.nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #006CEF;
}

.nav-fill .nav-item {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  -webkit-box-flex: 1;
          flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar > .container,
.navbar > .container-fluid {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
  -webkit-box-align: center;
          align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
            justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: flex !important;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -webkit-box;
    display: flex;
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
            flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion > .card {
  overflow: hidden;
}

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion > .card .card-header {
  margin-bottom: -1px;
}

.breadcrumb {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #006CEF;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  z-index: 2;
  color: #0049a3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #006CEF;
  border-color: #006CEF;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .badge {
    -webkit-transition: none;
    transition: none;
  }
}

a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #006CEF;
}

a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0055bc;
}

a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 108, 239, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #005891;
}

a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #00395e;
}

a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 88, 145, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}

a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}

a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}

a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}

a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}

a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}

a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #00387c;
  background-color: #cce2fc;
  border-color: #b8d6fb;
}

.alert-primary hr {
  border-top-color: #a0c8fa;
}

.alert-primary .alert-link {
  color: #002149;
}

.alert-secondary {
  color: #002e4b;
  background-color: #ccdee9;
  border-color: #b8d0e0;
}

.alert-secondary hr {
  border-top-color: #a6c4d8;
}

.alert-secondary .alert-link {
  color: #000f18;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #006CEF;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    -webkit-transition: none;
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
          animation: progress-bar-stripes 1s linear infinite;
}

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
            animation: none;
  }
}

.media {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
          flex: 1;
}

.list-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #006CEF;
  border-color: #006CEF;
}

.list-group-horizontal {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0;
}

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0;
  }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.list-group-item-primary {
  color: #00387c;
  background-color: #b8d6fb;
}

.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #00387c;
  background-color: #a0c8fa;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #00387c;
  border-color: #00387c;
}

.list-group-item-secondary {
  color: #002e4b;
  background-color: #b8d0e0;
}

.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #002e4b;
  background-color: #a6c4d8;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #002e4b;
  border-color: #002e4b;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

.close:hover {
  color: #000;
  text-decoration: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: .75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}

.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast.showing {
  opacity: 1;
}

.toast.show {
  display: block;
  opacity: 1;
}

.toast.hide {
  display: none;
}

.toast-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    -webkit-transition: none;
    transition: none;
  }
}

.modal.show .modal-dialog {
  -webkit-transform: none;
          transform: none;
}

.modal-dialog-scrollable {
  display: -webkit-box;
  display: flex;
  max-height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}

.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}

.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: "";
}

.modal-dialog-centered.modal-dialog-scrollable {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  height: 100%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.modal-footer > :not(:first-child) {
  margin-left: .25rem;
}

.modal-footer > :not(:last-child) {
  margin-right: .25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0;
}

.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
  bottom: 0;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem;
}

.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0;
}

.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
  top: 0;
}

.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem;
}

.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem;
}

.bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem;
}

.bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem;
}

.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}

.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem;
}

.bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
          transform: none;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  -webkit-transition: 0s 0.6s opacity;
  transition: 0s 0.6s opacity;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
  .carousel-fade .active.carousel-item-right {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
  .carousel-control-next {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  box-sizing: content-box;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    -webkit-transition: none;
    transition: none;
  }
}

.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
          animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    opacity: 1;
  }
}

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
          animation: spinner-grow .75s linear infinite;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #006CEF !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0055bc !important;
}

.bg-secondary {
  background-color: #005891 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #00395e !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #006CEF !important;
}

.border-secondary {
  border-color: #005891 !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
          flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
          flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
          flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
          flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -webkit-box-flex: 1 !important;
          flex: 1 1 auto !important;
}

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
          flex-grow: 0 !important;
}

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
          flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
          justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
          justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
          justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
          justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
          align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
          align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
          align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
          align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
          align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
            flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
            flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
            flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
            flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
            flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
            flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
            flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
            justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
            justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
            justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
            justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
            align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
            align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
            align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
            align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
            align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow, .modal-content {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic, #newsletter .newsletter-field, #modalApplication #formApplication .form-text {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #006CEF !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0049a3 !important;
}

.text-secondary {
  color: #005891 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #002a45 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a:not(.btn) {
    text-decoration: underline;
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }
  .container {
    min-width: 992px !important;
  }
  .navbar {
    display: none;
  }
  .badge {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important;
  }
  .table-dark {
    color: inherit;
  }
  .table-dark th,
  .table-dark td,
  .table-dark thead th,
  .table-dark tbody + tbody {
    border-color: #dee2e6;
  }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 30px;
  height: 19px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 30px;
  height: 3px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger-inner::after {
  bottom: -8px;
}

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
          transform: translate3d(0, 8px, 0) rotate(45deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.28571429px, -5px, 0);
          transform: rotate(-45deg) translate3d(-4.28571429px, -5px, 0);
  opacity: 0;
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
          transform: translate3d(0, -16px, 0) rotate(-90deg);
}

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider-r .hamburger-inner::before {
  top: 8px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
}

.hamburger--slider-r .hamburger-inner::after {
  top: 16px;
}

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
          transform: translate3d(0, 8px, 0) rotate(-45deg);
}

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(4.28571429px, -5px, 0);
          transform: rotate(45deg) translate3d(4.28571429px, -5px, 0);
  opacity: 0;
}

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
          transform: translate3d(0, -16px, 0) rotate(90deg);
}

.btn-icon::after, .btn-plus::after, .btn-back::after, .btn-icon.btn-bold::after, .btn-plus.btn-bold::after, .btn-back.btn-bold::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

.btn-icon::after, .btn-plus::after, .btn-back::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
}

.btn-icon.btn-bold::after, .btn-plus.btn-bold::after, .btn-back.btn-bold::after {
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
}

@font-face {
  font-family: "NotoSansKR-Regular";
  src: url("NotoSansKR-Regular.eot");
  src: local("NotoSansKR-Regular"), url("../fonts/NotoSansKR-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Regular.woff2") format("woff2"), url("../fonts/NotoSansKR-Regular.woff") format("woff"), url("../fonts/NotoSansKR-Regular.ttf") format("truetype"), url("../fonts/NotoSansKR-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

#modalForm input[type=text]::-webkit-input-placeholder, #modalForm input[type=email]::-webkit-input-placeholder {
  font-family: "NotoSansKR-Regular";
}

#modalForm input[type=text]::-moz-placeholder, #modalForm input[type=email]::-moz-placeholder {
  font-family: "NotoSansKR-Regular";
}

#modalForm input[type=text]:-ms-input-placeholder, #modalForm input[type=email]:-ms-input-placeholder {
  font-family: "NotoSansKR-Regular";
}

#modalForm input[type=text]::-ms-input-placeholder, #modalForm input[type=email]::-ms-input-placeholder {
  font-family: "NotoSansKR-Regular";
}

.font-regular, #header .sidebar-menu > div ul li a, #header .sidebar-menu > div ul ul li a:hover, #breadcrumb span, #breadcrumb a, #innerPageNavigation ul ul li a, #innerPage p, #innerPage ul li, .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-content .milestone-title, #footer .footer-menu .footer-top .footer-bottom-general > div, #footer .footer-copyright, #newsletter .newsletter-wrapper select, #gallery a > div, .career-block p, #modalForm input[type=text]::placeholder, #modalForm input[type=email]::placeholder, #modalForm #frmNewsletterSubscribe label, #modalApplication #formApplication .bootstrap-select button, #modalApplication #formApplication .bootstrap-select ul li a {
  font-family: "NotoSansKR-Regular";
}

@font-face {
  font-family: "NotoSansKR-Black";
  src: url("NotoSansKR-Black.eot");
  src: local("NotoSansKR-Black"), url("../fonts/NotoSansKR-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Black.woff2") format("woff2"), url("../fonts/NotoSansKR-Black.woff") format("woff"), url("../fonts/NotoSansKR-Black.ttf") format("truetype"), url("../fonts/NotoSansKR-Black.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.font-black {
  font-family: "NotoSansKR-Black";
}

@font-face {
  font-family: "NotoSansKR-Bold";
  src: url("NotoSansKR-Bold.eot");
  src: local("NotoSansKR-Bold"), url("../fonts/NotoSansKR-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Bold.woff2") format("woff2"), url("../fonts/NotoSansKR-Bold.woff") format("woff"), url("../fonts/NotoSansKR-Bold.ttf") format("truetype"), url("../fonts/NotoSansKR-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

.font-bold, .form-group label:not(.is-invalid):not(.custom-control-label), .form-group.invalid-feedback, .btn, .small-title, .general-btn, .icon-angle-circle-wrapper a, #header .sidebar-menu > div a, #header .sidebar-menu > div ul li a:hover, #header .sidebar-menu > div ul li a[aria-expanded='true'], #navigation ul li.active > a, #innerPageNavigation ul li.active > a, #innerPageNavigation ul li a, .milestones-bg .milestone-wrapper .milestone-txt, .milestones-bg .milestone-wrapper .milestone-desc, .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-dot .dot-txt, .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-content .milestone-date, #home .second-content .title, #home .second-content .subtitle, #home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box a, #backToTop, #footer .footer-menu .footer-top .title, #footer .footer-menu .footer-top .footer-bottom-general .title, #footer .footer-menu .footer-bottom > div a, .social-media-title, #mobileMenu, #mobileMenu a, #modalApplication #formApplication .btn-apply-form {
  font-family: "NotoSansKR-Bold";
}

@font-face {
  font-family: "NotoSansKR-Light";
  src: url("NotoSansKR-Light.eot");
  src: local("NotoSansKR-Light"), url("../fonts/NotoSansKR-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Light.woff2") format("woff2"), url("../fonts/NotoSansKR-Light.woff") format("woff"), url("../fonts/NotoSansKR-Light.ttf") format("truetype"), url("../fonts/NotoSansKR-Light.svg") format("svg");
  font-weight: bold;
  font-style: normal;
}

.font-light {
  font-family: "NotoSansKR-Light";
}

@font-face {
  font-family: "NotoSansKR-Medium";
  src: url("NotoSansKR-Medium.eot");
  src: local("NotoSansKR-Medium"), url("../fonts/NotoSansKR-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Medium.woff2") format("woff2"), url("../fonts/NotoSansKR-Medium.woff") format("woff"), url("../fonts/NotoSansKR-Medium.ttf") format("truetype"), url("../fonts/NotoSansKR-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.font-medium, #top-header .top-header-content h5, #navigation ul li a, #navigation ul ul li a, #newsletter .newsletter-button {
  font-family: "NotoSansKR-Medium";
}

@font-face {
  font-family: "NotoSansKR-Thin";
  src: url("NotoSansKR-Thin.eot");
  src: local("NotoSansKR-Thin"), url("../fonts/NotoSansKR-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/NotoSansKR-Thin.woff2") format("woff2"), url("../fonts/NotoSansKR-Thin.woff") format("woff"), url("../fonts/NotoSansKR-Thin.ttf") format("truetype"), url("../fonts/NotoSansKR-Thin.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.font-bold-thin {
  font-family: "NotoSansKR-Thin";
}

.text-xs, #newsletter .newsletter-field {
  font-size: 0.75rem;
}

.text-sm, .small-title {
  font-size: 0.875rem;
}

.text-base, .form-group.invalid-feedback {
  font-size: 1rem;
}

.text-lg, .form-group label:not(.is-invalid):not(.custom-control-label) {
  font-size: 1.125rem;
}

.text-xl {
  font-size: 1.25rem;
}

.text-2xl {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .text-2xl {
    font-size: 1.5rem;
  }
}

.text-3xl {
  font-size: calc(1.3125rem + 0.75vw);
}

@media (min-width: 1200px) {
  .text-3xl {
    font-size: 1.875rem;
  }
}

.text-4xl, .big-title {
  font-size: calc(1.35rem + 1.2vw);
}

@media (min-width: 1200px) {
  .text-4xl, .big-title {
    font-size: 2.25rem;
  }
}

.text-5xl {
  font-size: calc(1.38rem + 1.56vw);
}

@media (min-width: 1200px) {
  .text-5xl {
    font-size: 2.55rem;
  }
}

.text-6xl {
  font-size: calc(1.425rem + 2.1vw);
}

@media (min-width: 1200px) {
  .text-6xl {
    font-size: 3rem;
  }
}

.text-7xl {
  font-size: calc(1.525rem + 3.3vw);
}

@media (min-width: 1200px) {
  .text-7xl {
    font-size: 4rem;
  }
}

.color-c01 {
  color: #006CEF;
}

.color-hover-c01:hover {
  color: #006CEF;
}

.color-c02 {
  color: #005891;
}

.color-hover-c02:hover {
  color: #005891;
}

.color-c03 {
  color: #ffffff;
}

.color-hover-c03:hover {
  color: #ffffff;
}

.color-c04 {
  color: #333333;
}

.color-hover-c04:hover {
  color: #333333;
}

.color-c05 {
  color: #000000;
}

.color-hover-c05:hover {
  color: #000000;
}

.color-c06 {
  color: #f6f6f6;
}

.color-hover-c06:hover {
  color: #f6f6f6;
}

.color-c07 {
  color: #999999;
}

.color-hover-c07:hover {
  color: #999999;
}

.color-c08 {
  color: #cecece;
}

.color-hover-c08:hover {
  color: #cecece;
}

.color-c09 {
  color: #e6e6e6;
}

.color-hover-c09:hover {
  color: #e6e6e6;
}

.color-c10 {
  color: #5A5A5A;
}

.color-hover-c10:hover {
  color: #5A5A5A;
}

.color-c11 {
  color: #93C03D;
}

.color-hover-c11:hover {
  color: #93C03D;
}

.color-c12 {
  color: #FDEFAA;
}

.color-hover-c12:hover {
  color: #FDEFAA;
}

.color-c13 {
  color: #777777;
}

.color-hover-c13:hover {
  color: #777777;
}

.color-c14 {
  color: #e5e5e5;
}

.color-hover-c14:hover {
  color: #e5e5e5;
}

.color-c15 {
  color: #7c7c7c;
}

.color-hover-c15:hover {
  color: #7c7c7c;
}

.color-c16 {
  color: #444;
}

.color-hover-c16:hover {
  color: #444;
}

.color-c17 {
  color: #00588A;
}

.color-hover-c17:hover {
  color: #00588A;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.z-index-2 {
  position: relative;
  z-index: 2;
}

.z-index-3 {
  position: relative;
  z-index: 3;
}

.z-index-4 {
  position: relative;
  z-index: 4;
}

.z-index-5 {
  position: relative;
  z-index: 5;
}

.z-index-6 {
  position: relative;
  z-index: 6;
}

.z-index-7 {
  position: relative;
  z-index: 7;
}

.z-index-8 {
  position: relative;
  z-index: 8;
}

.z-index-9 {
  position: relative;
  z-index: 9;
}

.z-index-10 {
  position: relative;
  z-index: 10;
}

.bg-c01 {
  background: #006CEF;
}

.bg-hover-c01:hover {
  background: #006CEF;
}

.bg-c02 {
  background: #005891;
}

.bg-hover-c02:hover {
  background: #005891;
}

.bg-c03 {
  background: #ffffff;
}

.bg-hover-c03:hover {
  background: #ffffff;
}

.bg-c04 {
  background: #333333;
}

.bg-hover-c04:hover {
  background: #333333;
}

.bg-c05 {
  background: #000000;
}

.bg-hover-c05:hover {
  background: #000000;
}

.bg-c06 {
  background: #f6f6f6;
}

.bg-hover-c06:hover {
  background: #f6f6f6;
}

.bg-c07 {
  background: #999999;
}

.bg-hover-c07:hover {
  background: #999999;
}

.bg-c08 {
  background: #cecece;
}

.bg-hover-c08:hover {
  background: #cecece;
}

.bg-c09 {
  background: #e6e6e6;
}

.bg-hover-c09:hover {
  background: #e6e6e6;
}

.bg-c10 {
  background: #5A5A5A;
}

.bg-hover-c10:hover {
  background: #5A5A5A;
}

.bg-c11 {
  background: #93C03D;
}

.bg-hover-c11:hover {
  background: #93C03D;
}

.bg-c12 {
  background: #FDEFAA;
}

.bg-hover-c12:hover {
  background: #FDEFAA;
}

.bg-c13 {
  background: #777777;
}

.bg-hover-c13:hover {
  background: #777777;
}

.bg-c14 {
  background: #e5e5e5;
}

.bg-hover-c14:hover {
  background: #e5e5e5;
}

.bg-c15 {
  background: #7c7c7c;
}

.bg-hover-c15:hover {
  background: #7c7c7c;
}

.bg-c16 {
  background: #444;
}

.bg-hover-c16:hover {
  background: #444;
}

.bg-c17 {
  background: #00588A;
}

.bg-hover-c17:hover {
  background: #00588A;
}

.border-c01 {
  border-color: #006CEF;
}

.border-hover-c01:hover {
  border-color: #006CEF;
}

.border-c02 {
  border-color: #005891;
}

.border-hover-c02:hover {
  border-color: #005891;
}

.border-c03 {
  border-color: #ffffff;
}

.border-hover-c03:hover {
  border-color: #ffffff;
}

.border-c04 {
  border-color: #333333;
}

.border-hover-c04:hover {
  border-color: #333333;
}

.border-c05 {
  border-color: #000000;
}

.border-hover-c05:hover {
  border-color: #000000;
}

.border-c06 {
  border-color: #f6f6f6;
}

.border-hover-c06:hover {
  border-color: #f6f6f6;
}

.border-c07 {
  border-color: #999999;
}

.border-hover-c07:hover {
  border-color: #999999;
}

.border-c08 {
  border-color: #cecece;
}

.border-hover-c08:hover {
  border-color: #cecece;
}

.border-c09 {
  border-color: #e6e6e6;
}

.border-hover-c09:hover {
  border-color: #e6e6e6;
}

.border-c10 {
  border-color: #5A5A5A;
}

.border-hover-c10:hover {
  border-color: #5A5A5A;
}

.border-c11 {
  border-color: #93C03D;
}

.border-hover-c11:hover {
  border-color: #93C03D;
}

.border-c12 {
  border-color: #FDEFAA;
}

.border-hover-c12:hover {
  border-color: #FDEFAA;
}

.border-c13 {
  border-color: #777777;
}

.border-hover-c13:hover {
  border-color: #777777;
}

.border-c14 {
  border-color: #e5e5e5;
}

.border-hover-c14:hover {
  border-color: #e5e5e5;
}

.border-c15 {
  border-color: #7c7c7c;
}

.border-hover-c15:hover {
  border-color: #7c7c7c;
}

.border-c16 {
  border-color: #444;
}

.border-hover-c16:hover {
  border-color: #444;
}

.border-c17 {
  border-color: #00588A;
}

.border-hover-c17:hover {
  border-color: #00588A;
}

@-webkit-keyframes scrollMouse {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@keyframes scrollMouse {
  0% {
    opacity: 0;
  }
  10% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(15px);
            transform: translateY(15px);
    opacity: 0;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  [data-aos] {
    opacity: 1 !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

img {
  height: auto;
  max-width: 100%;
}

img.full-width {
  max-width: 100vw;
  width: 100%;
}

.is-empty:empty {
  display: none;
}

.none,
.hidden {
  display: none;
}

.row.small-gutters {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.row.small-gutters > .col,
.row.small-gutters > [class*="col-"] {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

::-webkit-scrollbar-track {
  background: #e6e6e6;
}

::-webkit-scrollbar-thumb {
  background: #006CEF;
}

::-webkit-scrollbar-thumb:hover {
  background: #006CEF;
}

html,
body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "NotoSansKR-Regular";
  font-size: 15px;
  color: #444;
  scroll-behavior: smooth;
  scrollbar-color: #006CEF #e6e6e6;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

@media (min-width: 576px) {
  html,
  body {
    padding-right: 0 !important;
  }
}

iframe {
  max-width: 100%;
}

a {
  position: relative;
  color: #005891;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #333333;
  text-decoration: underline;
}

.full-container, #innerPage .inner-main-services {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow-x: hidden;
}

.modal {
  -webkit-overflow-scrolling: touch;
  background: rgba(0, 0, 0, 0.6);
  padding-right: 0;
}

.modal-header {
  line-height: 1;
}

.modal-content {
  border-color: #f6f6f6;
  border-radius: 0.5rem;
}

.modal-content .close {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  right: 5px;
  top: 5px;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  color: #ffffff;
  background: #006CEF;
  text-align: center;
  opacity: 1 !important;
  z-index: 2;
  font-size: 1rem;
}

.modal-content .close:hover {
  background: #006CEF;
}

.modal-content .close i {
  line-height: 1px;
}

.modal-body {
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .modal {
    padding-right: 0 !important;
  }
}

@media (max-width: 575.98px) {
  .modal-content .close {
    right: -0.5rem;
    top: -0.5rem;
  }
}

.bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-img.attach {
  background-attachment: fixed;
}

.bg-img.contain {
  background-size: contain !important;
}

.bg-img.auto {
  background-size: auto !important;
}

.bg-img.top {
  background-position: center top !important;
}

.bg-img.bottom {
  background-position: center bottom !important;
}

.bg-img.start {
  background-position: left center !important;
}

.bg-img.end {
  background-position: right center !important;
}

.form-group {
  position: relative;
}

.form-group-icon {
  position: absolute;
  top: 1rem;
  left: 1.2rem;
  color: #005891;
}

.form-group-icon + input,
.form-group-icon + textarea {
  padding-left: 2.6rem !important;
}

.form-group label.is-invalid {
  color: #5A5A5A;
  margin-bottom: 0;
}

.form-group.invalid-feedback {
  color: #5A5A5A;
}

.form-control[type="date"], .form-control[type="text"], .form-control[type="number"], .form-control[type="password"], .form-control[type="email"], .form-control[type="file"], .form-control[type="tel"] {
  padding: 0.6rem 0.8rem 0.8rem;
  height: auto;
  min-width: 5rem;
}

.form-control[type="date"]::-webkit-input-placeholder, .form-control[type="text"]::-webkit-input-placeholder, .form-control[type="number"]::-webkit-input-placeholder, .form-control[type="password"]::-webkit-input-placeholder, .form-control[type="email"]::-webkit-input-placeholder, .form-control[type="file"]::-webkit-input-placeholder, .form-control[type="tel"]::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control[type="date"]::-moz-placeholder, .form-control[type="text"]::-moz-placeholder, .form-control[type="number"]::-moz-placeholder, .form-control[type="password"]::-moz-placeholder, .form-control[type="email"]::-moz-placeholder, .form-control[type="file"]::-moz-placeholder, .form-control[type="tel"]::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control[type="date"]:-ms-input-placeholder, .form-control[type="text"]:-ms-input-placeholder, .form-control[type="number"]:-ms-input-placeholder, .form-control[type="password"]:-ms-input-placeholder, .form-control[type="email"]:-ms-input-placeholder, .form-control[type="file"]:-ms-input-placeholder, .form-control[type="tel"]:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control[type="date"]::-ms-input-placeholder, .form-control[type="text"]::-ms-input-placeholder, .form-control[type="number"]::-ms-input-placeholder, .form-control[type="password"]::-ms-input-placeholder, .form-control[type="email"]::-ms-input-placeholder, .form-control[type="file"]::-ms-input-placeholder, .form-control[type="tel"]::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control[type="date"]::placeholder, .form-control[type="text"]::placeholder, .form-control[type="number"]::placeholder, .form-control[type="password"]::placeholder, .form-control[type="email"]::placeholder, .form-control[type="file"]::placeholder, .form-control[type="tel"]::placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control.custom-select {
  padding: 0.6rem 0.8rem 0.8rem;
  height: auto;
}

.form-control.custom-select::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control.custom-select::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control.custom-select:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control.custom-select::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control.custom-select::placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.form-control.custom-select > option[value=""] {
  text-transform: capitalize;
}

.form-control.is-invalid:not(.custom-select) {
  border-color: #5A5A5A !important;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") !important;
}

.form-control.is-invalid.custom-select {
  border-color: #5A5A5A !important;
}

textarea.form-control {
  padding: 0.6rem 0.8rem 0.8rem;
  height: auto;
}

textarea.form-control::-webkit-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

textarea.form-control::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

textarea.form-control:-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

textarea.form-control::-ms-input-placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

textarea.form-control::placeholder {
  font-family: inherit;
  font-size: inherit;
  text-transform: capitalize;
}

.custom-control.custom-radio > label.is-invalid:not(.custom-control-label) {
  position: absolute;
  bottom: 0.5rem;
}

.custom-control.custom-radio > label.is-invalid ~ label.custom-control-label {
  padding-bottom: 2rem;
}

.line-height-reset {
  line-height: 1 !important;
}

.spacing-normal {
  letter-spacing: 0;
}

.spacing-wide {
  letter-spacing: 0.025em;
}

.spacing-wider {
  letter-spacing: 0.05em;
}

.spacing-widest {
  letter-spacing: 0.1em;
}

.btn {
  font-size: 0.93333333rem;
  padding: 0.8rem 1.5rem 1rem;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: capitalize;
}

.btn:hover, .btn:active, .btn:focus {
  text-decoration: none;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  border-color: #006CEF;
  background-color: #006CEF;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.4rem 1rem 0.6rem;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 1rem 2.5rem 1.2rem;
}

.btn-round {
  border-radius: 50rem;
}

.btn-flat {
  border-radius: 0;
}

.btn-single {
  padding: 0.7rem 1rem;
}

.btn-single.btn-lg, .btn-group-lg > .btn-single.btn {
  padding: 1rem 1.3rem;
}

.btn-icon, .btn-plus, .btn-back {
  padding-left: 3rem;
  position: relative;
}

.btn-icon::after, .btn-plus::after, .btn-back::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 1.5rem;
}

.btn-icon.btn-sm, .btn-group-sm > .btn-icon.btn, .btn-plus.btn-sm, .btn-group-sm > .btn-plus.btn, .btn-back.btn-sm, .btn-group-sm > .btn-back.btn {
  padding-left: 2rem;
}

.btn-icon.btn-sm::after, .btn-group-sm > .btn-icon.btn::after, .btn-plus.btn-sm::after, .btn-group-sm > .btn-plus.btn::after, .btn-back.btn-sm::after, .btn-group-sm > .btn-back.btn::after {
  left: 0.5rem;
}

.btn-icon.btn-lg, .btn-group-lg > .btn-icon.btn, .btn-plus.btn-lg, .btn-group-lg > .btn-plus.btn, .btn-back.btn-lg, .btn-group-lg > .btn-back.btn {
  padding-left: 3.5rem;
}

.btn-icon.btn-lg::after, .btn-group-lg > .btn-icon.btn::after, .btn-plus.btn-lg::after, .btn-group-lg > .btn-plus.btn::after, .btn-back.btn-lg::after, .btn-group-lg > .btn-back.btn::after {
  left: 2rem;
}

.btn-icon::after {
  content: "\F067";
}

.btn-plus::after {
  content: "\F067";
}

.btn-back::after {
  content: "\F104";
}

.hover-primary:hover {
  color: #005891;
}

.hover-secondary:hover {
  color: #006CEF;
}

.big-title {
  position: relative;
  color: #333333;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 2rem;
}

.small-title {
  position: relative;
  color: #000000;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 5rem;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
  text-decoration: none;
}

.small-title::before {
  content: "";
  position: absolute;
  width: 4rem;
  height: 2px;
  background: #006CEF;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.small-title:active, .small-title:focus, .small-title:hover {
  color: inherit;
  text-decoration: none;
}

.invalid-g-recaptcha {
  display: none;
}

.g-recaptcha.captcha-center > div {
  margin: 0 auto;
}

@media (max-width: 575.98px) {
  .g-recaptcha > div {
    margin: 0 auto;
  }
}

@media (max-width: 375px) {
  .g-recaptcha {
    -webkit-transform: scale(0.77);
            transform: scale(0.77);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
}

.fa-vertical-text-bottom {
  vertical-align: text-bottom;
}

#tinymce .row,
.mce-content-body .row {
  margin: 0;
}

#tinymce .color-c03,
.mce-content-body .color-c03 {
  color: black;
}

.gradient-dark-bottom, #home .home-career-content, .activity-wrapper .content-board {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#ffffff",GradientType=1);
}

.object-fit-cover {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.object-fit-contain {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes rotateWords {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    height: 0px;
  }
  8% {
    opacity: 1;
    height: 100%;
  }
  19% {
    opacity: 1;
    height: 100%;
  }
  25% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
  }
}

@keyframes rotateWords {
  0% {
    opacity: 1;
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
    height: 0px;
  }
  8% {
    opacity: 1;
    height: 100%;
  }
  19% {
    opacity: 1;
    height: 100%;
  }
  25% {
    opacity: 0;
    height: 100%;
  }
  100% {
    opacity: 0;
  }
}

/* from template */
.logo {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background-size: 100px auto;
}

@media (max-width: 1199.98px) {
  .logo {
    background-size: 65px auto;
  }
}

.container {
  max-width: 1200px;
}

.general-btn {
  color: #ffffff;
  background: #1A1818;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding: 0.8rem 2.2rem;
  border-radius: 50px;
  border: 0 !important;
  font-size: 0.73333333rem;
}

.general-btn:hover {
  border-color: #005891;
  background-color: #005891;
}

.general-btn-transparent {
  color: #00588A;
  background: transparent;
  padding: 10px 25px;
  border: 1px solid #00588A;
  text-transform: uppercase;
  font-family: 'Arial Black';
  font-size: 12px;
  font-weight: normal;
  cursor: pointer;
  line-height: 1;
  text-align: center;
  vertical-align: top;
}

.general-btn-transparent:hover {
  color: #ffffff;
  border-color: #006CEF;
  background: #006CEF;
  text-decoration: none;
}

.modal-content {
  border-radius: 0;
}

.with-border-left-theme {
  border-left: 2px solid #006CEF;
}

.with-after-line:after {
  content: '';
  display: block;
  width: 54px;
  margin-top: 7px;
  border-bottom: 2px solid #006CEF;
}

.with-border-right {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.with-border-right:after {
  content: '';
  display: block;
  height: 30px;
  border-right: 1px solid #ffffff;
  position: absolute;
  right: 0;
}

.with-border-right:last-child:after {
  display: none;
}

@media (max-width: 991.98px) {
  .with-border-right:after {
    display: none;
  }
}

.icon-angle-circle-wrapper i, .icon-angle-circle-wrapper svg {
  width: 38px;
  height: 38px;
  color: #ffffff;
  line-height: 38px;
  text-align: center;
  border-radius: 100%;
  background-color: #005891;
  margin-right: 1rem;
}

.icon-angle-circle-wrapper a {
  font-size: 13px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  text-decoration: none;
}

.icon-angle-circle-wrapper a:hover {
  color: #005891;
}

#wrapper {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 100vh;
  margin: 0;
  overflow-x: hidden;
}

#top-header {
  left: 0;
  right: 0;
}

#top-header i, #top-header svg {
  color: #ffffff;
}

#top-header .top-header-content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#top-header .top-header-content div {
  margin: auto 1rem;
}

#top-header .top-header-content h5 {
  padding-top: 0.5rem;
  text-transform: uppercase;
  color: #000000;
  font-size: 0.8rem;
  letter-spacing: 0.08rem;
}

#top-header .top-header-content .search {
  padding: 1rem 2rem;
}

#top-header .burger-collapse {
  padding: 1rem 0;
  margin-right: 0.6rem !important;
  width: 25px;
}

#top-header .burger-collapse > span {
  cursor: pointer;
}

@media (max-width: 575.98px) {
  #top-header .top-header-content .search {
    padding: 1rem 1rem;
    margin-right: 0.5rem;
  }
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

#header_wrap.open #menu_wrap #dropmenu > li > ul {
  display: block;
}

#menu_wrap #dropmenu > li > a {
  text-decoration: none;
}

#menu_wrap #dropmenu > li > a.active {
  color: #005891;
}

#menu_wrap #dropmenu > li ul li {
  text-decoration: none;
}

#menu_wrap #dropmenu > li ul li a {
  text-decoration: none;
}

#menu_wrap #dropmenu > li ul li a.subMenuWithThird {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

#menu_wrap #dropmenu > li ul li a[aria-expanded='true'] .fa-angle-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menu_wrap #dropmenu > li ul li ul li {
  text-decoration: none;
  padding-left: 10px;
}

#menu_wrap #dropmenu > li ul li ul li a {
  text-decoration: none;
}

#menu_wrap a:hover {
  text-decoration: none;
}

#menu_wrap .mobileDropMenu {
  font-size: 0;
  margin: 0;
  list-style: none;
  padding: 0;
  display: block;
  padding-left: 0;
}

#menu_wrap .mobileDropMenu > li {
  width: 100%;
  line-height: 45px;
  text-indent: 20px;
  border-bottom: 1px solid #e5e5e5;
  height: auto;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
}

#menu_wrap .mobileDropMenu > li a {
  color: #222;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

#menu_wrap .mobileDropMenu > li a[aria-expanded='true'] .fa-angle-right {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#menu_wrap .mobileDropMenu > li.active a {
  color: #005891;
}

#menu_wrap .mobileDropMenu > li ul {
  margin-top: 0;
  font-size: 0;
  line-height: 0;
  background: #f5f5f5;
}

#menu_wrap .mobileDropMenu > li ul li.active a {
  color: #005891;
}

#menu_wrap .mobileDropMenu > li ul li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  height: auto;
  font-size: 13px;
  margin-bottom: 0;
  padding: 10px 22px;
  text-align: left;
  text-indent: 0;
  line-height: 1.4;
}

#menu_wrap .mobileDropMenu > li ul li ul li a {
  padding-left: 31px;
}

@media (max-width: 767.98px) {
  #menu_wrap {
    top: 69px;
  }
}

.location ul {
  position: relative;
  z-index: 1;
}

.location ul li button {
  color: #444;
}

.location ul li ul {
  position: relative;
  z-index: 1;
}

.location ul li ul li {
  color: #444;
}

.location ul li ul li a {
  text-decoration: none;
  color: #444;
}

.location ul li ul li a.active {
  color: #005891;
}

.location ul li ul li ul {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  padding-left: 1rem;
  overflow: hidden;
}

#header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  width: 100%;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

@media (prefers-reduced-motion: reduce) {
  #header {
    -webkit-transition: none;
    transition: none;
  }
}

#header.active {
  width: 100% !important;
  -webkit-transition: 0.45s;
  transition: 0.45s;
}

@media (prefers-reduced-motion: reduce) {
  #header.active {
    -webkit-transition: none;
    transition: none;
  }
}

#header .sidebar-menu {
  height: 100%;
  max-height: 30rem;
  margin: 0 0 1.5rem 0;
  list-style-type: none;
  direction: ltr;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 2rem;
}

#header .sidebar-menu i {
  color: #ffffff;
}

#header .sidebar-menu > div a {
  opacity: 1;
  cursor: pointer;
  font-size: 18px;
  color: #ffffff;
  text-decoration: none;
  letter-spacing: 0.36px;
  text-transform: uppercase;
  line-height: 4.3;
}

#header .sidebar-menu > div a:hover, #header .sidebar-menu > div a:active {
  color: #006CEF;
}

#header .sidebar-menu > div .parent {
  margin-bottom: 1rem;
}

#header .sidebar-menu > div ul li {
  line-height: 2.4;
}

#header .sidebar-menu > div ul li a {
  font-size: 15px;
  line-height: 2.4;
  text-transform: capitalize;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

#header .sidebar-menu > div ul li a i {
  display: block;
}

#header .sidebar-menu > div ul li a:hover i {
  color: #006CEF;
}

#header .sidebar-menu > div ul li a[aria-expanded='true'] {
  color: #006CEF;
}

#header .sidebar-menu > div ul li a[aria-expanded='true'] i {
  display: none;
}

#header .sidebar-menu > div ul ul li a {
  line-height: 2.4;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

@media (prefers-reduced-motion: reduce) {
  #header .sidebar-menu > div ul ul li a {
    -webkit-transition: none;
    transition: none;
  }
}

#header .sidebar-menu > div ul ul li a:hover {
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

@media (prefers-reduced-motion: reduce) {
  #header .sidebar-menu > div ul ul li a:hover {
    -webkit-transition: none;
    transition: none;
  }
}

#header .sidebar-menu > div ul ul li a:hover:before {
  content: '';
  height: 2px;
  width: 7px;
  background: #006CEF;
  margin-left: -1rem;
  position: absolute;
  top: 1.2rem;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
}

@media (prefers-reduced-motion: reduce) {
  #header .sidebar-menu > div ul ul li a:hover:before {
    -webkit-transition: none;
    transition: none;
  }
}

#header .sidebar-menu > div .collapse.show i {
  color: #006CEF;
}

#header .header-icon {
  color: #ffffff;
}

#header.sticky {
  position: fixed;
  top: 0;
  z-index: 1030;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
  box-shadow: 1px 1px 1rem 0px rgba(0, 0, 0, 0.1);
}

#header.sticky .header-icon {
  color: #ffffff;
}

#logo {
  padding: 1rem 0;
}

#logo img {
  width: 100px;
  max-height: 100px;
}

@media (max-width: 575.98px) {
  #logo img {
    max-height: 50px;
  }
}

@media (max-width: 320px) {
  #logo {
    margin: 0.1rem 0.4rem;
  }
}

.banner-logo {
  z-index: 2;
  width: 115px;
  max-height: 95px;
}

#sideBarLogo img {
  width: auto;
  max-height: 100px;
}

@media (max-width: 767.98px) {
  #sideBarLogo img {
    max-height: 50px;
  }
}

#navigation {
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

@media (prefers-reduced-motion: reduce) {
  #navigation {
    -webkit-transition: none;
    transition: none;
  }
}

#navigation.sticky {
  color: #ffffff;
}

#navigation ul {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

#navigation ul li {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 0;
  padding: 1.5rem 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

@media (prefers-reduced-motion: reduce) {
  #navigation ul li {
    -webkit-transition: none;
    transition: none;
  }
}

#navigation ul li:first-child {
  margin-left: 0;
}

#navigation ul li:last-child {
  margin-right: 0;
}

#navigation ul li.active > a {
  color: #006CEF;
}

#navigation ul li:hover > a {
  color: #000000;
}

#navigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

@media (prefers-reduced-motion: reduce) {
  #navigation ul li:hover > ul {
    -webkit-transition: none;
    transition: none;
  }
}

#navigation ul li a {
  font-size: 0.93333333rem;
  color: inherit;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#navigation ul li.search a {
  color: #006CEF;
}

#navigation ul ul {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1060;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 0.5rem);
          transform: translate(-50%, 0.5rem);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  display: block;
  min-width: 200px;
  background: #ffffff;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  #navigation ul ul {
    -webkit-transition: none;
    transition: none;
  }
}

#navigation ul ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: unset;
}

#navigation ul ul li:hover {
  background: #006CEF;
}

#navigation ul ul li:hover > a {
  color: #ffffff;
  text-decoration: none;
}

#navigation ul ul li:hover > i {
  color: #ffffff;
}

#navigation ul ul li a {
  display: block;
  position: relative;
  color: #006CEF;
  margin: auto 1rem;
  padding: 1rem 1rem;
  line-height: 1.2;
}

#navigation ul ul li ul {
  top: 0;
  left: 150%;
  margin-left: 2px;
}

#searchModal .modal-content {
  background: transparent;
}

#searchModal .modal-content #keyword {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  padding: 1.5rem 2rem 1.5rem;
}

#searchModal .modal-content .btn {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

#banner {
  position: relative;
  background: #000000;
}

#banner .banner-slide {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  height: 100%;
  min-height: 511px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .banner-slide:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(65%, #000000AF), to(#54545400));
  background: linear-gradient(to right, #000000AF 65%, #54545400 100%);
  background: transparent -webkit-gradient(linear, left top, right top, from(#000000AF), to(#54545400)) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(90deg, #000000AF 0%, #54545400 100%) 0% 0% no-repeat padding-box;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
}

#banner .banner-overlay {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(white), color-stop(50%, rgba(153, 153, 153, 0)), color-stop(80%, rgba(153, 153, 153, 0)), to(white));
  background: linear-gradient(0deg, white 0%, rgba(153, 153, 153, 0) 50%, rgba(153, 153, 153, 0) 80%, white 100%);
  z-index: 0;
}

#banner .banner-content {
  position: relative;
  max-width: 68%;
  z-index: 2;
  text-shadow: -1px 1px 5px rgba(0, 0, 0, 0.5);
}

#banner .banner-content .banner-title {
  font-size: 3.2rem;
  line-height: 1.3;
  color: #ffffff;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 4px 1px;
  text-decoration: none;
  position: relative;
  margin-bottom: 20px;
  font-weight: bold;
}

#banner .banner-content .banner-description {
  color: #ffffff;
  line-height: 1.3;
  margin-top: 30px;
  font-size: 30px;
  text-shadow: rgba(0, 0, 0, 0.2) 3px 4px 1px;
  border-left: 0;
  padding-left: 0;
  font-weight: 500;
  margin-left: 10px;
  margin-bottom: 50px;
}

#banner .banner-content a {
  text-decoration: none;
}

#banner .banner-content a:hover .banner-btn {
  opacity: 0.8;
}

#banner .banner-content a:hover span {
  opacity: 0.8;
  color: #ffffff;
}

#banner .banner-content a .banner-btn {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: transparent;
  opacity: 1;
  border: 1px solid #ffffff;
  border-radius: 100%;
  margin-left: 0.7rem;
}

@media (max-width: 1199.98px) {
  #banner .banner-content {
    max-width: 70%;
  }
}

@media (max-width: 991.98px) {
  #banner .banner-content {
    max-width: 80%;
  }
}

@media (max-width: 767.98px) {
  #banner .banner-content {
    max-width: 88%;
  }
  #banner .banner-content .banner-title {
    font-size: 1.66666667rem;
  }
  #banner .banner-content .banner-description {
    font-size: 1.33333333rem;
  }
}

@media (max-width: 575.98px) {
  #banner .banner-content {
    max-width: 100%;
  }
}

#banner .banner-dots {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100px;
}

#banner .banner-dots .swiper-pagination-bullet {
  background: transparent;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  line-height: 34px;
  color: #ffffff;
  margin: 0 0.7rem;
  opacity: 1;
}

#banner .banner-dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 1px solid #ffffff;
}

#banner .banner-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}

#banner .banner-nav .swiper-button-prev,
#banner .banner-nav .swiper-button-next {
  right: 1rem;
  left: auto;
  background-image: none;
  background: rgba(255, 255, 255, 0.3);
  color: #f6f6f6;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  text-align: center;
  margin-top: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 38px;
}

#banner .banner-nav .swiper-button-prev:hover,
#banner .banner-nav .swiper-button-next:hover {
  background: #006CEF;
  border-color: #006CEF;
}

#banner .banner-nav .swiper-button-next {
  top: calc(50% - 1.8rem);
}

#banner .banner-nav .swiper-button-prev {
  top: calc(50% + 1.8rem);
}

@media (max-width: 575.98px) {
  #banner .banner-nav {
    display: none;
  }
}

#banner .banner-scroll {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 1rem;
  z-index: 3;
  text-align: center;
}

#banner .banner-scroll-button {
  display: inline-block;
  color: #ffffff;
}

#banner .banner-scroll-button:hover, #banner .banner-scroll-button:active, #banner .banner-scroll-button:focus {
  color: #006CEF;
  text-decoration: none;
}

#banner .banner-scroll-button:hover .scroll-downs .mousey, #banner .banner-scroll-button:active .scroll-downs .mousey, #banner .banner-scroll-button:focus .scroll-downs .mousey {
  border-color: #006CEF;
}

#banner .banner-scroll-button:hover .scroll-downs .mousey .scroller, #banner .banner-scroll-button:active .scroll-downs .mousey .scroller, #banner .banner-scroll-button:focus .scroll-downs .mousey .scroller {
  background-color: #006CEF;
}

#banner .banner-scroll-button .scroll-downs {
  margin-bottom: 0.5rem;
}

#banner .banner-scroll-button .scroll-downs .mousey {
  position: relative;
  width: 2px;
  padding: 5px 10px;
  height: 30px;
  border: 2px solid #ffffff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
  cursor: pointer;
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
}

#banner .banner-scroll-button .scroll-downs .mousey .scroller {
  width: 2px;
  height: 5px;
  border-radius: 25%;
  background-color: #ffffff;
  -webkit-animation-name: scrollMouse;
          animation-name: scrollMouse;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
          animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

#innerBanner {
  position: relative;
  background-color: #000000;
}

#innerBanner .inner-banner-slide {
  height: 260px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#innerBanner .inner-banner-title {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

#innerBanner .inner-banner-title h2 {
  font-weight: 700;
  color: #ffffff;
  font-size: 2.66666667rem;
}

#innerBanner .inner-banner-breadcrumb {
  position: absolute;
  top: 47%;
  left: 0;
  right: 0;
  z-index: 1;
}

#innerBanner .inner-banner-breadcrumb .breadcrumb {
  padding: 0.5rem 0;
  color: #ffffff;
}

@media (max-width: 767.98px) {
  #innerBanner .inner-banner-slide {
    height: 400px;
  }
}

#breadcrumb {
  text-align: center;
}

#breadcrumb .breadcrumb {
  margin: 0;
  background: none;
  padding: 1rem 0;
  color: #000000;
  font-size: 0.66666667rem;
  letter-spacing: 1px;
  text-transform: capitalize;
  border-radius: 0;
  -webkit-box-align: center;
          align-items: center;
}

#breadcrumb .breadcrumb > li {
  position: relative;
  padding: 0.5rem 0;
  line-height: 1;
  text-overflow: ellipsis;
  overflow: hidden;
}

#breadcrumb .breadcrumb > li + li {
  padding-left: 2rem;
}

#breadcrumb .breadcrumb > li + li:before {
  position: absolute;
  left: 0.7rem;
  top: 20%;
  content: ".";
  color: inherit;
  font-size: 1.66666667rem;
  margin: 0;
  padding: 0;
  line-height: 0;
}

#breadcrumb span {
  font-size: 13px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  opacity: 0.8;
}

#breadcrumb a {
  color: inherit;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  font-size: 13px;
}

#breadcrumb a:hover {
  color: #005891;
  text-decoration: none;
}

#content {
  position: relative;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#innerPageNavigation {
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

@media (prefers-reduced-motion: reduce) {
  #innerPageNavigation {
    -webkit-transition: none;
    transition: none;
  }
}

#innerPageNavigation ul {
  width: 100%;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

#innerPageNavigation ul li {
  display: inline-block;
  position: relative;
  margin: 0 auto 0 0;
  padding: 1.5rem 0;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

@media (prefers-reduced-motion: reduce) {
  #innerPageNavigation ul li {
    -webkit-transition: none;
    transition: none;
  }
}

#innerPageNavigation ul li:first-child {
  margin-left: 0;
}

#innerPageNavigation ul li:last-child {
  margin-right: 0;
}

#innerPageNavigation ul li.active > a {
  color: #006CEF;
}

#innerPageNavigation ul li:hover > a {
  color: #005891;
}

#innerPageNavigation ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}

@media (prefers-reduced-motion: reduce) {
  #innerPageNavigation ul li:hover > ul {
    -webkit-transition: none;
    transition: none;
  }
}

#innerPageNavigation ul li a {
  font-size: 0.86666667rem;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.78px;
}

#innerPageNavigation ul ul {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1060;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 0.5rem);
          transform: translate(-50%, 0.5rem);
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
  display: block;
  min-width: 200px;
  background: #006CEF;
  text-align: left;
}

@media (prefers-reduced-motion: reduce) {
  #innerPageNavigation ul ul {
    -webkit-transition: none;
    transition: none;
  }
}

#innerPageNavigation ul ul li {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: unset;
}

#innerPageNavigation ul ul li:hover {
  background: #006CEF;
}

#innerPageNavigation ul ul li:hover > a {
  color: #005891;
  text-decoration: none;
}

#innerPageNavigation ul ul li:hover > i {
  color: #ffffff;
}

#innerPageNavigation ul ul li a {
  display: block;
  position: relative;
  color: #ffffff;
  margin: auto 1rem;
  padding: 1rem 1rem;
  line-height: 1.2;
  letter-spacing: 0.78px;
}

#innerPageNavigation ul ul li ul {
  top: 0;
  left: 150%;
}

#innerPageNavigation .inner-page-container:before {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 100%;
  z-index: 2;
  display: block;
  right: 100%;
}

#innerPageNavigation .inner-page-container:after {
  content: '';
  position: absolute;
  top: 1px;
  bottom: 1px;
  width: 100%;
  z-index: 2;
}

#innerPage {
  position: relative;
  padding: 2rem 0;
}

#innerPage p {
  color: #000000;
  font-size: 15px;
}

#innerPage ul li {
  font-size: 16px;
  line-height: 2;
}

#innerPage .inner-main-services {
  margin-top: -2rem;
  margin-bottom: 3rem;
  padding: 3rem 0;
  background-color: #f6f6f6;
}

#innerPage .inner-main-services .card {
  height: 100%;
}

#innerPage .inner-main-services .card-img-top {
  border-radius: 0;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#innerPage .inner-main-services .card-body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#innerPage .inner-main-services .card-body p {
  -webkit-box-flex: 1;
          flex-grow: 1;
}

#innerPage .management-team .team-wrapper {
  height: 100%;
}

#innerPage .management-team .team-wrapper img {
  height: 100%;
}

#innerPage .management-team .team-wrapper .right-content {
  background-color: #F2F2F2;
}

#innerPage .management-team .team-wrapper .right-content .name {
  color: #000000;
}

#innerPage .management-team .team-wrapper .right-content .profession {
  color: #006CEF;
}

#innerPage .management-team .team-wrapper .right-content a {
  color: #000000;
}

#innerPage .management-team .team-wrapper:hover .right-content, #innerPage .management-team .team-wrapper:active .right-content, #innerPage .management-team .team-wrapper:focus .right-content {
  background-color: #006CEF;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

@media (prefers-reduced-motion: reduce) {
  #innerPage .management-team .team-wrapper:hover .right-content, #innerPage .management-team .team-wrapper:active .right-content, #innerPage .management-team .team-wrapper:focus .right-content {
    -webkit-transition: none;
    transition: none;
  }
}

#innerPage .management-team .team-wrapper:hover .right-content .name, #innerPage .management-team .team-wrapper:active .right-content .name, #innerPage .management-team .team-wrapper:focus .right-content .name {
  color: #ffffff;
}

#innerPage .management-team .team-wrapper:hover .right-content .profession, #innerPage .management-team .team-wrapper:active .right-content .profession, #innerPage .management-team .team-wrapper:focus .right-content .profession {
  color: #ffffff;
}

#innerPage .management-team .team-wrapper:hover .right-content a, #innerPage .management-team .team-wrapper:active .right-content a, #innerPage .management-team .team-wrapper:focus .right-content a {
  color: #ffffff;
}

#innerPage .management-team .team-wrapper:hover .right-content a:hover, #innerPage .management-team .team-wrapper:active .right-content a:hover, #innerPage .management-team .team-wrapper:focus .right-content a:hover {
  color: #005891;
}

#innerPage .management-team .team-wrapper:hover .right-content > div, #innerPage .management-team .team-wrapper:active .right-content > div, #innerPage .management-team .team-wrapper:focus .right-content > div {
  color: #ffffff !important;
}

#innerPage .management-team a:hover .team-name {
  color: #005891;
}

#innerPage .team-profile:before {
  content: '';
  position: fixed;
  height: 25%;
  top: 0;
  right: 0;
  left: 0;
  background-color: #005891;
}

#innerPage .team-profile .profile-wrapper-content {
  height: 80%;
}

#innerPage .team-profile .icon-with-opacity {
  opacity: 0.3;
}

#innerPage .team-profile .profession {
  font-size: 13px;
}

#innerPage .team-profile .with-after-line:after {
  content: '';
  display: block;
  width: 54px;
  margin-top: 7px;
  border-bottom: 2px solid #006CEF;
}

.milestones-bg {
  background-color: #006CEF;
}

.milestones-bg .div-push {
  height: 52%;
}

.milestones-bg .div-push-bottom {
  height: 65%;
  width: 100%;
}

.milestones-bg .milestone-wrapper .milestone-txt {
  text-align: center;
  font-size: 15px;
  color: #005891;
  text-transform: uppercase;
}

.milestones-bg .milestone-wrapper .milestone-desc {
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

.milestones-bg .milestone-wrapper .milestone-container {
  margin-top: 1rem;
}

.milestones-bg .milestone-wrapper .milestone-container:before {
  content: "";
  position: absolute;
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff;
  height: 1px;
  left: 2.5rem;
  right: 2.5rem;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide {
  min-height: 400px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-dot {
  width: 79px;
  height: 79px;
  line-height: 79px;
  text-align: center;
  background: #005891;
  border-radius: 50%;
  margin-left: 3rem;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-dot .dot-txt {
  color: #ffffff;
  font-size: 20px;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .top {
  position: absolute;
  text-align: left;
  top: 17%;
  padding-left: 9rem;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .bottom {
  position: absolute;
  top: 53%;
  text-align: left;
  padding-left: 9rem;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-content {
  width: 95%;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-content .milestone-date {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 14px;
  letter-spacing: 1.5px;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-content .milestone-title {
  font-size: 16px;
  color: #ffffff;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-button-prev, .milestones-bg .milestone-wrapper .milestone-container .swiper-button-next {
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-radius: 50%;
  background: #ffffff;
  color: #005891;
  font-size: 0.75rem;
  z-index: 1;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-button-prev {
  left: 0;
}

.milestones-bg .milestone-wrapper .milestone-container .swiper-button-next {
  right: 0;
}

@media (max-width: 991.98px) {
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .top {
    position: absolute;
    top: 12%;
    padding-left: 0;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .bottom {
    position: absolute;
    bottom: -2rem;
    padding-left: 0;
    top: 60%;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .number-wrapper-bottom, .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .number-wrapper-top {
    position: absolute;
    top: 41%;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .number-wrapper-bottom .milestone-dot, .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .number-wrapper-top .milestone-dot {
    margin-left: 0;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .milestone-content {
    text-align: center;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .content-wrapper-top {
    margin-bottom: -6rem;
    text-align: center;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .content-wrapper-bottom {
    text-align: center;
    margin-top: -9rem;
    -webkit-box-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 767.98px) {
  .milestones-bg .div-push-bottom {
    display: none;
  }
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .milestone-box .bottom {
    top: 65%;
  }
}

@media (max-width: 575.98px) {
  .milestones-bg .milestone-wrapper .milestone-container .swiper-wrapper .swiper-slide .row .content-wrapper-top .top {
    margin-top: 3rem;
  }
}

#home {
  position: relative;
}

#home #homeAnchor {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  padding-top: 101px;
  z-index: -1;
}

@media (max-width: 991.98px) {
  #home #homeAnchor {
    padding-top: 80px;
  }
}

#home .first-content .bg_egi .cont a.btn {
  opacity: 1;
}

#home .first-content .bg_egi .cont a.btn:hover {
  opacity: 0.8;
}

#home .second-content {
  background-color: #F8F8F8;
}

#home .second-content .title {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

#home .second-content .subtitle {
  font-size: 40px;
  color: #006CEF;
}

#home .second-content .second-content-slide-container {
  overflow: visible;
}

#home .second-content .second-content-slide-container:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: 0;
  background-color: #F8F8F8;
  width: 100%;
  z-index: 2;
  display: block;
  right: 100%;
}

#home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box {
  border-left: 2px solid #006CEF;
}

#home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box a {
  color: #000000;
  font-size: 18px;
  text-decoration: none;
}

#home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box:hover {
  background-color: #005891;
  border-left: 2px solid #005891;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

@media (prefers-reduced-motion: reduce) {
  #home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box:hover {
    -webkit-transition: none;
    transition: none;
  }
}

#home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box:hover a {
  color: #ffffff;
}

#home .second-content .second-content-slide-container .second-content-slide-wrapper .swiper-slide .box:hover a:hover {
  color: #000000;
}

#home .second-content .second-content-slide-container .swiper-pagination {
  height: 2px;
  width: 100%;
}

#home .second-content .second-content-slide-container .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #006CEF;
}

#home .second-content .second-content-slide-container .slide-nav .swiper-button-prev, #home .second-content .second-content-slide-container .slide-nav .swiper-button-next {
  background-image: none;
}

#home .second-content .second-content-slide-container .slide-nav .swiper-button-prev:hover i, #home .second-content .second-content-slide-container .slide-nav .swiper-button-next:hover i {
  color: #005891;
}

#home .home-third-content .icon-circle {
  border: 1px solid #ffffff;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 100%;
  text-align: center;
  margin-top: 1rem;
}

#home .home-third-content .arrow-img {
  width: 23px;
  height: 23px;
}

#home .home-third-content ul li a {
  opacity: 1;
  color: #ffffff;
}

#home .home-third-content ul li a:hover {
  opacity: 0.8;
}

#home .home-footprint {
  margin-top: -7rem;
  padding: 5rem 0 3rem;
  background-color: #f6f6f6;
}

#home .home-other {
  padding: 2rem 0 4rem;
}

#home .home-career {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #ffffff;
  height: 400px;
}

#home .home-career:active, #home .home-career:hover, #home .home-career:focus {
  text-decoration: none;
  color: #006CEF;
}

#home .home-career a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  z-index: 2;
  opacity: 0;
}

#home .home-career img {
  -o-object-fit: cover;
     object-fit: cover;
  max-width: unset;
  width: 100%;
  height: 100%;
}

#home .home-career-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 5rem 1.5rem 1.5rem 1.5rem;
  z-index: 1;
}

#home .home-career-content button {
  display: block;
  margin-left: auto;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.3);
  text-decoration: none;
  text-align: center;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #ffffff;
  border-radius: 100%;
}

#home .home-career-content button .fa,
#home .home-career-content button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.93333333rem;
}

#home .home-career-content button:hover, #home .home-career-content button:focus, #home .home-career-content button:active {
  color: #ffffff;
  background: #006CEF;
  border-color: #006CEF;
}

#home .home-news {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #e6e6e6;
  color: #999999;
  font-size: 0.93333333rem;
  letter-spacing: 1px;
  text-decoration: none;
}

#home .home-news svg,
#home .home-news .fa {
  opacity: 0;
}

#home .home-news:active, #home .home-news:hover, #home .home-news:focus {
  text-decoration: none;
  color: #006CEF;
}

#home .home-news:active svg,
#home .home-news:active .fa, #home .home-news:hover svg,
#home .home-news:hover .fa, #home .home-news:focus svg,
#home .home-news:focus .fa {
  opacity: 1;
}

#ads img {
  max-height: 200px;
}

#backToTop {
  color: #006CEF;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  text-decoration: none;
}

#backToTop .fa,
#backToTop svg, #backToTop i {
  color: #ffffff;
  display: block;
  width: 49px;
  height: 49px;
  line-height: 49px;
  text-align: center;
  margin-right: 10px;
  border-radius: 100%;
  background-color: #006CEF;
}

#backToTop:hover .back-to-top-title, #backToTop:focus .back-to-top-title, #backToTop:active .back-to-top-title {
  color: #005891;
}

#backToTop:hover i, #backToTop:hover svg, #backToTop:hover .fa, #backToTop:focus i, #backToTop:focus svg, #backToTop:focus .fa, #backToTop:active i, #backToTop:active svg, #backToTop:active .fa {
  color: #ffffff;
  background-color: #005891;
}

.footer-push {
  height: 63px;
}

#footer {
  position: relative;
}

#footer a {
  font-size: 14px;
  line-height: 14px;
  color: #7c7c7c;
}

#footer h5 {
  font-size: 1rem;
}

#footer .footer-menu {
  border-top: 1px solid #e5e5e5;
}

#footer .footer-menu div > a[href]:active, #footer .footer-menu div > a[href]:hover, #footer .footer-menu div > a[href]:focus {
  color: #005891;
}

#footer .footer-menu .footer-top .title {
  font-size: 35px;
  color: #006CEF;
}

#footer .footer-menu .footer-top .footer-bottom-general .title {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
}

#footer .footer-menu .footer-top .footer-bottom-general > div {
  color: #5A5A5A;
}

#footer .footer-menu .footer-bottom {
  border-top: 5px solid transparent;
  position: relative;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1020;
  background-color: rgba(29, 13, 130, 0.6);
}

#footer .footer-menu .footer-bottom > div a {
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
}

#footer .footer-menu .footer-bottom > div a:hover {
  cursor: pointer;
  color: #005891;
}

#footer .footer-menu .footer-bottom.sticky {
  background-color: #1d0d82;
}

#footer .footer-menu .footer-bottom.end-page-class {
  position: relative;
  border-top: 5px solid #005891;
}

#footer .footer-menu .footer-bottom.end-page-class .with-border-right:after {
  border-right: 1px solid transparent !important;
}

#footer .footer-copyright {
  font-size: 12px;
  color: #000000;
}

#newsletter {
  background: #F0F0F0;
}

#newsletter .newsletter-wrapper {
  width: 100%;
  position: relative;
  padding: 1rem;
  border-radius: 50px;
  box-shadow: 0px 3px 6px #00000029;
  background: #ffffff;
  margin: 0 auto;
}

#newsletter .newsletter-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Remove default arrow */
  border: none;
  background: transparent;
  font-size: 2rem;
  color: #000000;
  padding-left: 1.5rem;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#newsletter .newsletter-field {
  color: #333333;
  padding: 1rem 2rem;
  border-color: #e6e6e6;
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  letter-spacing: 1.5px;
}

#newsletter .newsletter-field::-webkit-input-placeholder {
  color: #999999;
}

#newsletter .newsletter-field::-moz-placeholder {
  color: #999999;
}

#newsletter .newsletter-field:-ms-input-placeholder {
  color: #999999;
}

#newsletter .newsletter-field::-ms-input-placeholder {
  color: #999999;
}

#newsletter .newsletter-field::placeholder {
  color: #999999;
}

#newsletter .newsletter-button {
  font-size: 0.86666667rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 50px;
  letter-spacing: 1.3px;
}

@media (max-width: 1199.98px) {
  #newsletter .newsletter-wrapper select {
    max-width: 60%;
  }
}

@media (max-width: 991.98px) {
  #newsletter .newsletter-wrapper select {
    width: 50%;
    font-size: 1.53333333rem;
  }
}

@media (max-width: 767.98px) {
  #newsletter .newsletter-wrapper {
    width: 80%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  #newsletter .newsletter-wrapper select {
    padding-left: 0;
    font-size: 1.53333333rem;
  }
}

@media (max-width: 575.98px) {
  #newsletter .newsletter-wrapper {
    width: 100%;
  }
  #newsletter .newsletter-wrapper select {
    width: 90%;
    font-size: 1rem;
  }
}

.social-media-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #ffffff;
  font-size: 0.93333333rem;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}

.social-media-title:before {
  content: '';
  display: block;
  width: 9px;
  line-height: 2px;
  background: #ffffff;
  height: 2px;
  margin: 0 1rem;
}

@media (max-width: 991.98px) {
  .social-media-title:before {
    content: none;
  }
}

#socialMedia {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  -webkit-box-align: center;
          align-items: center;
}

#socialMedia .social-media-link {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  max-width: 100%;
  position: relative;
  display: block;
  text-decoration: none;
  text-align: center;
  width: 2.5rem;
  height: 2rem;
  padding: 0 2rem;
  border-radius: 100%;
}

#socialMedia .social-media-link .fa,
#socialMedia .social-media-link svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 0.93333333rem;
  color: #ffffff !important;
}

#socialMedia .social-media-link .fa-facebook {
  color: #3B5998;
}

#socialMedia .social-media-link .fa-twitter {
  color: #00ACEE;
}

#socialMedia .social-media-link .fa-youtube-play {
  color: #C4302B;
}

#socialMedia .social-media-link .fa-instagram {
  color: transparent;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
}

#socialMedia .social-media-link:hover, #socialMedia .social-media-link:focus, #socialMedia .social-media-link:active {
  -webkit-transition: background 0.5s linear;
  transition: background 0.5s linear;
  color: transparent !important;
  background: #000000;
  border-color: #FDEFAA;
}

@media (max-width: 991.98px) {
  #socialMedia .social-media-link:first-child {
    margin-left: 0;
  }
  #socialMedia .social-media-link:after {
    content: none;
  }
}

#sitemap .sitemap-title {
  display: inline-block;
  margin-bottom: 2rem;
}

#sitemap .sitemap-title ~ ul {
  list-style: none;
  padding: 0;
}

#sitemap ul {
  padding: 0.2rem 1rem;
}

#sitemap ul li {
  display: block;
  color: #000000;
  text-transform: uppercase;
}

#sitemap ul li a {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  text-decoration: none;
  padding: 0.2rem 0;
}

#sitemap ul li a:hover, #sitemap ul li a:focus, #sitemap ul li a:active {
  color: #005891;
  text-decoration: none;
}

#mobileMenu {
  color: #ffffff;
  background-color: #005891;
  text-transform: uppercase;
}

#mobileMenu:not(.mm) {
  display: none;
}

#mobileMenu.mm li:before {
  border-color: #ffffff;
  opacity: 1;
}

#mobileMenu.mm li:before:after {
  border-top: 1px solid #ffffff;
}

#mobileMenu.mm:after {
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.625), 0 1px 0 0 rgba(0, 0, 0, 0.1);
  color: #000000;
  opacity: 1;
}

#mobileMenu a {
  text-transform: none;
  text-decoration: none;
}

#mobileMenu a:hover, #mobileMenu a:active, #mobileMenu a:focus {
  color: #006CEF;
  text-decoration: none;
}

#mobileMenu .search {
  display: none;
}

#gallery img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

#gallery a > div {
  color: #006CEF;
}

#gallery a:hover .card-body {
  background-color: #005891;
}

#gallery a:hover .card-body h6, #gallery a:hover .card-body h4 {
  color: #ffffff !important;
}

#news img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}

.career-block p {
  font-size: 1.13333333rem;
}

#career .btn-career-apply {
  cursor: pointer;
  text-transform: uppercase;
  color: #006CEF;
}

#career .btn-career-apply:hover {
  color: #ffffff;
}

.table-career .btnMove {
  color: #00588A;
  opacity: 1;
}

.table-career .btnMove:hover {
  opacity: 0.8;
}

#modalForm input[type=text]::-webkit-input-placeholder, #modalForm input[type=email]::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
}

#modalForm input[type=text]::-moz-placeholder, #modalForm input[type=email]::-moz-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
}

#modalForm input[type=text]:-ms-input-placeholder, #modalForm input[type=email]:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
}

#modalForm input[type=text]::-ms-input-placeholder, #modalForm input[type=email]::-ms-input-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
}

#modalForm input[type=text]::placeholder, #modalForm input[type=email]::placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
}

#modalForm .close {
  width: 3rem;
  height: 3rem;
}

#modalForm .modal-content .modal-header-title {
  padding: 1rem 1rem 0 2rem;
}

#modalForm .modal-content .modal-header-content {
  padding: 0 5rem 2rem 5rem;
}

#modalForm #frmNewsletterSubscribe input[type=checkbox] {
  left: 0;
  min-height: 1.5rem;
}

#modalForm #frmNewsletterSubscribe .modal-body {
  padding: 0 5rem 2rem 5rem;
}

@media (max-width: 991.98px) {
  #modalForm .modal-content .modal-header-content {
    padding: 0 2rem;
  }
  #modalForm #frmNewsletterSubscribe .modal-body {
    padding: 0 2rem 2rem 2rem;
  }
}

#modalApplication .header-title {
  padding: 1rem 1rem 0 2rem;
  text-transform: uppercase;
}

#modalApplication .header-title .close {
  position: inherit;
  background-color: #006CEF;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  color: white;
}

#modalApplication .header-title .t1, #modalApplication .header-title .t2 {
  font-size: 0.73333333rem;
}

#modalApplication .header-description-wrapper {
  padding: 0 5rem;
}

#modalApplication .header-description-wrapper .header-description {
  font-size: 1.66666667rem;
  color: #000000;
  text-transform: uppercase;
}

#modalApplication #formApplication.form-horizontal {
  padding: 0 5rem;
}

#modalApplication #formApplication .input-group-prepend {
  min-width: 120px;
}

#modalApplication #formApplication .input-group-text {
  width: 100%;
  letter-spacing: 1.1px;
  font-size: 0.8rem;
  text-transform: uppercase;
  background-color: transparent;
  border-right: 1px solid transparent;
}

#modalApplication #formApplication input[type=file] {
  border-left: 1px solid transparent !important;
  padding-left: 0.2rem !important;
}

#modalApplication #formApplication input[type=text], #modalApplication #formApplication input[type=email], #modalApplication #formApplication input[type=file], #modalApplication #formApplication textarea, #modalApplication #formApplication label {
  text-align: left;
  border: 1px solid #E2E2E2;
  letter-spacing: 1.1px;
  font-size: 0.8rem;
  padding: 1rem;
  margin-top: 0;
}

#modalApplication #formApplication input[type=text]::-webkit-input-placeholder, #modalApplication #formApplication input[type=email]::-webkit-input-placeholder, #modalApplication #formApplication input[type=file]::-webkit-input-placeholder, #modalApplication #formApplication textarea::-webkit-input-placeholder, #modalApplication #formApplication label::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
  text-align: left;
}

#modalApplication #formApplication input[type=text]::-moz-placeholder, #modalApplication #formApplication input[type=email]::-moz-placeholder, #modalApplication #formApplication input[type=file]::-moz-placeholder, #modalApplication #formApplication textarea::-moz-placeholder, #modalApplication #formApplication label::-moz-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
  text-align: left;
}

#modalApplication #formApplication input[type=text]:-ms-input-placeholder, #modalApplication #formApplication input[type=email]:-ms-input-placeholder, #modalApplication #formApplication input[type=file]:-ms-input-placeholder, #modalApplication #formApplication textarea:-ms-input-placeholder, #modalApplication #formApplication label:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
  text-align: left;
}

#modalApplication #formApplication input[type=text]::-ms-input-placeholder, #modalApplication #formApplication input[type=email]::-ms-input-placeholder, #modalApplication #formApplication input[type=file]::-ms-input-placeholder, #modalApplication #formApplication textarea::-ms-input-placeholder, #modalApplication #formApplication label::-ms-input-placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
  text-align: left;
}

#modalApplication #formApplication input[type=text]::placeholder, #modalApplication #formApplication input[type=email]::placeholder, #modalApplication #formApplication input[type=file]::placeholder, #modalApplication #formApplication textarea::placeholder, #modalApplication #formApplication label::placeholder {
  font-size: 0.8rem;
  color: #A0A0A0;
  text-transform: uppercase;
  text-align: left;
}

#modalApplication #formApplication select {
  border: 1px solid #E2E2E2;
  letter-spacing: 1.1px;
  font-size: 0.8rem;
}

#modalApplication #formApplication .dropdown-menu {
  padding: 0;
  margin-top: 0;
  border-radius: 0;
}

#modalApplication #formApplication .bootstrap-select button {
  background-color: transparent;
  border: 1px solid #E2E2E2;
  letter-spacing: 1.1px;
  font-size: 0.8rem;
}

#modalApplication #formApplication .bootstrap-select ul {
  background-color: #006CEF;
  padding: 1rem;
}

#modalApplication #formApplication .bootstrap-select ul li a {
  padding: 0.5rem 1rem 0.1rem 1rem;
  color: #ffffff;
  letter-spacing: 1.1px;
  font-size: 0.8rem;
}

#modalApplication #formApplication .bootstrap-select ul li a:hover {
  background-color: #006CEF;
  color: #005891;
}

#modalApplication #formApplication .custom-file-label {
  background: #F7F7F7;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#modalApplication #formApplication .form-text {
  font-size: 0.73333333rem;
  color: #969696;
}

#modalApplication #formApplication .btn-apply-form {
  color: #ffffff;
  background: #1A1818;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  padding: 0.8rem 2.2rem;
  border-radius: 50px;
  border: 0 !important;
  font-size: 0.73333333rem;
}

#modalApplication #formApplication .btn-apply-form:hover {
  border-color: #005891;
  background-color: #005891;
}

#modalApplication .g-recaptcha {
  margin-bottom: 0.5rem;
}

@media (max-width: 991.98px) {
  #modalApplication .g-recaptcha {
    transform: scale(0.8) !important;
    -webkit-transform: scale(0.96);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}

@media (max-width: 767.98px) {
  #modalApplication .g-recaptcha {
    transform: scale(0.86);
    -webkit-transform: scale(0.86);
    margin-left: 3.5rem;
  }
}

@media (max-width: 991.98px) {
  #modalApplication #formApplication.form-horizontal {
    padding: 0 2rem;
  }
  #modalApplication .header-description-wrapper {
    padding: 0 2rem;
  }
  #modalApplication .g-recaptcha-wrapper {
    width: 100%;
  }
}

@media (max-width: 575.98px) {
  #modalApplication .header-title .t1, #modalApplication .header-title .t2 {
    font-size: 1.66666667rem;
  }
  #modalApplication #formApplication .custom-file-label:after {
    left: 0;
  }
}

#contactForm label.error {
  color: #e84227;
  margin-top: 3px;
  margin-bottom: 5px;
  font-size: 11px;
}

.activity img {
  max-height: 400px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.activity-wrapper {
  position: relative;
}

.activity-wrapper .content-board {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 4rem 2.2rem 1rem 2.2rem;
  z-index: 1;
  line-height: 1.2;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.pagination {
  -webkit-box-pack: center;
          justify-content: center;
}

.pagination .page-link {
  border: 0;
  padding: 1rem 1.5rem;
}

/*# sourceMappingURL=main.css.map*/