:root {
  --bs-body-font-family: "Poppins","MazzardHRegular",Helvetica, Arial, sans-serif;
  --bs-gutter-x:1.5rem;
  --bs-unique-size:10px;
  --bs-font-poppin:"Poppins";
  --bs-font-poppinS:"PoppinsMedium";
  --bs-font-mazzardS:"MazzardM";
  --bs-font-mazzardR:"MazzardHRegular";
  --bs-body-font-weight:400;
  --bs-font-weightS:500;
  --bs-white:#FFFFFF;
  --bs-ink-blue:#0A0A3F;
  --bs-grey-cool: #ACB3C4;
  --bs-grey-dark:#757575;
  --bs-navy-blue:#060626;
  --bs-pure-blue:#0072f5;
  --congress-blue:#004D94;
  --bs-light-blue:#002450;
  --bs-dark-blue: #0B0B40;
  --bs-light-white:#F3F3F3;
  --bs-navy-blue-dark:#0C0B40;
  --bs-navy-blue-md:#1B1B56;
  --bs-grey-900:#101828;
  --bs-black:#000;
  --bs-bright-blue:#0072F5;
  --bs-dark-grey:#A1BFD6;
  --bs-light-grey:#dbdbdb;
  --bs-mild-white: #F2F6F9;
  --bs-grey-white: #DAE3EA;
  --bs-g-violet:#8E8EA3;
  --bs-global-blue:#5A1FFF;
  --bs-endless-galaxy: #01013F;
  --bs-aurichalcite: #1EFBD3;
  --bs-font-black: #181818;
  --bs-blue-dark: #423df2;
  --bs-bg-gray: #f4f7fc;
  --bs-font-dark:#050725;
  --bs-blue-light: #4045ff;
  --bs-coconet-white: #EBEFF7;
  --bs-green-light: #21e7b8;
  --bs-gray-light: #F4F8FB;
  --bs-grey-light: #D7DCE5;
  --bs-blue-light-medium: #0075E0;
  --bs-grey-light: #D7DCE5;
  --sr-blue-magenta: #191959;
  --sr-persion-rose: #2596FF;
  --columbia-blue: #C4D2DC;
  --dodger-blue:#2596FF;
  --var-dot-indicator: #D9D9D9;
  --ps-ink-grey:#F5F8FC;
  --ss-blue-purple:#AAB8DE;
  --ss-rich-black:#040404;
  --var-poppins-bold: "PoppinsBold";
  --var-poppins-bold-weight: "600";
  --bs-darkess-blue: #0a0a3f;
  --bs-border-gray: #d5d8dc;
  --bs-tertiary-blue: #3D03DE;
  --Primary-Colors-Yellow:#FFFB4D;
  --vampire-black:#0A0A0A;
}

