@keyframes border-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@-webkit-keyframes border-in {
  0% {
    left: -100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes border-out {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@-webkit-keyframes border-out {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
@keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-In {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-Out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes fade-Out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 1, ../sass/_nav.scss */
.ar-main-header {
  background: #f9f9f9;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 9, ../sass/_nav.scss */
.ar-main-header .ar-container {
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  /* line 9, ../sass/_nav.scss */
  .ar-main-header .ar-container {
    align-items: center;
  }
}
/* line 15, ../sass/_nav.scss */
.ar-main-header nav {
  min-height: 60px;
  padding: 16px 0px !important;
}
@media screen and (min-width: 768px) {
  /* line 15, ../sass/_nav.scss */
  .ar-main-header nav {
    padding: 0px !important;
  }
}
/* line 21, ../sass/_nav.scss */
.ar-main-header nav .navbar-brand {
  font-size: 0px;
  position: relative;
  z-index: 1;
}
/* line 25, ../sass/_nav.scss */
.ar-main-header nav .navbar-brand img {
  width: 75px;
}
@media screen and (min-width: 768px) {
  /* line 25, ../sass/_nav.scss */
  .ar-main-header nav .navbar-brand img {
    width: 87px;
  }
}
/* line 31, ../sass/_nav.scss */
.ar-main-header nav .navbar-brand .logo-blue {
  display: block;
}
/* line 34, ../sass/_nav.scss */
.ar-main-header nav .navbar-brand .logo-white {
  display: none;
}
/* line 38, ../sass/_nav.scss */
.ar-main-header nav .navbar-toggler {
  border: none;
  padding: 0px;
  position: relative;
  z-index: 1;
}
/* line 43, ../sass/_nav.scss */
.ar-main-header nav .navbar-toggler:focus, .ar-main-header nav .navbar-toggler:hover {
  background: transparent;
}
/* line 46, ../sass/_nav.scss */
.ar-main-header nav .navbar-toggler .toggle-icon {
  height: 2px;
  width: 20px;
  background: #2e3260;
  display: block;
  margin: 8px 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  transform: rotate(0deg);
}
/* line 57, ../sass/_nav.scss */
.ar-main-header nav .ar-sign {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 57, ../sass/_nav.scss */
  .ar-main-header nav .ar-sign {
    display: block;
  }
}
/* line 62, ../sass/_nav.scss */
.ar-main-header nav .ar-sign a {
  color: #2e3260;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
}
/* line 69, ../sass/_nav.scss */
.ar-main-header nav .navbar-collapse {
  height: 100% !important;
  justify-content: space-between !important;
  flex-direction: column;
  opacity: 0;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px 15px 15px;
  display: none;
  background: #2e3260;
  animation: fade-Out 0.2s linear forwards;
  -webkit-animation: fade-Out 0.2s linear forwards;
}
@media screen and (min-width: 768px) {
  /* line 69, ../sass/_nav.scss */
  .ar-main-header nav .navbar-collapse {
    display: block;
    height: auto !important;
    opacity: 1;
    position: relative;
    background: transparent;
    padding: 0px;
    animation: inherit;
    -webkit-animation: inherit;
  }
}
/* line 96, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav {
  width: 100%;
  height: calc(100% - 90px);
  overflow: auto;
}
@media screen and (min-width: 768px) {
  /* line 96, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav {
    width: auto;
    height: auto;
    overflow: visible;
  }
}
/* line 105, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item {
  margin-bottom: 15px;
}
/* line 107, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}
/* line 110, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item:last-child {
  margin-right: 0px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  /* line 105, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item {
    margin: 0 5px;
  }
}
@media screen and (min-width: 992px) {
  /* line 105, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item {
    margin: 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 105, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item {
    margin: 0 20px;
  }
}
/* line 123, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  letter-spacing: 0.37px;
  font-weight: 400;
  padding: 0px 10px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  /* line 123, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .nav-link {
    padding: 19px 5px;
    font-size: 14px;
    color: #2e3260;
    opacity: 0.5;
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  /* line 123, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .nav-link {
    font-size: 15px;
  }
}
/* line 143, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}
/* line 146, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .nav-link:after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: -10px;
  top: 5px;
  bottom: 0px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  /* line 146, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .nav-link:after {
    right: -8px;
    top: 3px;
  }
}
/* line 160, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item:hover a {
  opacity: 1;
}
/* line 162, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item:hover a:after {
  transform: rotate(-180deg);
}
/* line 168, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item.active .nav-link {
  opacity: 1;
}
/* line 173, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item.show .nav-link {
  opacity: 1;
}
/* line 175, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item.show .nav-link:after {
  transform: rotate(-180deg);
}
/* line 180, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu {
  margin-top: 0px;
  background: transparent;
  border-radius: 10px;
  padding: 0px;
  border: none;
}
@media screen and (min-width: 768px) {
  /* line 180, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu {
    background: #ffffff;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid #e6e6e6;
    top: 55px;
  }
}
/* line 192, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu:after {
  content: '';
  position: absolute;
  height: 10px;
  width: 21px;
  left: 30px;
  top: -10px;
  margin: auto;
  border-bottom: 10px solid white;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  display: none !important;
}
@media screen and (min-width: 768px) {
  /* line 192, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu:after {
    display: block !important;
  }
}
/* line 208, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu:before {
  content: '';
  position: absolute;
  height: 11px;
  width: 23px;
  left: 29px;
  top: -11px;
  margin: auto;
  border-bottom: 11px solid #e6e6e6;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: none !important;
}
@media screen and (min-width: 768px) {
  /* line 208, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu:before {
    display: block !important;
  }
}
/* line 224, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul {
  padding: 5px 35px;
}
@media screen and (min-width: 768px) {
  /* line 224, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul {
    padding: 20px 30px 20px 20px;
  }
}
/* line 229, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul li {
  margin-bottom: 8px;
}
/* line 231, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu ul li:last-child {
  margin-bottom: 0px;
}
/* line 236, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  padding: 0px;
  letter-spacing: 0.37px;
  font-size: 17px;
  color: #5ea7ea;
  font-weight: 700;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  /* line 236, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #2e3260;
    font-weight: 400;
    font-size: 15px;
  }
}
/* line 248, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
  background: transparent;
}
/* line 251, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .dropdown-item:focus {
  background: transparent;
}
/* line 255, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu i {
  width: 25px;
  display: none;
  height: 27px;
  background-position: center center !important;
  position: relative;
  top: 7px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  /* line 255, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .dropdown-menu i {
    display: inline-block;
  }
}
/* line 267, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-platform-icon {
  background: url("../svg/platform-icon.svg") no-repeat;
  background-size: 25px auto;
}
/* line 271, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-product-icon {
  background: url("../svg/product-icon.svg") no-repeat;
  background-size: 24px auto;
}
/* line 275, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-ria-icon {
  background: url("../svg/ria-icon.svg") no-repeat;
  background-size: 25px auto;
}
/* line 279, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-account-icon {
  background: url("../svg/accountant-icon.svg") no-repeat;
  background-size: 18px auto;
}
/* line 283, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .dropdown-menu .ar-individual-icon {
  background: url("../svg/individual-icon.svg") no-repeat;
  background-size: 15px auto;
}
/* line 288, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .ar-platform-menu {
  flex-direction: column;
}
/* line 290, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .ar-platform-menu.show {
  display: flex;
}
/* line 293, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .ar-platform-menu ul {
  order: 2;
}
@media screen and (min-width: 768px) {
  /* line 293, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .ar-platform-menu ul {
    order: inherit;
  }
}
/* line 300, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .ar-overview {
  text-align: left;
  padding: 0px 35px;
}
@media screen and (min-width: 768px) {
  /* line 300, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .ar-overview {
    border-top: 1px solid #e6e6e6;
    border-radius: 0 0 10px 10px;
    background: #f9f9f9;
    text-align: center;
    padding: 0px;
  }
}
/* line 310, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .ar-overview a {
  color: #5ea7ea;
  font-size: 17px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 310, ../sass/_nav.scss */
  .ar-main-header nav .navbar-nav .nav-item .ar-overview a {
    font-size: 15px;
    display: block;
    padding: 12px 5px;
  }
}
/* line 319, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item .ar-overview a .ar-get-icon {
  width: 20px;
  display: inline-block;
  height: 15px;
  background: url("../svg/overview-icon.svg") no-repeat;
  background-size: 20px auto;
  background-position: center center;
}
/* line 329, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item.dropdown {
  padding-right: 10px;
}
/* line 331, ../sass/_nav.scss */
.ar-main-header nav .navbar-nav .nav-item.dropdown a {
  padding-right: 10px !important;
  cursor: default;
}
/* line 338, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin {
  display: block;
  width: 100%;
  padding: 0 10px 20px;
}
@media screen and (min-width: 768px) {
  /* line 338, ../sass/_nav.scss */
  .ar-main-header nav .ar-mobile-social-signin {
    display: none;
  }
}
/* line 345, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin span {
  font-size: 15px;
  font-family: "open_sansbold";
  color: #ffffff;
}
/* line 349, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin span a {
  font-size: 15px;
  color: #ffffff;
}
/* line 352, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin span a:hover, .ar-main-header nav .ar-mobile-social-signin span a:focus {
  color: #ffffff;
}
/* line 357, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul {
  margin-top: 15px;
}
/* line 359, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li {
  display: inline-block;
  margin-right: 28px;
}
/* line 362, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li:last-child {
  margin-right: 0px;
}
/* line 365, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li .nav-fb-icon {
  width: 8px;
}
/* line 368, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li .nav-twitter-icon {
  width: 15px;
}
/* line 371, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li .nav-insta-icon {
  width: 15px;
}
/* line 374, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li .nav-mail-icon {
  width: 18px;
}
/* line 377, ../sass/_nav.scss */
.ar-main-header nav .ar-mobile-social-signin ul li .nav-linkedin-icon {
  width: 15px;
}
/* line 384, ../sass/_nav.scss */
.ar-main-header.top {
  top: -60px;
}
/* line 388, ../sass/_nav.scss */
.ar-main-header.top nav .logo-blue {
  display: block;
}
/* line 391, ../sass/_nav.scss */
.ar-main-header.top nav .logo-white {
  display: none;
}
/* line 396, ../sass/_nav.scss */
.ar-main-header.active {
  top: 0px;
  position: fixed;
}
/* line 401, ../sass/_nav.scss */
.ar-main-header.active nav .logo-blue {
  display: block;
}
/* line 404, ../sass/_nav.scss */
.ar-main-header.active nav .logo-white {
  display: none;
}

/* line 411, ../sass/_nav.scss */
.ar-transparent-header {
  background: transparent;
}
/* line 415, ../sass/_nav.scss */
.ar-transparent-header nav .navbar-toggler .toggle-icon {
  background: #ffffff;
}
/* line 420, ../sass/_nav.scss */
.ar-transparent-header nav .navbar-brand .logo-blue {
  display: none;
}
/* line 423, ../sass/_nav.scss */
.ar-transparent-header nav .navbar-brand .logo-white {
  display: block;
}
/* line 428, ../sass/_nav.scss */
.ar-transparent-header nav .ar-sign a {
  color: #ffffff;
}
/* line 434, ../sass/_nav.scss */
.ar-transparent-header nav .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  opacity: 1;
}
/* line 443, ../sass/_nav.scss */
.ar-transparent-header.topped nav .logo-blue {
  display: none;
}
/* line 446, ../sass/_nav.scss */
.ar-transparent-header.topped nav .logo-white {
  display: block;
}

/* line 453, ../sass/_nav.scss */
.ar-open-menu {
  overflow: hidden;
}
/* line 455, ../sass/_nav.scss */
.ar-open-menu .ar-main-header {
  height: 100%;
  background: #2e3260;
}
/* line 461, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav {
  height: 100%;
}
/* line 463, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .ar-container {
  height: 100%;
}
/* line 466, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .navbar-collapse {
  display: block;
  animation: fade-In 0.2s linear forwards;
  -webkit-animation: fade-In 0.2s linear forwards;
}
/* line 472, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .navbar-toggler .toggle-icon {
  background: #ffffff;
}
/* line 474, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .navbar-toggler .toggle-icon:first-child {
  transform: rotate(45deg);
  top: 5px;
}
/* line 478, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .navbar-toggler .toggle-icon:nth-of-type(2) {
  transform: rotate(-45deg);
  top: -5px;
}
/* line 485, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .navbar-brand .logo-white {
  display: block;
}
/* line 488, ../sass/_nav.scss */
.ar-open-menu .ar-main-header nav .navbar-brand .logo-blue {
  display: none;
}

@keyframes nav-full-height {
  0% {
    height: 60px;
  }
  100% {
    height: 100%;
  }
}
@-webkit-keyframes nav-full-height {
  0% {
    height: 60px;
  }
  100% {
    height: 100%;
  }
}
/* line 1, ../sass/_footer.scss */
.ar-footer-content {
  padding: 60px 0;
  background: #f4f5f5;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_footer.scss */
  .ar-footer-content {
    padding: 100px 0 60px;
  }
}
/* line 7, ../sass/_footer.scss */
.ar-footer-content.ar-white-footer {
  background: #ffffff;
}
/* line 10, ../sass/_footer.scss */
.ar-footer-content .ar-footer-logo {
  margin-bottom: 60px;
}
/* line 12, ../sass/_footer.scss */
.ar-footer-content .ar-footer-logo a {
  display: inline-block;
}
/* line 14, ../sass/_footer.scss */
.ar-footer-content .ar-footer-logo a img {
  width: 55px;
}
@media screen and (min-width: 768px) {
  /* line 14, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-logo a img {
    width: 69px;
  }
}
/* line 22, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav {
  border-top: 1px solid #e3e4e5;
  border-bottom: 1px solid #e3e4e5;
  padding: 12px 0px;
}
@media screen and (min-width: 768px) {
  /* line 27, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-nav .ar-sitemap ul {
    margin-top: 8px;
  }
}
/* line 31, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-sitemap ul li {
  margin-right: 0px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 31, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-nav .ar-sitemap ul li {
    margin-right: 55px;
    float: left;
    width: auto;
  }
}
/* line 39, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-sitemap ul li:last-child {
  margin-right: 0px;
}
/* line 42, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-sitemap ul li a {
  color: #848587;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 1200px) {
  /* line 42, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-nav .ar-sitemap ul li a {
    font-size: 15px;
  }
}
/* line 51, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-sitemap ul li a:hover {
  color: #2e3260;
}
/* line 58, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 58, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-nav .ar-social {
    display: block;
  }
}
/* line 63, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social ul {
  float: right;
  margin-top: 10px;
}
/* line 67, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li {
  float: left;
  margin-right: 30px;
}
/* line 70, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li:last-child {
  margin-right: 0px;
}
/* line 73, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a {
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 77, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a:hover {
  opacity: 0.5;
}
/* line 80, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a i {
  background-size: 100% !important;
  background-position: center center !important;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 22px !important;
}
/* line 87, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a .fb-icon {
  background: url("../svg/fb-icon.svg") no-repeat;
  width: 11px;
  height: 22px;
}
/* line 92, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a .twitter-icon {
  background: url("../svg/twitter-icon.svg") no-repeat;
  width: 20px;
  height: 18px;
}
/* line 97, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a .instagram-icon {
  background: url("../svg/insta-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
}
/* line 102, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a .mail-icon {
  background: url("../svg/mail-icon.svg") no-repeat;
  width: 24px;
  height: 16px;
}
/* line 107, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-nav .ar-social li a .linkedin-icon {
  background: url("../svg/linkedin-icon.svg") no-repeat;
  width: 20px;
  height: 20px;
}
/* line 116, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl {
  padding: 55px 0px 50px;
}
/* line 118, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl h4 {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.5px;
  font-family: "open_sansbold";
  font-weight: normal;
}
/* line 125, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-footer-dtl-left {
  order: 2;
}
@media screen and (min-width: 768px) {
  /* line 125, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-footer-dtl-left {
    order: 0;
  }
}
/* line 131, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-solution-ftr {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 131, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-solution-ftr {
    margin-bottom: 0px;
  }
}
/* line 136, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-solution-ftr ul {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 136, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-solution-ftr ul {
    margin-top: 30px;
  }
}
/* line 141, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-solution-ftr ul li {
  margin-bottom: 10px;
}
/* line 143, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-solution-ftr ul li:last-child {
  margin-bottom: 0px;
}
/* line 147, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-solution-ftr ul a {
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  display: inline-block;
  color: #2e3260;
  line-height: 14px;
}
@media screen and (min-width: 1200px) {
  /* line 147, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-solution-ftr ul a {
    font-size: 15px;
  }
}
/* line 161, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-head-blk address {
  color: #848587;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 400;
  line-height: 14px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  /* line 161, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-head-blk address {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 161, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-head-blk address {
    font-size: 15px;
  }
}
/* line 176, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk {
  margin-bottom: 40px;
  width: 380px;
  max-width: 100%;
}
@media screen and (min-width: 1200px) {
  /* line 176, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-news-blk {
    width: auto;
    margin-bottom: 0px;
  }
}
/* line 184, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  /* line 184, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form {
    margin-top: 35px;
  }
}
/* line 189, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form input {
  border-color: #e3e4e5;
  background: transparent;
  height: 47px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #848587;
  padding: 0 15px;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  /* line 189, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form input {
    font-size: 15px;
    line-height: 15px;
  }
}
/* line 203, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form input:focus {
  outline: none;
  box-shadow: none;
}
/* line 208, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #848587;
}
/* line 211, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #848587;
}
/* line 214, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #848587;
}
/* line 217, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form :-moz-placeholder {
  /* Firefox 18- */
  color: #848587;
}
/* line 220, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form button {
  border-color: #e3e4e5;
  background: transparent;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.5px;
  color: #848587;
  font-weight: 400;
}
@media screen and (min-width: 1200px) {
  /* line 220, ../sass/_footer.scss */
  .ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form button {
    font-size: 15px;
    line-height: 15px;
  }
}
/* line 232, ../sass/_footer.scss */
.ar-footer-content .ar-footer-dtl .ar-news-blk .ar-news-form button:focus {
  outline: none;
  box-shadow: none;
}
/* line 240, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 240, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom {
    margin-top: 60px;
  }
}
/* line 245, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-copyright-text {
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 245, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-copyright-text {
    float: none;
    width: 100%;
  }
}
/* line 251, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-copyright-text span {
  color: #848587;
  font-size: 15px;
  letter-spacing: 0.5px;
  font-weight: 400;
}
/* line 258, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link {
  text-align: right;
  float: right;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  /* line 258, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-condition-link {
    margin-top: 12px;
    float: none;
    width: 100%;
    text-align: left;
  }
}
/* line 268, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link a {
  font-size: 14px;
  color: #848587;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin: 0 15px;
  position: relative;
  line-height: 20px;
  vertical-align: middle;
}
@media screen and (min-width: 1200px) {
  /* line 268, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-condition-link a {
    font-size: 15px;
  }
}
/* line 280, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link a:after {
  width: 1px;
  height: 15px;
  top: 4px;
  bottom: 0px;
  margin: auto;
  content: '';
  position: absolute;
  right: -15px;
  background: #848587;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 280, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-condition-link a:after {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  /* line 296, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-condition-link li {
    float: left;
  }
}
/* line 300, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link li:first-child {
  margin-left: 0px;
}
/* line 302, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link li:first-child a {
  margin-left: 0px;
}
/* line 306, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link li:last-child {
  margin-right: 0px;
}
/* line 309, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-condition-link li:last-child a:after {
  display: none;
}
/* line 316, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-siteby {
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  /* line 316, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-siteby {
    text-align: right;
    margin-top: 0px;
  }
}
/* line 323, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-siteby a {
  font-size: 14px;
  display: inline-block;
  color: #848587;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 323, ../sass/_footer.scss */
  .ar-footer-content .ar-ftr-bottom .ar-siteby a {
    font-size: 15px;
  }
}
/* line 333, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-siteby a:hover {
  color: #2e3260;
}
/* line 336, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-siteby a:focus {
  color: #848587;
}
/* line 339, ../sass/_footer.scss */
.ar-footer-content .ar-ftr-bottom .ar-siteby a:after {
  width: 3.5px;
  height: 3.5px;
  display: inline-block;
  position: absolute;
  content: '';
  right: -4px;
  top: 6px;
  background: #c6c6c6;
}

/* line 1, ../sass/_question.scss */
.ar-question-blk {
  background-image: url("../png/question-bg-mobile.png"), -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: url("../png/question-bg-mobile.png"), -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: url("../png/question-bg-mobile.png"), -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: url("../png/question-bg-mobile.png"), linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-repeat: no-repeat;
  background-position: top 40px left, left top;
  background-size: 100% auto;
  padding: 80px 0px 50px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_question.scss */
  .ar-question-blk {
    background-image: url("../png/question-bg.png"), -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-image: url("../png/question-bg.png"), -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-image: url("../png/question-bg.png"), -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-image: url("../png/question-bg.png"), linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
    background-position: bottom -1px left , left top;
    padding: 130px 0 150px;
    background-size: auto auto;
  }
}
/* line 19, ../sass/_question.scss */
.ar-question-blk .row {
  align-items: center;
}
/* line 23, ../sass/_question.scss */
.ar-question-blk .ar-question-left h3 {
  font-size: 30px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #ffffff;
  font-family: "Helvetica";
}
@media screen and (min-width: 768px) {
  /* line 23, ../sass/_question.scss */
  .ar-question-blk .ar-question-left h3 {
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -1.4px;
  }
}
/* line 36, ../sass/_question.scss */
.ar-question-blk .ar-question-right {
  text-align: right;
  margin-top: 110px;
}
@media screen and (min-width: 768px) {
  /* line 36, ../sass/_question.scss */
  .ar-question-blk .ar-question-right {
    margin-top: 0px;
  }
}
/* line 42, ../sass/_question.scss */
.ar-question-blk .ar-question-right .ar-question-inner {
  display: inline-block;
  text-align: center;
}
/* line 46, ../sass/_question.scss */
.ar-question-blk .ar-question-right span {
  font-size: 27px;
  line-height: 27px;
  color: #ffffff;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 46, ../sass/_question.scss */
  .ar-question-blk .ar-question-right span {
    font-size: 35px;
    line-height: 35px;
  }
}
/* line 58, ../sass/_question.scss */
.ar-question-blk .ar-question-right .ar-speakbtn {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: right;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  /* line 58, ../sass/_question.scss */
  .ar-question-blk .ar-question-right .ar-speakbtn {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
/* line 62, ../sass/_question.scss */
.ar-question-blk .ar-question-right .ar-speakbtn:hover {
  background: #ffffff;
  color: #2e3260;
  border-color: #ffffff;
}

/* line 1, ../sass/_home.scss */
.ar-digital-content {
  padding: 120px 0px 60px;
  border-bottom: 1px solid #e3e4e5;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_home.scss */
  .ar-digital-content {
    padding: 59px 0 120px;
  }
}
@media screen and (min-width: 768px) {
  /* line 9, ../sass/_home.scss */
  .ar-digital-content .container {
    order: 2;
  }
}
/* line 14, ../sass/_home.scss */
.ar-digital-content .ar-container {
  display: block;
}
/* line 17, ../sass/_home.scss */
.ar-digital-content .ar-digital-img {
  text-align: center;
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 17, ../sass/_home.scss */
  .ar-digital-content .ar-digital-img {
    text-align: right;
    margin-top: 0px;
  }
}
/* line 24, ../sass/_home.scss */
.ar-digital-content .ar-digital-img .ar-digital-web {
  max-width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 24, ../sass/_home.scss */
  .ar-digital-content .ar-digital-img .ar-digital-web {
    display: inline-block;
  }
}
/* line 31, ../sass/_home.scss */
.ar-digital-content .ar-digital-img .ar-digital-mobile {
  display: inline-block;
  width: 350px;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 31, ../sass/_home.scss */
  .ar-digital-content .ar-digital-img .ar-digital-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  /* line 41, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 41, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail {
    margin-top: -80px;
  }
}
/* line 48, ../sass/_home.scss */
.ar-digital-content .ar-digital-detail .row {
  align-items: flex-end;
}
/* line 52, ../sass/_home.scss */
.ar-digital-content .ar-digital-detail .ar-desc-digital h1 {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: -0.8px;
  font-family: "Helvetica";
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 52, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail .ar-desc-digital h1 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 52, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail .ar-desc-digital h1 {
    font-size: 80px;
    line-height: 80px;
  }
}
/* line 68, ../sass/_home.scss */
.ar-digital-content .ar-digital-detail .ar-digitbtn {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  /* line 68, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail .ar-digitbtn {
    margin-top: 0px;
  }
}
/* line 73, ../sass/_home.scss */
.ar-digital-content .ar-digital-detail .ar-digitbtn a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  float: left;
}
@media screen and (min-width: 768px) {
  /* line 73, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail .ar-digitbtn a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 992px) {
  /* line 73, ../sass/_home.scss */
  .ar-digital-content .ar-digital-detail .ar-digitbtn a {
    float: right;
  }
}
/* line 79, ../sass/_home.scss */
.ar-digital-content .ar-digital-detail .ar-digitbtn a:hover {
  background: #2e3260;
  color: #ffffff;
  border-color: #2e3260;
}

/* line 89, ../sass/_home.scss */
.ar-work-content {
  padding-top: 50px;
  border-bottom: 1px solid #e3e4e5;
}
@media screen and (min-width: 768px) {
  /* line 89, ../sass/_home.scss */
  .ar-work-content {
    padding-top: 110px;
  }
}
/* line 96, ../sass/_home.scss */
.ar-work-content .ar-work-desc h2 {
  color: #5ea7ea;
}
/* line 99, ../sass/_home.scss */
.ar-work-content .ar-work-desc .dr-work-dtl {
  margin-top: 25px;
}
/* line 103, ../sass/_home.scss */
.ar-work-content .ar-work-progress {
  background: url(../svg/works-bg.svg) no-repeat;
  background-position: right bottom -1px;
  padding-bottom: 120px;
  background-size: 50%;
  margin-top: 45px;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  /* line 103, ../sass/_home.scss */
  .ar-work-content .ar-work-progress {
    margin-top: -80px;
    background-size: 600px;
  }
}
/* line 114, ../sass/_home.scss */
.ar-work-content .ar-work-progress .ar-workimg {
  text-align: center;
}
/* line 116, ../sass/_home.scss */
.ar-work-content .ar-work-progress .ar-workimg img {
  max-width: 100%;
}
/* line 119, ../sass/_home.scss */
.ar-work-content .ar-work-progress .ar-workimg .ar-web-work {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 119, ../sass/_home.scss */
  .ar-work-content .ar-work-progress .ar-workimg .ar-web-work {
    display: block;
  }
}
/* line 125, ../sass/_home.scss */
.ar-work-content .ar-work-progress .ar-workimg .ar-mobile-work {
  display: inline-block;
  max-width: 80%;
  width: 261px;
}
@media screen and (min-width: 768px) {
  /* line 125, ../sass/_home.scss */
  .ar-work-content .ar-work-progress .ar-workimg .ar-mobile-work {
    display: none;
  }
}

/* line 138, ../sass/_home.scss */
.ar-document {
  padding: 60px 0px;
  border-bottom: 1px solid #e3e4e5;
}
@media screen and (min-width: 768px) {
  /* line 138, ../sass/_home.scss */
  .ar-document {
    padding: 110px 0px;
  }
}
/* line 144, ../sass/_home.scss */
.ar-document h2 {
  color: #5ea7ea;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 144, ../sass/_home.scss */
  .ar-document h2 {
    margin-bottom: 135px;
  }
}
/* line 151, ../sass/_home.scss */
.ar-document .ar-documnet-container {
  position: relative;
}
/* line 154, ../sass/_home.scss */
.ar-document .ar-document-prev {
  background: url("../svg/slider-arrow.svg") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  left: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 154, ../sass/_home.scss */
  .ar-document .ar-document-prev {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}
/* line 173, ../sass/_home.scss */
.ar-document .ar-document-next {
  background: url("../svg/slider-arrow.svg") no-repeat;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-size: 100%;
  transform: rotate(180deg);
  right: 0px;
  margin: 0 7px;
  top: 0px;
  position: relative;
}
@media screen and (min-width: 768px) {
  /* line 173, ../sass/_home.scss */
  .ar-document .ar-document-next {
    position: absolute;
    width: 60px;
    height: 60px;
    margin: auto;
    top: 0px;
    bottom: 0px;
  }
}
/* line 193, ../sass/_home.scss */
.ar-document .ar-document-pagination {
  text-align: center;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 193, ../sass/_home.scss */
  .ar-document .ar-document-pagination {
    margin-top: 0px;
  }
}
@media screen and (min-width: 768px) {
  /* line 200, ../sass/_home.scss */
  .ar-document .ar-document-slider {
    width: calc(100% - 150px);
    margin: 0 auto;
  }
}
/* line 206, ../sass/_home.scss */
.ar-document .ar-document-slider .ar-document-img img {
  max-width: 80%;
}
/* line 210, ../sass/_home.scss */
.ar-document .ar-document-slider .swiper-wrapper {
  align-items: baseline;
}
/* line 213, ../sass/_home.scss */
.ar-document .ar-document-slider .swiper-slide {
  text-align: center;
  height: 100%;
}
/* line 217, ../sass/_home.scss */
.ar-document .ar-document-slider .ar-swiper-inner {
  width: calc(100% - 150px);
  margin: 0 auto;
}

/* line 224, ../sass/_home.scss */
.ar-testimonial {
  padding: 55px 0px;
}
@media screen and (min-width: 768px) {
  /* line 224, ../sass/_home.scss */
  .ar-testimonial {
    padding: 115px 0px;
  }
}
/* line 229, ../sass/_home.scss */
.ar-testimonial .ar-client-block-title {
  margin-bottom: 50px;
}
@media media-breakpoint-up-md {
  /* line 229, ../sass/_home.scss */
  .ar-testimonial .ar-client-block-title {
    margin-bottom: 100px;
  }
}
/* line 234, ../sass/_home.scss */
.ar-testimonial .ar-client-block-title h2 {
  color: #5ea7ea;
  margin-top: 25px;
  float: left;
}
/* line 239, ../sass/_home.scss */
.ar-testimonial .ar-client-block-title span {
  color: #bebebe;
  margin-top: 25px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.5px;
  float: right;
  font-family: "Helvetica";
  display: none;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  /* line 239, ../sass/_home.scss */
  .ar-testimonial .ar-client-block-title span {
    display: inline-block;
  }
}
/* line 254, ../sass/_home.scss */
.ar-testimonial .ar-testimonial-say {
  margin-top: 15px;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 254, ../sass/_home.scss */
  .ar-testimonial .ar-testimonial-say {
    margin-top: 0px;
    padding-bottom: 0px;
  }
}
/* line 261, ../sass/_home.scss */
.ar-testimonial .ar-testimonial-say .ar-client-say {
  margin-bottom: 30px;
}
/* line 263, ../sass/_home.scss */
.ar-testimonial .ar-testimonial-say .ar-client-say p {
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -1.5px;
  font-family: "Helvetica";
  color: #848687;
}
@media screen and (min-width: 768px) {
  /* line 263, ../sass/_home.scss */
  .ar-testimonial .ar-testimonial-say .ar-client-say p {
    font-size: 50px;
    line-height: 55px;
  }
}
/* line 276, ../sass/_home.scss */
.ar-testimonial .ar-testimonial-say .ar-client-dtl h4 {
  font-size: 17px;
  line-height: 25px;
  font-family: "Helvetica";
}
@media screen and (min-width: 768px) {
  /* line 276, ../sass/_home.scss */
  .ar-testimonial .ar-testimonial-say .ar-client-dtl h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
/* line 285, ../sass/_home.scss */
.ar-testimonial .ar-testimonial-say .ar-client-dtl span {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  /* line 285, ../sass/_home.scss */
  .ar-testimonial .ar-testimonial-say .ar-client-dtl span {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
/* line 297, ../sass/_home.scss */
.ar-testimonial .ar-quote {
  margin-top: 11px;
}
/* line 299, ../sass/_home.scss */
.ar-testimonial .ar-quote .ar-quote-icon {
  background: url("../svg/quote-icon.svg") no-repeat;
  width: 46px;
  height: 34px;
  background-size: 100%;
  display: inline-block;
}
/* line 307, ../sass/_home.scss */
.ar-testimonial .swiper-slide {
  opacity: 0 !important;
}
/* line 310, ../sass/_home.scss */
.ar-testimonial .swiper-slide-active {
  opacity: 1 !important;
}
/* line 313, ../sass/_home.scss */
.ar-testimonial .swiper-pagination {
  height: 2px;
  bottom: 0px !important;
  position: absolute;
}
@media screen and (min-width: 768px) {
  /* line 313, ../sass/_home.scss */
  .ar-testimonial .swiper-pagination {
    position: relative;
    margin: 0 -20px;
    bottom: auto;
    width: auto !important;
    height: auto;
  }
}
/* line 324, ../sass/_home.scss */
.ar-testimonial .swiper-pagination .swiper-pagination-bullet {
  height: 2px;
  border-radius: 0px;
  width: 100%;
  background: #e0e0e0;
  opacity: 1;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
@media screen and (min-width: 768px) {
  /* line 324, ../sass/_home.scss */
  .ar-testimonial .swiper-pagination .swiper-pagination-bullet {
    width: calc(33.33% - 40px);
    margin: 0 20px !important;
    position: relative;
  }
}
/* line 339, ../sass/_home.scss */
.ar-testimonial .swiper-pagination .swiper-pagination-bullet:after {
  width: 0%;
  height: 2px;
  left: 0px;
  right: 0px;
  content: '';
  position: absolute;
  background: #5ea7ea;
}
@keyframes bullet-active {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes bullet-active {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
/* line 364, ../sass/_home.scss */
.ar-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #e0e0e0;
  z-index: 1;
}
/* line 367, ../sass/_home.scss */
.ar-testimonial .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  animation: bullet-active 5s ease-in-out;
  -webkit-animation: bullet-active 5s ease-in-out;
}

/* line 1, ../sass/_product.scss */
.ar-product-content {
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_product.scss */
  .ar-product-content {
    padding: 115px 0px;
  }
}
/* line 11, ../sass/_product.scss */
.ar-product-content .ar-product-dtl .subtitle {
  color: #ffffff;
}
/* line 14, ../sass/_product.scss */
.ar-product-content .ar-product-dtl .ar-pro-title {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 14, ../sass/_product.scss */
  .ar-product-content .ar-product-dtl .ar-pro-title {
    margin-bottom: 0px;
  }
}
/* line 21, ../sass/_product.scss */
.ar-product-content .ar-product-dtl .ar-product-desc p {
  color: #ffffff;
  letter-spacing: -0.5px;
}
/* line 27, ../sass/_product.scss */
.ar-product-content .ar-product-item {
  margin-top: 180px;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 27, ../sass/_product.scss */
  .ar-product-content .ar-product-item {
    display: block;
  }
}
/* line 33, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-container {
  flex-wrap: wrap;
}
/* line 36, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab {
  width: 100%;
  position: relative;
}
/* line 39, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab:after {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0px;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
/* line 50, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab:before {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  top: 66px;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
/* line 61, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul {
  border: none;
}
/* line 63, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item {
  margin: 0px;
  width: 25%;
  position: relative;
}
/* line 67, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .tabtitle {
  color: #ffffff;
  border: none;
  padding: 10px 0 35px;
  display: block;
  font-size: 15px;
  letter-spacing: 1.5px;
}
/* line 75, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-pro-desc {
  color: #ffffff;
  min-height: 475px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  opacity: 0.1;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/* line 87, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-pro-desc img {
  max-width: 70%;
}
/* line 90, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-pro-desc:after {
  top: -1.5px;
  left: -1.5px;
  right: -1.5px;
  bottom: -1.5px;
  position: absolute;
  content: '';
  height: calc(100% + 3px);
  width: calc(100% + 3px);
  border: 3px solid #ffffff;
  z-index: -1;
  opacity: 0;
}
/* line 104, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-product-detail {
  display: flex;
  opacity: 0;
  position: absolute;
  top: 65px;
  left: 100%;
  width: 200%;
  bottom: 0;
  padding: 50px;
  flex-direction: column;
  justify-content: center;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
/* line 120, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-product-detail p {
  color: #ffffff;
}
/* line 123, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-product-detail .ar-learn-btn {
  color: #ffffff;
  font-size: 20px;
  margin-top: 30px;
  display: inline-block;
  font-weight: 400;
}
/* line 129, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-product-detail .ar-learn-btn .ar-more-arrow {
  width: 7px;
  height: 13px;
  background: url("../svg/right-arrow-icon.svg") no-repeat;
  display: inline-block;
  background-size: 100%;
}
/* line 138, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-automation-icon {
  width: 146px;
}
/* line 141, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-capital-icon {
  width: 147px;
}
/* line 144, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-distribute-icon {
  width: 106px;
}
/* line 146, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-distribute-icon.ar-pro-anim {
  position: relative;
  top: -71px;
}
/* line 151, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-invest-icon {
  width: 200px;
}
/* line 154, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-pro-anim {
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 158, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item .ar-pro-without-anim {
  opacity: 1;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 164, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item:nth-of-type(3) .ar-product-detail {
  left: auto;
  right: 100%;
}
/* line 170, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .nav-item:nth-of-type(4) .ar-product-detail {
  left: auto;
  right: 100%;
}
/* line 177, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .ar-product-hover .ar-product-detail {
  opacity: 1;
  z-index: 1;
}
/* line 181, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .ar-product-hover .ar-pro-desc {
  opacity: 1;
}
/* line 183, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .ar-product-hover .ar-pro-desc:after {
  opacity: 1;
  z-index: 1;
}
/* line 188, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .ar-product-hover .ar-pro-without-anim {
  opacity: 0;
  display: none;
}
/* line 192, ../sass/_product.scss */
.ar-product-content .ar-product-item .ar-product-item-tab ul .ar-product-hover .ar-pro-anim {
  display: block;
}
/* line 199, ../sass/_product.scss */
.ar-product-content .ar-pro-slider {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 199, ../sass/_product.scss */
  .ar-product-content .ar-pro-slider {
    display: none;
  }
}
/* line 204, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .product-slider {
  position: relative;
}
/* line 206, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .product-slider:after {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  top: 240px;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
/* line 217, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .product-slider:before {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  top: 0;
  background-image: -webkit-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -moz-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: -o-linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
  background-image: linear-gradient(to right, #2e3260 0%, #ffffff 10%, #ffffff 90%, #2e3260 100%);
}
/* line 229, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .swiper-button-prev {
  background: url("../svg/arrow-white-left.svg") no-repeat;
  background-size: 11px 22px;
  margin-top: 0px;
  top: 115px;
  background-position: left top;
  left: 0px;
  height: 22px;
}
/* line 238, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .swiper-button-next {
  background: url("../svg/arrow-white-right.svg") no-repeat;
  background-size: 11px 22px;
  margin-top: 0px;
  top: 115px;
  right: 0px;
  background-position: right top;
  height: 22px;
}
/* line 247, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .ar-pro-img {
  text-align: center;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 55px 0px;
}
/* line 254, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .ar-pro-img img {
  max-height: 100%;
}
/* line 258, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .ar-product-slider-detail {
  margin-bottom: 15px;
  padding-top: 25px;
}
/* line 261, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .ar-product-slider-detail h3 {
  font-size: 12.5px;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: 1.25px;
  margin-bottom: 15px;
}
/* line 268, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .ar-product-slider-detail p {
  opacity: 0.65;
  color: #ffffff;
  font-size: 17px;
  line-height: 25px;
}
/* line 275, ../sass/_product.scss */
.ar-product-content .ar-pro-slider .swiper-pagination {
  position: relative;
  margin-top: 20px;
  color: #5ea7ea;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
}

/* line 1, ../sass/_about.scss */
.ar-about-section {
  background: #2e3260 url("../jpg/about-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}
/* line 6, ../sass/_about.scss */
.ar-about-section .title img {
  width: 128px;
  position: relative;
  top: -3px;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/_about.scss */
  .ar-about-section .title img {
    width: 220px;
    position: relative;
    top: -5px;
  }
}

/* line 19, ../sass/_about.scss */
.ar-invest-dtl {
  padding: 50px 0px 0px;
}
@media screen and (min-width: 768px) {
  /* line 19, ../sass/_about.scss */
  .ar-invest-dtl {
    padding: 110px 0;
  }
}
/* line 25, ../sass/_about.scss */
.ar-invest-dtl .ar-invest-desc .ar-admin-invest-dtl {
  margin-top: 40px;
}
/* line 29, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team {
  margin-top: 110px;
}
/* line 31, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 31, ../sass/_about.scss */
  .ar-invest-dtl .ar-our-team .ar-team-member {
    margin-top: 80px;
  }
}
/* line 36, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl {
  width: 100%;
  margin: 0 auto 50px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 36, ../sass/_about.scss */
  .ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl {
    margin-bottom: 0px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 36, ../sass/_about.scss */
  .ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl {
    max-width: calc(100% - 30px);
  }
}
/* line 46, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-team-img {
  height: 200px;
  overflow: hidden;
  border-radius: 50%;
  width: 200px;
  margin: auto;
}
/* line 52, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-team-img img {
  width: 100%;
}
/* line 56, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-member-desc {
  margin-top: 20px;
}
/* line 58, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-member-desc h4 {
  color: #848587;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  /* line 58, ../sass/_about.scss */
  .ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-member-desc h4 {
    font-size: 20px;
    line-height: 30px;
  }
}
/* line 68, ../sass/_about.scss */
.ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-member-desc span {
  color: #848587;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  /* line 68, ../sass/_about.scss */
  .ar-invest-dtl .ar-our-team .ar-team-member .ar-member-dtl .ar-member-desc span {
    font-size: 20px;
    line-height: 30px;
  }
}

/* line 84, ../sass/_about.scss */
.ar-join-team {
  background: #f5f7f7;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  /* line 84, ../sass/_about.scss */
  .ar-join-team {
    padding: 155px 0px;
  }
}
/* line 90, ../sass/_about.scss */
.ar-join-team .row {
  align-items: center;
}
@media screen and (min-width: 768px) {
  /* line 93, ../sass/_about.scss */
  .ar-join-team .ar-join-title {
    padding-right: 70px;
  }
}
/* line 98, ../sass/_about.scss */
.ar-join-team .ar-join-title .block-subtitle span {
  color: #848587;
}
/* line 103, ../sass/_about.scss */
.ar-join-team .ar-join-btn {
  text-align: left;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  /* line 103, ../sass/_about.scss */
  .ar-join-team .ar-join-btn {
    text-align: right;
    margin-top: 0px;
  }
}
/* line 110, ../sass/_about.scss */
.ar-join-team .ar-join-btn a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 230px;
  width: auto;
  background: #5ea7ea;
  color: #ffffff;
  border-color: transparent;
}
@media screen and (min-width: 768px) {
  /* line 110, ../sass/_about.scss */
  .ar-join-team .ar-join-btn a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 110, ../sass/_about.scss */
  .ar-join-team .ar-join-btn a {
    min-width: 300px;
  }
}
/* line 120, ../sass/_about.scss */
.ar-join-team .ar-join-btn a:hover {
  background: #ffffff;
  color: #5ea7ea;
  border-color: #5ea7ea;
}

/* line 1, ../sass/_our-platform.scss */
.ar-our-platform-section {
  background: url("../jpg/our-platform.jpg");
  background-size: cover;
  background-position: top center;
}

/* line 6, ../sass/_our-platform.scss */
.ar-platform-section {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/_our-platform.scss */
  .ar-platform-section {
    padding: 100px 0;
  }
}
@media screen and (min-width: 992px) {
  /* line 6, ../sass/_our-platform.scss */
  .ar-platform-section {
    padding: 110px 0 150px;
  }
}
/* line 14, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-title {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 14, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-title {
    margin-bottom: 0px;
  }
}
/* line 20, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 20, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list {
    margin-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  /* line 20, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list {
    margin-top: 150px;
  }
}
@media screen and (min-width: 992px) {
  /* line 28, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-platform-row {
    margin-bottom: 190px;
  }
}
/* line 32, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-platform-row:last-child {
  margin-bottom: 0px;
}
/* line 37, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-platform-row:last-child .row > div:first-child .ar-pf-detail {
  border-bottom: none;
}
/* line 45, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-detail {
  border-bottom: 1px solid #e7e7e8;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  /* line 45, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail {
    margin-bottom: 60px;
    padding: 0px;
    border: none;
  }
}
@media screen and (min-width: 992px) {
  /* line 45, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail {
    margin-bottom: 0px;
  }
}
/* line 56, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img {
  width: 150px;
  float: left;
  padding-top: 10px;
  margin-bottom: 35px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  /* line 56, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img {
    width: 140px;
    text-align: center;
    margin-bottom: 0px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 992px) {
  /* line 56, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  /* line 56, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img {
    width: 170px;
  }
}
/* line 74, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 74, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img img {
    max-width: 80%;
  }
}
@media screen and (min-width: 768px) {
  /* line 80, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img .smart-icon {
    width: 130px;
  }
}
@media screen and (min-width: 768px) {
  /* line 85, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img .archive-icon {
    width: 78px;
  }
}
@media screen and (min-width: 768px) {
  /* line 90, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img .portal-icon {
    width: 120px;
  }
}
@media screen and (min-width: 768px) {
  /* line 95, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img .update-icon {
    width: 100px;
  }
}
@media screen and (min-width: 768px) {
  /* line 100, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-img .anomaly-icon {
    width: 130px;
  }
}
/* line 106, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-desc {
  width: 100%;
  float: right;
}
@media screen and (min-width: 768px) {
  /* line 106, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-desc {
    width: calc(100% - 160px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 106, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-desc {
    width: calc(100% - 210px);
  }
}
/* line 115, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-desc .block-subtitle {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 115, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .ar-pf-desc .block-subtitle {
    margin-bottom: 7px;
  }
}
/* line 122, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-detail .af-inner-pf-desc {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  /* line 122, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-detail .af-inner-pf-desc {
    width: 325px;
  }
}
/* line 129, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-question {
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 129, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-question {
    display: block;
  }
}
/* line 134, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-question h3 {
  color: #848587;
}
/* line 137, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-question p {
  width: 320px;
  max-width: 100%;
  color: #848587;
}
/* line 142, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-question a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-top: 20px;
  background: #e0e0e1;
  border-color: #e0e0e1;
  color: #848587;
}
@media screen and (min-width: 768px) {
  /* line 142, ../sass/_our-platform.scss */
  .ar-platform-section .ar-platform-list .ar-pf-question a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
/* line 148, ../sass/_our-platform.scss */
.ar-platform-section .ar-platform-list .ar-pf-question a:hover {
  border-color: #848587;
  background: transparent;
}

/* line 157, ../sass/_our-platform.scss */
.ar-pf-solution {
  padding: 50px 0px 10px;
  background: #f5f7f7;
}
@media screen and (min-width: 768px) {
  /* line 157, ../sass/_our-platform.scss */
  .ar-pf-solution {
    padding: 115px 0px;
  }
}
/* line 163, ../sass/_our-platform.scss */
.ar-pf-solution .subtitle {
  color: #848587;
}
/* line 165, ../sass/_our-platform.scss */
.ar-pf-solution .subtitle span {
  display: block;
  color: #5ea7ea;
}
/* line 170, ../sass/_our-platform.scss */
.ar-pf-solution .ar-pf-type {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 170, ../sass/_our-platform.scss */
  .ar-pf-solution .ar-pf-type {
    margin-top: 95px;
  }
}
/* line 175, ../sass/_our-platform.scss */
.ar-pf-solution .ar-pf-type .ar-pf-type-dtl {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 175, ../sass/_our-platform.scss */
  .ar-pf-solution .ar-pf-type .ar-pf-type-dtl {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: center;
  }
}
/* line 185, ../sass/_our-platform.scss */
.ar-pf-solution .ar-pf-type .ar-pf-type-dtl h3 {
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 188, ../sass/_our-platform.scss */
  .ar-pf-solution .ar-pf-type .ar-pf-type-dtl > div {
    text-align: center;
  }
}
/* line 193, ../sass/_our-platform.scss */
.ar-pf-solution .ar-pf-type .ar-pf-type-dtl a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-top: 10px;
  background: #e0e0e1;
  border-color: #e0e0e1;
  color: #848587;
  min-width: 120px;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  /* line 193, ../sass/_our-platform.scss */
  .ar-pf-solution .ar-pf-type .ar-pf-type-dtl a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 193, ../sass/_our-platform.scss */
  .ar-pf-solution .ar-pf-type .ar-pf-type-dtl a {
    margin-top: 20px;
    min-width: 180px;
  }
}
/* line 205, ../sass/_our-platform.scss */
.ar-pf-solution .ar-pf-type .ar-pf-type-dtl a:hover {
  border-color: #848587;
  background: transparent;
}

/* line 1, ../sass/_legal.scss */
.ar-terms-banner {
  padding-bottom: 100px !important;
}

/* line 4, ../sass/_legal.scss */
.ar-legal-content {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 4, ../sass/_legal.scss */
  .ar-legal-content {
    margin-top: 100px;
  }
}
/* line 9, ../sass/_legal.scss */
.ar-legal-content .ar-legal-content-row {
  padding-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 9, ../sass/_legal.scss */
  .ar-legal-content .ar-legal-content-row {
    padding-bottom: 40px;
    padding-top: 30px;
  }
}
/* line 15, ../sass/_legal.scss */
.ar-legal-content .ar-legal-content-row:last-child {
  border-bottom: 1px solid #e3e4e5;
  padding-bottom: 30px;
}
/* line 19, ../sass/_legal.scss */
.ar-legal-content .ar-legal-content-row:first-child {
  padding-top: 0px;
}
/* line 22, ../sass/_legal.scss */
.ar-legal-content .ar-legal-content-row .block-subtitle {
  margin-bottom: 40px;
}
/* line 25, ../sass/_legal.scss */
.ar-legal-content .ar-legal-content-row p {
  letter-spacing: normal;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 25px;
}
/* line 31, ../sass/_legal.scss */
.ar-legal-content .ar-legal-content-row h3 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Helvetica";
  margin-bottom: 15px;
}

/* line 1, ../sass/_press.scss */
.ar-press-content {
  padding: 120px 0px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_press.scss */
  .ar-press-content {
    padding: 170px 0 120px;
  }
}
/* line 6, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 6, ../sass/_press.scss */
  .ar-press-content .ar-inquiry-block {
    margin-top: 110px;
  }
}
/* line 12, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
/* line 15, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}
/* line 18, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}
/* line 21, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form :-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}
/* line 24, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form .form-group {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 24, ../sass/_press.scss */
  .ar-press-content .ar-inquiry-block .ar-inquiry-form .form-group {
    margin-bottom: 30px;
  }
}
/* line 29, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form .form-group:last-child {
  margin-bottom: 0px;
}
/* line 33, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form input {
  height: 40px;
  font-size: 13px;
  font-weight: 400;
  border-radius: 10px;
  border: 1px solid #2e3260;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  /* line 33, ../sass/_press.scss */
  .ar-press-content .ar-inquiry-block .ar-inquiry-form input {
    height: 60px;
    font-size: 15px;
    padding: 0 25px;
  }
}
/* line 45, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form input:focus {
  outline: none;
  box-shadow: none;
}
/* line 50, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form textarea {
  height: 180px;
  font-size: 15px;
  font-weight: 400;
  border-radius: 10px;
  border-color: #2e3260;
  padding: 15px 25px;
}
@media screen and (min-width: 768px) {
  /* line 50, ../sass/_press.scss */
  .ar-press-content .ar-inquiry-block .ar-inquiry-form textarea {
    height: 240px;
  }
}
/* line 60, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form textarea:focus {
  outline: none;
  box-shadow: none;
}
/* line 65, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 100px;
  background: #5ea7ea;
  color: #ffffff;
  border-color: #5ea7ea;
  font-weight: 800;
  cursor: pointer;
  margin-top: 15px;
  line-height: 42px;
  height: 42px;
}
@media screen and (min-width: 768px) {
  /* line 65, ../sass/_press.scss */
  .ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 65, ../sass/_press.scss */
  .ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit {
    min-width: 170px;
    margin-top: 25px;
  }
}
/* line 80, ../sass/_press.scss */
.ar-press-content .ar-inquiry-block .ar-inquiry-form .ar-submit:hover {
  color: #5ea7ea;
  background: #ffffff;
}

