.max-w120-h60 {
  max-width: 120px;
  max-height: 60px;
}

.max-w150-h80 {
  max-width: 150px;
  max-height: 80px;
}

.max-w80-h50 {
  max-width: 80px;
  max-height: 50px;
}

.max-w200-h120 {
  max-width: 200px;
  max-height: 120px;
}

.max-w240-h160 {
  width: 240px;
  height: 160px;
}

.max-w300-h350 {
  max-width: 300px;
  max-height: 350px;
}

:root {
  --bs-blue: #2052FB;
  --bs-indigo: #343AC8;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #2052FB;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 32,82,251;
  --bs-secondary-rgb: 108,117,125;
  --bs-success-rgb: 25,135,84;
  --bs-info-rgb: 13,202,240;
  --bs-warning-rgb: 255,193,7;
  --bs-danger-rgb: 220,53,69;
  --bs-light-rgb: 248,249,250;
  --bs-dark-rgb: 33,37,41;
  --bs-white-rgb: 255,255,255;
  --bs-black-rgb: 0,0,0;
  --bs-body-color-rgb: 33,37,41;
  --bs-body-bg-rgb: 255,255,255;
  --bs-font-sans-serif: system-ui,-apple-system,Arial,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 14px;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #051C2B;
  --bs-body-bg: #fff;
  --bs-dark: black;
  counter-reset: steps;
  /*--bs-primary: #343AC8;*/
}

.hr-black {
  height: 3px !important;
  color: #051c2b;
  width: 60px;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 15px;
}

