.elementor-3875 .elementor-element.elementor-element-2e90b8c{--display:flex;}.elementor-3875 .elementor-element.elementor-element-242ccea{--display:flex;--padding-top:30px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-3875 .elementor-element.elementor-element-242ccea:not(.elementor-motion-effects-element-type-background), .elementor-3875 .elementor-element.elementor-element-242ccea > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-3875 .elementor-element.elementor-element-6e35d90{--display:flex;--padding-top:100px;--padding-bottom:100px;--padding-left:0px;--padding-right:0px;}.elementor-3875 .elementor-element.elementor-element-4708a8ec{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0%;--padding-bottom:0%;--padding-left:0%;--padding-right:0%;}.elementor-3875 .elementor-element.elementor-element-4708a8ec:not(.elementor-motion-effects-element-type-background), .elementor-3875 .elementor-element.elementor-element-4708a8ec > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-3875 .elementor-element.elementor-element-2155f7a{background-color:#000000;}.elementor-3875 .elementor-element.elementor-element-aecb76b{--display:flex;}.elementor-3875 .elementor-element.elementor-element-013295e{--display:flex;}.elementor-3875 .elementor-element.elementor-element-013295e:not(.elementor-motion-effects-element-type-background), .elementor-3875 .elementor-element.elementor-element-013295e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}@media(max-width:1024px){.elementor-3875 .elementor-element.elementor-element-4708a8ec{--padding-top:10%;--padding-bottom:10%;--padding-left:5%;--padding-right:5%;}}@media(max-width:767px){.elementor-3875 .elementor-element.elementor-element-4708a8ec{--gap:20px 20px;--row-gap:20px;--column-gap:20px;--padding-top:15%;--padding-bottom:15%;--padding-left:5%;--padding-right:5%;}}/* Start custom CSS for html, class: .elementor-element-5333ba0 */.proton-home-menu {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
  color: #050505;
}

.proton-home-menu__head {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.proton-home-menu__kicker {
  margin: 8px 0 0;
  color: rgba(5, 5, 5, 0.52);
}

.proton-home-menu__title {
  margin: 0;
  max-width: 1180px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.26em;
  line-height: 0.9;
  letter-spacing: 0;
  color: #050505;
}

.proton-home-menu__title span {
  display: inline-block;
  font-size: clamp(34px, 4.2vw, 76px);
  line-height: 0.95;
  font-weight: 700;
}

.proton-home-menu__logo {
  display: inline-block;
  height: clamp(64px, 8vw, 150px);
  width: auto;
  transform: translateY(0.02em);
}

.proton-tile-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proton-tile {
  position: relative;
  display: flex;
  height: clamp(420px, 34vw, 620px);
  min-height: 420px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none;
  background: #000000;
}

.proton-tile.is-wide {
  grid-column: 1 / -1;
  height: clamp(460px, 38vw, 720px);
  min-height: 460px;
}

.proton-tile__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.02);
  transform-origin: center center;
  filter: saturate(0.85) contrast(1.05);
  transition: transform 700ms ease, filter 700ms ease;
}

.proton-tile__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.16) 58%),
    rgba(0, 0, 0, 0.12);
  transition: background 350ms ease;
}

.proton-tile__content {
  width: 100%;
  margin-top: auto;
  padding: 34px 38px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
}

.proton-tile__text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  transform: translateY(34px);
  transition: transform 320ms ease;
}

.proton-tile__label {
  font-size: clamp(32px, 3vw, 58px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}

.proton-tile__subtitle {
  max-width: 620px;
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: 0;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 320ms ease;
}

.proton-tile__arrow {
  flex: 0 0 auto;
  position: relative;
  width: 46px;
  height: 46px;
  display: block;
  font-size: 0;
  border: 1px solid rgba(255, 255, 255, 0.68);
  border-radius: 50%;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 250ms ease, transform 250ms ease, background 250ms ease;
}

.proton-tile__arrow::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 1.6px solid currentColor;
  border-right: 1.6px solid currentColor;
  transform: translate(-42%, -50%) rotate(45deg);
}