/* line 1, ../sass/_contact.scss */
.ar-contact-help {
  margin-top: 80px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_contact.scss */
  .ar-contact-help {
    margin-top: 100px;
  }
}
/* line 9, ../sass/_contact.scss */
.ar-contact-help .row > div:last-child .ar-contact-detail {
  margin-bottom: 0px;
}
/* line 15, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 15, ../sass/_contact.scss */
  .ar-contact-help .ar-contact-detail {
    margin-bottom: 0px;
  }
}
/* line 24, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail h3 {
  color: #ffffff;
  margin-bottom: 10px;
}
/* line 28, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail p {
  color: #ffffff;
}
/* line 31, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  /* line 31, ../sass/_contact.scss */
  .ar-contact-help .ar-contact-detail .ar-cnt-link {
    margin-top: 45px;
  }
}
/* line 36, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link a {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (min-width: 768px) {
  /* line 36, ../sass/_contact.scss */
  .ar-contact-help .ar-contact-detail .ar-cnt-link a {
    font-size: 19px;
    line-height: 28px;
  }
}
/* line 48, ../sass/_mixin.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link a:after {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0px;
  left: -100%;
  background: #5ea7ea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation: border-in 0.3s forwards;
  -webkit-animation: border-in 0.3s forwards;
}
/* line 61, ../sass/_mixin.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link a:hover:after {
  animation: border-out 0.3s forwards;
  -webkit-animation: border-out 0.3s forwards;
}
/* line 39, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link a:after {
  animation: inherit;
  -webkit-animation: inherit;
  left: 0px;
}
/* line 44, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link a:hover {
  opacity: 0.75;
}
/* line 46, ../sass/_contact.scss */
.ar-contact-help .ar-contact-detail .ar-cnt-link a:hover:after {
  animation: inherit;
  -webkit-animation: inherit;
}