.hr-white {
  height: 3px !important;
  color: white;
  width: 60px;
  opacity: .3;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.hr-white-o1 {
  height: 3px !important;
  color: white;
  width: 60px;
  opacity: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  display: flex;
}

.hr-gray {
  height: 3px !important;
  color: #051C2B;
  width: 60px;
  opacity: .3;
  margin-top: 20px;
  margin-bottom: 15px;
}

.bg-pt-gray {
  background-color: #EEF0F3 !important;
}

.bg-pt-gray-top-white {
  background-color: #EEF0F3;
  background: linear-gradient(to bottom, #ffffff 31%, #EEF0F3 5%);
}

.section-pt-padding {
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
}

.row-pt-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (max-width: 587px) {
  .row-pt-padding {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 587px) {
  .section-pt-padding {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}

body {
  color: #051c2b;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: auto;
  -webkit-padding-start: 0;
  font-size: 16px;
  overflow-x: hidden;
}

@media (max-width: 587px) {
  body {
    font-size: 14px;
    font-weight: 400;
  }
}

.pt-home-deepblue-box {
  background: #081132;
  padding: 2rem;
}

@media (max-width: 587px) {
  .pt-home-deepblue-box {
    background: #081132;
    padding: 1.5rem;
  }
}

.pt-home-white-box {
  background: white;
  padding: 2rem;
  padding-left: calc(2rem + 40px);
}

.pt-usecases-white-box {
  background: white;
  padding: 1.5rem;
  padding-left: calc(1.5rem + 40px);
}

.pt-usecases-text-white-box {
  background: white;
  padding: 1.5rem;
}

.pt-features-white-box {
  background: white;
  padding: 2rem;
}

@media (max-width: 587px) {
  .pt-home-white-box {
    background: white;
    padding: 1rem;
    padding-left: calc(1rem + 40px);
  }
}

@media (min-width: 578px) and (max-width: 1200px) {
  .pt-home-white-box {
    background: white;
    padding: 1.5rem;
    padding-left: calc(1.5rem + 40px);
  }
}

.pt-home-white-box h4::before {
  display: block;
  content: ' ';
  background-image: url(/assets/img/checked-icon.svg);
  background-size: 25px 18px;
  height: 21px;
  width: 38px;
  color: #343AC8;
  background-position: bottom left;
  display: inline-block;
  margin-left: -38px;
  background-repeat: no-repeat;
}

.pt-usecases-white-box h4::before {
  display: block;
  content: ' ';
  background-image: url(/assets/img/checked-icon.svg);
  background-size: 25px 18px;
  height: 21px;
  width: 38px;
  color: #343AC8;
  background-position: bottom left;
  display: inline-block;
  margin-left: -38px;
  background-repeat: no-repeat;
}

.pt-features-white-box li::before {
  /*display: block;*/
  content: ' ';
  background-image: url(/assets/img/checked-icon.svg);
  background-size: 25px 16px;
  height: 20px;
  width: 34px;
  color: #343AC8;
  background-position: bottom left;
  display: inline-block !important;
  margin-left: 0;
  background-repeat: no-repeat;
  margin-left: -34px;
}

.pt-use-cases-list li::before {
  /*display: block;*/
  content: ' ';
  background-image: url(/assets/img/checked-icon.svg);
  background-size: 25px 16px;
  height: 22px;
  width: 34px;
  color: #343AC8;
  background-position: bottom left;
  display: inline-block !important;
  margin-left: 0;
  background-repeat: no-repeat;
  margin-left: -34px;
}

.pt-esim-feature-list li::before {
  /*display: block;*/
  content: ' ';
  background-image: url(/assets/img/checked-icon.svg);
  background-size: 25px 16px;
  height: 22px;
  width: 34px;
  color: #343AC8;
  background-position: bottom left;
  display: inline-block !important;
  margin-left: 0;
  background-repeat: no-repeat;
}

.pt-home-white-box h4 {
  vertical-align: text-top;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.pt-usecases-white-box h4 {
  vertical-align: text-top;
  /*font-weight: 700;*/
  font-size: 1rem;
  line-height: 1.25rem;
}

@media (max-width: 587px) {
  .pt-home-white-box h4 {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}

.pt-home-deepblue-box a {
  vertical-align: bottom;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

.pt-deepblue-box a {
  vertical-align: bottom;
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 587px) {
  .pt-home-deepblue-box a {
    font-size: 14px;
    font-weight: 500;
    text-transform: none;
  }
}

.pt-home-deepblue-box h3 {
  font-weight: 700;
}

.pt-hero {
  margin-top: 60px;
  z-index: 10;
  position: relative;
  padding-bottom: 5rem;
}

.pt-hero-rc {
  margin-top: 3rem;
  z-index: 10;
  position: relative;
  padding-bottom: 2rem;
}

@media (max-width: 587px) {
  .pt-hero {
    margin-top: 30px;
  }
}

.bg-pt-deepblue {
  background-color: #081132;
}

.pt-deepblue-box {
  width: 100%!important;
  background-color: #081132;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
}

.pt-deepblack-box {
  width: 100%!important;
  background-color: black;
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important;
  border: 1px solid rgba(255,255,255,.8);
}

.pricebox li {
  padding-bottom: .4em;
  background-repeat: no-repeat;
  background-image: url('/assets/img/check-circle-fill.svg');
  background-position: center right;
  background-size: 18px;
  padding-top: .2em;
}

.section-customer-service {
  background-image: url('/assets/img/dark.png');
  background-position: right 60%;
  background-repeat: no-repeat;
  min-height: 600px;
}

@media (min-width: 1200px) {
  .section-customer-service {
    background-image: url('/assets/img/Map.png');
  }
}

.picto-email::before {
  content: url('/assets/img/envelope.svg');
  vertical-align: middle;
  margin-right: 5px;
}

.picto-phone::before {
  content: url('/assets/img/telephone.svg');
  vertical-align: middle;
  margin-right: 5px;
}

.picto-ptech-black::before {
  content: url('/assets/img/icon-ptlock.png');
  vertical-align: middle;
  margin-right: 5px;
  filter: invert(100%);
  margin-left: 3px;
}

.picto-phone {
  margin-bottom: .5rem;
}

.picto-ptech-black {
  margin-bottom: .5rem;
}

.picto-email {
  margin-bottom: .5rem;
}

footer li a {
  text-decoration: none;
  color: rgba(8,17,50,.6);
}

footer li, .footer li {
  margin-bottom: .8em;
  font-size: .9rem;
  line-height: 1.1rem;
}

@media (min-width: 1400px) {
  footer li, .footer li {
    margin-bottom: .8em;
    font-size: 1rem;
    line-height: 1.2rem;
  }
}

footer h3 {
  font-weight: 800;
  font-size: 1.125em;
  line-height: 1.4em;
  padding-bottom: .35em;
}

@media (min-width: 1400px) {
  .section-mesh-background {
    background-image: -webkit-image-set(url("/assets/img/bg-mesh-x1.png") 1x,url("/assets/img/bg-mesh-x2.png") 2x);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #0c1b2e;
  }
}

@media (min-width: 576px) and (max-width: 1400px) {
  .section-mesh-background {
    background-image: -webkit-image-set(url("/assets/img/bg-mesh-x1.png") 1x,url("/assets/img/bg-mesh-x2.png") 2x);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    background-color: #0d1e3c;
  }
}

@media (max-width: 575px) {
  .section-mesh-background {
    min-height: 594px;
    padding-top: 40px;
    background-color: #0d1e3c;
    background-image: -webkit-image-set(url("/assets/img/bg-mesh-x1.png") 1x,url("/assets/img/bg-mesh-x2.png") 2x);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}

@media (min-width: 587px) {
  .section-mesh-background {
    min-height: 560px;
  }
}

@media (min-width: 1400px) {
  .section-world-background {
    background-image: -webkit-image-set(url("/assets/img/bg-nonpry.jpg") 1x,url("/assets/img/bg-mesh-x2.png") 2x);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #0c1b2e;
  }
}

@media (min-width: 576px) and (max-width: 1400px) {
  .section-world-background {
    background-image: -webkit-image-set(url("/assets/img/bg-nonpry.jpg") 1x,url("/assets/img/bg-nonpry.jpg") 2x);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #0d1e3c;
  }
}

@media (max-width: 575px) {
  .section-world-background {
    min-height: 594px;
    padding-top: 40px;
    background-color: #0d1e3c;
    background-image: -webkit-image-set(url("/assets/img/bg-mesh-x1.png") 1x,url("/assets/img/bg-mesh-x2.png") 2x);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
  }
}

@media (min-width: 587px) {
  .section-world-background {
    min-height: 560px;
  }
}

.section-shield-background {
  min-height: 600px;
}

.section-shield-big-background {
  min-height: 600px;
}

@media (min-width: 1400px) {
  .section-shield-background {
    background-image: -webkit-image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-image: image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #0c1b2e;
  }
}

@media (min-width: 1400px) {
  .section-shield-big-background {
    background-image: -webkit-image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-image: image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
    background-color: #0c1b2e;
  }
}

@media (min-width: 576px) and (max-width: 1400px) {
  .section-shield-background {
    background-image: -webkit-image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-image: image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #0d1e3c;
  }
}

@media (min-width: 576px) and (max-width: 1400px) {
  .section-shield-big-background {
    background-image: -webkit-image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-image: image-set(url("/assets/img/bg-shield.jpg") 1x,url("/assets/img/bg-shield-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    background-color: #0d1e3c;
  }
}

@media (max-width: 575px) {
  .section-shield-background {
    min-height: 624px;
    padding-top: 40px;
    background-image: -webkit-image-set(url("/assets/img/mobile-bg.jpg") 1x,url("/assets/img/mobile-bg-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #0d1e3c;
  }
}

@media (max-width: 575px) {
  .section-shield-big-background {
    min-height: 644px;
    padding-top: 40px;
    background-image: -webkit-image-set(url("/assets/img/mobile-bg.jpg") 1x,url("/assets/img/mobile-bg-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    background-color: #0d1e3c;
  }
}

.footer li a {
  text-decoration: none;
  color: #051c2b;
  /*font-size: 0.875em;*/
}

section.footer {
  background-image: url("/assets/img/full-map.png");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: contain 95%;
  /*font-weight: 400;*/
}

.credits li a, .credits p {
  color: rgba(8,17,50,0.5);
  text-decoration: none;
  font-weight: 500;
  font-size: .9rem;
}

.credits ul {
  margin: 0;
}

.section-heading h2, h2.section-heading {
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2.2rem;
  text-align: center;
}

@media (max-width: 990px) {
  .section-heading h2, h2.section-heading {
    font-size: calc(1.325rem + .9vw);
    line-height: 1.2em;
  }
}

@media (max-width: 587px) {
  .section-heading h2 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 2rem;
    text-align: center;
  }
}

@media (max-width: 587px) {
  .ptechnology .section-heading h2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

body.body-nphone .section-heading span {
  color: #c81004;
}

.section-heading span {
  color: var(--bs-primary);
}

h1, .pt-hero h1 {
  font-size: 2.75rem;
  font-weight: 250;
  text-shadow: 1px 1px 4px rgb(7,25,75);
}

h1 strong, .pt-hero h1 strong {
  font-weight: 650;
}

@media (max-width: 587px) {
  h1, .pt-hero h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 2rem;
  }
}

@media (min-width: 587px) and (max-width: 1200px) {
  h1, .pt-hero h1 {
    font-size: 2.5rem;
    font-weight: 300;
  }
}

span.blue {
  color: var(--bs-primary);
  display: inline;
}

.blue {
  color: var(--bs-primary);
}

html {
}

.pt-list-16px-pb2-grey > li {
  padding-bottom: .4em;
  font-size: 1rem;
  color: rgba(8,17,50,0.8);
}

.pricing-gift {
  top: -34px;
  position: relative;
  background: var(--bs-primary);
  height: 36px;
  border-radius: 20px;
  line-height: 36px;
  padding: 0;
  color: white;
  width: 100%;
  margin: auto;
}

.pricing-gift span {
  font-weight: 700;
}

.pt-steps-half h3::before {
  border-radius: 50%;
  width: 48px;
  counter-increment: steps;
  content: '';
  height: 48px;
  background-color: #081132;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: initial;
  z-index: 9999;
  margin-left: -59px;
  margin-top: -11px;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
}

*[class*="picto-no-"]::before {
  border-radius: 50%;
  width: 48px;
  counter-increment: steps;
  content: '';
  height: 48px;
  background-color: #081132;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: initial;
  z-index: 9999;
  margin-left: -59px;
  margin-top: -11px;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
}

.picto-no-*::before {
  border-radius: 50%;
  width: 48px;
  counter-increment: steps;
  content: '';
  height: 48px;
  background-color: #081132;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  position: absolute;
  left: initial;
  z-index: 9999;
  margin-left: -59px;
  margin-top: -11px;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 587px) {
  .pt-steps-half h3::before {
    width: 36px;
    height: 36px;
    font-size: 18px;
    margin-left: calc(-3rem + 5px);
    margin-top: -4px;
    line-height: 36px;
  }
}

.pt-steps-half {
  padding-left: 4rem;
  font-size: 1rem;
  padding-top: 2rem;
}

@media (max-width: 587px) {
  .pt-steps-half {
    padding-left: 3rem;
  }
}

.section-heading {
  padding-bottom: .5rem;
}

@media (max-width: 587px) {
  .section-heading {
    padding-bottom: 0;
  }
}

.btn {
  border-radius: 30px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1em;
  padding: 15px 1rem;
  padding-left: 1.45rem;
  padding-right: 1.45rem;
  line-height: 1rem;
}

.pt-home-white-box p {
  font-size: 16px;
  padding-bottom: .5rem;
  opacity: 1;
}

@media (max-width: 587px) {
  .pt-home-white-box p {
    font-size: 14px;
    padding-bottom: .5rem;
  }
}

.pt-home-white-box p:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
}

.h-40px {
  height: 40px;
}

.h-60px {
  height: 60px;
}

.g-0, .gy-0 {
  --bs-gutter-y: 0;
}

.section-features-complex-content-left {
  background: linear-gradient(270deg, rgb(255,255,255) 50%, rgb(238,240,243) 50%);
}

@media (max-width: 990px) {
  .section-features-complex-content-left {
    /*background: linear-gradient(270deg, rgb(255,255,255) 3%, rgb(238,240,243) 3%);*/
    margin-top: 20px !important;
    margin-right: 5%;
    background: rgb(238,240,243);
  }
}

.btn-primary {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: #0d6efd;
}

#pt-home-header {
  background-color: #070216;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: image-set(url("/assets/img/bg-pt-home.png") 1x, url("/assets/img/bg-pt-home-x2.jpg") 2x);
  background-image: -webkit-image-set(url("/assets/img/bg-pt-home.png") 1x, url("/assets/img/bg-pt-home-x2.jpg") 2x);
}

#pt-nonpry-header {
  background-color: #070216;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: image-set(url("/assets/img/bg-nonpry.jpg") 1x);
  background-image: -webkit-image-set(url("/assets/img/bg-nonpry.jpg") 1x, url("/assets/img/bg-nonpry.jpg") 2x);
}

#pt-esim-header {
    background-color: #070216;
    /*background-size: cover;*/
    background-position: center right;
    background-repeat: no-repeat;
    background-image: image-set(url("/assets/img/03_-_Hero_background.png") 1x);
    background-image: -webkit-image-set(url("/assets/img/03_-_Hero_background.png") 1x, url("/assets/img/03_-_Hero_background@2x.png") 2x);
}

#pt-sme-header {
  background-color: #070216;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: image-set(url("/assets/img/bg-nonpry.jpg") 1x);
  background-image: -webkit-image-set(url("/assets/img/bg-nonpry.jpg") 1x, url("/assets/img/bg-nonpry.jpg") 2x);
}

#pt-ptshe-header_2 {
  background-color: #070216;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: image-set(url("/assets/img/bg-nonpry.jpg") 1x);
  background-image: -webkit-image-set(url("/assets/img/bg-shield-right.jpg") 1x, url("/assets/img/bg-shield-right-x2.jpg") 2x);
}

#pt-nphone-header {
  background-color: #070216;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-image: image-set(url("/assets/img/bg-nonpry.jpg") 1x);*/
  /*background-image: -webkit-image-set(url("/assets/img/bg-nonpry.jpg") 1x);*/
  background: linear-gradient(165deg, rgba(9,40,97,1) 10%, rgba(14,15,16,1) 60%);
  background-attachment: stat;
}

@media (max-width: 587px) {
  #pt-home-header {
    background-image: -webkit-image-set(url("/assets/img/bg-pt-home-mobile.jpg") 1x, url("/assets/img/bg-pt-home-mobile-x2.jpg") 2x);
    min-height: 800px;
    background-image: image-set(url("/assets/img/bg-pt-home-mobile.jpg") 1x, url("/assets/img/bg-pt-home-mobile-x2.jpg") 2x);
    background-repeat: no-repeat;
    background-color: #070216;
    background-size: contain;
    background-position: center bottom;
  }
}

.mt3-mb5 {
  margin-top: 1.5rem;
  margin-bottom: 2.25rem;
}

.picto-container {
  max-width: 50px !important;
  padding-top: 0;
  margin-top: 0;
}

.picto-heading-text h4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

.picto-container:first-child {
  font-size: 25px;
  color: #343AC8;
}

.card {
  border-radius: 0;
  transition: all .125s;
}

#product-portfolio .card, #compatible-products .card {
  /*background: none;*/
  /*border: none;*/
}

#product-portfolio .card .card-body, #compatible-products .card .card-body {
  border: none;
}

.endpoints-portfolio .card .card-body {
  border: none;
}

.pricebox {
  margin-bottom: 1rem;
}

.section-heading p {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.opacity-100 {
  opacity: 1 !important;
}

.text-shadow-none {
  text-shadow: none!important;
}

.sidebar-component li {
  padding-top: .25rem;
  padding-bottom: .25rem;
  color: rgba(5,28,43,1);
  font-weight: 450;
}

.sidebar-component a {
  color: rgba(5,28,43,1);
  text-decoration: none;
}

.sidebar-component a:hover {
  text-decoration: underline;
  color: #0a58ca;
}

.resource-content h1 {
  padding-bottom: 1rem;
}

.img-container {
  text-align: center!important;
  padding: 3rem;
  background-color: #f8f8f8;
  padding-bottom: 2rem;
  width: 100%;
}

@media (max-width: 587px) {
  .img-container {
    padding: 0rem;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
}

.sidebar hr {
  width: 90%;
  background-color: rgba(5,28,43,0.15);
  opacity: 1;
}

.sidebar.border-end {
  border-right: 1px solid rgba(5,28,43,.15) !important;
}

.sidebar h4 {
  font-weight: 600;
}

.resource-content p {
  font-size: 1em;
}

.bg-pt-black {
  background-color: rgb(14,15,16);
}

body.body-nphone {
  /*--bs-primary: #c81004;*/
}

video {
  width: 100%;
  max-height: 100%;
}

.bg-none {
  background: none !important;
  background-color: initial;
}

.accordion.transparent .accordion-button {
  background-color: transparent;
  color: white;
}

.accordion.transparent .accordion-button:not(.collapsed) {
}

body.body-nphone .picto-phone::before, body.body-nphone .picto-email::before {
  filter: invert(100%);
  opacity: .8;
}

body.body-nphone .picto-phone, body.body-nphone .picto-email {
  opacity: .8;
}

body.body-nphone footer li a {
  color: white;
  opacity: .8;
}

body.body-nphone #footer-middle {
  background-color: rgb(30,31,32);
}

body.body-nphone .footer li a {
  color: white;
  opacity: .8;
}

span.white {
  color: white;
  display: inline-flex;
}

span.red {
  color: #9D0606;
  /*display: inline-flex;*/
}

.fw-5 {
  font-weight: 500;
}

.fw-7 {
  font-weight: 700;
}

.fw-6 {
  font-weight: 600;
}

body.body-nphone {
}

.border-white-50 {
  border: 1px solid rgba(255,255,255,0.5);
}

.border-white-25 {
  border: 1px solid rgba(255,255,255,0.25);
}

body.body-nphone #partners {
  background-color: rgb(30,31,32);
}


body.body-nphone #footer-links, body.body-nphone #footer-middle, body.body-nphone #partners, body.body-nphone #footer-bottom {
  background-color: rgb(30,31,32) !important;
  border-top: 1px solid rgb(40,41,42);
}

.p-blueborder {
  margin: 1.5rem 0 2rem !important;
  font-size: 1.15rem;
  line-height: 1.65rem;
  font-weight: 300;
}

.p-redborder {
  margin: 1.5rem 0 2rem !important;
  font-size: 1.15rem;
  line-height: 1.65rem;
  font-weight: 300;
}

@media (min-width: 587px) {
  .p-blueborder {
    border-left: 5px solid var(--bs-blue);
    padding-left: 18px;
    margin: 1.5rem 0 2rem !important;
    font-size: 1.25rem;
    line-height: 1.65rem;
    font-weight: 300;
  }
}

@media (min-width: 587px) {
  .p-redborder {
    border-left: 5px solid #9D0606;
    padding-left: 18px;
    margin: 1.5rem 0 2rem !important;
    font-size: 1.25rem;
    line-height: 1.65rem;
    font-weight: 300;
  }
}

.blueborder-continous {
  border-left: 5px solid var(--bs-blue);
  padding-left: 18px;
  margin: 0 0 0rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
}

#pt-registration li, #pt-login li {
  list-style-image: url("/assets/img/check-blue-li.svg");
  padding-top: .3rem;
  padding-bottom: .3rem;
  padding-left: 5px;
}

.o-75 {
  opacity: .75;
}

.o-25 {
  opacity: .25;
}

.o-50 {
  opacity: .5;
}

.max-w250 {
  max-width: 250px;
}

.max-h200 {
  max-height: 200px;
}

.max-h260 {
  max-height: 260px;
}

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: rgba(0,0,0,.03);
  border-bottom: 1px solid rgba(0,0,0,.125);
  display: block;
}