.proton-tile__arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 15px;
  height: 1.6px;
  background: currentColor;
  transform: translate(-58%, -50%);
}

.proton-tile:not(.proton-tile--teaser):hover .proton-tile__media,
.proton-tile:not(.proton-tile--teaser):focus-visible .proton-tile__media {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.12);
}

.proton-tile:hover .proton-tile__shade,
.proton-tile:focus-visible .proton-tile__shade {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.22) 58%),
    rgba(0, 0, 0, 0.04);
}

.proton-tile:hover .proton-tile__text,
.proton-tile:focus-visible .proton-tile__text {
  transform: translateY(0);
}

.proton-tile:hover .proton-tile__subtitle,
.proton-tile:focus-visible .proton-tile__subtitle {
  opacity: 1;
  transform: translateY(0);
}

.proton-tile:hover .proton-tile__arrow,
.proton-tile:focus-visible .proton-tile__arrow {
  opacity: 1;
  transform: translateX(0);
  background: rgba(255, 255, 255, 0.12);
}

.proton-tile:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

/* Thermal teaser */
.proton-tile--teaser {
  cursor: default;
}

.proton-tile__media--thermal {
  background-image: var(--thermal-image);
  background-size: contain;
  background-position: center 34%;
  background-repeat: no-repeat;
  object-fit: initial;
  transform: none;
}

.proton-tile--teaser:hover .proton-tile__media--thermal,
.proton-tile--teaser:focus-visible .proton-tile__media--thermal {
  transform: none;
  filter: saturate(1.05) contrast(1.12);
}

.proton-tile--teaser .proton-tile__text {
  transform: translateY(0);
}

.proton-tile--teaser .proton-tile__subtitle {
  opacity: 1;
  transform: none;
}

.proton-tile--teaser .proton-tile__arrow {
  display: none;
}

@media (max-width: 1080px) {
  .proton-tile {
    height: clamp(380px, 48vw, 560px);
    min-height: 380px;
  }

  .proton-tile.is-wide {
    height: clamp(420px, 56vw, 620px);
    min-height: 420px;
  }

  .proton-tile__media--thermal {
    background-position: center 30%;
  }
}

@media (max-width: 760px) {
  .proton-home-menu {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .proton-home-menu__head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .proton-home-menu__title span {
    font-size: clamp(38px, 12vw, 64px);
  }

  .proton-home-menu__logo {
    height: clamp(58px, 16vw, 92px);
  }

  .proton-tile-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .proton-tile,
  .proton-tile.is-wide {
    grid-column: auto;
    height: clamp(360px, 110vw, 520px);
    min-height: 360px;
  }

  .proton-tile__content {
    padding: 24px;
  }

  .proton-tile__text {
    transform: translateY(0);
  }

  .proton-tile__subtitle {
    opacity: 1;
    transform: none;
  }

  .proton-tile__arrow {
    width: 40px;
    height: 40px;
    opacity: 1;
    transform: none;
  }

  .proton-tile__media--thermal {
    background-position: center 26%;
  }
}

.proton-tile__date {
  position: absolute;
  top: 34px;
  right: 38px;
  z-index: 2;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  background: rgba(0, 0, 0, 0.26);
  color: rgba(255, 255, 255, 0.88);
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
  pointer-events: none;
}

@media (max-width: 760px) {
  .proton-tile__date {
    top: 24px;
    right: 24px;
    padding: 11px 13px;
    font-size: 13px;
  }
}}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b5f777a */.proton-about-section {
  padding-top: 86px;
  padding-bottom: 78px;
  background: #050505;
  color: #fff;
}

.proton-about-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
  align-items: stretch;
}

.proton-about-copy {
  min-height: 680px;
  padding: 34px;
  display: flex;
  flex-direction: column;
  background: #0b0b0b;
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-sizing: border-box;
}

.proton-about-kicker {
  margin: 0 0 72px;
  color: rgba(255, 255, 255, 0.52);
}