/* line 59, ../sass/_contact.scss */
.ar-contact-inquiry {
  background: #f5f7f7;
  padding: 55px 0px;
}
@media screen and (min-width: 768px) {
  /* line 59, ../sass/_contact.scss */
  .ar-contact-inquiry {
    padding: 110px 0px;
  }
}
/* line 65, ../sass/_contact.scss */
.ar-contact-inquiry .subtitle {
  color: #5ea7ea;
}
/* line 68, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-help {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 68, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-help {
    margin-top: 80px;
  }
}
/* line 74, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-help .ar-contact-detail h3 {
  margin: 0px;
  color: #848587;
}
/* line 78, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-help .ar-contact-detail .ar-cnt-link {
  margin-top: 20px;
}
/* line 80, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-help .ar-contact-detail .ar-cnt-link a {
  color: #848587;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 88, ../sass/_contact.scss */
.ar-contact-inquiry .ar-cnt-detail {
  margin: 20px 0 50px;
}
@media screen and (min-width: 768px) {
  /* line 88, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-cnt-detail {
    margin: 25px 0 90px;
  }
}
/* line 93, ../sass/_contact.scss */
.ar-contact-inquiry .ar-cnt-detail p {
  color: #848587;
}
/* line 98, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .form-group {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  /* line 98, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-form .form-group {
    margin-bottom: 50px;
  }
}
/* line 103, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .form-group:last-child {
  margin-bottom: 0px;
}
/* line 107, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .form-group .row > div {
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  /* line 107, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-form .form-group .row > div {
    margin-bottom: 0px;
  }
}
/* line 112, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .form-group .row > div:last-child {
  margin-bottom: 0px;
}
/* line 118, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form label {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #6f777f;
}
@media screen and (min-width: 768px) {
  /* line 118, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-form label {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
/* line 128, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form label .ar-required {
  color: #5ea7ea;
}
/* line 132, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form input {
  border: none;
  height: 40px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  /* line 132, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-form input {
    font-size: 15px;
    height: 45px;
    padding: 0 20px;
  }
}
/* line 144, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form input:focus {
  box-shadow: none;
}
/* line 148, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form textarea {
  border: none;
  height: 140px;
  font-size: 13px;
  font-weight: 500;
  border-radius: 8px;
  resize: none;
  padding: 15px;
}
@media screen and (min-width: 768px) {
  /* line 148, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-form textarea {
    height: 180px;
    font-size: 15px;
    padding: 20px;
  }
}
/* line 161, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form textarea:focus {
  box-shadow: none;
}
/* line 165, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #b6bbbf;
}
/* line 168, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #b6bbbf;
}
/* line 171, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #b6bbbf;
}
/* line 174, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form :-moz-placeholder {
  /* Firefox 18- */
  color: #b6bbbf;
}
/* line 177, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .ar-submit-btn-blk {
  text-align: center;
}
@media screen and (min-width: 768px) {
  /* line 177, ../sass/_contact.scss */
  .ar-contact-inquiry .ar-contact-form .ar-submit-btn-blk {
    text-align: left;
  }
}
/* line 183, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .ar-submitbtn {
  min-width: 170px;
  height: 60px;
  background: #5ea7ea;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid #5ea7ea;
  font-weight: 800;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}
/* line 198, ../sass/_contact.scss */
.ar-contact-inquiry .ar-contact-form .ar-submitbtn:hover {
  background: #ffffff;
  color: #5ea7ea;
}