.endpoints-portfolio .card-header img {
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

#product-portfolio .card-header img, #compatible-products .card-header img {
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.device-portfolio .card-header img {
  max-width: 100%;
  display: block;
  max-height: 200px;
  margin: 0rem auto;
  height: auto;
}

#login-products .card-header img {
  height: auto;
  max-width: 100%;
  display: block;
  max-height: 200px;
  margin: .5rem auto;
}

.pricing-gift p {
  font-weight: 700;
}

@media (max-width: 587px) {
  #further-feature .card-body {
    padding: 1rem 0;
  }
}

#product-portfolio .card-header, #compatible-products .card-header, #login-products .card-header {
  max-height: 220px;
  overflow: hidden;
  display: block;
  /*position: relative;*/
  padding: 10px;
  background: none;
}

.endpoints-portfolio .card-header {
  max-height: 220px;
  overflow: hidden;
  display: block;
  /*position: relative;*/
  padding: 10px;
  background: none;
}

.device-portfolio .card-header {
  /*max-height: 200px;*/
  overflow: hidden;
  display: block;
  position: relative;
  /*padding: 1rem;*/
  background: none;
}

#product-portfolio .card-body .btn, #compatible-products .card-body .btn, {
  margin-top: auto;
}

#pt-ptshe-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.8), rgba(9,40,97,0.8));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: -1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-ptshe-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 600px;
}

#login-products .card-body {
  padding: 0;
}

.max-w700 {
  max-width: 700px;
}

.max-w750 {
  max-width: 750px;
}

.icon-back {
  display: block;
  left: 0;
  font-size: 1.5rem;
  color: white;
}

/* ABOUT */

#pt-about-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(9,40,97,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-about-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 440px;
}

@media (max-width: 587px) {
  .mf-20px {
    font-size: 1.4rem !important;
    line-height: 1.8rem !important;
  }
}

p.br-margin > br,
.use-case-summary p > br,
.pt-hero p > br {
  margin-bottom: .75rem;
}

