/*IMPORT SCSS*/
/*-------------------------------------------*/
/*-------------------------------------------*/
/* FONTS */
/*-------------------------------------------*/
/*-------------------------------------------*/
/* COLORS */
/*-------------------------------------------*/
/*-------------------------------------------*/
@-webkit-keyframes imagezoom { 50% { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@-moz-keyframes imagezoom { 50% { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@keyframes imagezoom { 50% { -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); } }

@-webkit-keyframes ripple { 70% { box-shadow: 0 0 0 14px rgba(255, 42, 66, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 42, 66, 0); } }

@keyframes ripple { 70% { box-shadow: 0 0 0 14px rgba(123, 1, 123, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 42, 66, 0); } }

section#inner-banner img.upper-img { position: absolute; top: 0; left: 0; width: 80%; z-index: -1; }

section#inner-banner img.blue-img { position: absolute; height: 100%; width: 75%; top: 0; right: 0; z-index: -2; }

section#inner-banner h1 { letter-spacing: 3px; margin-right: -3px; }

.hand-cursor { cursor: pointer; }

.hide-me { display: none; }

.spacer { padding-top: 80px; padding-bottom: 80px; }

.sm-margin { margin-right: -8px; margin-left: -8px; }

.sm-margin > div { padding-left: 8px; padding-right: 8px; }

.xs-margin { margin-right: -4px; margin-left: -4px; }

.xs-margin > div { padding-left: 4px; padding-right: 4px; }

.xxs-margin { margin-right: -3px; margin-left: -3px; }

.xxs-margin > div { padding-left: 3px; padding-right: 3px; }

.spacer-bottom { padding-bottom: 80px; }

.spacer-top { padding-top: 80px; }

.plc { padding-left: 100px; }

.prc { padding-right: 100px; }

.hide-me { display: none; }

.p-relative { position: relative; }

.img-fit { object-fit: cover; object-position: center; }

.img-contain { object-fit: contain; object-position: center; }

.section-title { font-size: 45px; }

.default-btn { display: inline-block; padding: 20px 10px; width: 230px; text-align: center; position: relative; max-width: 100%; -ms-transition: all ease 0.3s; /* IE 9 */ -webkit-transition: all ease 0.3s; /* Safari */ transition: all ease 0.3s; overflow: hidden; color: #fff !important; background-color: #FF2A42; border-radius: 15px; letter-spacing: 2px; }

.default-btn:hover, .default-btn:focus { background-color: #2E4A5B; }

.default-btn.invert { background-color: #2E4A5B; }

.default-btn.invert:hover, .default-btn.invert:focus { background-color: #FF2A42; }

.default-accdn .accdn-item { background-color: #fff; box-shadow: 0 0 4px rgba(153, 153, 153, 0.3); }

.default-accdn .accdn-item:not(:last-child) { margin-bottom: 24px; }

.default-accdn .accdn-item .accdn-head { padding: 15px; font-size: 13px; color: #333; position: relative; }

.default-accdn .accdn-item .accdn-head:after { content: url("../images/icons/arrow-gray.png"); position: absolute; right: 15px; top: 15px; -ms-transition: all ease 0.3s; /* IE 9 */ -webkit-transition: all ease 0.3s; /* Safari */ transition: all ease 0.3s; }

.default-accdn .accdn-item .accdn-head.active { color: #2E4A5B; font-size: 15px; pointer-events: none; }

.default-accdn .accdn-item .accdn-head.active:after { content: url("../images/icons/arrow.png"); -ms-transform: rotateX(180deg); /* IE 9 */ -webkit-transform: rotateX(180deg); /* Safari */ transform: rotateX(180deg); }

.default-accdn .accdn-item .accdn-head:not(.active) { cursor: pointer; }

.default-accdn .accdn-item .accdn-head:hover { color: #2E4A5B; }

.default-accdn .accdn-item .accdn-head:hover:after { content: url("../images/icons/arrow.png"); }

.default-accdn .accdn-item .accdn-content { padding: 0 20px 15px 15px; }

.bulleted-list { list-style: none; }

.bulleted-list li { position: relative; padding-left: 20px; }

.bulleted-list li:not(:last-child) { margin-bottom: 24px; }

.bulleted-list li:before { content: ""; display: block; height: 7px; width: 7px; border-radius: 100%; position: absolute; left: 0; top: 5px; background-color: #2E4A5B; }

.ordered-list { list-style: none; counter-reset: ol; }

.ordered-list li { position: relative; padding-left: 20px; }

.ordered-list li:not(:last-child) { margin-bottom: 24px; }

.ordered-list li:before { counter-increment: ol; content: counter(ol) "."; display: block; position: absolute; left: 0; top: 0; }

.ordered-list.page1-2 { counter-reset: ol 5; }

.bulleted-number-list { list-style: none; counter-reset: number_list; }

.bulleted-number-list li { position: relative; padding-left: 45px; }

.bulleted-number-list li:before { counter-increment: number_list; content: counter(number_list); display: block; position: absolute; left: 0; top: 0; color: #FFF; background-color: #FF2A42; border-radius: 100%; width: 25px; height: 25px; line-height: 25px; text-align: center; }

.bulleted-number-list li:not(:last-child) { padding-bottom: 15px; }

.iconed-list { list-style: none; }

.iconed-list li { padding-left: 60px; position: relative; }

.iconed-list li:not(:last-child) { padding-bottom: 20px; }

.iconed-list li:before { position: absolute; left: 0; top: 0; }

.btn-lg { font-size: 15px; border-radius: 0; }

.gray-wrap .image-wrapper { background-color: #E7ECEE; padding-top: 55px; padding-bottom: 60px; }

.gray-wrap .blue-header { background-color: #2E4A5B; height: 100px; }

.gray-wrap .blue-header .img-wrapper { position: absolute; left: 20px; top: 50%; -ms-transform: translate(0, -50%); -webkit-transform: translate(0, -50%); transform: translate(0, -50%); border-radius: 100%; border: 20px solid #FF2A42; box-shadow: 9px 2px 10px rgba(0, 0, 0, 0.4); }

.gray-wrap .blue-header .img-wrapper img, .gray-wrap .blue-header .img-wrapper span { height: 50px; width: 50px; margin: 35px; display: block; }

.gray-wrap .blue-header .img-wrapper:before { content: ""; display: block; height: calc(100% - 20px); width: 75px; background-color: #2E4A5B; position: absolute; left: -50px; top: 10px; z-index: -1; }

.gray-wrap .blue-header .img-wrapper:after { content: ""; display: block; border-radius: 100%; height: 120px; width: 120px; box-shadow: 5px 2px 5px rgba(0, 0, 0, 0.6); background-color: #fff; position: absolute; top: 0; left: 0; z-index: -1; }

.gray-wrap .blue-header .blue-header-title { height: 100px; display: inline-table; }

.gray-wrap .blue-header .blue-header-title h2 { padding-left: 200px; position: relative; font-size: 40px; }

.gray-wrap .blue-header .blue-header-title h2 span { display: block; font-size: 12px; font-weight: 300; }

.gray-wrap .blue-header .blue-header-title h5 { padding-left: 135px; }

@media (max-width: 1299px) { .plc { padding-left: 50px; }
  .prc { padding-right: 50px; } }

@media (max-width: 1199px) { .plc { padding-left: 40px; }
  .prc { padding-right: 40px; }
  .section-title { font-size: 40px; } }

@media (max-width: 991px) { .plc { padding-left: 30px; }
  .prc { padding-right: 30px; }
  section#inner-banner h1 { font-size: 30px; }
  .section-title { font-size: 30px; } }

@media (max-width: 767px) { .section-title { font-size: 2rem; }
  section#inner-banner img.blue-img { width: 100%; }
  section#inner-banner img.upper-img { width: 100%; height: 50%; }
  .section-title { font-size: 22px; } }

@media (max-width: 575px) { .plc { padding-left: 20px; }
  .prc { padding-right: 20px; }
  .default-btn { padding: 16px; }
  section#inner-banner h1 { font-size: 24px; }
  .section-title { font-size: 20px; }
  .gray-wrap .blue-header { margin-top: 50px; height: auto; }
  .gray-wrap .blue-header .img-wrapper { position: relative; left: auto; width: 140px; margin: 0 auto; }
  .gray-wrap .blue-header .img-wrapper::before { display: none; }
  .gray-wrap .blue-header .img-wrapper:after { height: 100px; width: 100px; }
  .gray-wrap .blue-header .img-wrapper img, .gray-wrap .blue-header .img-wrapper span { margin: 25px; }
  .gray-wrap .blue-header .blue-header-title { height: auto; display: block; padding-bottom: 24px; margin-top: -35px; }
  .gray-wrap .blue-header .blue-header-title h2, .gray-wrap .blue-header .blue-header-title h5 { padding-left: 10px; padding-right: 10px; } }