/* line 1, ../sass/_security.scss */
.ar-security-content {
  margin-top: 60px;
  padding: 90px 0px 50px;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_security.scss */
  .ar-security-content {
    padding: 110px 0px;
  }
}
/* line 7, ../sass/_security.scss */
.ar-security-content .title {
  color: #2e3260;
}
/* line 10, ../sass/_security.scss */
.ar-security-content .ar-power-desc {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 10, ../sass/_security.scss */
  .ar-security-content .ar-power-desc {
    margin-top: 60px;
  }
}
/* line 16, ../sass/_security.scss */
.ar-security-content .ar-white-paper {
  margin-top: 50px;
}
@media screen and (min-width: 992px) {
  /* line 16, ../sass/_security.scss */
  .ar-security-content .ar-white-paper {
    margin-top: 30px;
  }
}
/* line 21, ../sass/_security.scss */
.ar-security-content .ar-white-paper a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  min-width: 250px;
}
@media screen and (min-width: 768px) {
  /* line 21, ../sass/_security.scss */
  .ar-security-content .ar-white-paper a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 21, ../sass/_security.scss */
  .ar-security-content .ar-white-paper a {
    min-width: 350px;
  }
}
@media screen and (min-width: 992px) {
  /* line 21, ../sass/_security.scss */
  .ar-security-content .ar-white-paper a {
    float: right;
  }
}
/* line 30, ../sass/_security.scss */
.ar-security-content .ar-white-paper a:hover {
  border-color: #2e3260;
  background: #2e3260;
  color: #ffffff;
}