.f-54px {
  font-size: 3rem;
}

.pt-deepblack-box .card-icon , .pt-deepblue-box .card-icon {
  padding: 2rem;
  height: 64px;
  align-self: start;
  margin-bottom: 1em;
}

.pt-deepblack-box .card-icon i, .pt-deepblue-box .card-icon i {
  font-size: 64px;
}

.pt-deepblack-box .card-icon i.bi, .pt-deepblue-box .card-icon i.bi {
  margin: 0;
  padding: 0;
  line-height: 1 !important;
  vertical-align: top !important;
}

.pt-deepblack-box .card-body {
  padding: 2rem;
}

.pt-deepblue-box .card-body {
  padding: 2rem;
}

.pt-white-box .card-icon {
  max-height: 74px;
  align-self: start;
}

.pt-white-box .card-body {
  padding: 2rem;
}

.section-pt-margin {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}

.pt-steps-half h3#picto-startup::before {
  background-image: url("/assets/img/picto-startup.svg");
}

.pt-steps-half h3#picto-enterprise::before {
  background-image: url("/assets/img/picto-enterprise.svg");
}

.pt-steps-half h3#picto-business::before {
  background-image: url("/assets/img/picto-business.svg");
}

.pt-steps-half h3#picto-international::before {
  background-image: url("/assets/img/picto-international.svg");
}

.pt-steps-half h3#picto-infrastructure::before {
  background-image: url("/assets/img/picto-infrastructure.svg");
}

.pt-steps-half h3#picto-fingerprint::before {
  background-image: url("/assets/img/picto-fingerprint.svg");
}

#comparison-npry th, #comparison-npry td, #comparison-ppcrypt th, #comparison-ppcrypt td {
  min-width: 200px;
  font-weight: 500;
  max-width: 310px;
}

#comparison-npry td, #comparison-ppcrypt td {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (max-width: 587px) {
  #comparison-npry th, #comparison-npry td, #comparison-ppcrypt th, #comparison-ppcrypt td {
    font-weight: normal;
    width: 48vw;
  }
}

@media (max-width: 587px) {
  #comparison-npry th, #comparison-ppcrypt th {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 587px) {
  #comparison-npry td, #comparison-ppcrypt td {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

#comparison-npry tbody > tr > td:nth-of-type(1), #comparison-npry thead > tr > th:nth-of-type(1), #comparison-ppcrypt tbody > tr > td:nth-of-type(1), #comparison-ppcrypt thead > tr > th:nth-of-type(1) {
  font-weight: 700;
  max-width: 220px;
}

@media (max-width: 587px) {
  #comparison-npry tbody > tr > td:nth-of-type(1), #comparison-npry thead > tr > th:nth-of-type(1), #comparison-ppcrypt tbody > tr > td:nth-of-type(1), #comparison-ppcrypt thead > tr > th:nth-of-type(1) {
    width: 35vw;
  }
}

#comparison-npry table, #comparison-ppcrypt table {
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  vertical-align: middle;
  font-weight: 500;
}

@media (max-width: 587px) {
  #comparison-npry table, #comparison-ppcrypt table {
    table-layout: fixed;
    overflow-x: auto;
    font-size: 12px;
  }
}

@media (min-width: 587px) and (max-width: 990px) {
  #comparison-npry table, #comparison-ppcrypt table {
    overflow-x: auto;
    font-size: 13px;
  }
}

#comparison-npry tbody, #comparison-ppcrypt tbody {
  background-color: white;
}

#comparison-npry td[class^="picto-"], #comparison-ppcrypt td[class^="picto-"] {
  padding-left: 27px;
  background-repeat: no-repeat;
  background-position: 5px center;
}

#comparison-npry td.picto-good, #comparison-ppcrypt td.picto-good {
  background-image: url("/assets/img/picto-good.svg");
}

#comparison-npry td.picto-notgood, #comparison-ppcrypt td.picto-notgood {
  background-image: url("/assets/img/picto-notgood.svg");
}

#comparison-npry td.picto-sortof, #comparison-ppcrypt td.picto-sortof {
  background-image: url("/assets/img/picto-sortof.svg");
}

#comparison-npry th, #comparison-ppcrypt th {
  text-align: center;
}

.black-circle-icon {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-color: #081132;
  color: #ffffff;
  text-align: center;
  display: block;
  font-size: 18px;
  left: initial;
  font-weight: 750;
  z-index: 9999;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: .75rem;
}

.blue-circle-big-icon {
  border-radius: 30%;
  width: 70px;
  height: 70px;
  background-color: white;
  color: #081132;
  text-align: center;
  display: block;
  font-size: 28px;
  left: initial;
  font-weight: 750;
  z-index: 9999;
  line-height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: .75rem;
}

.pt-steps-boxes .card-title {
  font-weight: 700;
  /*font-size: 1.5rem;*/
}

.pt-white-box {
  width: 100%;
  min-height: 220px;
  border-color: #BDCCFE;
}

.pt-white-box .card-text {
  /*font-weight: 550;*/
}

#steps {
  background: linear-gradient(180deg, rgb(255,255,255) 50%, rgb(238,240,243) 50%);
}

.text-grey {
  color: #4d5a63;
}

.further-feature .picto-heading-text:before {
  width: 28px;
  content: '';
  height: 28px;
  background-image: url('/assets/img/picto-stars.svg');
  text-align: center;
  position: absolute;
  left: initial;
  z-index: 9999;
  margin-left: -37px;
  margin-top: -2px;
  background-repeat: no-repeat;
  background-position: center;
}

.further-feature .picto-heading-text {
  margin-left: 30px;
  /*line-height: 30px;*/
  font-weight: 700;
}

.further-feature .card {
  background-color: transparent;
}

#testimonial {
  background-blend-mode: multiply;
  background: linear-gradient(to right bottom, rgba(9,3,37,.9), rgba(9,40,97,.9)), url("/assets/img/testimonial-bg.jpg") center / cover no-repeat;
  height: 40vw;
}

.accordion {
  border: none;
  outline: none;
}

.features-simple h3, .features-simple h2 {
  font-weight: 700;
}

#pricing .pricebox {
  box-shadow: 0 0 8px rgba(0,0,0,.2);
}

body#pricing #pt-pricing-header h2 {
  margin-top: 1rem;
}

.logos-h80-w150 {
  max-height: 100px !important;
  max-width: 180px !important;
  padding: 15px;
}

.section-price-features h3 {
  padding-left: 4rem;
  font-weight: 700;
}

section.pt-timeline > div.container > div:not(.section-heading) {
  align-items: center;
  align-items: center;
  justify-content: center;
}

section.pt-timeline > div.container > div:not(.section-heading) > div:first-child {
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  color: #07194b;
}

section.pt-timeline > div.container > div:not(.section-heading) > div:nth-child(2) > h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #07194b;
}

@media (min-width: 990px) {
  section.pt-timeline > div.container > div:not(.section-heading) > div:first-child {
    border-right: 1px solid rgba(7,25,75,0.25);
  }
}

@media (max-width: 990px) {
  section.pt-timeline > div.container > div:not(.section-heading) > div:first-child > p {
    padding: 1rem;
    border-bottom: 1px solid rgba(7,25,75,0.25);
    width: 100%;
    margin: 1.2rem;
  }
}

#comparison-ppcrypt th .col-4 {
  margin-top: auto;
  margin-bottom: auto;
  vertical-align: middle;
}

/* LOGIN, REG */

#login-products .card-title {
  text-align: center;
}

.device-portfolio .card-header, #login-products .card-header {
  border: none;
}

.device-portfolio .card:hover {
  /*cursor: pointer;*/
  /*transform: scale(1.025);*/
  /*box-shadow: 0 0 21px -10px;*/
}

#login-products .card:hover {
  border: 1px solid rgba(0,0,0,0.5);
  cursor: pointer;
}

.device-portfolio .card .card-header {
  border: 1px solid rgba(0,0,0,0.1);
  width: 100%;
  border-radius: .5rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  transition: all .1s ease-in-out;
  background: white;
  padding: .5rem;
}

#login-products .card {
  border: 1px solid rgba(0,0,0,0.2);
  width: 100%;
}

/* CONTACT */

#pt-contact-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(9,40,97,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-contact-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}

.contact-form-wrapper {
  background-color: white;
}

.form-control::focus {
  color: #212529;
  background-color: #fff;
  border: none;
  outline: 0;
  font-weight: 300 !important;
  box-shadow: none !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: none;
  padding-left: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out, font-weight .5s;
  border-bottom: 1px solid rgba(5,28,43,.3);
}