.proton-about-title {
  margin: 0 0 28px;
  max-width: 820px;
  color: #fff;
}

.proton-about-text {
  margin: auto 0 0;
  max-width: 760px;
  font-size: clamp(15px, 1vw, 18px);
  line-height: 1.42;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.72);
}

.proton-about-text p {
  margin: 0 0 14px;
}

.proton-about-text p:last-child {
  margin-bottom: 0;
}

.proton-about-text ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.proton-about-text li {
  margin-bottom: 6px;
}

.proton-about-media {
  min-height: 680px;
  background-image: var(--about-image);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #111;
}

.proton-about-specs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-left: 1px solid rgba(255, 255, 255, 0.16);
}

.proton-about-spec {
  min-height: 128px;
  padding: 22px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  box-sizing: border-box;
}

.proton-about-spec__label {
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.46);
}

.proton-about-spec__value {
  font-size: clamp(20px, 1.7vw, 32px);
  line-height: 1;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 1080px) {
  .proton-about-layout {
    grid-template-columns: 1fr;
  }

  .proton-about-copy,
  .proton-about-media {
    min-height: 520px;
  }

  .proton-about-kicker {
    margin-bottom: 52px;
  }

  .proton-about-specs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .proton-about-section {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .proton-about-copy {
    min-height: auto;
    padding: 24px;
  }

  .proton-about-kicker {
    margin-bottom: 42px;
  }

  .proton-about-text {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.42;
  }

  .proton-about-media {
    min-height: 320px;
  }

  .proton-about-spec {
    min-height: 112px;
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2155f7a */.proton-section-inner {
  width: min(100%, 1840px);
  margin-left: auto;
  margin-right: auto;
}

.proton-domains-section {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding: 72px 14px 72px !important;
  background: #fff;
  color: #050505;
  font-family: Helvetica, Arial, sans-serif;
  box-sizing: border-box;
}

.proton-domains-section .proton-section-inner {
  width: min(100%, 1840px) !important;
  max-width: 1840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

.proton-domains-head {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.proton-domains-kicker {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(5, 5, 5, 0.52);
}

.proton-domains-title {
  margin: 0;
  max-width: 980px;
  font-size: clamp(42px, 6vw, 96px);
  line-height: 0.92;
  font-weight: 800;
  letter-spacing: 0;
  color: #050505;
}

.proton-domains-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proton-domain-card {
  position: relative;
  min-width: 0;
  min-height: clamp(380px, 30vw, 560px);
  padding: 22px 22px 34px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 48px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-align: left;
  background: #080808;
  border: 0;
  cursor: pointer;
  appearance: none;
  font-family: Helvetica, Arial, sans-serif;
  box-shadow: none;
  box-sizing: border-box;
}

.proton-domain-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--domain-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: brightness(1.16) saturate(0.92) contrast(1.04);
  transition: transform 700ms ease;
}

.proton-domain-card__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.14) 58%),
    rgba(0, 0, 0, 0.08);
  transition: background 500ms ease;
}

.proton-domain-card__index {
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.54);
}

.proton-domain-card__content {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transform: translateY(0);
  transition: none;
  box-sizing: border-box;
}

.proton-domain-card__label {
  max-width: 100%;
  font-size: clamp(24px, 2.1vw, 38px);
  line-height: 0.98;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
  overflow-wrap: break-word;
}

.proton-domain-card__subtitle {
  width: min(100%, 380px);
  max-width: 100%;
  display: block;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  font-size: clamp(13px, 0.86vw, 15px);
  line-height: 1.35;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.76);
  opacity: 1;
  transform: none;
  overflow-wrap: break-word;
  transition: none;
}

.proton-domain-card:hover .proton-domain-card__media,
.proton-domain-card:focus-visible .proton-domain-card__media {
  transform: scale(1.06);
}

.proton-domain-card:hover .proton-domain-card__shade,
.proton-domain-card:focus-visible .proton-domain-card__shade {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.16) 58%),
    rgba(0, 0, 0, 0.07);
}

