html {
  margin: 0 !important;
}

/**/

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #333;
  font-style: normal;
  overflow-x: hidden;
}

.lato {font-family: 'Lato', sans-serif;}

body.en {
  font-family: 'Noto Sans', sans-serif;
}

jp-ln {
  width: 100%;
  display: block;
}
jp-wd {
  display: inline-block;
  white-space: nowrap;
}

.custom-line {
 border: 0;
    border-top: 3px dashed #ff0000; /* Ligne en tirets rouges */
    margin: 20px 0;
}

/* Masquer le lien sur desktop */
.mobile-only-link {
    display: none;
}

/* Afficher le lien sur mobile */
@media (max-width: 768px) {
    .mobile-only-link {
        display: block;
        text-align: center;
        padding: 10px;
        background-color: #f0f0f0;
        color: #000;
    }
}


/*new hero */
/*
section.heronew1 {
    margin: 0;
    padding: 0;
}
*/
section.heronew1 .heronew1 {
  min-height: calc( 100vh - 200px );
  padding-bottom: 0;
  display: flex;
  align-items: center;
}

.heronew1 {
    width: 100%;
        min-height: 40vh !important;

    display: flex;
    align-items: center;
      min-height: 100vh;
    background: rgb(238,243,255);
background: -moz-linear-gradient(343deg, rgba(238,243,255,1) 0%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(343deg, rgba(238,243,255,1) 0%, rgba(255,255,255,1) 100%);
background: linear-gradient(343deg, rgba(238,243,255,1) 0%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eef3ff",endColorstr="#ffffff",GradientType=1);
}

.containernew {
    max-width: 1400px;
    margin: 0 auto;
    /*padding: 1rem;*/
}

/* Hero section */
.herohero {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    /*padding: 3rem 0;*/
}

@media (min-width: 1024px) {
    .herohero {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }
}

/* Text content */
.herohero-content {
    flex: 0 1 34%;
    padding-right: 2rem;
}

h1 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #1a1a1a;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

@media (min-width: 768px) {
    h1 {
        font-size: 3rem;
    }
}

.subtitle {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 1rem;
}

.description {
    color: #666;
    margin-bottom: 2rem;
}

.cta-button {
    background-color: #ff6b00;
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 9999px;
    font-size: 1.125rem;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.cta-button:hover {
    background-color: #ff5500;
}

/* Image section */
.image-section {
    flex: 0 1 50%;
}

.herohero-image {
    width: 100%;
    height: auto;
    
}

/* Footer */
.footer-text {
    font-size: 0.5rem;
    color: #666;
    text-align: left;
    margin-top: 2rem;
    /*padding: 0 1rem;*/
     font-weight: bold;
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .herohero-content {
        flex: 1 1 100%;
        padding-right: 0;
    }

    .image-section {
        flex: 1 1 100%;
    }

    .footer-text {
    font-size: 0.75rem;
    color: #666;
    text-align: left;
        padding: 0px 20px 0px 20px;
    text-align: center;
     font-weight: bold;
}
}

@media (max-width: 768px) {
    .herohero {
        padding: 2rem 0;
    }

    h1 {
        font-size: 2rem;
    }

    .subtitle {
        font-size: 1.25rem;
    }
}


@media (min-width: 767px) and (max-width: 1300px) {
    .herohero {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 1.5rem;
    }

    .herohero-content {
        flex: 1 1 100%;
        padding: 0 1.5rem;
    }

    h1 {
      padding-top: 40px;
        font-size: 2.5rem;
    }

    .subtitle {
        font-size: 1.5rem;
    }

    .description {
        font-size: 1.1rem;
    }

    .cta-button {
        font-size: 1rem;
        padding: 0.8rem 1.5rem;
    }

    .image-section {
        flex: 1 1 100%;
        text-align: center;
    }

    .herohero-image {
        max-width: 80%;
        height: auto;
    }

    .footer-text {
        text-align: center;
        padding: 0 1rem;
    }
}

/*end new hero */
/*lang*/
.langsw {
  padding-left: 10px;
  padding-top: 5px;
  margin-bottom: 0;
  margin-left: auto;
}
.langsw li {
  list-style: none;
}
.langsw li:first-child {
  margin-bottom: 8px;
}
.langsw a {
  text-decoration: none;
  color: #0c4da2;
}
/**/

/*switch btn*/

.p-header-menu__btn-block2 > div {
  display: inline-block;
}
@media (max-width: 767px) {
.p-header-menu__btn-block1 {
  display: none !important;
}
}

.appswitch {
  margin-left: 8px;
  position: relative;
  padding-top: 6px;
}
.switchbtn {
  background-color: transparent;
  cursor: pointer;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 1;
  margin: 3px 0;
}
.switchbtn:hover {
  background-color: #eee;
}

.appswitch svg {
  width: 32px;
  height: 32px;
}

.bx {
  font-size: 1.1rem;
}

.disabled {
  opacity: 0.5 !important;
}

.dropdown {
  position: absolute;
  width: 250px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px;
  margin-top: 0.3rem;
  background: white;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
  border: 3px solid #eee;
  border-radius: 10px;
  right: 0;
  z-index: 99;
}

.dropdown a {
  display: flex;
  align-items: center;
  padding: 0.8rem 1rem;
  text-decoration: none;
  color: black;
  margin: 10px;
}

.dropdown a:hover {
  opacity: 1;
  color: white;
}

.dropdown img {
  max-width: 80%;
  margin: 0 auto;
  transition: all .2s linear;
}
.dropdown img:hover {
  max-width: 90%;
   opacity: 1;
}

.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}

@media screen and (max-width:767px){
.appswitch svg {
  width: 1.8em;
  height: 1.8rem;
}
.switchbtn {
  width: 2.6rem;
  height: 2.6rem;
}
.appswitch {
  margin-right: 0px;
}
}

/*NavBar*/

.topnav {
  background-color: #F1F1F1;
}
.right.navbar-nav {
  display: flex;
  flex-direction: row;
}
.navbtn a.nav-link {
  margin: 0 !important;
  padding: 5px 10px !important;
}
.topnav p {
  margin-bottom: 0;
  margin-top: 7px;
  font-size: 14px;
}
.navbar-nav.main {
  margin-top: 15px;
}
.topnav .nav-link {
  font-size: 14px;
  font-weight: normal;
}
.topnav .nav-link.link {
  text-decoration: underline;
}
.topnav .nav-link.user {
  border: 1px solid #000;
  border-radius: 5px;
}
.topnav .nav-link.link::after {
  content: '';
  background-image: url(../images/right-arrow.png);
  background-repeat: no-repeat;
  background-size: 15px 15px;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  display: block;
  margin-left: 5px;
  float: right;
}

.navbtn.logout {
  margin-left: auto;
}
@media (max-width: 1400px) {
  .topnav .container {
    max-width: unset;
  }
  .topnav .left {
    display: none;
  }
  .right.navbar-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .right.navbar-nav {
    width: 100%;
    align-items: center;
    flex-wrap: wrap;
  }
  .topnav .navbtn {
    flex: 70%;
    align-items: center;
  }
  .topnav .navbtn a {
    display: flex;
  }
  .topnav .navbtn.logout, .topnav .navbtn.user {
    display: block;
    flex: 30%;
  }
  .navbtn.logout span {
    display: none;
  }
}

/**/
.navbtn a, .navbtn button {
  font-weight: bold;
  font-size: 14px;
  line-height: 1;
  border: 1px solid transparent;
  margin: 0 2px;
    margin-top: 0px;
  border-radius: 5px;
  padding: 10px !important;
  color: #4E4E4E;
  margin-top: 5px;
}
.navbtn a:hover {
  color: #1E6ADB;
}
.navbtn .nav-link.btn {
  border: 1px solid #1E6ADB;
  background-color: #1E6ADB;
  color: #fff;
  box-shadow: none;
}
.navbtn .nav-link.btn:hover {
  background-color: #fff;
  color: #1E6ADB;
}
/*.navbtn button {
  border: 1px solid #ea5504;
  width: 100%;
}
.navbtn button:hover {
  background-color: transparent;
  border: 1px solid #0c4da2;
  color: #4E4E4E;
}*/
.p-header-menu__btn-block1.navbtn {
  margin-right: 10px;
}

.p-header-menu__btn-block2 {
  margin-left: auto;
}

.navbtn button {
  border: none;
  padding: 0 !important;
  background: unset;
}

@media (min-width: 1024px) {

.navbtn button {
     border: none;
    padding: 5px !important;
    background: unset;
    border: 2px solid #ccc;
    border-radius: 8px;
    
    margin: 0px 5px 5px 5px;
}
}

/**/

.hero .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.hero .top > div {
  padding: 30px 0;
}

img.hero-title,
h2.hero-title,
h3.hero-title {
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
  color: #4694D1;
  font-weight: 500;
}

.hero .title, .intro .title {
  font-size: 1.5rem;
  color: #0c4da2;
  font-weight: bold;
}

.hero .patent {
  color: #1E6ADB;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 20px;
  margin: 0 auto;
  border-top: 2px solid #1E6ADB;
  border-bottom: 2px solid #1E6ADB;
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  background-color: rgba(0, 0, 0, 0.1);
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  font-weight: 500;
}

.screens_slides {
  overflow: hidden;
}
.screens_slides > div {
  display: flex;
  gap: 30px;
  margin-top: 50px;
  max-width: 100vw;
}
.screens_slides img {
  max-height: 200px;
  width: auto;
}

.screens_slides > div {
  animation: moveRow 45s infinite linear;
}
.screens_slides > .reverse {
  animation: moveRowRev 45s infinite linear;
}
@keyframes moveRow {
    0% {
        transform: translate3d(0, 0, 0)
    }

    50% {
        transform: translate3d(-50%, 0, 0)
    }

    100% {
        transform: translate3d(0, 0, 0)
    }
}
@keyframes moveRowRev {
        0% {
        transform: translate3d(-50%, 0, 0)
    }

    50% {
        transform: translate3d(0, 0, 0)
    }

    100% {
        transform: translate3d(-50%, 0, 0)
    }
}

.hero .sub p {
  color: #1E6ADB;
  text-align: center;
  margin: 30px 0;
  font-size: 12px;
}

/*.hero .right {
  box-shadow: 10px 10px 18px rgba(41,64,168,.2);
  border-radius: 20px;
  padding: 0 !important;
}*/
.hero .right span {
  background-color: #0165FB;
  color: #fff;
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 14px;
}
.hero .right .form {
  padding: 10px;
}

/**/
.sectitle {
  text-align: center;
  margin-bottom: 30px;
}
.sectitle h2 {
  color: #000;
  font-weight: bold;
  font-size: 32px;
}

.sectitle h2 span {
  font-size: 18px;
  border-bottom: 1px solid #000;
}
/**/

.serviceBox .service-icon i {
  z-index: 1;
  position: relative;
}
  .services .line {
    padding-bottom: 50px;
  }

.companies column {
}

.trouble img {
  width: 100%;
}

.trouble .container.small {
  max-width: 860px;
}

.trouble .bg img {
  width: auto;
  max-width: 100%;
}

.trouble {
  background-color: #FAFAFA;
  padding: 70px 0;
  text-align: center;
  position: relative;
}

.companies {
  margin: 50px 0;
  margin-bottom: 20px;
  text-align: center;
}

.trouble .content h5 {
  color: #0C4DA2;
  font-size: 22px;
  font-weight: bold;
}

/**/

.companies h5 {
  margin-bottom: 30px;
}

.logo-area {
  display: flex;
}

.logo-area div span {
  font-size: 14px;
  color: #818285;
  font-weight: bold;
  line-height: 40px;
}

.logo-area span {
  font-size: 12px;
}

.logo {
  float: left;
  max-height: 55px;
  display: block;
  margin-right: 8px;
}

.btn {
  background-color: #fff;
  margin-bottom: 20px;
  border: 1px solid #1F6ADB;
  font-weight: bold;
  border-radius: 5px;
  line-height: 1;
  color: #1F6ADB;
  box-shadow: 10px 10px 22px -14px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 10px 10px 22px -14px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 22px -14px rgba(0, 0, 0, 0.75);
}
.btn:hover {
  background-color: #1F6ADB;
  color: #fff;
}

.btn.bluebtn {
  background-color: #1F6ADB;
  color: #fff;
}

.btn.bluebtn:hover {
  background-color: #fff;
  color: #1F6ADB;
}

.btn.whitebtn {
  background-color: #fff;
  border-color: #fff;
  color: #0c4da2;
}

.btn.whitebtn:hover {
  color: #fff;
}

.btn.bluebtn.orangebg.oregnew {
  margin: 30px auto;
  width: 100%;
  max-width: 250px;
  border-radius: 50px;
  display: block;
}

section .btn {
  font-size: 20px;
}

.en section .btn {
  font-size: 22px;
}

.btn a {
  color: #fff;
}

.btn:hover a {
  color: #ea5504;
}

.navbar {
  position: sticky;
  top: 0;
  z-index: 99;
  background: #fff;
  border-bottom: 2px solid #eee;
}

.container.small {
  max-width: 1024px;
}

.navbar .container.small {
  display: flex;

}

.navbar .main .navbtn {
  margin-left: 10px;
}
/*
.navbar-nav {
  margin: 5px 0;
}
*/


.navbar-nav {
    margin: 10px 0px 0px 0px;
}
@media (max-width: 767px) {
  .navbar-nav {
    margin: 5px 0;
  }
}

.nav-item.btn {
  margin-bottom: 0;
  padding: 5px 20px;
  font-size: 18px;
  line-height: normal;
}

.navbar-nav .navbtn.ext {
  display: flex;
  align-items: baseline;
}
.navbar-nav .navbtn.ext a {
  padding-right: 0 !important;
}
.navbar-nav .navbtn.ext::after {
  content: '';
  background-image: url(../images/target.png);
  width: 12px;
  height: 12px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  margin-left: 5px;
}

/**/

.nav-plan {
  background-color: #0C4DA2;
  border-color: #0C4DA2;
  padding: 5px;
  font-size: 14px;
  line-height: 2.5;
}
.nav-plan:hover {
  color: #0C4DA2;
  border-color: #0C4DA2;
}
.nav-plan:hover .nav-link {
  color: #0C4DA2;
}

.nav-plan .nav-link {
  padding: 0;
  line-height: 2.6;
}

.solution {
  padding: 50px 0;
}

.solution .title {
  text-align: center;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}

.title div span {
  font-size: 16px;
  color: #818285;
  font-weight: bold;
  line-height: 1;
}

.solution .title > * {
  display: inline-block;
  margin: 0;
    margin-bottom: 0px;
  padding: 0 5px;
  margin-bottom: 8px;
}

.solution .gray {
  font-size: 24px;
  color: #818285;
}


.solution .row {
  border-radius: 15px;
  position: relative;
  background-color: #fff;
  height: 100%;
  padding: 45px 10px 10px 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 5px 10px 12px -3px rgba(117,117,117,.4);
  -moz-box-shadow: 5px 10px 12px -3px rgba(117,117,117,.4);
  box-shadow: 1px 2px 12px -3px rgba(117,117,117,.4);
}

.solution .row:nth-child(3) {
  margin-left: 10%;
}

.solution .row:nth-child(4) {
  margin-left: 20%;
}

.solution .row .col-md-8 {
  padding: 10px 30px;
}

.solution .row div > span {
  font-weight: bold;
  color: #1E6ADB;
  font-size: 20px;
}

.solution div h3 {
  color: #000;
  margin-bottom: 30px;
  font-size: 26px;
  font-weight: bold;
}

.solution div p {
  text-align: left;
}

.cta {
  /*background-image: url("../../assets/img/cta-bg.png");*/
  background-color: #F4F8F9;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  font-weight: bold;
  padding: 50px 0;
  background-size: contain;
}

.cta .smartsolutiontext {
  margin-bottom: 10px;
  max-width: 260px;
}

.cta div span {
  color: #818285;
  padding-left: 5px;
}

.solution .right>* {
  margin-bottom: 20px;
}

/*testamonial*/

.testamonial {
  background-color: #EDF4FF;
  padding: 50px 0;
  text-align: center;
}
.testamonial img {
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}
.testamonial .desc {
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: left;
/*  margin-top: -200px;*/
  z-index: 1;
  position: relative;
}
.testamonial .desc h4 {
  font-size: 18px;
}
.testamonial .desc span {
  width: 100%;
  display: block;
}
.testamonial .desc span.line {
  border-bottom: 3px solid #818285;
  margin: 15px 0;
}

.testamonial .desc h4 {
  margin-bottom: 30px;
}
.testamonial a {
  color: #4D4D4D;
  text-decoration: none;
}
.testamonial a span {
  color: #1E6ADB;
}
.drag .desc {
  transition: margin-top .5s;
}
.drag:hover .desc {
  margin-top: 0;
}

@media (max-width: 767px) {
  .testamonial .drag {
    margin-bottom: 30px;
  }
}

/**/


.cta.bb {
  background-color: #000;
  color: #fff;
}

.f-box img {
  max-height: 25px;
  width: initial;
  max-width: 35px;
  display: inline-block;
  vertical-align: initial;
  height: auto;
}

.hero {
  padding-top: 50px;
  background-color: #fff;
}

.tradomlogo {
  max-height: 60px;
}

.media {
  padding: 50px 0;
  text-align: center;
}

.media .row {
  margin-bottom: 50px;
}

.media .row span {
  font-weight: bold;
  font-size: 18pt;
  white-space: nowrap;
}

/**/
.trlogo {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px;
}
.trlogo img {
  max-width: 400px;
  margin: 30px 0;
}
.trlogo::before {
  content: "";
  width: 0; 
  height: 0; 
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  
  border-top: 20px solid #AEAEAE;
}

.trlogo {
  display: flex;
  flex-direction: row;
  gap: 20px;
}
.trlogo span {
  font-size: 20px;
  font-weight: bold;
}
/**/
.intro {
  padding: 50px 0;
}

.intro .left {
  text-align: left;
}

.intro .left h3 {
  font-size: 28px;
  color: #000;
  margin-bottom: 20px;
}

.intro .left img {
  margin-bottom: 20px;
}

.intro .tradomlogo {
  max-height: 70px;
  margin-right: 10px;
}

.intro p {
  max-width: 400px;
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}

.intro .right {
    position: fixed;
    left: 50vw;
    margin: 0;
    top: 0;
    padding: 0;
    width: 50vw;
    height: 100vh;
}

.intro .c2 .row {
  margin-bottom: 30px;
}

.intro .btn {
    min-width: 226px;
    float: left;
    font-size: 18pt;
    padding: 18px 14px;
}
.intro .btn.bluebtn {
  margin-left: 20px;
}

h4 {
  font-size: 26px;
  font-weight: bold;
}

.companies h4 {
  margin-bottom: 24px;
}

h3 {
  font-size: 30px;
  font-weight: bold;
}

.trouble h3 {
  margin-bottom: 30px;
}

.trouble .content p {
  width: 100%;
  color: #2E2E2E;
  font-size: 18px;
}

.trouble .bg h5 {
  color: #0C4DA2;
  font-weight: bold;
  font-size: 18px;
}

.trouble .users {
  margin-top: 50px;
}
.trouble .users span {
  display: block;
  color: #0c4da2;
  font-size: 20px;
}
.trouble .users span.o {
  background-color: #d0cfcf;
  color: #234c9c;
  padding: 10px 30px;
  width: fit-content;
  margin: 20px auto;
  border-radius: 15px;
  font-weight: bold;
  font-size: 26px;
}
/*technology*/
.technology {
  padding: 50px 0;
}
.technology .head {
  background-image: url('../images/bg-technology.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 100px 0;
}
.technology .head h4 {
  font-weight: normal;
  border: 1px solid #fff;
  width: max-content;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 30px;
  border-radius: 50px;
  padding: 30px 50px;
  font-size: 32px;
}
.technology .head p {
  font-size: 20px;
  margin: 30px 0;
}
/*articles*/
.articles {
  background-image: url('../images/bg-news-events.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  color: #fff;
}
.articles .news, .articles .event {
  margin-bottom: 100px;
}
.articles .title span {
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.articles .title span.jp {
  font-size: 32px;
  border-top: 1px solid #fff;
  padding-top: 5px;
  margin-top: 10px;
}
.news table td {
  color: #fff;
  padding: 15px 0;
}
.news table td a {
  color: #fff;
  text-decoration: none;
}
.news table td a:hover {
  color: #FAB317;
}
.articles .articlebtn {
  background: transparent;
  color: #FAB317;
  border: 1px solid #FAB317;
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 20px;
  display: block;
  width: max-content;
  float: right;
}
.articles .articlebtn:hover {
  background: #FAB317;
  color: #fff;
}
.event .content a:hover, .article a.title:hover {
  color: #FAB317;
}
.event .content a, .article a.title {
  color: #fff;
  text-decoration: navajowhite;
  font-size: 20px;
  border-bottom: 1px solid #fff;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.article a.title {
  border: none;
  font-size: 16px;
  margin-bottom: 0;
}
/**/

/*partners*/
.partners {
  padding: 50px 0;
  background-color: #F1F1F1;
}
.partners .container {
  max-width: 990px;
  margin-bottom: 50px;
}
.partners .logos {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  margin-top: 50px;
}
.logos .row > div {
  display: flex;
  align-self: center;
}
.logos .row > div img {
  margin: 0 auto;
}
.partners img {
  padding: 0 20px;
  max-height: 100px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 767px) {
  .partners .row.small img {
    max-height: 130px;
  }
  .partners .row.small > div:first-child img {
    margin-right: 0;
  }
  .partners .row.small > div:last-child img {
    margin-left: 0;
  }
}
/**/

/**/

a.btn {
  padding: 15px 25px;
}

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

.line-last .tradomlogo {
  max-height: 70px;
  vertical-align: top;
  margin-right: 10px;
}

.line-last span {
  font-size: 20px;
  font-weight: bold;
}

.line-last span.small {
  font-size: 18px;
}

.noto-sans {
  font-family: 'Noto Sans', sans-serif;
}

.ai-rate .col-md-7,
.ai-rate .col-md-5 {
  position: relative;
  text-align: center;
}

.cta p {
  font-size: 32px;
  font-weight: bold;
  .cta p
}
.cta .btn {
  margin-bottom: 0;
}

.blue {
  color: #0C4DA2;
}

.media h3 {
  font-size: 28px;
  margin-bottom: 50px;
}

.services .line-one .col-md-6 {
  position: relative;
}

.zoom:hover,
.f-box:hover {
  -ms-transform: scale(1.5);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.zoom,
.f-box {
  transition: transform .2s;
}

.ai-rate img {
  position: absolute;
  right: 0;
  max-width: 350px;
  z-index: 9999999;
  left: 0;
  margin: auto;
  top: 0;
}

.trouble h4 {
  font-size: 22px;
}

.media img {
  max-width: 100%;
}

.media .col-md-2 {
  margin-bottom: 10px;
}

.ai-rate .right p:last-child {
  text-align: left;
}

.ai-rate img {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
}

.ai-rate .col-md-5 img {
  position: absolute;
  top: -50px;
}

/*footer*/
footer {
  background-color: #010818;
  color: #fff;
  padding-top: 100px;
  padding-bottom: 20px;
}
footer img {
  max-width: 100%;
}
footer li {
  margin-bottom: 10px;
  text-align: left;
}
footer li a {
  color: #fff;
  text-decoration: none;
}
footer li a:hover {
  color: #FAB317;
}
footer .right ul {
  padding-left: 20px;
}
footer .right ul li {
  list-style: disclosure-closed;
  padding-left: 5px;
}
footer .right .btn {
  position: relative;
  background-color: #FAB317;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 15px 18px;
  font-size: 10pt;
  text-align: left;
  width: 100%;
  line-height: 1.3;
}
footer .right .btn.blue {
  background-color: #1e6adb;
}
footer .right .btn.blue:hover {
  background-color: #fff;
  color: #1e6adb;
}
footer .right .btn:hover {
  background-color: #fff;
  color: #FAB317;
}
footer .right .btn span {
  font-size: 10px;
  line-height: 0;
  font-weight: normal;
}

footer .copyright {
  margin-top: 30px;
  margin-bottom: 0;
  text-align: right;
  color: #b7b7b7;
  font-size: .8rem;
}

footer .right .btn span.arrow {
  position: absolute;
  right: 10px;
  font-size: 18pt;
  top: 48%;
}

/**/

/*pages*/
.page header {
  padding: 50px 0;
}
.page header h2
{
  color: #1E6ADB;
  font-size: 36px;
}
.page main {
  padding: 50px 0;
}
/*FAQ*/
.helpie-faq-col {
  max-width: 990px;
  margin: 0 auto;
}
.accordion__header .accordion__title::before {
  content: 'Q: ';
}
.accordion__body p::before {
  content: 'A: ';
}
/*contact doc*/

.contactsec {
  padding: 50px 0;
}
.contactsec h2 {
  text-align: center;
  font-weight: bold;
}
.contactsec::before {
  content: "";
  background-color: #F9FBFF;
  width: 50vw;
  height: 100vh;
  top: 0;
  display: block;
  position: fixed;
  z-index: -1;
}

.contactsec.nobg::before {
  content: none;
}

.contactsec .row {
  align-items: center;
  justify-content: center;
}
.contactsec .content {
  text-align: center;
  display: flex;
  flex-direction: column;
  /*gap: 30px;*/
}
.contactsec .title h2 {
  font-size: 36px;
  color: #1E6ADB;
  font-weight: bold;
   white-space: nowrap;
}

@media (max-width: 768px) {
  .contactsec .title h2 {
    white-space: normal;
  }

  .contactsec .title h2 span {
    display: block;
  }
}
.title p {
  font-weight: bold;
  margin-bottom: 10px;
}
.contactsec p, .contactsec h4
{
  max-width: 500px;
  margin: 0 auto;
}
.contactsec img {
  max-width: 450px;
  margin: 0 auto;
}
.contactsec .txt {
  text-align: left;
}
.contactsec .txt h4,.txt p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.8;
}
.contact .screens_slides {
  margin-bottom: 50px;
}
.wpcf7-form-control.wpcf7-submit {
  background-color: #1E6ADB;
  border: 1px solid #1E6ADB;
}
.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff;
  color: #1E6ADB;
}
.l-contact {
  padding-top: 0;
}

.contactsec .form {
  box-shadow: 10px 10px 18px rgba(41,64,168,.2);
  padding: 15px;
}


.boxblue {
  background-color: #438DF2;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
    padding-bottom: 20px;
  position: relative;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
.boxblue img {
  position: absolute;
  bottom: -75px;
  max-height: 200px;
  left: 50%;
  transform: translate(-50%, 0);
}
.boxblue h3 {
  font-size: 24px;
  margin-bottom: 30px;
}
.boxblue li {
  text-align: left;
  list-style: disc;
  font-size: 16px;
  margin-bottom: 15px;
}
.boxblue li::marker {
  font-size: 30px;
  line-height: 0;
}
.boxblue ul ul li::marker {
  font-size: unset;
}
.boxblue ul ul {
  padding-left: 10px;
}
.boxblue .otheres {
  float: right;
}
.yellowunderline {
  border-bottom: 2px solid #FFF504;
}

/**/

.contactsec-2 .container {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 8px;
}
.contactsec-2 .boxblue {
  background-color: #F2F9FF;
  color: #000;
  text-align: left;
}
.contactsec-2 .boxblue h3 {
  font-size: 20px;
}
.contactsec-2 .boxblue li {
  list-style-position: inside;
  margin-bottom: 2px;
}
.contactsec-2 .boxblue ul.decimal li {
  list-style: decimal;
  list-style-position: inside;
}
.contactsec-2 .boxblue li::marker {
  font-size: 14px;
}
.contactsec-2 .txt h4 {
  font-size: 12px;  font-weight: normal;
}
.contactsec-2 .form {
  box-shadow: 7px 4px 16px rgba(41,64,168,.2);
  padding: 15px;
}
.contactsec-2 h4.formtitle {
  color: #0064fb;
  text-align: center;
  margin-bottom: 30px;
  font-size: 22px;
}
.contactsec-2 h4.formtitle span {
  color: #fff;
  background-color: #0064fb;
  padding: 3px 10px 6px;
  margin-right: 8px;
  border-radius: 4px;
  font-size: 18px;
}

/* CTA left-side: new design (Figma 496:8617) */
.contactsec .content .cta-heading {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 36px;
  line-height: normal;
  color: #273f51;
  text-align: left !important;
  margin: 0;
  max-width: none !important;
  padding: 0;
}
.contactsec .content .cta-checklist {
  display: flex;
  flex-direction: column;
  gap: 23px;
  align-items: flex-start;
  text-align: left !important;
  width: 100%;
}
.contactsec .content .cta-checklist-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 23px;
  line-height: normal;
  color: #273f51;
  margin: 0;
  max-width: none !important;
  text-align: left !important;
}
.contactsec .content .cta-item {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 23px;
}
.contactsec .content .cta-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.contactsec .content .cta-check-icon {  
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-top: 2px;
  max-width: none !important;
  background: #0064fb;
  border-radius: 50%;
}
.contactsec .content .cta-item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.contactsec .content .cta-item-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: normal;
  color: #273f51;
  margin: 0;
  max-width: none !important;
  text-align: left !important;
}
.contactsec .content .cta-item-sub {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: normal;
  color: #687986;
  margin: 0;
  max-width: none !important;
  text-align: left !important;
}
.contactsec .content .cta-note {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: normal;
  color: #273f51;
  margin: 0;
  max-width: none !important;
  text-align: left !important;
}
.contactsec .content .cta-note p {
  margin: 0;
  max-width: none !important;
  text-align: left !important;
  line-height: normal;
  font-size: 12px;
  color: #273f51;
}
@media (max-width: 767px) {
  .contactsec .content .cta-heading {
    font-size: 26px;
    text-align: center !important;
  }
  .contactsec .content .cta-checklist {
    align-items: flex-start;
  }
  .contactsec .content .cta-checklist-title {
    font-size: 18px;
    text-align: left !important;
  }
  .contactsec .content .cta-note {
    text-align: left !important;
  }
}
/* /CTA left-side */

/**/


/*mobile nav*/

.mobile-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  will-change: transform;
  transform: translateZ(0);
  display: flex;
  padding: 20px 0;
  height: 53px;
  background-color: #1E6ADB;
  display: none;
}

.mobile-bottom-nav__item {
  flex-grow: 1;
  text-align: center;
  font-size: 10px;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  justify-content: center;
  text-decoration: none;
}

.mobile-bottom-nav__item--active {
  color: #fff;
}

.mobile-bottom-nav__item-content {
  color: #fff;
}

.mobile-bottom-nav__item-content img {
  margin-right: 10px;
}

.mobile-bottom-nav__item-content span {
  font-size: 12pt;
}

.mobile-bottom-nav img {
  max-width: 24px;
  max-height: 24px;
  margin: 0 auto;
  margin-bottom: 5px;
  margin-right: 10px;
  width: auto;
  height: 100%;
}

.mobile-bottom-nav__item:nth-child(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.mobile-bottom-nav__item:nth-child(3) img {
  margin: 10px auto;
}


/*popup*/

.modalDialog {
  position: fixed;
  font-: Arial, Helvetica, sans-serif;
  right: 30px;
  bottom: 40px;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: auto;
}

.modalDialog:target {
  opacity: 0;
  pointer-events: none;
}

.modalDialog > div {
  width: 330px;
  position: relative;
  padding: 20px 15px 0px 15px;
  border-radius: 10px;
  background: rgba(12, 77, 162,.8);
  text-align: center;
  border: 2px solid #fff;
}

.modalDialog h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.modalDialog img {
  max-height: 80px;
  margin-bottom: 15px;
}



.close {
  background: #;
  color: #FFFFFF;
  -height: 1;
  position: absolute;
  right: 10px;
  top: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  text-decoration: navajowhite;
  font-size: 20px;
  font-family: arial;
  cursor: pointer;
}
/**/
.modalDialog > div {
  padding: 10px;
}
.modalDialog img {
  max-height: unset;
  margin-bottom: 0;
}
.modalDialog .btn {
  margin-bottom: 0;
}
.modalDialog span {
  color: #fff;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
.modalDialog span.close {
   position: absolute;
    top: -20px;
    right: -10px;

    background-color: #8B8B8B;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}


/*dialog right */

.modalDialogright {
  position: fixed;
  font-: Arial, Helvetica, sans-serif;
  left: 30px;
  bottom: 40px;
  z-index: 99999;
  opacity: 1;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: auto;
}

.modalDialogright:target {
  opacity: 0;
  pointer-events: none;
}

.modalDialogright > div {
  width: 330px;
  position: relative;
  padding: 20px 15px 0px 15px;
  border-radius: 10px;
  background: rgba(12, 77, 162,.8);
  text-align: center;
  border: 2px solid #fff;
}

.modalDialogright h2 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.modalDialogright img {
  max-height: 80px;
  margin-bottom: 15px;
}

.close {
  background: #;
  color: #FFFFFF;
  -height: 1;
  position: absolute;
  right: 10px;
  top: 6px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  text-decoration: navajowhite;
  font-size: 20px;
  font-family: arial;
  cursor: pointer;
}
/**/
.modalDialogright > div {
  padding: 10px;
}
.modalDialogright img {
  max-height: unset;
  margin-bottom: 0;
}
.modalDialogright .btn {
  margin-bottom: 0;
}
.modalDialogright span {
  color: #fff;
  font-weight: bold;
  margin: 10px 0;
  display: block;
}
.modalDialogright span.close {
   position: absolute;
    top: -20px;
    right: -10px;

    background-color: #8B8B8B;
    border: none;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    z-index: 10;
}


/*login btn*/
#logged_in_user {
  display: none;
}
.c-btn {
  display: inline-block;
  font-size: 0.9375rem;
  font-weight: 700;
  background: #fff;
  letter-spacing: 0.05em;
  padding: 10px;
  width: 6.5rem;
  text-align: center;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
  margin-right: 10px;
}
.c-btn:hover {
  color: #1E6ADB;
}

.navbtn.logout > * {
  display: inline-block;
}


/**/

:root {
  --no-of-slides: 9.9; /*logos number*/
  --slides-in-view: 4;
  --slide-width: 200px;
  --slide-height: 200px;
  --iteration-time: 12s;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel__wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  
  max-width: 100% /*calc(var(--slides-in-view) * var(--slide-width));*/
  overflow: hidden;
  margin: 0 auto;
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  
  flex: 0 0 auto;
  height: var(--slide-height);
  box-sizing: border-box;
  /*border: 1px dotted darkblue;*/
}

.carousel__image {
  background-size: cover;
  background-repeat: no-repeat;
  
  height: 200px;
  /*width: 100px;*/
  margin: 15px 20px;
}

.px-0 {
  overflow: hidden;
}
.px-0  .col-12 {
  padding: 0;
}

/**/


@media (max-width: 767px) {
  .widget {
    text-align: center;
    width: 100%;
  }
  .c-btn {
    margin: 0 auto;
      margin-top: 0px;
    margin-top: 10px;
    padding: 6px;
  }
}

@media (max-width: 900px) {
  .nav-item.btn {
    font-size: .9rem;
    padding: 5px;
    line-height: 1;
  }
}

/*mobile view*/

@media (min-width: 767px) {
  .bs-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .ss-hidden {
    display: none !important;
  }
}

/**/

:root {
  --no-of-slides: 16.5; /*logos number*/
  --slides-in-view: 4;
  --slide-width: 200px;
  --slide-height: 200px;
  --iteration-time: 17s;
}
.carousel__image {
    margin: 0 !important;
  background-size: auto 190px !important;
  background-position: center;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(var(--slide-width) * var(--no-of-slides)* -1));
  }
}

.carousel__wrapper {
  display: flex;
  /*justify-content: center;*/
  align-items: center;
  
  max-width: 100% /*calc(var(--slides-in-view) * var(--slide-width));*/
  overflow: hidden;
  margin: 0 auto;
}

.carousel__slide {
  animation: scroll var(--iteration-time) linear infinite;
  display: flex;
  flex-direction: column;
  
  flex: 0 0 auto;
  height: var(--slide-height);
  box-sizing: border-box;
  /*border: 1px dotted darkblue;*/
}

.carousel__image {
  background-size: cover;
  background-repeat: no-repeat;
  
  height: 200px;
  /*width: 100px;*/
  margin: 15px 20px;
}

.px-0 {
  overflow: hidden;
}
.px-0  .col-12 {
  padding: 0;
}

/*function page*/
section.intro-f {
  margin: 50px auto;
}
.intro-f h2 {
  color: #1E6ADB;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.intro-f h3 {
  color: #1E6ADB;
  margin-bottom: 30px;
}
.functions {
  background-color: #F7F8F8;
  padding: 50px 0;
  text-align: center;
}
.functions h2 {
  color: #4E4E4E;
  font-weight: bold;
  margin-bottom: 20px;
}
.functions span {
  color: #1E6ADB;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  font-size: 20px;
}

.box {
/*  background-color: #E5EAF2;*/
  border-radius: 10px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 10px 0px;
  font-size: 20px;
  font-weight: normal;
}
.box .unit {
  background-color: #fff;
  border-radius: 10px;
  padding: 10px 0;
  height: 100%;
}
.functions .box span {
  color: #2E2E2E;
  font-size: 14px;
  margin: 0;
}
.functions .box img {
  max-width: 40px;
  margin-bottom: 10px;
  max-height: 40px;
  width: auto;
  height: auto;
}

.cta.cta-f {
  background-color: #F7F8F8;
  color: #4E4E4E;
  padding-bottom: 100px;
}
.cta.cta-f p {
  font-size: 20px;
  font-weight: normal;
}

/*result*/
.result {
  background-color: #F8FBFF;
  padding: 50px 0;
}
.result .sectitle h2 span {
  border-bottom: none;
}
.result .title {
  background-color: #5C99ED;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}
.result img {
  max-width: 320px;
}
.result .content {
  text-align: center;
  background-color: #fff;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
.result .content .tl {
  color: #4E4E4E;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 5px solid #5B9FEF;
  width: max-content;
  margin: 0 auto;
}
.result .point {
  margin-top: 30px;
  align-items: center;
  line-height: 1.1;
}
.result .point .pt {
  font-weight: bold;
  color: #1E6ADB;
  font-size: 64px;
  background: linear-gradient(to top, #FAFF00 60%, #fff 0%);

}
.result .point .tag {
  color: #1E6ADB;
  border: 1px solid #1E6ADB;
  border-radius: 40px;
  font-size: 14px;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px 10px;
}
.result .note {
  font-size: 32px;
  font-weight: bold;
  color: #1E6ADB;
  margin-top: 20px;
}
.result .note span {
  color: #000;
  font-size: 10pt;
  vertical-align: top;
  font-weight: normal;
}

.result .box {
  background-color: #7EADFE;
  background-image: url('../images/lp/stars.png');
  color: #fff;
  border-radius: 30px;
  margin: 30px 0;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 98% 10px;
  background-size: 70px;
}
.result .box .text {
  text-align: center;
}
.result .box .text .blue {
  color: #0062F4;
  font-size: 32px;
}
.result .box .text .yellow {
  color: #FAEE00;
  font-size: 32px;
}
.small {
  font-size: 16px;
  font-weight: normal;
}

.box .d-flex {
  margin-bottom: 10px;
}
.box .tag {
  font-size: 20px;
  color: #1E6ADB;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 20px;
  margin-right: 30px;
}
.result .box .pc {
  font-weight: bold;
  color: #FAFF00;
  font-size: 48px;
  background: linear-gradient(to top, #FF6B00 40%, #7EADFE 0%);
  line-height: 1;
}

.result .row ul {
  margin-left: 30px;
}
.result .row ul li {
  color: #1B1B1B;
  font-size: 12px;
}

@media (max-width: 767px) {
  .result .point {
    margin: 20px auto;
    width: fit-content;
  }
  .result .point .pt {
    font-size: 36px;
  }
  .result img {
    max-width: 100% !important;
  }
  .result .prc .d-flex {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .result .box .pc {
    font-size: 32px;
  }
  .box .tag {
    font-size: 14px;
  }
  .result .box .text .blue, .result .box .text .yellow {
    font-size: 24px;
  }
  .result .box {
    background-image: none;
  }
  .result .row ul {
    margin-left: 0;
    padding: 10px;
  }
}

/*policy*/

.policy .row {
  overflow: hidden;
}

/**/

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    line-height: 1.5;
  }
  .logo-area {
    float: none;
  }

  section {
    padding: 0 15px;
    text-align: center;
  }

  .logo-area {
    float: none;
    max-width: 150px;
    margin: 0;
    text-align: center;
  }

  section a.btn {
    font-size: 22px;
    padding: 10px 45px;
  }


  .navbar {
    position: relative;
  }


img.hero-title, img.hero-logo {
  padding: 20px;
  max-width: 100%;
  transform: none;
}

.hero-logo {
  margin-top: 0;
  max-width: 250px !important;
}

  .intro img {
    margin-bottom: 20px;
    max-width: 100%;
  }

  .intro .right {
    display: none;
  }

  .intro .btn {
    min-width: unset;
    padding: 10px;
    font-size: 20px;
    float: none;
    margin: 10px;
  }

  .intro .c2 span {
    font-weight: bold;
    font-size: 16px;
    color: #818285;
    line-height: 40px;
    vertical-align: top;
  }

  .intro .left {
    text-align: center;
  }

  .trlogo {
    display: none;
  }

  .trouble .content {
    display: block;
    height: auto;
    margin-top: -55px;
  }

  .trouble .col-md-4 {
    max-width: 350px;
    float: left;
    display: block;
    margin-bottom: 20px;
  }

  .trouble .col-md-4:nth-child(2) {
    float: right;
  }

  .trouble .content p {
    position: relative;
  }

  .trouble .row {
    display: block;
    overflow: hidden;
  }

  .trouble .bg {
    background-image: none;
  }

  .trouble h4 {
    font-size: 18px;
    line-height: 1.5;
  }

  .solution .title > * {
    display: block;
    margin-bottom: 15px;
  }

  .solution .title h2 span {
    font-size: 26px;
  }

  .solution .row > div > div {
    max-width: 350px;
    float: left;
    height: initial;
    margin-bottom: 50px;
  }

  .solution .row {
    max-width: unset;
  }
  .solution .row:nth-child(3), .solution .row:nth-child(4) {
    margin-left: 0;
  }

  .solution .row > div:nth-child(2) > div {
    float: right;
  }

  .solution .row > div > div {
    float: none;
  }

  .line-last span {
    font-size: 16px;
  }

  .line-last .tradomlogo {
    max-height: 25px;
  }

  .line-last span.small {
    font-size: 16px;
  }

  /*risk*/
  .risk .right {
    margin-top: 30px;
  }

  .risk .right {
    padding: 0;
  }

  .risk .right .box {
    padding: 10px;
  }

 .risk .right .y {
    position: relative;
    display: block;
    width: max-content;
    margin: 10px auto;
    right: unset;
    top: unset;
  }

  .line-last span {
    font-size: 16px;
  }

  .offer img {
    max-width: 150px;
  }

  h3 {
    font-size: 22px;
  }

  .services .title {
    margin-bottom: 50px;
  }

  .services .title > * {
    display: block;
    margin-bottom: 15px;
  }

  .services > .title > div > div img {
    width: auto;
    margin: 0 auto;
  }

  .services .row {
    text-align: left;
  }

  .services .number {
    font-size: 50px;
    top: -35px;
  }

  .services .line-one h3 {
    font-size: 24px;
  }

  .services .line-one p {
    text-align: left;
  }

  .services .line-one .col-md-6 {
    margin-bottom: 30px;
  }

  .services .line-one {
    margin-bottom: 0;
  }

  .articles .articlebtn {
    float: none;
    margin: 0 auto;
      margin-top: 0px;
    margin-top: 20px;
  }


  .highlight p {
    text-align: left;
  }

  .highlight .box {
    line-height: unset;
    height: auto;
  }

  .media h3 {
    font-size: 22px;
  }

  .media .col-md-3 {
    margin-bottom: 20px;
  }

  .companies h4 {
    font-size: 20px;
  }

  .zoom:hover, .f-box:hover {
    transform: none;
  }

  .trouble .content h5 {
    font-size: 20px;
  }

  .copyright {
    margin-bottom: 50px;
  }

  #openModal {
    display: none;
  }

  footer {
    text-align: center;
  }
  footer .right ul li {
    list-style: none;
  }
  footer img {
    max-width: 100%;
  }

  .contactsec::before {
    width: 100vw;
  }

  .contactsec img {
    max-width: 100%;
  }

}

@media (max-width: 1200px) {
  .video {
    background-image: none;
  }
}
@media (max-width: 1200px) {
  .navbar-nav.main {
    display: none;
  }
}

.grecaptcha-badge {
  display: none !important;
}

/*LP2*/
.hero2 h1 {
  font-size: 36px;
  font-weight: bold;
  color: #1e6adb;
  line-height: 1.4;
}
.hero2 h3 {
  font-size: 22px;
  color: #1E6ADB;
}
.hero2 .badgesbar {
  margin-top: 30px;
  background-color: #2468C6;
  color: #fff;
  padding: 20px;
}
.hero2 .badgesbar h3 {
  font-size: 24px;
  color: #fff;
  margin: 0 auto;
  display: block;
  width: fit-content;
}
.hero2 .btn.big.bluebtn, .currency-risk .btn.big.bluebtn, .cta2 .btn.big.bluebtn {
  border-radius: 50px;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  margin: 20px auto;
  max-width: 350px;
  background-color: #FF6B00;
  border: 2px solid #FF6B00;
  width: 100%;
  text-align: left;
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  align-items: center;
}
.hero2 .btn.big.bluebtn:hover {
  color: #fff;
  background-color: #FFB800;
  border: 2px solid #FFB800;
}
.hero2 .btn.big.bluebtn img, .currency-risk .btn.big.bluebtn img, .cta2 .btn.big.bluebtn img {
  max-width: 35px;
  margin-left: 10px;
}
/*hero3*/
.hero3 {
  text-align: center;
}
.hero3 h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.hero3 h1 span {
  font-size: 64px;
   background: -webkit-linear-gradient(left, #0062F4 , #0058DD);
   background: -o-linear-gradient(right, #0062F4, #0058DD);
   background: -moz-linear-gradient(right, #0062F4, #0058DD);
   background: linear-gradient(to right, #0062F4 , #0058DD); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero3 .patent {
  color: #2E2E2E;
  font-size: 13px;
  border-top: 2px solid #2E2E2E;
  border-bottom: 2px solid #2E2E2E;
}

.hero3 h3 {
  color: #000;
  text-align: left;
  font-size: 18px;
  line-height: 2rem;
}
.hero3 h3 span {
  color: #1e6adb;
}
.hero3 .tags .tag {
  color: #000;
  font-weight: bold;
  font-size: 16px;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 10px 20px;
  float: left;
  margin: 0 10px 10px 0px;
}
.hero3 .tags .tag::before {
  content: "";
  background-image: url(../images/tag.png);
  background-size: 14px 18px;
  width: 14px;
  height: 18px;
  display: block;
  float: left;
  background-repeat: no-repeat;
  margin-right: 8px;
  margin-top: 4px;
}

.hero3 .btn.big.bluebtn {
  margin: 0;
}

.hero3 .title {
  font-size: 24px;
  color: #0062F4;
}
.hero .sub p {
  color: #0062F4;
  margin: 0 0 50px 0;
  font-size: 14px;
}

/**/
.companies2 .companies {
  margin: 0;
}
.companies2 h4 {
  display: none;
}
.companies2 .container.sub {
  text-align: center;
}

.btn.orangebg {
  border: 1px solid #FF6B00 !important;
  background-color: #FF6B00 !important;
  color: #fff;
}
.btn.orangebg:hover {
  border: 1px solid #FFB800 !important;
  background-color: #FFB800 !important;
  color: #fff !important;
}

.technology .box {
  box-shadow: none !important;
}

/*new hero*/
    .hero .right {
      padding-top: 30px;
    }
    .hero .left {
      display: flex;
      flex-direction: column;
      justify-content: center;
    }
    .hero .hero-logo {
      max-width: 300px;
    }
    .hero .left > div {
      padding: 30px 0;
    }
    .hero .badges img {
      max-width: 220px;
      width: 100%;
    }
    .btn.big.bluebtn.sec {
      background-color: #fff;
      color: #2468c6;
      border-color: #2468c6;
    }
    .btn.big.bluebtn.sec:hover {
      background-color: #F2F7FE;
      border-color: #2468c6;
      color: #2468c6;
    }
/**/

/*currency-risk*/
.currency-risk {
  background-color: #004FC5;
  color: #fff;
  padding: 50px 0;
  text-align: center;
}
.currency-risk h3 {
  font-size: 32px;
  margin-bottom: 20px;
}
.currency-risk h2 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
}
.currency-risk p {
  font-size: 16px;
}

.currency-risk .boxes {
  margin: 50px 0;
  gap: 20px;
}
.currency-risk .box {
  box-shadow: none;
  border-radius: 14px;
  border: 1px solid #fff;
}
.currency-risk .box img {
  max-width: 42px;
  margin-bottom: 12px;
}
.currency-risk .box h4 {
  font-size: 20px;
  margin-bottom: 12px;
}

.currency-risk .btn.big.bluebtn {
  margin: 0;
}


.currency-risk p span {
  font-size: 11px;
  margin-top: 50px;
  display: block;
}

/*trouble*/

.trouble h3 {
  font-size: 32px;
  color: #333;
  border-bottom: 8px solid #FFF500;
  width: fit-content;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 30px;
}
.trouble p.sub-title {
  font-weight: bold;
  font-size: 18px;
}

/*solution*/

.solution .box {
  max-width: unset;
  border-radius: unset;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.solution h2 {
  text-align: center;
  color: #0E66EA;
  font-size: 24pt;
  font-weight: bold;
}
.trlogo {
  padding: 10px 20px 50px;
}
.trlogo::before{
  content: none;
}
.solution div h3 {
  color: #2E2E2E;
  font-size: 24px;
}
.trlogo img {
  max-width: 300px;
  margin: 0;
}
.solution .col-md-4 img {
  height: 240px;
  width: auto;
}
.solution .sectitle h2 {
  color: #0062F4;
}
.solution .box div > span {
  display: flex;
  align-items: center;
  gap: 5px;
}
.solution .lato img {
  max-width: 20px;
  height: 20px;
}

.solution2 .sectitle h2 {
  font-size: 28px;
  margin-top: 20px;
}
.solution2 .row {
  box-shadow: unset;
  gap: 30px;
}
.solution2 .col-md-4 {
    flex: 1;
  }
.solution2 .col-md-4 img {
  margin-right: 10px;
}
.solution2 .lato img {
  max-width: 14px;
  height: 14px;
}
.solution2 .col-md-4 > img {
  height: 200px;
}
.solution2 .row div > span {
  font-size: 13px;
  margin-bottom: 20px;
  display: block;
}


/*cta*/

.cta.cta2 {
  background-color: #004FC5;
}
.cta2 .btn.big.bluebtn {
  margin: 0;
}

/*functions*/
.functions .box {
  background-color: #E5EAF2;
}
/*news-events*/

.news-events {
  padding: 50px 0;
}
.news-events h3 {
  font-size: 24px;
  border-bottom: 1px solid #D3D3D3;
  padding-bottom: 10px;
}
.news-events .row {
  margin: 50px 0;
}
.news-events .posts {
  display: flex;
  gap: 10px;
  text-decoration: none;
  margin-bottom: 10px;
  border-bottom: 1px solid #D3D3D3;
  padding: 20px;
}
.news-events .posts:hover {
  background-color: #F4F4F4;
}
.news-events .posts img {
  max-width: 200px;
}
.news-events .posts .desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 14px;
  color: #353535;
  text-decoration: none;
  padding: 10px 0;
}
.news-events .articlebtn {
  color: #0062F4;
  text-decoration: none;
  border: 1px solid #0062F4;
  font-size: 18px;
  border-radius: 30px;
  padding: 5px 20px;
  float: right;
}
.news-events .articlebtn:hover {
  background-color: #0062F4;
  color: #fff;
}


/**/

@media (max-width: 1024px) {
  .hero2 h1 {
    font-size: 36px;
  }
  .hero2 h3 {
    font-size: 18px;
  }
  hero2 .btn.big.bluebtn {
    padding: 16px 20px;
    font-size: 16px;
  }
  .hero2 .btn.big.bluebtn img {
    display: none;
  }
  .hero .badges img {
    margin-bottom: 20px;
  }
  .hero2 .badgesbar h3 {
    font-size: 20px;
    line-height: 1.5;
  }
  .hero3 .title {
    font-size: 16px;
  }

  .hero2 h1 {
    font-size: 22px;
  }
  .hero3 h1 span {
    font-size: 36px;
    width: 100%;
    display: block;
  }
  .hero2 h3 {
    font-size: 18px;
    margin-top: 30px;
    text-align: center;
  }
  .hero3 .tags .tag {
    font-size: 14px;
    padding: 8px 10px;
  }
  .hero .right {
    padding-top: 0;
  }

  .currency-risk h3 {
    font-size: 24px;
  }
  .currency-risk h2 {
    font-size: 30px;
  }
  .currency-risk .boxes {
    flex-direction: column;
  }

  .hero2 .btn.big.bluebtn img, .currency-risk .btn.big.bluebtn img, .cta2 .btn.big.bluebtn img {
    display: none;
  }

  .trouble .col-md-4 {
    float: none !important;
    margin: 0 auto;
  }

  .solution h2 {
    font-size: 20pt;
  }

  .functions .box .col-md-6, .functions .box .col-md-3 {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .solution2 .row {
    box-shadow: unset;
    gap: 30px;
    flex-direction: column;
  }

  .news-events .posts {
    flex-direction: column;
  }
  .news-events .posts img {
    max-width: unset;
  }
}

/*FAQ*/
.helpie-faq-col ul {
  padding: 0;
}
.helpie-faq.accordions .accordion {
  margin: 0;
}
.wp-block-themeisle-blocks-tabs__header_item.active, .wp-block-themeisle-blocks-tabs-item__header.active, .wp-block-themeisle-blocks-tabs-item__header.hidden {
  border: none !important;
}
.wp-block-themeisle-blocks-tabs-item__content.active {
  border: none !important;
}
.wp-block-themeisle-blocks-tabs__header_item > div, .wp-block-themeisle-blocks-tabs-item__header {
  font-weight: bold;
}
.wp-block-themeisle-blocks-tabs__header {
  max-width: 970px;
  margin: 0 auto;
}
.wp-block-themeisle-blocks-tabs .wp-block-themeisle-blocks-tabs__header_item, .wp-block-themeisle-blocks-tabs-item__header {
  border: none !important;
}
.wp-block-themeisle-blocks-tabs__header_item, .wp-block-themeisle-blocks-tabs-item__header {
  border-bottom: 1px solid #D3D3D3 !important;
  margin-bottom: unset !important;
}
.wp-block-themeisle-blocks-tabs__header_item.active, .wp-block-themeisle-blocks-tabs-item__header.active {
  background-color: #F4F8FF !important;
  border-bottom: 1px solid #0062F4 !important;
}
.wp-block-themeisle-blocks-tabs-item__header.hidden {
  display: block;
}

.helpie-faq.accordions.custom-styles .accordion .accordion__item .accordion__header .accordion__title, .accordion__body p {
  font-size: 15px !important;
}
/*nav*/

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.8;
  border: 1px solid transparent;
  margin: 0 2px;
  margin-top: 0px;
  border-radius: 5px;
  padding: 10px !important;
  color: #4E4E4E;
  margin-top: 5px;
}

@media screen and (min-width:1200px) and (max-width:1400px){
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    padding: 10px 6px !important;
  }
  .mega-cta .mega-menu-link, .mega-academy .mega-menu-link {
    display: none !important;
  }
}

@media screen and (max-width:1200px){
  .logo-area p {
    display: none;
  }
}

#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.ext a.mega-menu-link::after{
  content: '';
  background-image: url(../images/target.png);
  width: 12px;
  height: 12px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  margin-left: 5px;
  margin-top: 2px;
}

@media (max-width: 1200px) {
  body {
    padding-top: 73px;
  }
  .navbar {
    position: fixed;
    width: 100vw;
    z-index: 999;
  }
  .topnav {
    display: none;
  }
  #mega-menu-wrap-max_mega_menu_2 {
    position: fixed;
    right: 10px;
  }

  #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_2 {
   width: 100vw;
    max-width: unset;
   /*height: calc(100vh - 73px);*/
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    top: 73px;
    max-height: 81vh;
     /*touch-action: none;*/
       overflow-y: scroll;
      overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch; 
    z-index: 999;


/*
  width: 100vw;
    max-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    top: 73px;
   max-height: 81vh; 
    overflow-y: scroll; 
    -webkit-overflow-scrolling: touch; 
    z-index: 999999999999;*/
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    border-bottom: 1px solid #CACACA;
    flex: 1 1 auto;
  }

  #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle + #mega-menu-max_mega_menu_2 {
    top: 73px;
    height: calc(100vh - 73px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open::after {
    content: none;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item > a.mega-menu-link {
    max-width: max-content;
    line-height: 1;
  }
   #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 > li.mega-menu-item.cta > a.mega-menu-link {
    background-color: #FF6B00;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px !important;
    margin: 0 auto !important;
    margin-top: 0px;
  }
}

/**/



.footer-nav .navbtn.ext::after {
  content: '';
  background-image: url(../images/target-white.png);
  width: 12px;
  height: 12px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  margin-left: 5px;
}

.nav-link.btn.orangebg.dwn::after {
  content: '';
  background-image: url(../images/download-icon.png);
  width: 12px;
  height: 12px;
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
  float: right;
  margin-left: 5px;
}
.footer-nav .navbtn.ext {
  display: flex;
  align-items: baseline;
}

  footer .footer-nav .navbtn.ext a {
    padding: 0 !important;
    margin: 0;
    color: #fff;
}
  footer .footer-nav .navbtn.ext:after {
    color: #fff;
  }


  .footer-nav .navbtn.spl {
  display: flex;
  align-items: baseline;
}

  footer .footer-nav .navbtn.spl a {
    padding: 0 !important;
    margin: 0;
    color: #fff;
}
  footer .footer-nav .navbtn.spl:after {
    color: #fff;
  }



  /*partners*/
.topn .partners {
  background-color: #F8FBFF;
}

/*partners*/
/*contactsec*/
.contactsec::before {
  content: none;
}
/*p-logos*/
.p-partners section.p-logos {
  padding-top: 0;
}
.p-logos .row {
  max-width: 800px;
  margin: 0 auto;
}
/*p-merit*/
.p-merit h2, .p-registration h2, .p-services h2, .p-overview h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 30px;
}
.p-partners section {
  padding: 50px 0;
}
.p-merit .row {
  margin-bottom: 24px;
}
.p-merit .box {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  background-color: #F5F7FA;
  box-shadow: none;
}
.p-merit .box img {
  max-width: 62px;
  height: auto;
}
.p-merit .box h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
.p-merit .box p {
  font-size: 16px;
}
/*p-registration*/

.p-registration .box {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 100%;
  background-color: #F5F7FA;
  box-shadow: none;
  flex-direction: column;
  text-align: center;
}
.p-registration .box .step {
  color: #55ADFF;
  font-size: 24px;
  font-weight: bold;
}
.p-registration .box h2 {
  font-size: 20px;
}
.p-registration .box p {
  font-size: 14px;
}
.p-registration .btn.bluebtn {
  margin: 0 auto;
    margin-top: 0px;
  display: block;
  max-width: 300px;
  border-radius: 50px;
  margin-top: 50px;
}
/*p-overview*/
.p-overview h4 {
  font-size: 20px;
}
.p-overview .btn {
  background-color: #fff;
  border: 1px solid #000;
  color: #000;
  border-radius: 50px;
}
.p-overview .btn:hover {
  background-color: #000;
  color: #fff;
}
/*p-services*/
.p-services .box {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: none;
  border: 3px solid #CCCCCC;
  text-decoration: navajowhite;
  color: #333;
}
.p-services .box.solu:hover {
  background-color: #d3e6ff;
}
.p-services .box.academy:hover {
  background-color: #ffedd2;
}
.p-services .box:hover {
}
.p-services h4 {
  font-size: 24px;
}
.p-services p {
  font-size: 16px;
}
/**/

.page-id-25166 .contactsec.contactsec-2 {
  display: block !important;
}