.form-label {
  font-weight: 600;
}

textarea.form-control:focus {
  /*min-height: calc(3.5em + .75rem + 2px);*/
  /*resize: vertical !important;*/
  border: 1px solid #07194b;
}

textarea.form-control {
  min-height: calc(4em + .75rem + 2px);
  height: auto;
  resize: vertical;
  overflow: auto;
  border: 1px solid rgba(5,28,43,.3);
  font-size: 0.95em;
  font-weight: 500;
  padding: 8px;
}

.form-floating > .form-control {
  padding: .75rem 0 .3rem 0!important;
}

.form-floating > label {
  padding: .75rem 0 .3rem 0;
}

.form-floating > .form-control, .form-floating > .form-select {
  height: calc(2.5rem + 2px);
  line-height: 1.25;
}

.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
  opacity: .65;
  transform: scale(.8) translateY(-1.2rem);
  font-weight: 600;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-bottom: 1px solid #07194b;
  outline: 0;
  box-shadow: none;
}

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

/* FAQ */

.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  font-weight: 700;
  color: #212529;
  text-align: left;
  background-color: #fff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,border-radius .15s ease;
}

.accordion-button:not(.collapsed) {
  color: #0c63e4;
  background-color: transparent;
  box-shadow: none;
  /*border-bottom: 1px solid rgba(5,28,43,.15);*/
}

.accordion-item {
  border: none;
  border-bottom: 1px solid rgba(5,28,43,.15);
}

.accordion.transparent .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(200,228,243,.15);
  background-color: transparent;
  color: white;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
  margin-left: auto;
  content: "";
  background-image: url("/assets/img/faq-closed.svg");
  background-repeat: no-repeat;
  background-size: 2.5rem;
  transition: transform .2s ease-in-out;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/assets/img/faq-opened.svg");
  transform: rotate(-180deg);
}

.accordion.transparent .accordion-header {
  background-color: rgba(37,38,39,1);
}

/* FEATURES */

.section-features h2:before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #081132;
  content: "";
  position: absolute;
  margin-left: -70px;
  margin-top: -0.75rem;
  color: white;
  text-align: center;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: brightness(1);
}

.section-features h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-features h2 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-features > .container > .row:nth-of-type(1) > div {
  padding-left: 80px;
}

.section-features > .container > .row:nth-of-type(1) > div > p {
  /*font-size: 1.125rem;*/
  margin-bottom: 2rem;
  color: var(--bs-gray);
}

.section-features > .container > .row:nth-of-type(2) {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 1.5rem;
}

.section-security-features > .container > .row:nth-of-type(2) {
  --bs-gutter-y: 1.5rem;
  --bs-gutter-x: 1.5rem;
}

.section-features .card-title h3:before, .section-security-features .card-title h3:before {
  top: 0;
  background: var(--bs-blue);
  width: 9px;
  height: 60px;
  position: absolute;
  left: 0;
  content: " ";
}

.section-features .card-body, .section-security-features .card-body {
  padding: 0 1.5rem 1rem 1.5rem;
}

.section-features .card, .section-security-features .card {
  border-radius: 0;
  height: 100%;
}

.section-features .card-title, .section-security-features .card-title {
  padding: 4px 1.5rem;
  height: 60px;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}

.section-features .card-title h3, .section-security-features .card-title h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}

.section-features .card-text, .section-security-features .card-text {
  /*font-size: 1rem;*/
}

.section-features .card-text a {
}

.section-features h2#security:before, .section-features h2.security:before {
  background-image: url('/assets/img/shield-check.svg');
}

#pt-features-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 400px;
}

#pt-yealink-devices-header {
  background-image: url("/assets/img/bg-yealink-optimised.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  z-index: 5;
  min-height: 600px;
  background-position: bottom right;
  background-color: #000001;
}

@media (max-width: 990px) {
  #pt-features-header h1 {
    padding-top: 40px;
  }
}

@media (max-width: 990px) {
  #pt-features-header {
    min-height: 300px;
  }
}

#pt-registration, #pt-login {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 440px;
}

#pt-features-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(9,40,97,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-yealink-devices-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(9,40,97,0.2));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-registration::before, #pt-login::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(9,40,97,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: -1;
}

.pt-top-bar p:before {
  vertical-align: middle;
  margin-right: 5px;
  height: auto;
  display: inline-flex;
  padding: 0;
}

.pt-top-bar p {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #616A73;
  color: #93999F;
  margin-bottom: 0;
  font-size: 12px;
}

.picto-email-white::before {
  content: url('/assets/img/icon-mail.svg');
  vertical-align: middle;
  margin-right: 5px;
}

.picto-phone-white::before {
  content: url('/assets/img/icon-phone.svg');
  vertical-align: middle;
  margin-right: 5px;
}

.picto-ptech-white::before {
  content: url('/assets/img/icon-ptlock.png');
  vertical-align: middle;
  margin-right: 5px;
}

.picto-phone-white {
}

/* NAV */

.yamm .collapse, .yamm .dropup, .yamm .dropdown {
  position: static;
}

.yamm .container {
  position: relative;
}

.dropdown-menu {
  transition: opacity 1s;
  transition-timing-function: ease-in-out;
}

.yamm .yamm-content {
}

.yamm .dropdown.yamm-fw .dropdown-menu, .yamm .dropup.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}

@media (max-width: 576px) {
  .yamm .dropdown.yamm-fw .dropdown-menu .row > div {
  }
}

nav .yamm {
}

@media (max-width: 587px) {
  .dropdown-menu {
    position: absolute;
    z-index: 1000;
    min-width: 10rem;
    padding: .5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
  }
}

.yamm-fw h3 {
  font-size: 16px;
  font-weight: 750;
  color: white;
  line-height: 32px;
}

@media (max-width: 587px) {
  .yamm-fw h3 {
    font-size: 14px;
    font-weight: 750;
    color: white;
  }
}

.dropdown-menu {
  display: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
}

.dropdown-menu {
  display: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: transparent;
  background-clip: padding-box;
  border: none;
}

.nav-link {
}

div.dropdown-menu li a, div.dropdown-menu li {
  color: rgba(255,255,255,0.5);
  text-decoration: none;
  line-height: 34px;
  font-weight: 450;
  font-size: 15px;
}

.dropdown-menu hr {
  margin: 1rem 0 0.5rem;
}

.navbar-nav > li:last {
  border-right: none;
}

.navbar-nav > li {
  padding-right: 1rem;
  padding-left: 1rem;
}

@media (min-width: 992px) {
  .navbar-nav > li {
    border-right: 1px solid #616A73;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav > li {
    border-right: 1px solid rgba(97,106,115,0.55);
    padding-right: .4rem;
    padding-left: .4rem;
  }
}