/* line 40, ../sass/_security.scss */
.ar-secutiry-detail .ar-security-row {
  border-top: 1px solid #e3e4e5;
  padding: 55px 0 0px;
}
@media screen and (min-width: 768px) {
  /* line 40, ../sass/_security.scss */
  .ar-secutiry-detail .ar-security-row {
    padding: 110px 0 30px;
  }
}
/* line 49, ../sass/_security.scss */
.ar-secutiry-detail .ar-security-row .row > div:nth-child(2n) .ar-security-dtl {
  border-right: 1.5px solid #5ea7ea;
  padding-right: 40px;
  border-left: 0px;
  text-align: right;
}
@media screen and (min-width: 768px) {
  /* line 49, ../sass/_security.scss */
  .ar-secutiry-detail .ar-security-row .row > div:nth-child(2n) .ar-security-dtl {
    border-right: 0px;
    text-align: left;
    border-left: 1.5px solid #5ea7ea;
  }
}
/* line 65, ../sass/_security.scss */
.ar-secutiry-detail .ar-security-column {
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 65, ../sass/_security.scss */
  .ar-secutiry-detail .ar-security-column {
    margin-bottom: 80px;
  }
}
/* line 71, ../sass/_security.scss */
.ar-secutiry-detail .ar-security-dtl {
  padding-left: 25px;
  border-left: 1.5px solid #5ea7ea;
  height: 100%;
}
@media screen and (min-width: 768px) {
  /* line 71, ../sass/_security.scss */
  .ar-secutiry-detail .ar-security-dtl {
    padding-left: 43px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 71, ../sass/_security.scss */
  .ar-secutiry-detail .ar-security-dtl {
    padding-right: 50px;
  }
}
/* line 81, ../sass/_security.scss */
.ar-secutiry-detail .ar-security-dtl h3 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 81, ../sass/_security.scss */
  .ar-secutiry-detail .ar-security-dtl h3 {
    margin-bottom: 7px;
  }
}