body {
  font-family: "Poppins" !important;
  font-weight: 400;
  font-size: 1.8rem;
  color: var(--bs-font-black);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
  margin: 0 !important;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: "Poppins";
  font-display: swap;
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "PoppinsMedium";
  font-display: swap;
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "MazzardHRegular";
  font-display: swap;
  src: url("../fonts/MazzardH-Regular.woff2") format("woff2"),url("../fonts/MazzardH-Regular.woff") format("woff"),url("../fonts/MazzardH-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: "MazzardHMedium";
  font-display: swap;
  src: url("../fonts/MazzardH-Medium.woff2") format("woff2"),url("../fonts/MazzardH-Medium.woff") format("woff"),url("../fonts/MazzardH-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal
}

@font-face {
  font-family: "MazzardHBold";
  font-display: swap;
  src: url("../fonts/MazzardH-Bold.woff2") format("woff2"),url("../fonts/MazzardH-Bold.woff") format("woff"),url("../fonts/MazzardH-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal
}

@font-face {
  font-family: "MazzardH";
  font-display: swap;
  src: url("../fonts/MazzardH-SemiBold.woff2") format("woff2"),url("../fonts/MazzardH-SemiBold.woff") format("woff"),url("../fonts/MazzardH-SemiBold.otf") format("otf");
  font-weight: 600;
  font-style: normal
}

@font-face {
  font-family: "MazzardLight";
  font-display: swap;
  src: url("../fonts/MazzardH-Light.woff2") format("woff2"),url("../fonts/MazzardH-Light.woff") format("woff"),url("../fonts/MazzardH-Light.otf") format("otf");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: "MazzardLightItalic";
  font-display: swap;
  src: url("../fonts/MazzardH-LightItalic.woff2") format("woff2"),url("../fonts/MazzardH-LightItalic.woff") format("woff"),url("../fonts/MazzardH-LightItalic.otf") format("otf");
  font-weight: 300;
  font-style: italic
}

.d-block {
  display: block !important;
}
html {
  font-size: 87.5%;
}
html.freez {
  overflow: hidden !important;
  height: 100%;
  width: 100%;
  position: fixed;
}
html.freez body {
  height: 100%;
  overflow: hidden !important;
  width: 100%;
  position: fixed;
}

.header-fixed{
  padding: 28px 30px 21px;
    text-align: center;
    position: fixed;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}
@media screen and (min-width: 768px) {
  .header-fixed {
    padding: 35px 35px 28px;
  }
}
.header-fixed.scrolled{
  box-shadow: 0 3px 20px 0 rgba(0,0,0,.1);
}
.mainContent {
  display: none;
}
.mainContent.modalOpen {
  display: block;
}

body.noscroll {
  overflow: hidden;
}



body {
  font-family: "Poppins";
  font-weight: var(--bs-body-font-weight);
  font-size: 1.8rem;
  color: var(--bs-font-black);
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
}

.container {
  padding: 0px 24px;
  margin: 0px auto;
  width: 100%;
}
.d-flex{
  display: flex;
}
.justify-content-center{
  justify-content: center;
}
@media (min-width: 576px) {
  .container {
    padding: 0px 15px;
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 980px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1440px) {
  .container {
    max-width: 1310px;
  }
}
@media (min-width: 1600px) {
  .container {
    max-width: 1410px;
  }
}

.multiBrowserTool {
  padding-top: 165px;
  text-align: center;
  background: #f2f6f9;
}
/* @media screen and (min-width: 750px) {
  .multiBrowserTool {
    padding-top: 165px;
  }
} */
@media screen and (min-width: 1400px) {
  .multiBrowserTool {
    padding-top: 190px;
  }
}
.multiBrowserTool__container {
  max-width: 968px;
  margin: 0 auto;
  padding-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool__container {
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 1400px) {
  .multiBrowserTool__container {
    padding-bottom: 85px;
  }
}
.multiBrowserTool__container--device {
  margin: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 37px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.multiBrowserTool__container--device .show-mac {
  width: 100%;
}
.multiBrowserTool__container--device .dmg-button {
  padding-bottom: 40px;
  border-bottom: 1px solid #ACB3C4;
}
.multiBrowserTool__container--device .pkg-button {
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  .multiBrowserTool__container--device .dmg-button {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .multiBrowserTool__container--device .pkg-button {
    padding-top: 30px;
  }
}
@media screen and (min-width: 750px) {
  .multiBrowserTool__container--device {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .multiBrowserTool__container--device {
    margin: 66px 0;
  }
}
@media screen and (min-width: 750px) {
  .multiBrowserTool__container--device__item {
    min-width: 346px;
    max-width: 346px;
  }
}
.multiBrowserTool__container--device__item p {
  color: #8b97b2;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
  margin-bottom: 0;
}
.multiBrowserTool--heading {
  margin: 0 -15px;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool--heading {
    margin: 0;
  }
}
.multiBrowserTool--heading h1 {
  color: #0e0e0e;
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.05px;
  margin-bottom: 37px;
  font-family: "Poppins";
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool--heading h1 {
    font-size: 45px;
    letter-spacing: -1.35px;
  }
}
@media screen and (min-width: 991px) {
  .multiBrowserTool--heading h1 {
    font-size: 60px;
    letter-spacing: -1.8px;
  }
}
@media screen and (min-width: 1400px) {
  .multiBrowserTool--heading h1 {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
}
.multiBrowserTool--heading--media {
  padding: 15px;
  border-radius: 11px;
  border: 1px solid #0072f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: 0 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool--heading--media {
    margin: 0 -20px;
  }
}
@media screen and (min-width: 991px) {
  .multiBrowserTool--heading--media {
    margin: 0 42px;
  }
}
@media screen and (min-width: 1200px) {
  .multiBrowserTool--heading--media {
    margin: 0 50px;
  }
}
.multiBrowserTool--heading--media svg {
  min-width: 47px;
  height: auto;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool--heading--media svg {
    min-width: 63px;
  }
}
.multiBrowserTool--heading--media__body p {
  color: #0e0e0e;
  font-family: "Poppins";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool--heading--media__body p br {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .multiBrowserTool--heading--media__body p br {
    display: block;
  }
}
.multiBrowserTool--heading--media__body p a {
  color: #0072f5;
  text-decoration: underline;
  font-weight: 600;
}
.multiBrowserTool--heading--media__body p b {
  font-weight: 600;
}
.multiBrowserTool .citrix {
  position: relative;
  margin: 0 -9px;
  padding: 50px 0 75px;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool .citrix {
    padding: 100px 0 75px;
    max-width: 968px;
  }
}
@media screen and (min-width: 1200px) {
  .multiBrowserTool .citrix {
    padding: 100px 0 75px;
    max-width: 1141px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1400px) {
  .multiBrowserTool .citrix {
    padding: 100px 0;
  }
}
.multiBrowserTool .citrix::after {
  content: "";
  width: 100%;
  background: #acb3c4;
  height: 1px;
  left: 0;
  top: 0;
  position: absolute;
}
.multiBrowserTool .citrix h2 {
  font-family: "Poppins";
  font-size: 35px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1.05px;
  color: #0e0e0e;
  margin-bottom: 57px;
  margin-top: 0;
}
@media screen and (min-width: 750px) {
  .multiBrowserTool .citrix h2 {
    font-size: 45px;
    letter-spacing: -1.35px;
  }
}
@media screen and (min-width: 991px) {
  .multiBrowserTool .citrix h2 {
    font-size: 60px;
    letter-spacing: -1.8px;
  }
}
@media screen and (min-width: 1400px) {
  .multiBrowserTool .citrix h2 {
    font-size: 80px;
    letter-spacing: -2.4px;
  }
}
.multiBrowserTool .citrix p {
  color: #8b97b2;
  text-align: center;
  font-family: "Poppins";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  max-width: 454px;
  margin: 15px auto 0;
}

.img_content {
  padding: 74px 0 35px;
}
@media screen and (min-width: 750px) {
  .img_content {
    padding: 106px 0 50px;
  }
}
@media screen and (min-width: 991px) {
  .img_content {
    padding: 126px 0 100px;
  }
}
@media screen and (min-width: 1200px) {
  .img_content {
    padding: 135px 0 105px;
  }
}
@media screen and (min-width: 1400px) {
  .img_content {
    padding: 145px 0 115px;
  }
}
@media screen and (min-width: 1600px) {
  .img_content {
    padding: 70px 0 45px;
  }
}
.img_content--section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 750px) {
  .img_content--section {
    padding: 0 35px;
  }
}
@media screen and (min-width: 991px) {
  .img_content--section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 60px;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .img_content--section {
    gap: 80px;
  }
}
@media screen and (min-width: 1600px) {
  .img_content--section {
    gap: 100px;
  }
}
@media screen and (min-width: 991px) {
  .img_content--section__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.img_content--section__text p, .img_content--section__text ul {
  color: #060626;
  font-family: "Poppins";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 0;
  line-height: 1.5;
}
.img_content--section__text ul {
  padding-inline-start: 40px;
}
.img_content--section__text a {
  word-break: break-all;
}
.img_content--section__text ul.lower-alpha {
  list-style-type: lower-alpha;
}
.img_content--section__text ul li {
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  .img_content--section__text p {
    margin-bottom: 20px;
  }
  .img_content--section__text p:last-of-type {
      margin-bottom: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .img_content--section__text p {
    margin-bottom: 25px;
  }
  .img_content--section__text p:last-of-type {
      margin-bottom: 50px;
  }
}
@media screen and (min-width: 1400px) {
  .img_content--section__text p {
    margin-bottom: 25px;
  }
  .img_content--section__text p:last-of-type {
      margin-bottom: 70px;
  }
}
.img_content--section__text p a {
  color: #0072f5;
}
.img_content--section__image {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
@media screen and (min-width: 991px) {
  .img_content--section__image {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
}
.img_content--section__image img {
  max-width: 100%;
}
@media screen and (min-width: 750px) {
  .img_content--section__image img {
    max-width: 439px;
  }
}
@media screen and (min-width: 991px) {
  .img_content--section__image img {
    max-width: 470px;
  }
}
@media screen and (min-width: 1400px) {
  .img_content--section__image img {
    max-width: 620px;
  }
}
@media screen and (min-width: 1600px) {
  .img_content--section__image img {
    max-width: 660px;
  }
}

.btn-anchor {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--bs-black);
  font-family: var(--bs-font-poppinS);
  font-weight: var(--bs-font-weightS);
  text-decoration: none;
  line-height: 1.4;
  cursor: pointer;
}
.btn-anchor svg {
  margin-left: 12px;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  width: 15px;
  height: 13px;
}
.btn-anchor svg path {
  fill: var(--bs-pure-blue);
}
.btn-anchor:hover {
  color: var(--bs-pure-blue) !important;
  outline: none;
}
.btn-anchor:hover svg {
  -webkit-transform: translateX(10px);
      -ms-transform: translateX(10px);
          transform: translateX(10px);
}

.btn-download {
  border-radius: 6px;
  background: #0072f5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 12px 25px;
  color: #fff;
  gap: 25px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  border: 1px solid #0072f5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
.btn-download svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-download .d-block {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.61;
}
@media screen and (min-width: 750px) {
  .btn-download .d-block {
    font-size: 14px;
  }
}
.btn-download:hover {
  color: #0072f5;
  background: transparent;
  outline: none;
}
.btn-download:hover svg path {
  stroke: #0072f5;
}

@media screen and (min-width: 991px) {
  .frenchlang.germanlang .img_content--section {
    padding: 0 5px;
  }
}

.mac-os .multiBrowserTool__container {
  padding-bottom: 25px;
}
@media screen and (min-width: 350px) {
  .mac-os .multiBrowserTool__container {
    padding-bottom: 45px;
  }
}
@media screen and (min-width: 1400px) {
  .mac-os .multiBrowserTool__container {
    padding-bottom: 60px;
  }
}

.hide-mac {
  display: none;
}

.show-mac {
  display: inline-block;
}

@media screen and (min-width: 1200px) {
  .mac-os .btn-animation.head_top_nav_cta {
    padding: 12px 24px 12px 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mac-os .btn-animation.head_top_nav_cta {
    padding: 10px 16px 10px 16px !important;
  }
}
body .uwy.userway_p1 .userway_buttons_wrapper {
  bottom: 13px !important;
  top: inherit !important;
  left: 21px !important;
  -webkit-transform: inherit !important;
  -ms-transform: inherit !important;
  transform: inherit !important;
}

a:focus{outline: none;}

@media screen and (max-width:567px){
  
  .multiBrowserTool__container--device .d-flex{
     flex-direction: column;
     gap:30px;
  }
}