@media (max-width: 578px) {
  .navbar-nav > li {
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}

.yamm-fw .dropdown-menu .container {
  padding-top: 1rem;
  border-top: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 1rem;
}

.pt-top-bar {
  background-color: rgba(22,28,32,.5);
  z-index: 999;
  position: relative;
}

@media (max-width: 576px) {
  .yamm-fw .dropdown-menu .container {
    padding-top: 1rem;
  }
}

li.dropdown > .nav-link.show {
  background-image: url("/assets/img/dropdown-up.svg") !important;
  background-position: right center;
  background-repeat: no-repeat;
}

li.dropdown:not(show) > .nav-link {
  background-image: url("/assets/img/dropdown-down.svg") !important;
  background-position: right center;
  background-repeat: no-repeat;
}

.navigation-clean-button {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #333;
  border-radius: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 0;
  z-index: 100;
}

@media (min-width:768px) {
  .navigation-clean-button {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}

.navigation-clean-button .navbar-brand {
  font-weight: bold;
  color: inherit;
}

.navigation-clean-button .navbar-brand:hover {
  color: #222;
}

.navigation-clean-button .navbar-toggler {
}

.navigation-clean-button .navbar-toggler:hover, .navigation-clean-button .navbar-toggler:focus {
  background: none;
}

.navigation-clean-button .navbar-toggler {
  color: #888;
}

.navigation-clean-button .navbar-nav a.active, .navigation-clean-button .navbar-nav > .show > a {
  box-shadow: none;
}

.navigation-clean-button.navbar-light .navbar-nav a.active, .navigation-clean-button.navbar-light .navbar-nav a.active:focus, .navigation-clean-button.navbar-light .navbar-nav a.active:hover {
  color: #ffffff;
  box-shadow: none;
  pointer-events: none;
}

@media (max-width: 578px) {
  .navigation-clean-button.navbar .navbar-nav .nav-link {
  }
}

@media (min-width: 992px) {
  .navigation-clean-button.navbar .navbar-nav .nav-link {
    padding-top: 2px;
    padding-bottom: 2px;
  }
}

@media (min-width: 992px) {
  .navbar-nav > .dropdown > .nav-link {
    padding-right: 21px;
  }
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
}

.navigation-clean-button.navbar-light .navbar-nav .nav-link:focus, .navigation-clean-button.navbar-light .navbar-nav .nav-link:hover {
  color: #ffffff !important;
}

@media (min-width: 992px) {
  .navigation-clean-button .navbar-nav > li > .dropdown-menu {
    box-shadow: 0 4px 8px rgba(0,0,0,.1);
    background-color: #070216 !important;
    border-radius: 0;
    top: 0;
    padding-top: calc(1rem + 70px);
    z-index: -1;
    width: 100vw;
    margin-left: calc(-50vw + 50% - 8px);
    margin-top: -1rem;
    background: linear-gradient(to left bottom, #0F152D, black);
  }
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item {
  line-height: 2;
  font-size: 14px;
  color: #37434d;
}

.navigation-clean-button .dropdown-menu .dropdown-item:focus, .navigation-clean-button .dropdown-menu .dropdown-item:hover {
  background: #eee;
  color: inherit;
}

.navigation-clean-button .actions .login {
  margin-right: 1rem;
  text-decoration: none;
  color: #465765;
}

.navigation-clean-button .navbar-text .action-button, .navigation-clean-button .navbar-text .action-button:active, .navigation-clean-button .navbar-text .action-button:hover {
  border-radius: 0;
  font-size: inherit;
  color: #fff;
  box-shadow: none;
  border: none;
  text-shadow: none;
  padding: .5rem 1rem;
  transition: background-color 0.25s;
  font-size: inherit;
}

.navigation-clean-button .navbar-text .action-button:hover {
}

@media (max-width: 578px) {
  .navbar-nav:first-child {
    border-top: none !important;
    margin-top: 32px;
  }
}

@media (max-width: 578px) {
  .navbar-nav .nav-item .nav-link {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    border-top: 1px solid #616A73;
    font-weight: 400;
  }
}

a[data-bs-toggle="dropdown"] .show {
  text-decoration: underline !important;
}

.pt-steps-half h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: .5rem;
}

.pt-steps-half p {
  padding-bottom: 1rem;
}

.navbar-toggler.collapsed > .navbar-toggler-icon {
  background-image: url('/assets/img/hamburger.svg') !important;
}

.navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
  background-image: url('/assets/img/close-menu.svg');
}

.navbar-toggler > .navbar-toggler-icon {
  background-image: url('/assets/img/hamburger.svg');
}

.menu-pricing {
  color: white;
  font-weight: 400;
}

.menu-pricing > .content > p > strong {
  font-weight: 800;
}

.menu-pricing > .content > p > span {
  color: var(--bs-blue);
  font-weight: 400;
}

.menu-pricing h3 {
  background-color: var(--bs-blue);
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px;
  z-index: 999;
  position: relative;
}

.menu-pricing .content {
  background-color: #140F22;
  padding-top: 20px;
  margin-top: -20px;
  z-index: 1;
  position: relative;
  padding-bottom: 10px;
}

@media (min-width: 587px) {
  .outline-15 {
    outline: 1px solid #EEF0F3;
    outline-offset: -15px;
    padding: 2.5rem;
  }
}

@media (max-width: 587px) {
  .outline-15 {
    /*outline: 1px solid rgba(32,82,251,0.3);*/
    /*outline-offset: -15px;*/
    /*padding: 2.5rem;*/
  }
}

.pt-list-16px-pb2-grey {
  padding-left: 18px;
}

.section-features-complex-content-right {
  background: linear-gradient(90deg, rgb(255,255,255) 50%, rgb(238,240,243) 50%);
}

.bg-benefits-features {
  background: linear-gradient(270deg, #f8f9fC 50%, rgb(238,240,243) 50%);
}

@media (max-width: 990px) {
  .section-features-complex-content-right {
    background: linear-gradient(90deg, rgb(255,255,255) 3%, rgb(238,240,243) 3%);
    margin-left: 5%;
    background: rgb(238,240,243);
  }
}

.dropdown-menu.show {
  opacity: 1;
}

.dropdown-menu:not(.show) {
  opacity: 0;
}

/* PRICING */

#pt-pricing-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.8),rgba(9,3,37,0.9), rgba(3,55,149,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-size: 200% 200%;
  -webkit-animation: Animation 15s ease infinite;
  -moz-animation: Animation 15s ease infinite;
  animation: Animation 15s ease infinite;
}

#pt-pricing-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 440px;
  /*background-size: 100% 360px;*/
}

.section-price-features ul {
  list-style-position: inside;
  padding: .5rem;
  padding-left: 4.5rem;
}

.section-price-features li {
  list-style-image: url("/assets/img/check-blue-li.svg");
  padding-top: .8rem;
  padding-bottom: .8rem;
  flex: 0 0 auto;
  font-weight: 400;
  padding-left: 0.25rem;
  border-bottom: 1px solid rgba(161,174,183,0.37);
}

@media (min-width: 990px) {
  .section-price-features li {
    width: 33.33333333%;
  }
}

@media (max-width: 587px) {
  .section-price-features li {
    width: 100%;
  }
}

@media (min-width: 587px) and (max-width: 990px) {
  .section-price-features li {
    width: 50%;
  }
}

.section-price-features h3::before {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(9,3,37,0.9);
  content: "";
  position: absolute;
  margin-left: -4rem;
  margin-top: -.5rem;
  color: white;
  text-align: center;
  line-height: 48px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  filter: brightness(1);
}

.section-price-features p {
  padding-left: 4rem;
  padding-top: .5rem;
}

.light-white-box {
  border: 1px solid rgba(32,82,251,.3);
  text-align: center;
  padding: 1.5rem .5rem 1rem;
  background-color: white;
}

/* RCENTER */

#pt-rcentre-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(9,40,97,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-small-header::before {
  background: linear-gradient(to right bottom, rgba(9,3,37,0.9), rgba(16,44,95,0.9));
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  z-index: 1;
  background-position: 200% 200%;
  -webkit-animation: Animation 5s ease infinite;
  -moz-animation: Animation 5s ease infinite;
  animation: Animation 5s ease infinite;
}

#pt-rcentre-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 330px;
}

#pt-small-header {
  background-image: url("/assets/img/bg-globus-network-narrow-jpg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
  min-height: 330px;
}

@media (max-width: 990px) {
  #pt-rcentre-header {
    min-height: 210px;
  }
}

.img-container img {
  max-width: 100%;
  height: auto;
  margin-bottom: 1rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  max-height: 550px;
}

.border-left-darkred {
  border-left: 5px solid darkred;
  padding-left: 18px;
}



#radio-mypos:checked + label {
  border: 1px solid grey;
  background-color: lightgoldenrodyellow;
}

#radio-mypos {
  background: url("/assets/img/logo-coinpayments.svg") center / contain no-repeat;
  height: 60px;
}

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

input[name="paymentmethod"] {
  border: 2px solid grey;
  margin-right: 6px;
}

@media (min-width: 992px) {
  .w-95 {
    width: 95%;
  }
}


.border-bottom-dotted {
  border-bottom: 1px dotted #a8abae!important;
}





@keyframes Animation {
  0% {
    background-position: 10% 0%;
  }
  50% {
    background-position: 91% 100%;
  }
  100% {
    background-position: 10% 0%;
  }
}

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

.pt-bg-gray-50 {
  background-color: rgba(238,240,243,0.5);
}

.text-bold {
  font-weight: 700;
}

.pt-deepblue-box h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

.pt-deepblack-box h3 {
  font-weight: 700;
  margin-bottom: 1rem;
}

@media (min-width: 1200px) {
  .f-18px {
    font-size: 1.125rem;
    line-height: 1.6rem;
    font-size: 1.05rem;
    line-height: 1.5;
  }
}