/* line 1, ../sass/_sign-in.scss */
.ar-signin-content {
  min-height: 100vh;
  background: #2e3260 url("../jpg/sign-in-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  padding: 100px 0px;
}
/* line 11, ../sass/_sign-in.scss */
.ar-signin-content:after {
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #2e3260;
  opacity: 0.75;
  mix-blend-mode: multiply;
  z-index: -1;
}
/* line 23, ../sass/_sign-in.scss */
.ar-signin-content .ar-backbtn-blk {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 20px;
}
/* line 28, ../sass/_sign-in.scss */
.ar-signin-content .ar-backbtn-blk a {
  min-width: 160px;
  text-align: center;
  font-size: 10.5px;
  letter-spacing: 1.3px;
  line-height: 47px;
  height: 47px;
  border: 1px solid #afafaf;
  text-transform: uppercase;
  background: transparent;
  border-radius: 50px;
  color: #2e3260;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  background: #5ea7ea;
  color: #ffffff;
  border-color: #5ea7ea;
  height: 35px;
  line-height: 35px;
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/_sign-in.scss */
  .ar-signin-content .ar-backbtn-blk a {
    line-height: 60px;
    height: 60px;
    font-size: 13px;
    min-width: 210px;
    padding: 0 20px;
  }
}
@media screen and (min-width: 768px) {
  /* line 28, ../sass/_sign-in.scss */
  .ar-signin-content .ar-backbtn-blk a {
    min-width: 130px;
  }
}
/* line 39, ../sass/_sign-in.scss */
.ar-signin-content .ar-backbtn-blk a:hover {
  background: transparent;
  border-color: #ffffff;
}
/* line 44, ../sass/_sign-in.scss */
.ar-signin-content .ar-backbtn-blk .ar-left-arrow {
  width: 15px;
  height: 10px;
  background: url("../svg/left-line-arrow.svg") no-repeat;
  background-size: 100%;
  display: inline-block;
  margin-right: 15px;
}
/* line 53, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl {
  width: 100%;
}
/* line 56, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-title .title {
  font-size: 30px;
  line-height: 30px;
}
@media screen and (min-width: 768px) {
  /* line 56, ../sass/_sign-in.scss */
  .ar-signin-content .ar-signin-dtl .ar-signin-title .title {
    font-size: 60px;
    line-height: 60px;
  }
}
/* line 65, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form {
  margin-top: 50px;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
  max-width: 100%;
  width: 380px;
}
/* line 72, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form .ar-signin-dtl {
  padding: 20px;
}
/* line 74, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form .ar-signin-dtl img {
  width: 60px;
  margin-bottom: 20px;
}
/* line 78, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form .ar-signin-dtl .ar-form-dtl {
  text-align: center;
}
/* line 80, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form .ar-signin-dtl .ar-form-dtl p {
  font-size: 15px;
  line-height: 20px;
  color: #aaaaaa;
}
/* line 88, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form input {
  border: none;
  border-radius: 0px;
  border-top: 1px solid #f2f2f2;
  color: #2e3260;
  font-size: 15px;
  font-weight: 400;
  height: 45px;
  padding: 0 20px;
}
/* line 97, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form input:focus {
  box-shadow: none;
}
/* line 101, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #aaaaaa;
}
/* line 104, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #aaaaaa;
}
/* line 107, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form :-ms-input-placeholder {
  /* IE 10+ */
  color: #aaaaaa;
}
/* line 110, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form :-moz-placeholder {
  /* Firefox 18- */
  color: #aaaaaa;
}
/* line 114, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form .ar-signin-form-btn button, .ar-signin-content .ar-signin-dtl .ar-signin-form form .ar-signin-form-btn a {
  font-size: 15px;
  font-weight: 800;
  color: #ffffff;
  height: 45px;
  float: left;
  border: none;
  background: #5ea7ea;
  cursor: pointer;
  text-align: left;
  padding: 0 20px;
  line-height: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 128, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form .ar-signin-form-btn .ar-submit-btn {
  background: #5ea7ea;
  width: calc(100% - 125px);
}
/* line 131, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form .ar-signin-form-btn .ar-submit-btn:hover {
  color: #5ea7ea;
  background: #ffffff;
}
/* line 136, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form .ar-signin-form-btn .ar-cancel-btn {
  background: #bfc1c1;
  width: 125px;
  font-weight: 400;
}
/* line 140, ../sass/_sign-in.scss */
.ar-signin-content .ar-signin-dtl .ar-signin-form form .ar-signin-form-btn .ar-cancel-btn:hover {
  color: #bfc1c1;
  background: #ffffff;
}