.proton-domain-card:focus-visible {
  outline: 2px solid #050505;
  outline-offset: 3px;
}

.proton-domain-card--leo .proton-domain-card__media {
  background-position: center 12%;
}

/* MODAL */
.proton-domain-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 220ms ease, visibility 220ms ease;
}

.proton-domain-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.proton-domain-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.78);
  backdrop-filter: blur(10px);
}

.proton-domain-modal__panel {
  position: relative;
  z-index: 1;
  width: min(100%, 1320px);
  min-height: 620px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(380px, 0.9fr);
  overflow: hidden;
  background: #080808;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  transform: translateY(18px) scale(0.98);
  transition: transform 260ms ease;
}

.proton-domain-modal.is-open .proton-domain-modal__panel {
  transform: translateY(0) scale(1);
}

.proton-domain-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 3;
  width: 44px;
  height: 44px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: 300;
  cursor: pointer;
}

.proton-domain-modal__close:hover,
.proton-domain-modal__close:focus-visible {
  background: rgba(255, 255, 255, 0.12);
}

.proton-domain-modal__media {
  min-height: 620px;
  background-image: var(--modal-image);
  background-size: cover;
  background-position: center;
  filter: brightness(1.08) saturate(0.92) contrast(1.04);
}

.proton-domain-modal__content {
  min-width: 0;
  padding: 52px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: #0b0b0b;
  box-sizing: border-box;
}

.proton-domain-modal__index {
  margin-bottom: auto;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.46);
}

.proton-domain-modal__title {
  margin: 0 0 28px;
  max-width: 620px;
  font-size: clamp(44px, 5vw, 88px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
  overflow-wrap: normal;
  word-break: normal;
}

.proton-domain-modal__text {
  margin: 0 0 22px;
  max-width: 620px;
  font-size: clamp(18px, 1.4vw, 26px);
  line-height: 1.25;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.82);
}

.proton-domain-modal__detail {
  margin: 0;
  max-width: 620px;
  font-size: 16px;
  line-height: 1.45;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.68);
}

body.proton-modal-lock {
  overflow: hidden;
}

@media (max-width: 1080px) {
  .proton-domains-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .proton-domain-card {
    min-height: 420px;
  }

  .proton-domain-card__subtitle {
    width: min(100%, 460px);
  }
}

@media (max-width: 900px) {
  .proton-domain-modal__panel {
    width: min(100%, 720px);
    min-height: auto;
    grid-template-columns: 1fr;
  }

  .proton-domain-modal__media {
    min-height: 320px;
  }

  .proton-domain-modal__content {
    padding: 28px;
  }

  .proton-domain-modal__title {
    font-size: clamp(38px, 12vw, 64px);
  }
}

@media (max-width: 760px) {
  .proton-domains-section {
    padding: 52px 10px 48px !important;
  }

  .proton-domains-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .proton-domains-title {
    font-size: clamp(38px, 13vw, 64px);
  }

  .proton-domains-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .proton-domain-card {
    min-height: 360px;
    padding: 20px 20px 26px;
    gap: 36px;
  }

  .proton-domain-card__label {
    font-size: clamp(28px, 9vw, 42px);
  }

  .proton-domain-card__subtitle {
    width: min(100%, 340px);
    font-size: 14px;
    line-height: 1.35;
  }

  .proton-domain-modal {
    padding: 10px;
  }

  .proton-domain-modal__media {
    min-height: 260px;
  }

  .proton-domain-modal__content {
    padding: 24px;
  }

  .proton-domain-modal__close {
    top: 12px;
    right: 12px;
  }
}

.proton-domain-card--military .proton-domain-card__media {
  background-position: 25% center;
}

@media (max-width: 760px) {
  .proton-domain-card--military .proton-domain-card__media {
    background-position: 40% center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-55b0f20 */.proton-services-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #fff;
  color: #050505;
}

.proton-services-head {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 28px;
}

.proton-services-kicker {
  margin: 8px 0 0;
  color: rgba(5, 5, 5, 0.52);
}

.proton-services-title {
  margin: 0;
  max-width: 980px;
  color: #050505;
}

.proton-services-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  align-items: stretch;
}