@media (min-width: 587px) and (max-width: 1200px) {
  .f-18px {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 587px) {
  .f-18px {
    font-size: .95rem;
    line-height: 1.4em;
  }
}

.f-24px {
  font-size: 1.4rem;
  line-height: 1.8rem;
}

.p-intro {
  font-size: 1.5rem;
  line-height: 2.125rem;
  font-weight: bolder;
}

@media (max-width: 587px) {
  .f-24px {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 587px) {
  .p-intro {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }
}

.f-responsive-bodytext {
  font-size: 14px;
  line-height: 18px;
}

.text-thin {
  font-weight: 300;
}

.hr-blue {
  height: 3px !important;
  color: #2052FB;
  width: 60px;
  opacity: 0.8;
}

.f-20px {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (max-width: 587px) {
  .f-20px {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (max-width: 587px) {
  .p-blueborder {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.mt-36px {
  margin-top: 36px;
}

.f-14px {
  font-size: 1rem;
}

.btn-outline-light {
  /*border-radius: 20px;*/
  /*color: white;*/
  /*height: 48px;*/
  /*font-weight: 400;*/
  /*font-size: 16px;*/
  /*line-height: 16px;*/
  border: 1px solid rgba(255,255,255,.5);
  /*padding: 0px 20px;*/
}

@media (max-width: 992px) {
    .btn-outline-light {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .changeLocale {
        background-color: rgba(255, 255, 255, 0.3);
    }

    .changeLocale:hover {
        background-color: rgba(255, 255, 255, 0.8);
        color: #000 !important;
    }
}

.btn-outline-secondary {
  border-radius: 20px;
  color: rgb(5,28,43);
  height: 48px;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  border: 1px solid rgba(5,28,43,.5);
  padding: 0px 20px;
}

.f-36px {
  font-size: 2.25rem;
  line-height: 2.6875rem;
}

@media (max-width: 587px) {
  .f-36px {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.pt-features-white-box ul {
}

.pt-features-white-box li {
  font-size: 1em;
  padding-left: 34px;
  display: block;
  width: 100%;
}

.border-card {
  border: 1px solid rgba(0,0,0,0.125);
}

#pt-yealink-hero {
  background-image: url('/assets/img/gray-yealink-background.jpg');
  height: 500px;
}

.picto-pdf-start {
  color: rgb(196,55,46);
  margin-right: .2rem;
  margin-top: -2px;
}

.picto-details-start {
  color: rgb(32,82,251);
  margin-right: .2rem;
  margin-top: -2px;
}

.device-portfolio .card-text {
  padding: .5rem 0;
  margin: 0;
  font-size: .9rem;
}

.device-portfolio .card-body .btn {
  margin: 0 .8rem .8rem;
}

.btn-picto-pdf::before {
  content: 'pdf';
}

.device-portfolio .card-link {
  /*margin: 0 0 0.2rem .6rem;*/
  display: block;
  font-size: .9rem;
}

.device-portfolio .card-title {
  margin: 0;
  font-size: 1rem;
}

.z-100 {
  z-index: 100;
}

.z-90 {
  z-index: 90;
}

section.pt-timeline > div.container > div:not(.section-heading) > div {
  align-items: center;
  justify-content: center;
}

section.pt-timeline > div.container > div:not(.section-heading) > div:nth-child(2) {
  padding: 0 2rem;
}

section.pt-timeline > div.container > div:not(.section-heading) > div:nth-child(3) {
  display: flex;
}

section.pt-timeline > div.container > div:not(.section-heading) > div:nth-child(3) > img {
  max-width: 300px;
  max-height: 350px;
  height: auto;
  width: 100%;
}

.funny-shadow-bottom {
  box-shadow: 0 .125rem .125rem rgba(0,0,0,.075)!important;
}

#pt-ptshe-header {
  min-height: 400px;
}

#pt-ptshe-header .pt-hero {
  position: initial;
}

#pt-ptshe-header .pt-hero .row {
}

.btn {
  font-weight: 650;
}

.mh-5rem {
  min-height: 5rem;
}

#pricing-table th {
  position: sticky;
  top: 0;
  background-color: #f6f6f8;
  box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.4);
}

#pricing-table .table > tbody > tr > td:first-child {
  width: 70%;
}

#pricing-table tr td:nth-child(2), #pricing-table tr th:nth-child(2) {
  text-align: center;
}

#pricing-table td, #pricing-table th {
  padding: 0.8rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-weight: 500;
}

.sidebar-display-none {
  display: none;
}

.dropdown-btn:not(.collapsed) {
  background-image: url("/assets/img/dropdown-up-gray.svg") !important;
  background-position: 90% center;
  background-repeat: no-repeat;
}

.dropdown-btn.collapsed {
  background-image: url("/assets/img/dropdown-down-gray.svg") !important;
  background-position: 90% center;
  background-repeat: no-repeat;
}

li.dropdown:not(show) > .nav-link {
  background-image: url("/assets/img/dropdown-down.svg") !important;
  background-position: right center;
  background-repeat: no-repeat;
}

.dropdown-btn {
  width: 100%;
  display: block;
  padding: .15rem;
  text-decoration: none;
  color: var(--bs-body-color);
  text-align: left;
}

.sidebar-component li li {
  /*padding-left: .5rem;*/
}

.sidebar-component li li::before {
  content: '- ';
  padding-right: .25rem;
  padding-left: .5rem;
}

.bg-lightgray {
  background: #f8f8f8;
}

.bg-lightgray-white-split {
  background-color: white;
  background: linear-gradient(to right, #F8F8F8 50%, #FFFFFF 50%);
}

.picto-before-phone::before {
  background-image: url('/assets/img/picto-before-phone-wire.svg');
  background-size: 50%;
}

.bg-fafa {
  background-color: #fafafa;
}

.bg-lightgrey {
  background-color: #F8F8F8;
}

body.pt-resource-centre .resource-content h3 {
  font-size: 1.15rem;
  font-weight: 700;
}

body.pt-resource-centre .resource-content h2 {
  font-size: 1.4rem;
  font-weight: 700;
}

.max-h550 {
  max-height: 550px;
}

.hr-image-separator {
  width: 75%;
  margin: 1rem auto 2rem auto;
  opacity: .1;
}

.max-w500 {
  max-width: 500px;
}

.typical-clients .card-text {
}

.border-transparent-10px {
  border: 10px solid transparent;
}

.border-white-10px {
  border: 10px solid white;
}

.strong-blue > strong {
  color: var(--bs-primary);
}

#picto-no-1::before, .picto-no-1::before {
  content: '1';
}

#picto-no-2::before {
  content: '2';
}

#picto-no-3::before {
  content: '3';
}

#picto-no-4::before {
  content: '4';
}

#picto-no-5::before {
  content: '5';
}

#picto-no-6::before {
  content: '6';
}

#picto-no-7::before {
  content: '7';
}

#picto-no-8::before {
  content: '8';
}

.list-space > li {
  padding-bottom: 0.5rem;
}

h3.picto-heading-text + p {
  margin-left: 30px;
}

@media (min-width: 1200px) {
  .pt-features-white-box li {
    display: inline-block !important;
    width: calc(49.5%);
    margin-bottom: 8px;
  }
}

.bg-almostwhite {
  background-color: #f5f6fa;
}

.pt-steps-half.counter h3::before {
  counter-increment: steps;
  content: counter(steps);
}

.device-portfolio .card-link svg {
  font-size: 1rem;
}

.device-portfolio .card-link.stretched-link {
  margin-bottom: 0.8rem;
}


.premium-video-solution {
  background-image: url("/assets/img/bg-yealink-t58w.jpg");
  background-size: cover;
  background-position: right;
}


.elegant-phone, .npconf-vc800 {
  background-image: url("/assets/img/bg-graysand.jpg");
  background-size: cover;
}

.npconf-vc500 {
  background-image: url("/assets/img/bg-npconf-vc500.jpg");
  background-size: cover;
  position: relative;
}

@media (max-width: 768px) {
  .npconf-vc500 {
    background-size: 100%;
    position: relative;
    padding-bottom: 15rem;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #222222;
  }
}

@media (max-width: 587px) {
  .npconf-vc500 {
    padding-bottom: 9rem;
  }
}

@media (min-width: 768px) {
  .npconf-vc500 {
    min-height: 650px;
    background-size: cover;
    background-position: left;
    position: relative;
  }
}

@media (min-width: 768px) {
  .npconf-vc500::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: linear-gradient(115deg, rgba(33,33,33,0) 35%, rgba(33,33,33,2) 55%);
    z-index: 1;
  }
}

@media (max-width: 768px) {
  .npconf-vc500::before {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    background: linear-gradient(to bottom, rgba(22,22,22,1) 15%, rgba(33,33,33,1) 46%, rgba(33,33,33,0) 65%);
    z-index: 1;
  }
}

@media (max-width: 587px) {
  .npconf-vc500::before {
    /*background: linear-gradient(to bottom, rgba(22,22,22,1) 15%, rgba(33,33,33,1) 29%, rgba(33,33,33,0) 76%);*/
    z-index: 1;
  }
}

.mr-1 {
  margin-right: 0.5rem;
}