/* line 1, ../sass/_career.scss */
.ar-career-section {
  background: #2e3260 url("../jpg/career-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  padding-bottom: 70px !important;
}
@media screen and (min-width: 768px) {
  /* line 1, ../sass/_career.scss */
  .ar-career-section {
    padding-bottom: 110px !important;
  }
}
/* line 9, ../sass/_career.scss */
.ar-career-section .ar-page-detail {
  margin-top: 35px;
}

/* line 14, ../sass/_career.scss */
.ar-career-detail {
  padding-top: 110px;
}
/* line 16, ../sass/_career.scss */
.ar-career-detail .ar-security-row {
  border: none;
}
/* line 19, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl {
  padding-right: 0px;
}
/* line 21, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl h3 {
  font-size: 20px;
  line-height: 20px;
  color: #2e3260;
  font-family: "Helvetica";
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  /* line 21, ../sass/_career.scss */
  .ar-career-detail .ar-security-dtl h3 {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
/* line 33, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl h4 {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  /* line 33, ../sass/_career.scss */
  .ar-career-detail .ar-security-dtl h4 {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
/* line 43, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl ul {
  padding-left: 20px;
}
/* line 45, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl ul li {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  /* line 45, ../sass/_career.scss */
  .ar-career-detail .ar-security-dtl ul li {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}
/* line 57, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: -0.5px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  color: #5ea7ea;
  display: inline-flex;
}
@media screen and (min-width: 768px) {
  /* line 57, ../sass/_career.scss */
  .ar-career-detail .ar-security-dtl a {
    font-size: 19px;
    line-height: 28px;
  }
}
/* line 48, ../sass/_mixin.scss */
.ar-career-detail .ar-security-dtl a:after {
  height: 1px;
  width: 100%;
  content: '';
  position: absolute;
  bottom: 0px;
  left: -100%;
  background: #5ea7ea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  animation: border-in 0.3s forwards;
  -webkit-animation: border-in 0.3s forwards;
}
/* line 61, ../sass/_mixin.scss */
.ar-career-detail .ar-security-dtl a:hover:after {
  animation: border-out 0.3s forwards;
  -webkit-animation: border-out 0.3s forwards;
}
/* line 62, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl a:after {
  animation: inherit;
  -webkit-animation: inherit;
  left: 0px;
  display: none;
}
/* line 68, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl a:hover {
  color: #5ea7ea;
  opacity: 0.75;
}
/* line 71, ../sass/_career.scss */
.ar-career-detail .ar-security-dtl a:hover:after {
  animation: inherit;
  -webkit-animation: inherit;
}
/* line 82, ../sass/_career.scss */
.ar-career-detail .ar-security-row .row > div:nth-child(2n) .ar-security-dtl {
  padding-right: 0px;
  border-right: 0px;
  border-left: 1.5px solid #5ea7ea;
}

/* line 38, ../sass/style.scss */
a, li, ul, p, h1, h2, h3, h4, h5, h6 {
  padding: 0px;
  margin: 0px;
}

/* line 42, ../sass/style.scss */
li {
  list-style: none;
}

/* line 45, ../sass/style.scss */
a, a:hover, a:focus {
  text-decoration: none;
}

/* line 48, ../sass/style.scss */
*, *:focus {
  outline: none !important;
}

/* line 52, ../sass/style.scss */
.navbar-laravel {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

/* line 57, ../sass/style.scss */
body {
  background: #ffffff;
  padding: 0px;
  margin: 0px;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale;
  font-family: "muli";
  font-weight: 800;
  color: #2e3260;
}

/* line 70, ../sass/style.scss */
body, html {
  height: 100%;
}

/* line 76, ../sass/style.scss */
.ar-container {
  max-width: 1340px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px auto;
  width: 100%;
  padding: 0px 15px;
}
@media screen and (min-width: 768px) {
  /* line 76, ../sass/style.scss */
  .ar-container {
    flex-wrap: nowrap;
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 76, ../sass/style.scss */
  .ar-container {
    max-width: 1370px;
    padding: 0px 20px;
  }
}

/* line 95, ../sass/style.scss */
main {
  min-height: 100vh;
}

/* line 99, ../sass/style.scss */
.container {
  padding: 0px 15px;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  /* line 99, ../sass/style.scss */
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 99, ../sass/style.scss */
  .container {
    padding: 0 20px;
    max-width: 1260px;
  }
}

/* line 111, ../sass/style.scss */
.container-fluid {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  /* line 111, ../sass/style.scss */
  .container-fluid {
    padding: 0 20px;
  }
}

/* line 118, ../sass/style.scss */
.row {
  margin: 0px -15px;
}
@media screen and (min-width: 1200px) {
  /* line 118, ../sass/style.scss */
  .row {
    margin: 0 -20px;
  }
}

/* line 125, ../sass/style.scss */
.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 {
  padding: 0 15px;
}
@media screen and (min-width: 1200px) {
  /* line 125, ../sass/style.scss */
  .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 {
    padding: 0 20px;
  }
}

/* line 132, ../sass/style.scss */
p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  /* line 132, ../sass/style.scss */
  p {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

/* line 143, ../sass/style.scss */
.title {
  font-size: 40px;
  line-height: 40px;
  font-family: "Helvetica";
  letter-spacing: -0.6px;
  color: #ffffff;
  padding-right: 15px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 143, ../sass/style.scss */
  .title {
    font-size: 60px;
    line-height: 60px;
    padding-right: 0px;
  }
}
/* line 156, ../sass/style.scss */
.title span {
  color: #5ea7ea;
  display: block;
}

/* line 162, ../sass/style.scss */
.subtitle {
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -0.6px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 162, ../sass/style.scss */
  .subtitle {
    font-size: 60px;
    line-height: 60px;
  }
}

/* line 174, ../sass/style.scss */
.block-subtitle {
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.5px;
  font-family: "Helvetica";
  font-weight: bold;
  color: #5ea7ea;
}
@media screen and (min-width: 768px) {
  /* line 174, ../sass/style.scss */
  .block-subtitle {
    font-size: 40px;
    line-height: 50px;
  }
}

/* line 187, ../sass/style.scss */
.ar-medium-banner-blk {
  padding: 150px 0px 60px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  /* line 187, ../sass/style.scss */
  .ar-medium-banner-blk {
    padding: 170px 0 120px;
    min-height: 400px;
  }
}
/* line 195, ../sass/style.scss */
.ar-medium-banner-blk:after {
  background: #2e3260;
  opacity: 0.75;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  z-index: -1;
  mix-blend-mode: multiply;
}
/* line 208, ../sass/style.scss */
.ar-medium-banner-blk .ar-page-detail p {
  color: #ffffff;
}
/* line 210, ../sass/style.scss */
.ar-medium-banner-blk .ar-page-detail p a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* line 213, ../sass/style.scss */
.ar-medium-banner-blk .ar-page-detail p a:hover {
  opacity: 0.75;
}

/* line 220, ../sass/style.scss */
.ar-medium-banner {
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  min-height: auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  /* line 220, ../sass/style.scss */
  .ar-medium-banner {
    padding-bottom: 115px;
  }
}
/* line 231, ../sass/style.scss */
.ar-medium-banner:after {
  display: none;
}

/* line 236, ../sass/style.scss */
.ar-page-baner {
  padding: 140px 0px 60px;
  position: relative;
  z-index: 1;
  background: #2e3260;
  background-size: cover;
  background-position: top center;
}
@media screen and (min-width: 768px) {
  /* line 236, ../sass/style.scss */
  .ar-page-baner {
    padding: 170px 0px 110px;
  }
}
/* line 247, ../sass/style.scss */
.ar-page-baner:after {
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  opacity: 0.75;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: '';
  z-index: -1;
  mix-blend-mode: multiply;
}
/* line 262, ../sass/style.scss */
.ar-page-baner:before {
  background: -webkit-linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  background: -moz-linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  background: -o-linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  background: linear-gradient(to bottom, rgba(46, 50, 96, 0.2) 0%, #2e3260 60%);
  position: absolute;
  content: '';
  top: 0px;
  left: 0px;
  right: 0px;
  height: 100%;
}
/* line 274, ../sass/style.scss */
.ar-page-baner .title {
  letter-spacing: -1.5px;
}
/* line 278, ../sass/style.scss */
.ar-page-baner .ar-page-baner-desc .ar-page-detail {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  /* line 278, ../sass/style.scss */
  .ar-page-baner .ar-page-baner-desc .ar-page-detail {
    margin-top: 60px;
  }
}
/* line 283, ../sass/style.scss */
.ar-page-baner .ar-page-baner-desc .ar-page-detail p {
  color: #ffffff;
}

/* line 290, ../sass/style.scss */
.ar-individual-banner {
  background: #2e3260 url("../jpg/individual-banner-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

/* line 295, ../sass/style.scss */
.ar-ria-banner {
  background: #2e3260 url("../jpg/ria-family-offices-banner-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

/* line 300, ../sass/style.scss */
.ar-account-banner {
  background: #2e3260 url("../jpg/accountants-banner.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

/* line 305, ../sass/style.scss */
.ar-integration-banner {
  background: #2e3260 url("../jpg/integration-banner.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
}

/* line 311, ../sass/style.scss */
.ar-wrapper-content {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 311, ../sass/style.scss */
  .ar-wrapper-content {
    padding-top: 120px;
  }
}
/* line 316, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row {
  border-bottom: 1px solid #e3e4e5;
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  /* line 316, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row {
    padding: 120px 0px;
  }
}
/* line 322, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row:first-child {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  /* line 326, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row:nth-child(2n) .ar-wrapper-left {
    order: 2;
  }
}
/* line 339, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-wrapper-dtl ul {
  margin-top: 50px;
  padding-left: 25px;
}
/* line 342, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-wrapper-dtl ul li {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
  list-style: disc;
}
@media screen and (min-width: 768px) {
  /* line 342, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-wrapper-dtl ul li {
    margin-bottom: 30px;
    font-size: 25px;
    line-height: 35px;
  }
}
/* line 355, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-wrapper-dtl ul li:last-child {
  margin-bottom: 0px;
}
/* line 358, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
  background: url("../svg/right-line-arrow.svg") no-repeat;
  width: 14px;
  height: 12px;
  background-size: 100%;
  display: inline-block;
  margin-right: 8px;
  display: none;
}
@media screen and (min-width: 768px) {
  /* line 358, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-wrapper-dtl ul li .ar-right-arrow {
    margin-right: 10px;
    width: 16px;
    height: 14px;
  }
}
/* line 375, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-wrapper-img {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  /* line 375, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-wrapper-img {
    margin-top: 0px;
  }
}
/* line 380, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-wrapper-img img {
  max-width: 100%;
}
/* line 384, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-solution-dtl {
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  /* line 384, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-solution-dtl {
    margin-top: 35px;
  }
}
/* line 389, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 389, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-solution-dtl .ar-solution-dtl-row {
    margin-bottom: 60px;
  }
}
/* line 395, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-solution-dtl h4 {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
  letter-spacing: -0.25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 395, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-solution-dtl h4 {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
}
/* line 408, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-solution-dtl p {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  /* line 408, ../sass/style.scss */
  .ar-wrapper-content .ar-wrapper-row .ar-solution-dtl p {
    margin-bottom: 30px;
  }
}
/* line 414, ../sass/style.scss */
.ar-wrapper-content .ar-wrapper-row .ar-solution-dtl *:last-child {
  margin-bottom: 0px;
}

/* line 421, ../sass/style.scss */
.ar-client-review {
  padding: 50px 0px;
}
@media screen and (min-width: 768px) {
  /* line 421, ../sass/style.scss */
  .ar-client-review {
    padding: 105px 0 120px;
  }
}
/* line 427, ../sass/style.scss */
.ar-client-review .ar-client-quoteicon .ar-quoteicon {
  background: url("../svg/quote-icon-blue.svg") no-repeat;
  background-size: 100%;
  width: 42px;
  height: 31px;
  margin-bottom: 20px;
  display: block;
}
@media screen and (min-width: 768px) {
  /* line 427, ../sass/style.scss */
  .ar-client-review .ar-client-quoteicon .ar-quoteicon {
    margin-top: 12px;
    width: 46px;
    height: 34px;
    margin-bottom: 0px;
  }
}
/* line 443, ../sass/style.scss */
.ar-client-review .ar-client-row .ar-review-dtl {
  padding-right: 15px !important;
}
@media screen and (min-width: 768px) {
  /* line 443, ../sass/style.scss */
  .ar-client-review .ar-client-row .ar-review-dtl {
    padding-right: 0px !important;
  }
}
/* line 450, ../sass/style.scss */
.ar-client-review .ar-client-row .ar-review-desc p {
  font-size: 30px;
  color: #848587;
  line-height: 36px;
  letter-spacing: -0.8px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 450, ../sass/style.scss */
  .ar-client-review .ar-client-row .ar-review-desc p {
    font-size: 50px;
    line-height: 60px;
  }
}
/* line 463, ../sass/style.scss */
.ar-client-review .ar-client-row .ar-client-name {
  margin-top: 50px;
}
/* line 465, ../sass/style.scss */
.ar-client-review .ar-client-row .ar-client-name h4 {
  font-size: 17px;
  line-height: 25px;
  font-family: "Helvetica";
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  /* line 465, ../sass/style.scss */
  .ar-client-review .ar-client-row .ar-client-name h4 {
    font-size: 25px;
    line-height: 35px;
  }
}
/* line 475, ../sass/style.scss */
.ar-client-review .ar-client-row .ar-client-name span {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  /* line 475, ../sass/style.scss */
  .ar-client-review .ar-client-row .ar-client-name span {
    font-size: 19px;
    line-height: 30px;
    letter-spacing: -0.5px;
  }
}

/*---- 404 -----*/
/* line 491, ../sass/style.scss */
.ar-404-page {
  height: 100vh;
  display: flex;
  align-items: center;
  padding-top: 60px;
  background-image: -moz-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -webkit-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: -ms-linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
  background-image: linear-gradient(0deg, #1b1d4e 0%, #2e3260 100%);
}
/* line 500, ../sass/style.scss */
.ar-404-page h1 {
  font-size: 40px;
  letter-spacing: -2px;
  color: #5ea7ea;
  font-weight: bold;
  font-family: 'helvetica', sans-serif;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  /* line 500, ../sass/style.scss */
  .ar-404-page h1 {
    font-size: 80px;
  }
}
/* line 511, ../sass/style.scss */
.ar-404-page p {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: 'helvetica', sans-serif;
  color: #ffffff;
  line-height: normal;
}
@media screen and (min-width: 768px) {
  /* line 511, ../sass/style.scss */
  .ar-404-page p {
    font-size: 40px;
  }
}
/* line 521, ../sass/style.scss */
.ar-404-page p span {
  opacity: 0.5;
}
/* line 525, ../sass/style.scss */
.ar-404-page .ar-404-detail {
  padding-right: 15px !important;
}
@media screen and (min-width: 768px) {
  /* line 525, ../sass/style.scss */
  .ar-404-page .ar-404-detail {
    padding-right: 0px !important;
  }
}

/* line 534, ../sass/style.scss */
#toast {
  visibility: hidden;
  min-width: 50px;
  /*margin-left: -125px;*/
  margin: auto;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  position: fixed;
  z-index: 1;
  left: 0;
  right: 0;
  bottom: 30px;
  font-size: 17px;
  white-space: nowrap;
}

/* line 550, ../sass/style.scss */
.toaster {
  display: inline-block;
  background-color: #5ea7ea;
}

/* line 554, ../sass/style.scss */
#toast #img {
  float: left;
  box-sizing: border-box;
  color: #fff;
  padding: 10px;
  background: #338de0;
}

/* line 563, ../sass/style.scss */
#toast #desc {
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  padding: 10px;
}

/* line 570, ../sass/style.scss */
#toast.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
}

@-webkit-keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 60px;
    opacity: 0;
  }
}