.proton-service-card {
  position: relative;
  min-height: clamp(420px, 34vw, 620px);
  padding: 34px 38px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  isolation: isolate;
  color: #fff;
  text-decoration: none;
  background: #080808;
}

.proton-service-card__media {
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image: var(--service-image);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
  filter: saturate(0.85) contrast(1.05);
  transition: transform 700ms ease, filter 700ms ease;
}

.proton-service-card__shade {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.16) 58%),
    rgba(0, 0, 0, 0.12);
  transition: background 350ms ease;
}

.proton-service-card__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
  transform: translateY(34px);
  transition: transform 320ms ease;
}

.proton-service-card__label {
  font-size: clamp(32px, 3vw, 58px);
  line-height: 0.95;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}

.proton-service-card__subtitle {
  max-width: 620px;
  font-size: clamp(15px, 1.1vw, 19px);
  line-height: 1.25;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 240ms ease, transform 320ms ease;
}

.proton-service-card:hover .proton-service-card__media,
.proton-service-card:focus-visible .proton-service-card__media {
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.12);
}

.proton-service-card:hover .proton-service-card__shade,
.proton-service-card:focus-visible .proton-service-card__shade {
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.22) 58%),
    rgba(0, 0, 0, 0.04);
}

.proton-service-card:hover .proton-service-card__content,
.proton-service-card:focus-visible .proton-service-card__content {
  transform: translateY(0);
}

.proton-service-card:hover .proton-service-card__subtitle,
.proton-service-card:focus-visible .proton-service-card__subtitle {
  opacity: 1;
  transform: translateY(0);
}

.proton-service-card:hover .proton-tile__arrow,
.proton-service-card:focus-visible .proton-tile__arrow {
  opacity: 1;
  transform: translateX(0);
  background: rgba(255, 255, 255, 0.12);
}

@media (max-width: 760px) {
  .proton-services-section {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .proton-services-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .proton-services-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .proton-service-card {
    min-height: 360px;
    padding: 24px;
  }

  .proton-service-card__content {
    transform: translateY(0);
  }

  .proton-service-card__subtitle {
    opacity: 1;
    transform: none;
  }
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-5221480 */.proton-newsroom-section {
  padding-top: 72px;
  padding-bottom: 72px;
  background: #000;
  color: #fff;
}

.proton-newsroom-head {
  display: grid;
  grid-template-columns: minmax(120px, 220px) minmax(0, 1fr);
  gap: 24px;
  margin-bottom: 32px;
}

.proton-newsroom-kicker {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.52);
}

.proton-newsroom-title {
  margin: 0;
  max-width: 980px;
  color: #fff;
}

.proton-newsroom-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.proton-news-card {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  color: #fff;
  text-decoration: none;
  background: #0b0b0b;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  transition: background 260ms ease, border-color 260ms ease;
}

.proton-news-card__image-wrap {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #111;
}

.proton-news-card__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.08);
  transform: scale(1.01);
  transition: transform 700ms ease, filter 700ms ease;
}

.proton-news-card__body {
  min-height: 230px;
  padding: 22px;
  display: flex;
  flex-direction: column;
}

.proton-news-card__meta {
  margin-bottom: 18px;
  font-size: 12px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.48);
}

.proton-news-card__title {
  font-size: clamp(22px, 1.7vw, 32px);
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0;
  color: #fff;
}

.proton-news-card__link {
  margin-top: auto;
  padding-top: 34px;
  font-size: 13px;
  line-height: 1;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.72);
}

.proton-news-card:hover,
.proton-news-card:focus-visible {
  background: #111;
  border-color: rgba(255, 255, 255, 0.34);
}

.proton-news-card:hover .proton-news-card__image,
.proton-news-card:focus-visible .proton-news-card__image {
  transform: scale(1.08);
  filter: saturate(1.02) contrast(1.12);
}