.bg-yealink-conference {
  background-image: url("/assets/img/bg-yealink-conference-background.png");
  background-size: cover;
}

.mw-250px {
  max-width: 250px !important;
}

.pt-hero-shadow h1, .pt-hero-shadow h2, .pt-hero-shadow p {
  text-shadow: 1px 1px 4px rgb(7,25,75);
}

.reception-centre, .npconf-collaboration {
  background-image: url("/assets/img/bg-yealink-light.jpg");
  background-size: cover;
}

@media (min-width: 1200px) {
  .text-left-md-center h2 {
    text-align: left;
  }
}

.card-hover:hover {
  border: 1px solid rgba(9,40,97,0.3);
  box-shadow: 0 0 10px -2px rgba(8,17,50,0.5);
  transform: scale(102%);
}

.endpoints-portfolio .card:hover {
  border: 1px solid rgba(9,40,97,0.3);
  box-shadow: 0 0 10px -2px rgba(8,17,50,0.5);
  transform: scale(102%);
}

.endpoints-portfolio .card {
  /*transform: scale(102%);*/
}

.endpoints-portfolio .card-title {
  font-size: 1.1rem;
  font-weight: 700;
}

@media (min-width: 587px) {
  .pt-hero h2 {
    font-weight: 650;
    font-size: 1.25rem;
    margin-top: 1rem;
    line-height: 1.35em;
  }
}

@media (max-width: 587px) {
  .pt-hero h2 {
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 1rem;
  }
}

.max-h450 {
  max-height: 450px;
}

body.body-nphone #footer-bottom a {
  color: whitesmoke;
}

.list-inside {
  padding-left: 3rem !important;
  padding-top: .5rem;
  padding-bottom: .75rem;
}

#h3-content-b::before {
  content: "B";
}

#h3-content-a::before {
  content: "A";
}

.min-height-550px {
  min-height: 550px !important;
}

.bg-svg-map {
  background-image: url('/assets/img/full-map-svg.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

.max-w1350 {
  max-width: 1350px;
  width: 100%;
}

.max-w1500 {
  max-width: 1500px;
  width: 100%;
}

.mr-auto {
  margin-right: auto !important;
  margin-left: 0 !important;
}

@media (min-width: 1400px) {
  .mr-xxl-auto {
    margin-right: auto !important;
    margin-left: 0 !important;
  }
}

.picto-blue {
  color: #343AC8;
}

.language-selector option {
  background: rgba(22, 28, 32, .8);
}

.language-selector {
  background: transparent;
  border: none;
  color: #93999F;
  display: none;
  min-width: 0;
  padding: 0;
  margin: 0;
  font-size: .8rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: black;
  background-clip: padding-box;
  border: none;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,.1);
  background-color: #070216 !important;
  border-radius: 0;
  z-index: -1;
  background: linear-gradient(to left bottom, #0F152D, black);
  font-weight: normal;
}

.language-selector > .dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1rem;
  clear: both;
  font-weight: 400;
  color: white;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  /*top: 0;*/
  z-index: -1;
}

/* Chrome, Safari, Edge, Opera */

input.code-input::-webkit-outer-spin-button, input.code-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input.code-input[type=number] {
  -moz-appearance: textfield;
}

.code-input {
  width: 3rem;
  display: inline-block;
  margin: 0.2rem;
  line-height: 1.5rem;
  font-size: 1.5rem;
  text-align: center;
  padding: 0;
  border: 1px solid rgba(7,25,75,0.35);
}

@media (max-width: 587px) {
  .code-input {
    width: 2.5rem;
    display: inline-block;
    margin: 0.2rem;
    line-height: 1.3rem;
    font-size: 1.3rem;
    text-align: center;
    padding: 0;
    border: 1px solid rgba(7,25,75,0.35);
  }
}

.pt-use-cases-list {
  padding-left: 2rem;
}

.img-usecase-featured {
  object-fit: cover;
  border-radius: .8rem;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
  max-width: 100%;
  height: auto;
}

.pre-subheadline {
  font-weight: 700;
  color: var(--bs-primary);
  text-transform: uppercase;
  margin: .25rem 0;
  font-size: .875rem;
}

.m-w250-h200 {
  width: 250px;
  height: 200px;
  object-fit: contain;
}

h3.picto-heading-text + p > a {
  display: block;
}

div.dropdown-menu li a:hover {
  color: white;
}

.rounded-5 {
  border-radius: 1rem!important;
}

.max-h62 {
  max-height: 62px;
}

@media (max-width: 587px) {
  .section-features-complex-text h3 {
    font-size: 1.5rem;
    font-weight: 400;
  }
}

@media (max-width: 587px) {
  h3.smaller {
    font-size: 1.35rem;
    font-weight: 400;
  }
}

@media (min-width: 587px) {
  .section-features-complex-text h3 {
    font-size: 1.75rem;
    font-weight: 400;
  }
}

@media (min-width: 587px) {
  h3.smaller {
    font-size: 1.6rem;
    font-weight: 400;
  }
}

@media (max-width: 587px) {
  h3.smaller {
    font-size: 1.25rem;
    font-weight: 400;
  }
}

.section-features-complex-text h2 strong, .section-features-complex-text h3 strong {
  font-weight: 700;
}

.max-h65 {
  max-height: 65px;
}

.device-portfolio .card {
  background: none;
  border: none;
  width: 100%;
  margin-bottom: 1rem;
}

.card-link + .card-link {
  margin-left: 0;
}

#footer-links h5 {
  font-size: .9rem;
  font-weight: 700;
  color: rgba(8,17,50,.9);
  margin-top: .5rem;
  margin-bottom: 0.7rem;
}

@media (min-width: 1400px) {
  #footer-links h5 {
    font-size: 1rem;
    font-weight: 700;
    color: rgba(8,17,50,1);
  }
}

body.body-nphone #footer-links h5 {
  color: white;
}

body.body-nphone .hr-black {
  color: white;
  opacity: .3;
}

.bg-border-box {
  background-origin: border-box;
}

.max-w200-h60 {
  max-width: 200px;
  max-height: 60px;
}

.three-lightgray-boxes {
  border: 10px solid white;
  background-color: #F8F8F8;
  padding-top: 1.5rem!important;
  padding-bottom: 1.5rem!important;
}

.three-lightgray-boxes h3 {
  font-weight: 700;
  font-size: calc(1rem + .2vw);
}

.comsec-table {
}

.comsec-table h3 {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1rem 0;
  /*text-align: center;*/
}

.comsec-table p {
  font-size: 14px;
}

.comsec-table .good-icon h4::before, h3.good-icon::before {
  content: '';
  background-image: -webkit-image-set( url('/assets/img/good-icon-x1.png') 1x, url('/assets/img/good-icon-x2.png') 2x);
  background-image: image-set( url('/assets/img/good-icon-x1.png') 1x, url('/assets/img/good-icon-x2.png') 2x);
  width: 16px;
  height: 16px;
  display: inline-grid;
  background-repeat: no-repeat;
  margin-right: 6px;
  background-position: 0 0;
  top: 1px;
  position: relative;
}

.comsec-table .warning-icon h4::before, h3.warning-icon::before {
  content: '';
  background-image: -webkit-image-set( url('/assets/img/warning-icon-x1.png') 1x, url('/assets/img/warning-icon-x2.png') 2x);
  background-image: image-set( url('/assets/img/warning-icon-x1.png') 1x, url('/assets/img/warning-icon-x2.png') 2x);
  width: 16px;
  height: 16px;
  display: inline-grid;
  background-repeat: no-repeat;
  margin-right: 6px;
  background-position: 0 0;
  top: 2px;
  position: relative;
}

.warning-icon {
}

.hr-gray-thin {
  color: #051C2B;
  width: 100px;
  opacity: .2;
  margin-top: 20px;
  margin-bottom: 20px;
}

.comsec-table h4 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3rem;
  margin-bottom: .4rem;
}

.comsec-table h3 strong {
  color: var(--bs-primary);
  font-weight: 700;
}

.network-steps {
  line-height: 2rem;
}

.f-1rem {
  font-size: 1rem;
}

@media (max-width: 1200px) {
  .sidebar-component a {
    font-size: .9rem;
    line-height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .sidebar-component li {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#loginFormCaptcha {
    min-height: 120px;
}

.esimTableContainerScroll {
    overflow-x: scroll;
}

.pricebox h3.h4 {
    min-height: 85px;
}

.priceboxContainer {
    min-height: 450px;
}

@media(max-width: 1200px) {
    .priceboxContainer {
        min-height: 510px;
    }
}

@media(min-width: 1200px) {
    .priceboxContainer {
        min-height: 510px;
    }
}