.proton-news-card:hover .proton-news-card__link,
.proton-news-card:focus-visible .proton-news-card__link {
  color: #fff;
}

.proton-news-card:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -6px;
}

@media (max-width: 1080px) {
  .proton-newsroom-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .proton-newsroom-section {
    padding-top: 52px;
    padding-bottom: 54px;
  }

  .proton-newsroom-head {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 24px;
  }

  .proton-newsroom-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .proton-news-card__body {
    min-height: 190px;
    padding: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-013295e */.proton-section-inner {
  width: min(100%, 1280px);
  margin: 0 auto;
}/* End custom CSS */
/* Start custom CSS *//* Global layout */
.proton-section-inner {
  width: min(100%, 1840px) !important;
  max-width: 1840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* Full-bleed sections */
.proton-home-menu,
.proton-domains-section,
.proton-services-section,
.proton-newsroom-section,
.proton-about-section,
.proton-specs-section,
.feature-video-section {
  width: 100vw !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  padding-left: 14px !important;
  padding-right: 14px !important;
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
}

/* Inner wrappers */
.proton-home-menu > .proton-section-inner,
.proton-domains-section > .proton-section-inner,
.proton-services-section > .proton-section-inner,
.proton-newsroom-section > .proton-section-inner,
.proton-about-section > .proton-section-inner,
.proton-specs-section > .proton-section-inner,
.feature-video-section > .proton-section-inner,
.feature-video-section > .feature-video-inner {
  width: min(100%, 1840px) !important;
  max-width: 1840px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box;
}

/* Eyebrows */
.proton-home-menu__kicker,
.proton-domains-kicker,
.proton-services-kicker,
.proton-newsroom-kicker,
.proton-about-kicker,
.proton-specs-kicker,
.feature-video-section .eyebrow,
.eyebrow {
  display: block;
  margin-top: 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

/* Big section titles */
.proton-home-menu__title,
.proton-domains-title,
.proton-services-title,
.proton-newsroom-title,
.proton-about-title,
.proton-specs-title,
.feature-copy h2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: clamp(40px, 5.2vw, 96px);
  line-height: 0.94;
  font-weight: 700;
  letter-spacing: 0;
}

/* Light section eyebrow colors */
.proton-home-menu__kicker,
.proton-domains-kicker,
.proton-services-kicker,
.feature-video-section .eyebrow {
  color: rgba(5, 5, 5, 0.52);
}

/* Dark section eyebrow colors */
.proton-newsroom-kicker,
.proton-about-kicker,
.proton-specs-kicker {
  color: rgba(255, 255, 255, 0.52);
}

/* Softer subtitles on image tiles */
.proton-tile__subtitle.decrypt-text,
.proton-service-card__subtitle.decrypt-text,
.proton-domain-card__subtitle.decrypt-text {
  font-weight: 400 !important;
}

/* Shared subtitle color on dark media */
.proton-tile__subtitle.decrypt-text,
.proton-service-card__subtitle.decrypt-text {
  color: rgba(255, 255, 255, 0.72) !important;
}

/* Mobile global rhythm */
@media (max-width: 760px) {
  .proton-home-menu,
  .proton-domains-section,
  .proton-services-section,
  .proton-newsroom-section,
  .proton-about-section,
  .proton-specs-section,
  .feature-video-section {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .proton-home-menu__title,
  .proton-domains-title,
  .proton-services-title,
  .proton-newsroom-title,
  .proton-about-title,
  .proton-specs-title,
  .feature-copy h2 {
    font-size: clamp(38px, 13vw, 64px);
  }

  .proton-home-menu__kicker,
  .proton-domains-kicker,
  .proton-services-kicker,
  .proton-newsroom-kicker,
  .proton-about-kicker,
  .proton-specs-kicker,
  .feature-video-section .eyebrow,
  .eyebrow {
    font-size: 14px !important;
  }
}/* End custom CSS */