@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/Neue-Montreal-Regular-400.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/Neue-Montreal-Medium-500.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Montreal;
  src: url('../fonts/Neue-Montreal-Bold-700.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: black;
  --white: white;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar1200 {
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  max-width: 1200px;
  height: 50px;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.textsecondarynavsitemap {
  color: #000;
  font-size: 1.25rem;
  line-height: 2rem;
}

.textsecondarynavsitemap.whitetext {
  color: #fff;
  font-family: Neue Montreal, sans-serif;
}

.textsecondarynavsitemap.whitetext.hide {
  display: none;
}

.textsecondarynavsitemap.whitetext._20pxleft {
  padding-left: 40px;
}

.textsecondarynavsitemap.whitetext {
  color: #fff;
}

.secondarynavmenu {
  align-items: center;
  height: 100%;
  display: flex;
}

.secondarynavmenu._2vhpaddingtop {
  background-color: #fff0;
}

.secondarynavmenu.black {
  background-color: #0000;
}

.secondarynav {
  height: 40px;
  padding-left: 10vw;
  padding-right: 10vw;
}

.secondarynav.dgreybck {
  background-color: #181818;
  height: 50px;
}

.secondarynav.dgreybck.aligncentre {
  justify-content: center;
  display: flex;
}

.secondarynav.dgreybck.aligncentre.positionsticky {
  z-index: 3;
  align-items: center;
  position: sticky;
  top: 0;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck {
  background-color: #181818c7;
  transition: all .4s;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset {
  margin-bottom: -50px;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity {
  opacity: 1;
  border-bottom: .5px solid #8a8a8a;
  width: 100%;
  margin-top: auto;
  transition: all .4s;
  position: sticky;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur {
  z-index: 500;
  padding-left: 0;
  padding-right: 0;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.white {
  background-color: #ffffffc7;
  margin-bottom: 0;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.off {
  position: relative;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.whitebck {
  background-color: #ffffffc7;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.landing {
  width: 100%;
  margin-bottom: 0;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.landing._2 {
  margin-bottom: 0;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.hideonthispage {
  display: none;
}

.secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur {
  z-index: 500;
}

.secondarynavsitemap {
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto auto 0%;
}

.secondarynavbarlink {
  color: #000000bf;
  height: 100%;
  font-family: Neue Montreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  transition: all .2s;
  display: inline-block;
}

.secondarynavbarlink.w--current {
  color: #fff;
}

.secondarynavbarlink.aligncentre {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.secondarynavbarlink.aligncentre:hover, .secondarynavbarlink.aligncentre.w--current {
  color: #000;
}

.secondarynavbarlink.aligncentre.white {
  color: #ffffffbf;
}

.computlelogowhitenav {
  height: 20px;
  margin-top: 16px;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.computlelogowhitenav.fi {
  margin-top: 0;
}

.texthugebold {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 5.5rem;
}

.texthugebold.whitetext {
  color: #fff;
}

.texthugebold.whitetext._40pxbottom {
  margin-bottom: 40px;
}

.texthugebold.whitetext._40pxbottom.black {
  color: #000;
  background-color: #0000;
}

.texthugebold.whitetext.centredesktop {
  text-align: center;
}

.texthugebold.whitetext._80pxbotton.centredesktop, .texthugebold.whitetext._80pxbottom {
  margin-bottom: 80px;
}

.texthugebold._40paddingleft {
  text-align: center;
  padding-left: 40px;
}

.texthugebold.centrealign {
  text-align: center;
}

.texthugebold.centrealign._40pxbottom {
  margin-bottom: 40px;
}

.textenormous {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 15rem;
  font-weight: 500;
  line-height: 15rem;
}

.textenormous.whitetext {
  color: #fff;
}

.textenormous.whitetext.aligncentre._40pxbottom {
  margin-bottom: 40px;
}

.textenormous._40paddingleft {
  text-align: center;
  padding-left: 40px;
}

.wrapper.desktoppadding {
  padding-left: 20px;
  padding-right: 20px;
}

.wrapper.desktoppadding.height1000 {
  min-height: 1000px;
}

.wrapper.desktoppadding.height1000.centrealign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.wrapper.desktoppadding.height1000.centrealign.nooverflow {
  flex-direction: column;
}

.wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow {
  background-color: #fff;
  margin-bottom: 0;
  overflow: hidden;
}

.wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow.jake {
  min-height: auto;
}

.wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow.footerlinksmall {
  width: 100%;
}

.wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow.footerlinksmall.trial {
  margin-top: -50px;
}

.wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow.blackbck {
  background-color: #000;
}

.wrapper.desktoppadding.height1000.centrealign.herolanding {
  margin-top: 50px;
  padding-top: 80px;
}

.wrapper.desktoppadding.height1000.centrealign.herolanding.landing {
  margin-top: 0;
  padding-top: 20px;
}

._1200wcardround {
  background-color: #dadada;
  border: .5px solid #8a8a8a;
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 1200px;
  margin-bottom: 40px;
  margin-left: 40px;
  margin-right: 40px;
  padding: 40px;
  position: relative;
}

._1200wcardround.white {
  background-color: #fff;
}

._1200wcardround.white._50offset {
  margin-top: 50px;
}

._1200wcardround.white._50offset.lottiefullwidthnooverflow {
  background-color: #feebfd;
  border-color: #feebfd;
  flex-direction: column;
  align-items: center;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: hidden;
}

._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black {
  background-color: #000;
  min-height: auto;
  margin-bottom: 20px;
}

._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black.mobile20padding {
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
}

._1200wcardround.bckartist {
  background-color: #000;
  background-image: linear-gradient(#000, #0000 70%), url('../images/focus.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 940px;
  margin-bottom: 20px;
}

._1200wcardround.bckartist.breakpoint1200nooffset {
  background-image: url('../images/focus.jpg');
  background-position: 100% 100%;
  background-size: cover;
  margin-bottom: 20px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.specshero {
  background-image: linear-gradient(#0000 85%, #000), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

._1200wcardround.bckartist.breakpoint1200nooffset.specshero.lady {
  background-image: linear-gradient(#0000 85%, #000), url('../images/wind.jpg');
}

._1200wcardround.bckartist.breakpoint1200nooffset.specshero.removepad {
  margin-top: 0;
  margin-bottom: 0;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake {
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  min-height: 900px;
  margin-top: 0;
  display: flex;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.hide {
  flex: 0 auto;
  display: none;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite {
  background-color: #ededed;
  background-image: url('../images/jake-grey.jpg');
  background-position: 50% 100%;
  background-size: auto 500px;
  border-bottom-style: solid;
  min-height: 700px;
  margin-bottom: 0;
  padding-top: 80px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.secondsection {
  background-image: none;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.secondsection.top {
  margin-top: 0;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.engineering {
  background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  background-position: 50% 75%;
  background-size: 600px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.engineering.trial {
  background-image: none;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.tco {
  background-image: linear-gradient(#000, #0000), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.tco.appv3 {
  background-image: url('../images/Screenshot-2025-06-12-141417.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 900px;
  min-height: 1000px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.sustainability {
  background-image: url('../images/renewables.jpg');
  background-size: cover;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.placeholdergpu {
  background-image: url('../images/nvidia-geforce-rtx-pro-6000-bm-l580-d2x.jpg');
  background-position: 70%;
  background-size: cover;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.app-ededed {
  background-image: url('../images/Screenshot-2025-06-12-141417.png');
  background-position: 50% 100%;
  background-size: 80%;
  min-height: 1000px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.pricingjake {
  background-image: url('../images/nvidia-geforce-rtx-pro-6000-bm-l580-d2x.jpg');
  background-position: 70%;
  background-size: cover;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.jake2 {
  background-color: #fff;
  background-image: url('../images/9ecb216b-0b40-4e8a-86c6-5e0c2e1438fe.jpeg');
  background-position: 50% 35%;
  background-size: cover;
  height: 700px;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
}

._1200wcardround.bckartist.breakpoint1200nooffset.jake.ritzyimage {
  background-color: #fff;
  background-image: url('../images/Ritzy-343.jpg');
  background-position: 50% 35%;
  background-size: cover;
  height: 700px;
  min-height: auto;
  margin-bottom: 0;
  position: relative;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat {
  background-image: url('../images/boat.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  height: 1005px;
  min-height: 900px;
  margin-top: 0;
  display: flex;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.hide {
  flex: 0 auto;
  display: none;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite {
  background-color: #ededed;
  background-image: url('../images/boat.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom-style: solid;
  min-height: 700px;
  margin-bottom: 0;
  padding-top: 80px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.secondsection {
  background-image: none;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.engineering {
  background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  background-position: 50% 75%;
  background-size: 600px;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.engineering.trial {
  background-image: none;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.tco {
  background-image: linear-gradient(#000, #0000), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.sustainability {
  background-image: url('../images/renewables.jpg');
  background-size: cover;
}

._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.placeholdergpu {
  background-image: url('../images/nvidia-geforce-rtx-pro-6000-bm-l580-d2x.jpg');
  background-position: 70%;
  background-size: cover;
}

._1200wcardround.bckartist.monitor {
  background-image: linear-gradient(#000, #0000 70%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  min-height: 800px;
}

._1200wcardround.bckartist.man {
  background-image: linear-gradient(#000, #0000 33%), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
}

._1200wcardround.bckartist.man.landing {
  background-image: url('../images/workstationwide.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1279px;
  margin-top: 0;
}

._1200wcardround.bckartist.man.landing._2 {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/swoosh.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-style: none;
}

._1200wcardround.bckartist.lady {
  background-image: linear-gradient(#000, #0000 75%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  max-width: 1269px;
  margin-top: 20px;
}

._1200wcardround.bckartist.herohome {
  background-color: #ededed;
  background-image: linear-gradient(#000, #0000 70%), url('../images/athlete.jpg');
  max-width: none;
  min-height: 700px;
  margin-top: 0;
  margin-bottom: 0;
}

._1200wcardround.bckartist.rtizyhero {
  background-color: #ededed;
  background-image: linear-gradient(#0000 30%, #000), url('../images/Ritzy-343.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  max-width: none;
  min-height: 350px;
  margin-top: 20px;
  margin-bottom: 0;
}

._1200wcardround.autoheight {
  min-height: auto;
}

._1200wcardround._500hcardcentre {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 500px;
  margin-bottom: 0;
  margin-left: auto;
  display: flex;
}

._1200wcardround._500hcardcentre.ritzy {
  background-image: linear-gradient(#000 25%, #0000), url('../images/Ritzy.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1200wcardround._500hcardcentre.tco {
  background-color: #010101;
}

._1200wcardround._500hcardcentre.focusonwhatmatters {
  background-image: linear-gradient(#000000bf, #0000 63%), url('../images/focus.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

._1200wcardround._500hcardcentre.saygoodbyeslow {
  background-image: linear-gradient(#000, #000);
}

._1200wcardround._500hcardcentre.graphics {
  background-image: linear-gradient(#000000bf, #000);
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

._1200wcardround._500hcardcentre.security {
  background-image: linear-gradient(#000, #000000ad);
}

._1200wcardround._500hcardcentre.younglady {
  background-color: #000;
  background-image: linear-gradient(#101010, #0000 50%), url('../images/pricing.png');
  background-position: 0 0, 500% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-color: #8a8a8a59;
  border-radius: 0;
}

._1200wcardround._500hcardcentre.younglady._1 {
  background-image: linear-gradient(#101010, #0000 50%);
  min-height: 300px;
}

._1200wcardround._500hcardcentre.olderlady {
  background-color: #000;
  background-image: linear-gradient(#101010, #0000 50%), url('../images/iconsun.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-color: #8a8a8a59;
  border-radius: 0;
}

._1200wcardround._500hcardcentre.olderblackman {
  background-color: #000;
  background-image: linear-gradient(#101010, #0000 50%), url('../images/iconendtoend.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-color: #8a8a8a59;
  border-radius: 0;
}

._1200wcardround._500hcardcentre.olderblackman._3 {
  background-image: linear-gradient(#101010, #0000 50%);
  min-height: 300px;
}

._1200wcardround._500hcardcentre.olderman {
  background-color: #000;
  background-image: linear-gradient(#101010, #0000 50%), url('../images/pound-1000.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-color: #8a8a8a59;
  border-radius: 0;
}

._1200wcardround._500hcardcentre.olderman._2 {
  background-image: linear-gradient(#101010, #0000 50%);
  min-height: 300px;
}

._1200wcardround._500hcardcentre.backup {
  background-color: #010101;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: auto;
}

._1200wcardround._500hcardcentre.encryption {
  background-color: #000;
  background-image: linear-gradient(#000, #000);
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: auto;
}

._1200wcardround._500hcardcentre.global {
  background-color: #000;
  background-image: linear-gradient(#101010, #0000 50%), url('../images/iconlocation.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-color: #8a8a8a59;
  border-radius: 1px;
}

._1200wcardround._500hcardcentre.multimonitor {
  background-color: #010101;
  background-image: linear-gradient(#101010, #0000 50%), url('../images/iconmonitor.png');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
  border-color: #8a8a8a59;
  border-radius: 0;
}

._1200wcardround._500hcardcentre.stepone {
  background-color: #000;
  background-image: url('../images/iconstart.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: 350px;
}

._1200wcardround._500hcardcentre.step2 {
  background-color: #000;
  background-image: url('../images/icondownload.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: 300px;
}

._1200wcardround._500hcardcentre.step4 {
  background-color: #000;
  background-image: url('../images/iconpower.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: 300px;
}

._1200wcardround._500hcardcentre.whitebckandborder {
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#eef1ff, #fff);
  border-radius: 0;
  align-items: flex-start;
  width: 250px;
  margin-right: auto;
}

._1200wcardround._500hcardcentre.ritzy {
  background-color: #010101;
  background-image: linear-gradient(#000 37%, #0000), url('../images/o.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, auto 500px;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: 350px;
}

._1200wcardround._500hcardcentre.fml {
  background-color: #000;
  background-image: linear-gradient(#000 24%, #0000), url('../images/b786b7b2a18cc173e18f4094eb37a1deacc7c7d5-t710.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: auto;
}

._1200wcardround._500hcardcentre.rshp {
  background-color: #010101;
  background-image: linear-gradient(#000 37%, #0000);
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: 350px;
}

._1200wcardround._500hcardcentre.founder {
  background-color: #000;
  background-image: url('../images/Jake-Extended.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-color: #8a8a8a59;
  border-radius: 0;
  min-height: 350px;
}

._1200wcardround._500hcardcentre.nobck {
  background-color: #000;
  background-image: linear-gradient(#101010, #0000 50%);
  border-color: #8a8a8a59;
  border-radius: 0;
}

._1200wcardround._500hcardcentre.nobck._2 {
  background-image: linear-gradient(#101010, #0000 50%);
  min-height: 300px;
}

._1200wcardround.black.centredesktop {
  flex-direction: column;
  align-items: center;
  display: flex;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop {
  background-image: linear-gradient(#000, #070303 50%, #000);
  border-top-color: #8a8a8a59;
  border-bottom-color: #8a8a8a59;
  border-left-style: none;
  border-left-color: #8a8a8a59;
  border-right-style: none;
  border-radius: 0;
  width: 100vw;
  max-width: none;
  margin-bottom: 80px;
  padding-top: 80px;
  padding-bottom: 80px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.jake {
  background-color: #fff;
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-width: 20px;
  border-top-color: #fff;
  min-height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.jake.tile {
  background-color: #ededed;
  background-image: url('../images/jake-grey---Copy.jpg');
  background-size: auto 400px;
  border-top-style: none;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop._50pxoffset {
  margin-top: 50px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop._50pxoffset.remoteaccess {
  background-image: linear-gradient(#000, #00000085 57%, #0000), url('../images/home-worker-ext.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  min-height: 1300px;
  margin-top: 50px;
  margin-left: 0;
  margin-right: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop._50pxoffset._123 {
  margin-bottom: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop._50pxoffset.noleft {
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), linear-gradient(#000, #070303 50%, #000);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-top-width: 20px;
  border-top-color: #fff;
  margin-bottom: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck {
  background-color: #ededed;
  background-image: none;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile {
  border-top-style: none;
  border-left: 10px solid #fff;
  border-right: 20px solid #fff;
  width: 100%;
  min-height: 700px;
  margin-left: 0;
  margin-right: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile.tco {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile.tco.flex {
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile.engineering {
  background-image: url('../images/server1-crop.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 200px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.hide {
  display: none;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft._700 {
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.carbonneutral {
  background-color: #fff;
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-width: 20px;
  border-top-color: #fff;
  min-height: 700px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.carbonneutral.tile {
  background-color: #ededed;
  background-image: linear-gradient(#ededed, #ededed00);
  background-position: 0 0;
  background-size: auto;
  border-top-style: none;
  width: 100%;
  height: auto;
  margin-left: 0;
  margin-right: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.carbonneutral.tile.flex {
  justify-content: center;
  align-items: center;
  min-height: 700px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia {
  background-image: linear-gradient(to top, #000, #0000 24%), linear-gradient(#000, #0000 5%), url('../images/nvidia2.jpg');
  background-position: 0 0, 0 0, 50% 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  align-items: flex-start;
  max-width: 940px;
  height: 1500px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing {
  max-width: 1269px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20 {
  margin-top: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device {
  background-color: #fff;
  background-image: url('../images/device.webp');
  background-position: 250% 100%;
  background-repeat: no-repeat;
  background-size: 80%;
  border-style: solid;
  height: 1200px;
  margin-bottom: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.self {
  background-image: url('../images/6081941b8d250e5f2773ac59_computle-on-laptop-cropped.jpg');
  background-position: 0%;
  margin-top: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.self.right {
  background-position: -60%;
  justify-content: flex-start;
  align-items: flex-end;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.signup {
  background-image: none;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.jake {
  background-image: url('../images/jake2.png');
  background-position: 150% 100%;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial {
  background-color: #fff;
  background-image: url('../images/6557d0409060287d889dbe7ss.jpg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  border-style: solid;
  height: 1200px;
  margin-top: 20px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial.self {
  background-image: url('../images/6081941b8d250e5f2773ac59_computle-on-laptop-cropped.jpg');
  background-position: 0%;
  margin-top: 0;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial.self.right {
  background-position: -60%;
  justify-content: flex-start;
  align-items: flex-end;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial.signup {
  background-image: none;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial.jake {
  background-image: url('../images/jake2.png');
  background-position: 150% 100%;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.height {
  background-position: 0 0, 0 0, 40% 60%;
  background-size: auto, auto, auto;
  height: 1200px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.height.trial {
  background-color: #252525;
  background-image: none;
  height: 300px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd {
  background-image: linear-gradient(#000, #0000), url('../images/amd.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 1000px;
  border-color: #8a8a8a59;
  border-radius: 0;
  align-items: flex-start;
  max-width: 940px;
  height: 1500px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.bottom40 {
  margin-bottom: 80px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.bottom40.security {
  background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
  height: 800px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.bottom40.price {
  background-color: #dadada;
  background-image: none;
  height: auto;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.landing {
  max-width: 1269px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.latency {
  background-image: linear-gradient(#000, #0000 69%), url('../images/manpc.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  align-items: flex-start;
  max-width: 940px;
  height: 800px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel {
  background-image: linear-gradient(#000, #0000), url('../images/amd.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto 1000px;
  border-color: #8a8a8a59;
  border-radius: 0;
  align-items: flex-start;
  max-width: 940px;
  height: 1500px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.bottom40 {
  background-image: linear-gradient(#000, #0000), url('../images/image.webp');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  margin-bottom: 80px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.bottom40.security {
  background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
  height: 800px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.bottom40.price {
  background-color: #dadada;
  background-image: none;
  height: auto;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.landing {
  max-width: 1269px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.certifiedhardware {
  background-image: linear-gradient(#000 14%, #0000 35%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 940px;
  height: 1000px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.certifiedhardware.man {
  background-image: linear-gradient(#000 14%, #0000 35%), url('../images/workstationwide.jpg');
  height: 1200px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.intgegateit {
  background-image: url('../images/office.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #8a8a8a59;
  border-radius: 1px;
  max-width: 940px;
  height: 750px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.masterimage {
  background-image: linear-gradient(#000000a8, #000000a8), linear-gradient(#000, #0000), url('../images/swoosh.jpg');
  background-position: 0 0, 0 0, 50% 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  justify-content: center;
  max-width: 940px;
  height: 750px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.jake {
  background-image: linear-gradient(#000 14%, #0000 35%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 940px;
  height: 1000px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.controlpanel {
  background-image: linear-gradient(#000 14%, #0000 35%), url('../images/image.webp');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 940px;
  height: 1000px;
  margin-bottom: 20px;
}

._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.controlpanel.man {
  background-image: linear-gradient(#000 14%, #0000 35%), url('../images/workstationwide.jpg');
  height: 1200px;
}

._1200wcardround.jakehero {
  background-color: #000;
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 940px;
  margin-top: 40px;
  margin-bottom: 20px;
}

._1200wcardround.jakehero.breakpoint1200nooffset {
  background-image: url('../images/focus.jpg');
  background-position: 100% 100%;
  background-size: cover;
  margin-bottom: 20px;
}

._1200wcardround.jakehero.breakpoint1200nooffset.specshero {
  background-image: linear-gradient(#0000 85%, #000), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

._1200wcardround.jakehero.breakpoint1200nooffset.jake {
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  min-height: 900px;
  margin-top: 0;
  display: flex;
}

._1200wcardround.jakehero.breakpoint1200nooffset.jake.hide {
  flex: 0 auto;
  display: none;
}

._1200wcardround.costs {
  background-color: #000;
  background-image: linear-gradient(#000, #0000 70%), url('../images/architect.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 1269px;
  margin-bottom: 20px;
}

._1200wcardround.costs.breakpoint1200nooffset {
  background-image: url('../images/focus.jpg');
  background-position: 100% 100%;
  background-size: cover;
  margin-bottom: 20px;
}

._1200wcardround.costs.breakpoint1200nooffset.specshero {
  background-image: linear-gradient(#0000 85%, #000), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

._1200wcardround.costs.breakpoint1200nooffset.specshero.lady {
  background-image: linear-gradient(#0000 85%, #000), url('../images/wind.jpg');
}

._1200wcardround.costs.breakpoint1200nooffset.jake {
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  min-height: 900px;
  margin-top: 0;
  display: flex;
}

._1200wcardround.costs.breakpoint1200nooffset.jake.hide {
  flex: 0 auto;
  display: none;
}

._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite {
  background-color: #ededed;
  background-image: url('../images/jake-grey.jpg');
  background-position: 50% 100%;
  background-size: auto 500px;
  border-bottom-style: solid;
  min-height: 700px;
  margin-bottom: 0;
  padding-top: 80px;
}

._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.secondsection {
  background-image: none;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.engineering {
  background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  background-position: 50% 75%;
  background-size: 600px;
}

._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.tco {
  background-image: linear-gradient(#000, #0000), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.sustainability {
  background-image: url('../images/renewables.jpg');
  background-size: cover;
}

._1200wcardround.costs.monitor {
  background-image: linear-gradient(#000, #0000 70%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  min-height: 800px;
}

._1200wcardround.costs.man {
  background-image: linear-gradient(#000, #0000 33%), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
}

._1200wcardround.costs.lady {
  background-image: linear-gradient(#000, #0000 33%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
}

._1200wcardround.apprelease {
  background-color: #000;
  background-image: linear-gradient(#000, #0000 70%), url('../images/focus.jpg');
  background-position: 0 0, 100% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-color: #8a8a8a59;
  border-radius: 0;
  max-width: 940px;
  margin-bottom: 20px;
}

._1200wcardround.apprelease.breakpoint1200nooffset {
  background-image: url('../images/focus.jpg');
  background-position: 100% 100%;
  background-size: cover;
  margin-bottom: 20px;
}

._1200wcardround.apprelease.breakpoint1200nooffset.specshero {
  background-image: linear-gradient(#0000 85%, #000), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  margin-top: 50px;
  display: flex;
}

._1200wcardround.apprelease.breakpoint1200nooffset.specshero.lady {
  background-image: linear-gradient(#0000 85%, #000), url('../images/wind.jpg');
}

._1200wcardround.apprelease.breakpoint1200nooffset.specshero.removepad {
  margin-top: 0;
  margin-bottom: 0;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake {
  background-image: url('../images/Jake-Extended-2.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  min-height: 900px;
  margin-top: 0;
  display: flex;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.hide {
  flex: 0 auto;
  display: none;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite {
  background-color: #ededed;
  background-image: url('../images/jake-grey.jpg');
  background-position: 50% 100%;
  background-size: auto 500px;
  border-bottom-style: solid;
  min-height: 700px;
  margin-bottom: 0;
  padding-top: 80px;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.secondsection {
  background-image: none;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.engineering {
  background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  background-position: 50% 75%;
  background-size: 600px;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.engineering.trial {
  background-image: none;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.tco {
  background-image: linear-gradient(#000, #0000), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.sustainability {
  background-image: url('../images/renewables.jpg');
  background-size: cover;
}

._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.placeholdergpu {
  background-image: url('../images/nvidia-geforce-rtx-pro-6000-bm-l580-d2x.jpg');
  background-position: 70%;
  background-size: cover;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat {
  background-image: url('../images/boat.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  width: 100vw;
  max-width: none;
  height: 1005px;
  min-height: 900px;
  margin-top: 0;
  display: flex;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.hide {
  flex: 0 auto;
  display: none;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite {
  background-color: #ededed;
  background-image: url('../images/boat.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-bottom-style: solid;
  min-height: 700px;
  margin-bottom: 0;
  padding-top: 80px;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.secondsection {
  background-image: none;
  border-bottom-style: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.engineering {
  background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  background-position: 50% 75%;
  background-size: 600px;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.engineering.trial {
  background-image: none;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.tco {
  background-image: linear-gradient(#000, #0000), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.sustainability {
  background-image: url('../images/renewables.jpg');
  background-size: cover;
}

._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.placeholdergpu {
  background-image: url('../images/nvidia-geforce-rtx-pro-6000-bm-l580-d2x.jpg');
  background-position: 70%;
  background-size: cover;
}

._1200wcardround.apprelease.monitor {
  background-image: linear-gradient(#000, #0000 70%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  min-height: 800px;
}

._1200wcardround.apprelease.man {
  background-image: linear-gradient(#000, #0000 33%), url('../images/workstationwide.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
}

._1200wcardround.apprelease.man.landing {
  background-image: url('../images/workstationwide.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1279px;
  margin-top: 0;
}

._1200wcardround.apprelease.man.landing._2 {
  background-image: linear-gradient(#000000e6, #000000e6), url('../images/swoosh.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-top-style: none;
}

._1200wcardround.apprelease.lady {
  background-image: linear-gradient(#000, #0000 75%), url('../images/engineer.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  max-width: 1269px;
  margin-top: 20px;
}

._1200wcardround.apprelease.herohome {
  background-color: #fff;
  background-image: url('../images/Screenshot-2025-06-12-123924.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: none;
  min-height: 700px;
  margin-top: 20px;
  margin-bottom: 0;
}

._1200wcardround.apprelease.herohome.ededed {
  background-color: #ededed;
  background-image: url('../images/Screenshot-2025-06-12-141417.png');
  background-size: 70%;
}

._1200wcardround.app-ededed {
  border-style: none;
  border-radius: 0;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.textstandardbold {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.1rem;
}

.textstandardbold.whitetext {
  color: #fff;
  padding-top: 0;
  padding-bottom: 40px;
}

.textstandardbold.whitetext.centre, .textstandardbold.whitetext.centredesktop {
  text-align: center;
}

.textstandardbold._20pxbottom {
  margin-bottom: 20px;
}

.textstandardbold._20pxbottom.dgrey {
  color: #000c;
}

.textstandard {
  font-family: Neue Montreal, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 2.1rem;
}

.textstandard.whitetext {
  color: #fff;
  font-weight: 400;
  display: block;
}

.textstandard.whitetext.padding40top {
  margin-top: 40px;
  margin-bottom: 40px;
}

.textstandard.whitetext.padding40top.centredesktop {
  text-align: center;
}

.textstandard.whitetext.padding40top._40pxbottom {
  margin-bottom: 40px;
}

.textstandard.whitetext.padding40top._40pxbottom.bold {
  font-weight: 500;
}

.textstandard.whitetext.padding40top._40pxbottom.centreonlarge {
  text-align: center;
}

.textstandard.whitetext.padding40top.black {
  color: #000;
  background-color: #0000;
}

.textstandard.whitetext.dgrey {
  color: #ffffffe6;
}

.textstandard.lgrey {
  color: #fffc;
}

.textstandard.lgrey._40pxbottom {
  margin-bottom: 40px;
}

.textstandard.lgrey._40pxbottom.black {
  color: #000;
  background-color: #0000;
}

.textstandard.lgrey._40pxbottom.black.right {
  text-align: right;
}

.textstandard.lgrey._40pxbottom.bold-text-12 {
  font-weight: 700;
}

.textstandard.lgrey._80pxbottom {
  margin-bottom: 80px;
}

.textstandard.lgrey._80pxbottom.centredesktop {
  text-align: center;
}

.textstandard._100pxbottom {
  margin-bottom: 100px;
}

.textstandard._100pxbottom.bold {
  font-weight: 700;
}

.textstandard._100pxbottom.bold.centredesktop {
  text-align: center;
}

.textstandard._100pxbottom.bold.centredesktop.size {
  max-width: 600px;
}

.textstandard._100pxbottom.bold._600 {
  text-align: center;
  max-width: 600px;
}

.textstandard.aligncentre {
  text-align: center;
}

.textstandard.aligncentre._40pxbottom {
  margin-bottom: 40px;
}

.textstandard.aligncentre._40pxbottom.mobilealignleft {
  color: #000;
}

.textstandard.aligncentre._40pxbottom.mobilealignleft.white {
  color: #fff;
}

.textstandard.blacktext {
  color: #000;
  display: block;
}

.textstandard.blacktext.padding40top {
  margin-top: 40px;
  margin-bottom: 40px;
}

.textstandard.blacktext.padding40top.centredesktop {
  text-align: center;
}

.textstandard.blacktext.padding40top._40pxbottom {
  margin-bottom: 40px;
}

.textstandard.blacktext.aligncentre {
  text-align: center;
}

.textstandard.blacktext.aligncentre._40pxpadding {
  margin-bottom: 40px;
}

.textstandard.blacktext.alignleft._20poxbottom.bold {
  text-align: left;
  margin-bottom: 20px;
}

.whitebutton {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  display: flex;
}

.whitebutton.nobck {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
  max-width: 100px;
  transition: all .4s;
}

.whitebutton.nobck:hover {
  background-color: #00000080;
}

.quick-stack {
  height: 100%;
  padding: 40px 0;
  position: relative;
}

.quick-stack._4x4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.quick-stack._4x4.breakpoint20pxbottom._40pxdesktop {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-bottom: 20px;
}

.quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200 {
  width: auto;
}

.quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200.centre {
  grid-column-gap: 0px;
  position: relative;
}

.quick-stack._4x4._20pxbottom {
  margin-bottom: 20px;
}

._1200wcardheader {
  width: 100%;
  max-width: 1200px;
  min-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

._1200wcardheader._800pxpaddingbottom {
  margin-bottom: 80px;
}

._1200wcardheader._800pxpaddingbottom._40pxtop {
  margin-top: 40px;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow {
  overflow: hidden;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa {
  background-color: #fafafa;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40 {
  padding: 40px;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0 {
  border: .5px solid #e0e0e0;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0.breakpoint1200aligncentre {
  background-color: #bfcbdb;
  margin-top: 20px;
  margin-bottom: 40px;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0.breakpoint1200aligncentre.mobile20px.whitebck {
  background-color: #fff;
  border-color: #2f2f2f;
}

._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0.breakpoint1200aligncentre.mobile20px.whitebck.noborder {
  border-style: none;
  border-radius: 0;
  max-width: 600px;
  margin-top: 8vh;
  padding-top: 0;
}

._1200wcardheader._800pxpaddingbottom.roundnooverflow {
  background-color: #000;
  border-radius: 20px;
  overflow: hidden;
}

.texthuge {
  color: #000;
  font-size: 5.5rem;
  line-height: 5.5rem;
}

.texthuge.white {
  color: #fff;
}

.texthuge.white.centredesktop {
  text-align: center;
}

.texthuge.hero400weight {
  font-weight: 400;
}

.lottietile {
  width: 100%;
  max-width: 1000px;
  min-height: 550px;
  margin-bottom: 25px;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.lottietile.hairflick {
  z-index: auto;
  opacity: 1;
  border: 5px #fdceee;
  border-radius: .5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 800px;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.lottietile.hairflick.fullscreen {
  max-width: none;
  height: auto;
}

.lottietile.hairflick.fullscreen.top40margin {
  flex-direction: row;
  width: 160%;
  margin-top: 80px;
}

.lottietile.hairflick.fullscreen.top40margin.breakpoint1200maxwidth.pc {
  background-image: url('../images/pc-hero-wide.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 500px;
  min-height: auto;
}

.lottieansmiling {
  z-index: auto;
  justify-content: center;
  width: 1800px;
  position: absolute;
  inset: 0%;
}

.lottieansmiling._500px {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 1800px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.lottieansmiling._500px.fullscreen {
  width: 100%;
}

.div600 {
  max-width: 600px;
  position: relative;
}

.div600.aligncentre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div600.aligncentre.div40withline {
  border-bottom: 1px solid #8a8a8a59;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.div600.alignleft._40pxbottom.fixed600 {
  min-width: 600px;
  margin-bottom: 40px;
}

.div600.alignleft._40pxbottom.fixed600.bottomline {
  border-bottom: 1px solid #000;
  padding-bottom: 40px;
}

.div600.alignleft._40pxbottom.fixed600.bottomline.rgba-138-138-138-0-35 {
  border-bottom-color: #8a8a8a59;
}

.div600.alignleft._40pxbottom.fixed600.bottomline.rgba-138-138-138-0-35._800 {
  max-width: 800px;
}

.div600.alignleft._40pxbottom.fixed600.bottomline.rgba-138-138-138-0-35._800.centre {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div600.alignleft._40pxbottom.fixed600.bottomline.rgba-138-138-138-0-35.noline {
  border-bottom-style: none;
}

.div600.alignleft._40pxbottom.fixed600.topline {
  border-top: 1px solid #000;
  padding-top: 40px;
  padding-bottom: 40px;
}

.div600.bottom40 {
  margin-bottom: 40px;
}

.div600.bck {
  background-color: #0000;
  border: 20px #000;
}

.div600.centreonlarge {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.herosub2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 1200px;
  height: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.herosub2.aligntop {
  align-items: flex-start;
  padding-left: 40px;
  padding-right: 40px;
}

.herosub2.aligntop.nopadding {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.herosub2.aligntop.nopadding._80pxtop.centre {
  justify-content: center;
  max-width: 900px;
  margin-top: 90px;
}

.herosub2.aligntop.nopadding._80pxtop.centre._450pxw {
  max-width: 450px;
}

.herosub2.aligntop.nopadding._80pxtop.centre._450pxw.jake {
  height: auto;
}

.herosub2.aligntop.nopadding.centre {
  justify-content: center;
  align-items: flex-start;
}

.herosub2.aligntop.nopadding.centreonlarge {
  justify-content: center;
}

.herosub2.aligntop.nopadding.centreonlarge.stackedimage {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
}

.herosub2.aligntop.nopadding.centreonlarge.charliehero {
  justify-content: center;
  align-items: flex-end;
  height: 700px;
}

._4x4wrapper {
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
}

.textsmall {
  color: #fff;
  font-family: Neue Montreal, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  text-decoration: none;
}

.textsmall.centre {
  text-align: center;
}

.textsmall.centre._40pxbottom {
  margin-bottom: 40px;
}

.textsmall.lgrey {
  color: #fffc;
}

.textsmall.lgrey._40pxbottom {
  margin-bottom: 40px;
}

.textsmall.lgrey._40pxbottom.centredesktop {
  text-align: center;
}

.textsmall.lgrey._40pxbottom.black {
  color: #000;
  background-color: #0000;
}

.textsmall.lgrey._40pxbottom.black.right {
  text-align: right;
}

.textsmall.lgrey.centredesktop {
  text-align: center;
}

.textsmall.lgrey.black.justify {
  color: #000c;
  text-align: justify;
  background-color: #0000;
}

.textsmall.lgrey.black.justify.top40 {
  margin-top: 20px;
}

.textsmall.lgrey.black.justify.cond {
  line-height: .9rem;
}

.textsmall.lgrey.black.justify._20bottom {
  margin-bottom: 20px;
}

.textsmall.dgrey {
  color: #000c;
}

.textsmall.dgrey._20pxbottom {
  margin-bottom: 20px;
}

.textsmall.dgrey._20pxbottom.bold {
  margin-bottom: 60px;
  font-weight: 500;
}

.textsmall.dgrey.bold._10pd {
  margin-bottom: 10px;
}

.textsmall.dgrey._8vhbottom {
  margin-bottom: 8vh;
}

.textsmall.dgrey._8vhbottom._2vhtop {
  margin-top: 2vh;
  margin-bottom: 4vh;
  padding-left: 10px;
}

.textsmall.dgrey._10px {
  margin-bottom: 10px;
}

.textsmall.dgrey._10px.underline {
  border-bottom: .2px solid #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.textsmall.dgrey._10px.bold {
  font-weight: 700;
}

.textsmall.dgrey._10px.top40 {
  margin-top: 40px;
}

.textsmall.dgrey.centre._20padding {
  margin-bottom: 40px;
}

.textsmall.black {
  color: #000;
  background-color: #0000;
}

.textsmall.black._40 {
  margin-top: 40px;
}

.textsmall.black._40.white {
  color: #fff;
}

.textsmall.black._80 {
  margin-top: 80px;
}

.tileboxfixed {
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
}

.tileboxfixed.autowidth {
  width: auto;
}

.tileboxfixed.autowidth.alignleftmobile, .tileboxfixed.autowidth.alignleftmobile.centredesktop {
  align-items: center;
}

.tileboxfixed.autowidth.left {
  align-items: flex-start;
}

.tileboxfixed.max600laptop {
  max-width: 600px;
}

.wrapper-2 {
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.wrapper-2._4vhpaddingtop {
  padding-top: 4vh;
}

.wrapper-2._6vhmarginbottom {
  margin-bottom: 6vh;
}

.wrapper-2._6vhmarginbottom.overline117-117-117-025 {
  border-top: 1px solid #757575;
  margin-bottom: 0;
}

.tile1000-superiorcolourszoom {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.gettingstartedgrid {
  grid-template-rows: auto;
  grid-template-columns: 10fr 90fr;
}

.textlargebold {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.1rem;
}

.textlargebold._4vhmarginbottom {
  flex: 1;
  margin-bottom: 4vh;
}

.textlargebold._4vhmarginbottom._4vhpaddingtop {
  padding-top: 4vh;
}

.textlargebold._4vhmarginbottom.centre, .textlargebold.centre {
  text-align: center;
}

.textlargebold.centre._40pxbottom {
  margin-bottom: 40px;
}

.textlargebold.centre._40pxbottom.alignleftmobile.white {
  color: #fff;
}

.textlargebold.centre._40pxbottom.alignleftmobile._80 {
  margin-bottom: 80px;
}

.textlargebold._40pxbottom {
  margin-bottom: 40px;
}

.textlargebold._40pxbottom.underlinebottom.rgba-138-138-138-0-35 {
  border-bottom: 1px solid #8a8a8a59;
  padding-bottom: 40px;
}

.textlargebold.white._100-white {
  color: #fff;
}

.textlargebold.white._100-white.centreonlarge2 {
  text-align: center;
}

.textlargebold.white._100-white.centreonlarge2.blacktext {
  color: #000;
}

.textlargebold.white._100-white.centreonlarge2.blacktext.top40 {
  margin-top: 40px;
}

.textsmall-2 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.textsmall-2._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textsmall-2._4vhmarginbottom.dgrey {
  font-family: Neue Montreal, sans-serif;
}

.div1000fixedwidth {
  width: 100%;
  min-width: auto;
  max-height: none;
  position: relative;
}

.buttonblue {
  color: #fff;
  background-color: #0074e2;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 30px;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Neue Montreal, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  transition: all .4s;
  display: flex;
  position: relative;
}

.buttonblue:hover {
  background-image: linear-gradient(135deg, #0074e2, #0162be);
}

.buttonblue._125px {
  width: 125px;
}

.buttonblue._125px._20pxpadding {
  margin-bottom: 20px;
  font-family: Neue Montreal, sans-serif;
}

.buttonblue._125px._20pxpadding.wide150 {
  width: 175px;
}

.buttonblue._125px.top40 {
  margin-top: 40px;
}

.buttonblue._4vhmarginbottom {
  margin-bottom: 4vh;
}

.buttonblue.white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
}

.buttonblue.top40 {
  margin-top: 40px;
}

.textlarge {
  font-family: Neue Montreal, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.textlarge.lgrey {
  color: #ffffffe6;
}

.blue {
  color: #0074e2;
  font-family: Neue Montreal, sans-serif;
  font-weight: 500;
}

.footerlink {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-bottom: .75vh;
  padding-bottom: 0;
  text-decoration: none;
}

.footerlink:hover {
  color: #919191;
  text-decoration: underline;
}

.footerlink._1vhmarginbottom {
  margin-bottom: 1vh;
}

.footerlink._20px {
  margin-bottom: 20px;
}

.footerdisclaimercolumn {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footerblock {
  color: #ffffff80;
  object-fit: fill;
  border-top: 1px solid #75757540;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  padding-top: 1vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.footergrid {
  grid-column-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  height: auto;
  overflow: visible;
}

.branddiv {
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 4vh;
  display: inline-block;
}

.disclaimercolumn {
  padding-left: 0;
  padding-right: 0;
}

.footerlogopicture {
  width: auto;
  height: 20px;
  display: none;
  position: static;
}

.footerrightdisclaimer {
  justify-content: flex-end;
  align-items: flex-start;
  padding-right: 0;
  display: flex;
}

.footerdiv {
  flex-direction: column;
  padding: 0 10vw 8vh;
}

.footerdiv.centrealign {
  align-items: center;
  display: flex;
}

.footerdiv.centrealign.white {
  background-color: #fff;
  padding-top: 80px;
}

.disclaimerunderline {
  border-bottom: 1px solid #75757540;
  width: 100%;
  padding-top: 2vh;
}

.textsmallest {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
}

.textsmallest.lgrey {
  color: #858585;
}

.textsmallestbold {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  font-weight: 500;
  line-height: 1rem;
  text-decoration: none;
}

.textsmallestbold.dgrey {
  color: #313131;
}

.textsmallestbold.dgrey._1vhmarginbottom {
  margin-bottom: 1vh;
}

.textsmallestbold._20px {
  margin-bottom: 20px;
}

.textsmallestbold._20px.top {
  padding-top: 10px;
}

.footerwrapper {
  flex-direction: row;
  height: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.footerwrapper._2vhmarginbottom {
  height: auto;
  margin-bottom: 2vh;
}

.disclaimer {
  padding: 25px 10vw;
}

.disclaimer.white {
  z-index: 1;
  background-color: #fff;
  justify-content: center;
  margin-bottom: 0;
  padding-top: 8vh;
  padding-bottom: 2vh;
  display: flex;
  position: relative;
}

.footerlogopictureblack {
  height: 20px;
  display: block;
}

.texttiny {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: .75rem;
  line-height: .85rem;
  text-decoration: none;
}

.texttiny.dgrey {
  color: #181818;
}

.div1000fixed {
  width: 100%;
  max-height: 1000px;
  position: relative;
}

.div1000fixed.aligncentre {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div1000fixed._968 {
  max-width: 940px;
}

.div1000px100 {
  width: 100%;
  max-width: 940px;
  margin-left: 0;
  position: relative;
  overflow: visible;
}

.footerlinksmall {
  width: auto;
  margin-right: 1vw;
  text-decoration: none;
}

.textmicro {
  color: #fff;
  font-family: Neue Montreal, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.textmicro.lgrey {
  color: #858585;
}

.flexdiv {
  flex-direction: column;
  padding: 8vh 10vw;
}

.flexdiv.centrealign {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.flexdiv.centrealign.alignleftmobile.mobile20padding.bottomdividerline {
  border-bottom: .5px solid #c8c8c8;
}

.flexdiv.centrealign.alignleftmobile.mobile20padding.bottomdividerline.nopadtop {
  padding-top: 0;
}

.flexdiv.centrealign._50offset {
  margin-top: 50px;
}

.flexdiv.centrealign._50offset.mobile20padding {
  margin-top: 0;
}

.flexdiv.lgreybck {
  background-color: #f7f7f7;
}

.flexdiv.lgreybck.centrealign {
  justify-content: center;
}

.flexdiv.lgreybck.centrealign._50px {
  background-color: #fff;
}

.flexdiv.nobottompad {
  padding-bottom: 0;
}

.flexdiv.botop {
  padding-top: 0;
}

._1200max {
  width: 100%;
  height: 100%;
  position: relative;
}

._1200max._4vhmarginbottom {
  margin-bottom: 4vh;
}

.inbodydisclaimer {
  font-size: 14px;
}

.inbodydisclaimer.focusonwhatmatters {
  margin-top: -8px;
  position: absolute;
}

.bold-text-12 {
  font-weight: 500;
}

.boldunderline {
  font-weight: 500;
  text-decoration: underline;
}

.textlargebold1 {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.1rem;
}

.textlargebold1._4vhmarginbottom {
  margin-bottom: 4vh;
}

.textlargebold1._4vhmarginbottom._4vhpaddingtop {
  padding-top: 4vh;
}

.textlargebold1._20pxbtm {
  margin-bottom: 20px;
}

.bold-text-28 {
  font-weight: 400;
}

.text-span-2 {
  text-decoration: underline;
}

.termsofsale {
  color: #000c;
  text-align: justify;
  max-width: 1000px;
  font-family: Neue Montreal, sans-serif;
  font-size: 1rem;
}

.under {
  font-weight: 500;
}

.secondarynavmobilebck-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: 0;
  position: relative;
}

.secondarynavmobilebck-2.fix {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  height: 20px;
  display: flex;
}

.navbar1000 {
  background-color: #4b4b4b;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.navbar1000._50 {
  z-index: -500;
  margin-top: 50px;
  position: sticky;
  inset: 0% 0% auto;
}

.navbar1000.hideonthispage {
  display: none;
}

.secondarynavmobilebuttonsymbol-2 {
  font-family: Neue Montreal, sans-serif;
}

.secondarynavbarlink-2 {
  color: #ffffffbf;
  height: 100%;
  font-size: .9rem;
  line-height: 1.1rem;
  display: inline-block;
}

.secondarynavbarlink-2.w--current {
  color: #fff;
}

.secondarynavbarlink-2.aligncentre {
  flex-direction: row;
  align-items: center;
  font-family: Neue Montreal, sans-serif;
  display: flex;
}

.secondarynavbarlink-2.aligncentre.w--current {
  font-family: Neue Montreal, sans-serif;
}

.secondarynavbarlink-2.aligncentre.greylinebottom {
  color: #ffffffd9;
  font-family: Neue Montreal, sans-serif;
  line-height: 1.5rem;
  text-decoration: none;
}

.secondarynavbarlink-2.aligncentre.padfix {
  margin-right: 3px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.black {
  background-color: #000;
}

.div800.centredesktop {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div800.centredesktop._600 {
  max-width: 600px;
}

.div800.centredesktop._400 {
  max-width: 400px;
}

.div800.centredesktop._900 {
  max-width: 900px;
}

._123-start {
  width: auto;
  min-width: auto;
  height: auto;
  position: relative;
}

._123-start.centredesktop {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  display: flex;
}

._123-start.centredesktop.centremobile.alignleftmobile._400w, ._123-start.centredesktop._400w {
  max-width: 400px;
}

.div1200.centre {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.div1200.underline.aligncentrecontents {
  padding-top: 80px;
}

.div1200.underline.aligncentrecontents._940pxwidthlaptop {
  border-top: 1px #8a8a8a59;
  flex-direction: column;
  align-items: center;
  width: 100vw;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.div1200.underline.aligncentrecontents._940pxwidthlaptop.nounderline.hide {
  display: none;
}

.div1200.underline.aligncentrecontents._940pxwidthlaptop._8vwbottom {
  margin-bottom: 8vh;
}

.div1200.underline.aligncentrecontents._940pxwidthlaptop._8vwbottom.leftmobile.white {
  background-image: none;
}

.div1200.underline.aligncentrecontents._940pxwidthlaptop._8vwbottom.leftmobile.white.hide {
  display: none;
}

.div1200.underline.aligncentrecontents._940pxwidthlaptop.top50 {
  margin-top: 50px;
}

.triocontent._20pxbottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 300px 300px 300px;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  max-width: 940px;
  display: grid;
}

.pricingpage._20pxbottom {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 250px 250px 250px;
  grid-auto-columns: 300px;
  place-content: space-between center;
  place-items: center;
  width: 100%;
  max-width: 900px;
  display: grid;
}

.link-block {
  width: 100px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.footerlogopicturewhite {
  height: 20px;
  display: block;
}

.html-embed-3 {
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
  margin-top: 60px;
  display: block;
  position: relative;
}

.container {
  height: 98%;
  min-height: 2000px;
  max-height: 2000px;
  display: block;
}

.texthugebold-5 {
  color: #000;
  font-size: 5.5rem;
  font-weight: 500;
  line-height: 5.5rem;
}

.texthugebold-5.blacktext.centrealign {
  text-align: center;
}

.texthugebold-5.blacktext.centrealign._4vhmarginbottom.alignleftmobile {
  font-family: Neue Montreal, sans-serif;
  font-weight: 500;
}

.texthugebold-5.dgrey {
  color: #181818;
  font-family: Neue Montreal, sans-serif;
}

.standardplanpaymentselector {
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.standardplanpaymentselector.centrealign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.standardplanpaymentselector._4vhpaddingtop {
  padding-top: 4vh;
}

.standardplanpaymentselector._6vhmarginbottom {
  margin-bottom: 6vh;
}

.standardplanpaymentselector._6vhmarginbottom.overline117-117-117-025 {
  border-top: 1px solid #757575;
}

.standardplanpaymentselector._4vhmarginbottom {
  margin-bottom: 4vh;
}

.standardplanpaymentselector.underlinec9c9c9 {
  border-bottom: 1px solid #c9c9c9;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.standardplanpaymentselector.underlinec9c9c9._100-width {
  width: 100%;
}

.div600-4 {
  max-width: 600px;
}

.div600-4.zindex3 {
  z-index: 3;
  position: relative;
}

.div600-4.zindex3._4vhpaddingbottom {
  margin-bottom: 4vh;
  padding-bottom: 4vh;
}

.text-span-9 {
  font-style: italic;
}

.textlarge-3 {
  font-family: Neue Montreal, sans-serif;
  font-weight: 400;
}

.blue-3 {
  color: #0074e2;
}

.textlarge-4 {
  font-weight: 400;
}

.block.underline {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding-top: 20px;
  padding-bottom: 20px;
}

.block.underline.highlight {
  background-color: #232bcd;
  border-top-style: none;
  width: auto;
  margin-top: 60px;
  padding: 60px 40px;
  display: block;
  position: relative;
}

.block._20px {
  margin-bottom: 20px;
}

.textsmallmedium {
  font-family: Neue Montreal, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.textsmallmedium._20pxb {
  margin-bottom: 20px;
}

.textsmallmedium._20pxb.justify {
  text-align: justify;
}

.textsmallmedium._20pxb.justify.whitetext {
  color: #fff;
}

.textsmallmedium._20pxb.justify.whitetext.bold {
  font-weight: 500;
}

.textsmallmedium._20pxb.justify.whitetext._40 {
  margin-bottom: 40px;
}

.textsmallmediumbold {
  font-family: Neue Montreal, sans-serif;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.6rem;
}

.textsmallmediumbold._20pxb {
  color: #000;
  margin-bottom: 20px;
}

.bluebuttonstandard {
  color: #fff;
  background-color: #0074e2;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
  display: flex;
}

.textstandardbold-4 {
  color: #000;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.1rem;
}

.textstandardbold-4._2vhmarginbottom {
  margin-bottom: 2vh;
  font-family: Neue Montreal, sans-serif;
}

.bluebuttonpro {
  color: #fff;
  background-color: #0074e2;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
  display: flex;
}

.bluebuttonpro.maxwidth {
  width: auto;
  max-width: 200px;
}

.bluebuttonpro.pricing {
  border-radius: 3px;
  height: 50px;
  margin-top: 40px;
  font-weight: 700;
}

.bluebuttonpro.pricing.usa {
  width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.bluebuttonpro.pricing.hide {
  display: none;
}

.plan2payment {
  border-radius: 15px;
  display: none;
}

.bluebuttonmid {
  color: #fff;
  background-color: #0074e2;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-left: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  line-height: 1.1rem;
  display: flex;
}

.plandetails {
  color: #0000;
  background-color: #f2f2f2;
  border: 1px solid #8a8a8a8a;
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 800px;
  max-width: 600px;
  height: auto;
  padding: 50px 25px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.pricingobjectgrid {
  grid-template-rows: auto;
  width: 100%;
}

.plan3payment {
  border-radius: 15px;
  display: none;
}

.plan2 {
  text-align: left;
  border: 5px solid #0074e21a;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.plan2:hover {
  background-color: #f5f5f5;
}

.plan1 {
  text-align: left;
  border: 5px solid #0074e2;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: 300px;
  height: auto;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.plan1:hover {
  background-color: #f5f5f5;
}

.plan1.h90 {
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.plan3 {
  text-align: left;
  border: 5px solid #f1f1f1;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  height: auto;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.plan3:hover {
  background-color: #f5f5f5;
}

.textsmallerbold-2 {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.1rem;
  text-decoration: none;
}

.textsmallerbold-2._2vhmarginbottom {
  margin-bottom: 2vh;
  font-family: Neue Montreal, sans-serif;
}

.textsmallest-2 {
  color: #000;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
}

.textsmallest-2.dgrey {
  font-family: Neue Montreal, sans-serif;
}

.plan1pricediv {
  color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.bold {
  font-weight: 500;
}

.buywrapper {
  width: 200px;
}

.textlargebold-3 {
  color: #000;
  font-size: 3rem;
  font-weight: 500;
  line-height: 3.1rem;
}

.textlargebold-3._4vhmarginbottom {
  margin-bottom: auto;
  font-family: Neue Montreal, sans-serif;
}

.plan3pricediv {
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.textsmallbold-2 {
  color: #000;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6rem;
  text-decoration: none;
}

.textsmallbold-2.bluetext {
  color: #0074e2;
}

.textsmallbold-2.bluetext._2vhmarginbottom {
  font-family: Neue Montreal, sans-serif;
}

.textsmallbold-2._2vhmarginbottom {
  margin-bottom: 2vh;
  font-family: Neue Montreal, sans-serif;
}

.textsmallbold-2.blacktext {
  color: #000;
  font-family: Neue Montreal, sans-serif;
}

.textsmaller {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: 1rem;
  line-height: 1.1rem;
  text-decoration: none;
}

.textsmaller._2vhmarginbottom {
  margin-bottom: 2vh;
}

.textsmaller._2vhmarginbottom.underlinec9c9c9 {
  border-bottom: 1px solid #c9c9c9;
  padding-bottom: 2vh;
  font-family: Neue Montreal, sans-serif;
  position: static;
}

.textsmaller._2vhmarginbottom.underlinec9c9c9._100-w {
  width: 100%;
}

.textsmaller.boldpricing {
  margin-bottom: 10px;
  font-weight: 500;
}

.textsmaller.hide {
  display: none;
}

.plan2pricediv {
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.html-embed-4 {
  width: 600px;
}

.div1 {
  height: 900px;
}

.currency {
  align-items: center;
  height: 50px;
  display: none;
}

.white {
  color: #ffffffbf;
}

.country {
  color: #000000bf;
  justify-content: center;
  align-items: center;
  font-family: Neue Montreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  display: flex;
}

.country:hover {
  color: #000;
}

.country.white {
  color: #ffffffbf;
}

.plan4 {
  text-align: left;
  border: 5px solid #f1f1f1;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  height: auto;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 25px;
  display: flex;
  overflow: hidden;
}

.plan4:hover {
  background-color: #f5f5f5;
}

.plan4pricediv {
  color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.currency-2 {
  align-items: center;
  height: 50px;
  display: flex;
}

.textsmallest-3 {
  color: #000;
  font-family: Neue Montreal, sans-serif;
  font-size: .9rem;
  line-height: 1rem;
  text-decoration: none;
}

.textsmallest-3.lgrey {
  color: #858585;
}

.togglebutton {
  background-color: #e9e9e9;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 40px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.togglebuttongreen {
  opacity: 0;
  background-color: #50e461;
  border-radius: 50px;
  width: 100px;
  height: 40px;
  position: absolute;
}

.buttontoggle {
  z-index: 2;
  background-color: #fff;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  margin-left: 4px;
  margin-right: 4px;
  position: relative;
}

.buttontext-off {
  color: #0003;
  text-transform: uppercase;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.quick-stack-2 {
  padding: 0;
}

.monthly {
  text-align: left;
  border: 5px solid #0074e2;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 150px;
  max-width: 300px;
  height: 40px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 4px 25px;
  display: flex;
  overflow: hidden;
}

.monthly:hover {
  background-color: #f5f5f5;
}

.monthly.h90 {
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.annually {
  text-align: left;
  border: 5px solid #0074e21a;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 150px;
  max-width: 300px;
  height: 40px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 4px 25px;
  display: flex;
  overflow: hidden;
}

.annually:hover {
  background-color: #f5f5f5;
}

.annually.h90 {
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.paymonthly {
  text-align: left;
  border: 5px solid #0074e2;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 150px;
  max-width: 300px;
  height: 40px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 4px 25px;
  display: flex;
  overflow: hidden;
}

.paymonthly:hover {
  background-color: #f5f5f5;
}

.paymonthly.h90 {
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.payannually {
  text-align: left;
  border: 5px solid #0074e21a;
  border-radius: 15px;
  flex-flow: column wrap;
  place-content: center;
  align-items: flex-start;
  width: 150px;
  max-width: 300px;
  height: 40px;
  margin-bottom: 25px;
  margin-right: 25px;
  padding: 4px 25px;
  display: flex;
  overflow: hidden;
}

.payannually:hover {
  background-color: #f5f5f5;
}

.payannually.h90 {
  flex-direction: row;
  align-items: center;
  height: 40px;
}

.pricingbox {
  border-right: 1px solid #c9c9c9;
  padding-right: 10px;
}

.pricingbox.norightborder {
  border-right-style: none;
}

.standardspec, .midspec {
  padding: 0;
}

.logo-image {
  max-height: 26px;
}

.nav-menu {
  flex: 1;
  align-items: center;
  display: flex;
}

.price-tab {
  color: #fff;
  letter-spacing: 2px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
  padding-left: 0;
  font-weight: 700;
  display: flex;
}

.price-tab.w--current {
  background-color: #0000;
  display: none;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.nav-link {
  margin-left: 0;
  margin-right: 0;
  padding: 22px 15px 18px;
}

.nav-link.left-nav-link {
  text-transform: none;
  margin-left: auto;
  font-size: 12.5px;
}

.pricing-box-row {
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 50px;
  display: flex;
}

.pricing-box-row.monthly-row {
  justify-content: flex-start;
  align-items: flex-start;
}

.pricing-box-row.monthly-row.centre {
  justify-content: center;
}

.pricing-box-row.monthly-row.max-1200 {
  max-width: 1200px;
}

.brand-link {
  margin-right: 20px;
}

.yearly-discount {
  color: #378ae8;
  letter-spacing: .5px;
  width: 100%;
  height: 21px;
  font-size: 17px;
  font-weight: 700;
  line-height: 21px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.price-tabs-menu {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.price {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Neue Montreal, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 70px;
  position: relative;
}

.price.header {
  letter-spacing: 2px;
  margin-right: 20px;
  font-size: 14px;
  font-weight: 700;
}

.tab-text {
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  font-family: Neue Montreal, sans-serif;
}

.faq-h3 {
  margin-top: 60px;
  font-family: Neue Montreal, sans-serif;
  font-size: 1.9rem;
  font-weight: 400;
}

.faq-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: -40px;
  padding-top: 120px;
  padding-bottom: 20px;
  display: flex;
}

.faq-column {
  padding-left: 20px;
  padding-right: 20px;
}

.button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #378ae8;
  border-radius: 3px;
  padding: 15px 25px 11px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #2566b0;
}

.button.pricing-button {
  letter-spacing: 1.5px;
  background-color: #0074e2;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 15px;
  font-size: 16.5px;
}

.button.pricing-button.outline-button {
  color: #000;
  background-color: #f9f9f9;
  border: 1px solid #000;
  margin-top: 14px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  font-weight: 400;
}

.button.nav-button {
  background-color: #378ae8;
  margin-left: 15px;
  padding: 11px 21px 7px;
}

.h1-h2 {
  font-size: 44px;
  font-weight: 900;
}

.navbar {
  color: #6a6d75;
  letter-spacing: 2px;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100px;
  font-size: 12.5px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.toggle-dot {
  background-color: #fff;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.toggle-dot.right {
  float: right;
  inset: 0% 0% auto auto;
}

.faq-row {
  margin-bottom: 80px;
  margin-left: -20px;
  margin-right: -20px;
}

.pricing-box {
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  width: 31.3%;
  min-height: 450px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 30px 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  box-shadow: 0 10px 25px 3px #0000001a;
}

.pricing-box.focus {
  background-color: #e9f5ff;
  min-height: 450px;
}

.pricing-box.sales {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.pricing-box.landing {
  min-height: 450px;
}

.uk {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: block;
}

.uk.nav-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.toggle-contain {
  background-color: #0074e2;
  border-radius: 50px;
  width: 70px;
  height: 34px;
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
}

.toggle-contain.defaultwhite {
  background-color: #2796ff;
}

.pricing-section {
  padding-top: 100px;
}

.pricing-section.offset50 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  position: relative;
}

.pricing-section.offset50.centre {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing-section.offset50.mobileonlyview {
  display: none;
}

.pricing-background {
  z-index: -1;
  background-image: linear-gradient(#eef1ff, #fff);
  height: 600px;
  padding-top: 200px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.text-block {
  font-family: Neue Montreal, sans-serif;
  font-weight: 400;
}

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

.text-block.headerprice {
  margin-bottom: 20px;
  font-weight: 700;
}

.text-block.underline {
  border-bottom: .2px solid #000;
}

.text-block.underline._10px {
  margin-top: 30px;
  margin-bottom: 10px;
}

.paragraph {
  font-family: Neue Montreal, sans-serif;
  font-size: 1.1rem;
}

.quick-stack-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-left: 0;
  padding-right: 0;
}

.text-block-2 {
  font-family: Neue Montreal, sans-serif;
}

.text-block-3 {
  font-family: Neue Montreal, sans-serif;
  text-decoration: none;
}

.text-block-4, .text-block-5, .text-block-6 {
  font-family: Neue Montreal, sans-serif;
}

.vat {
  color: #696969;
  text-align: left;
  margin-top: -30px;
  margin-bottom: 15px;
  margin-left: 0;
  font-family: Neue Montreal, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.html-embed-5 {
  height: 100%;
  position: relative;
  inset: auto 0% 0%;
}

.usa {
  border: 1px solid #6c6c6c;
  border-style: solid none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: 8vh;
  display: flex;
}

.rshp {
  background-image: url('../images/RSHP_logo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
}

.ritzy {
  background-image: url('../images/RTZ_logo_GRN.gif');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
}

.fml {
  background-image: url('../images/Members-Feed-me-Light.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 200px;
  height: 150px;
}

.usaprice {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.usaprice.nav-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sydney {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.sydney.nav-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-block, .pricingcountry {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: relative;
}

.hk {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: none;
}

.hk.nav-flex {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-2 {
  background-color: #000;
  border-radius: 30px;
}

._2x2 {
  width: 100vw;
}

.cell-2 {
  justify-content: center;
  align-items: center;
}

.div-block-3 {
  display: flex;
}

._2-2 {
  border-top: 20px solid #fff;
  width: 100vw;
}

._2-2.whitebarbt {
  border-bottom: 20px solid #fff;
}

.column {
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  border-left: 20px solid #fff;
  border-right: 10px solid #fff;
  padding-left: 0;
  padding-right: 0;
}

.textlarge-5 {
  font-weight: 400;
}

.textsmall-3 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-decoration: none;
}

.image {
  margin-top: 40px;
}

.text-span-11 {
  font-weight: 500;
}

.code-block {
  width: 80%;
  height: 600px;
}

.html-embed-6 {
  width: 800px;
  max-width: 100%;
}

.italics {
  font-style: italic;
}

.dropdownbox-question, .dropdown-start-1 {
  cursor: pointer;
  border-bottom: .5px #797979;
  align-items: center;
  height: auto;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.div100 {
  width: 100%;
  height: 100%;
  position: relative;
}

.dropdownbox-marker-start {
  background-color: #f7f7f7;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: relative;
  inset: 0% 0% 0% auto;
}

.dropdownbox-marker-start:hover {
  background-color: #e7e6e6;
}

.dropdown-start-2 {
  cursor: pointer;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.dropdownbox-answer {
  cursor: pointer;
  width: auto;
  min-height: 40px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 50px;
  font-family: Neue Montreal, sans-serif;
  display: none;
}

.flexdiv-2 {
  flex-direction: column;
  padding: 8vh 10vw;
}

.flexdiv-2.lgreybck-1 {
  background-color: #ddd;
}

.flexdiv-2.lgreybck-1.centrealign {
  width: 100%;
  max-width: 1269px;
  min-height: 300px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 40px;
}

.textsmall-4 {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.6rem;
  text-decoration: none;
}

.textsmall-4.dgrey {
  color: #313131;
}

.textsmall-4.dgrey._25pxmarginbotttom {
  margin-bottom: 25px;
}

.textsmall-4.bluetext {
  color: #0074e2;
}

.dropdownbox {
  transition: none;
}

.dropdownbox-marker {
  background-color: #f7f7f7;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: all .2s;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.dropdownbox-marker:hover {
  background-color: #e7e6e6;
}

.wrapper-3 {
  color: #0000;
  border-bottom: .5px solid #00000045;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  position: relative;
  inset: 0% auto 0% 0%;
}

.wrapper-3.alignmiddle {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.wrapper-3.nounderline {
  border-bottom-style: none;
}

.downdownbox-questions-grid {
  grid-template-rows: auto;
  grid-template-columns: 90fr 10fr;
  width: 100%;
  height: 89%;
  min-height: 40px;
  position: relative;
}

.html-embed-7 {
  border-top: .5px solid #4d4d4d;
  margin-top: 20px;
  padding-top: 20px;
}

.rich-text-block {
  font-family: Neue Montreal, sans-serif;
}

.code-embed {
  position: relative;
}

.calcembed {
  width: 100%;
  max-width: 1200px;
  min-height: auto;
}

.flex {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.calcembedmain {
  width: 100%;
  max-width: 1200px;
  max-height: 1400px;
}

.grid {
  border: 0 solid #000;
  width: 1005px;
}

.ceo {
  background-color: #262a42;
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 50px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.ceo.orange {
  background-color: #dc655c;
}

.boldtextstatement {
  color: #000;
}

@media screen and (min-width: 1280px) {
  .textsecondarynavsitemap.whitetext._20pxleft, .textsecondarynavsitemap.whitetext.indent20 {
    padding-left: 20px;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.landing {
    max-width: 1200px;
    margin-bottom: 0;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.landing._2 {
    max-width: none;
  }

  .secondarynavbarlink.aligncentre.white {
    margin-left: 0;
    margin-right: 0;
  }

  .secondarynavbarlink.aligncentre.white:focus, .secondarynavbarlink.aligncentre.white.w--current {
    color: #fff;
  }

  .computlelogowhitenav.fi {
    padding-left: 20px;
  }

  .texthugebold.whitetext._80pxbotton {
    margin-bottom: 80px;
  }

  .texthugebold.whitetext._80pxbotton.centredesktop {
    text-align: center;
  }

  .texthugebold.whitetext._80pxbottom {
    margin-bottom: 80px;
  }

  .texthugebold.centrealign._40pxbottom {
    margin-bottom: 40px;
  }

  .texthugebold.centrealign._40pxbottom.mobilealignleft {
    color: #000;
  }

  .textenormous {
    font-size: 15rem;
    line-height: 15rem;
  }

  .textenormous.whitetext.aligncentre {
    text-align: center;
  }

  .textenormous.whitetext.aligncentre._40pxbottom {
    margin-bottom: 40px;
  }

  .wrapper.desktoppadding.height1000.centrealign.nooverflow {
    overflow: hidden;
  }

  .wrapper.desktoppadding.height1000.centrealign._50pxoffset {
    margin-top: 0;
    overflow: hidden;
  }

  .wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow.blackbck {
    background-color: #000;
  }

  .wrapper.desktoppadding.height1000.centrealign.herolanding.landing {
    margin-top: 0;
    padding-top: 0;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow {
    border-radius: 0;
    max-width: none;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset {
    margin: 0;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black {
    width: 100vw;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black.mobile20padding {
    margin-top: 0;
    margin-bottom: 20px;
  }

  ._1200wcardround.bckartist {
    background-image: linear-gradient(#0000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    border-style: none none solid;
    border-radius: 0;
    justify-content: center;
    width: 100vw;
    max-width: 1200px;
    min-height: 1000px;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset {
    background-image: linear-gradient(360deg, #000, #0000 100%, #000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.specshero {
    background-image: linear-gradient(360deg, #000, #0000 15%), url('../images/workstationwide.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 80vh;
    margin-top: 50px;
    margin-bottom: 0;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 20px #000;
    border-right: 20px #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 70px;
    margin-bottom: 0;
    display: flex;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.hide {
    display: none;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite {
    background-color: #ededed;
    background-image: url('../images/jake-grey---Copy.jpg');
    background-position: 50% 100%;
    background-size: auto 500px;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 80px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.secondsection {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.secondsection.top {
    margin-top: 20px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.engineering {
    background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.tco.appv3 {
    min-height: 900px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 20px #000;
    border-right: 20px #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 70px;
    margin-bottom: 0;
    display: flex;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.hide {
    display: none;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite {
    background-color: #ededed;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 80px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.secondsection {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.engineering {
    background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  }

  ._1200wcardround.bckartist.monitor {
    background-image: linear-gradient(to bottom, null, null), url('../images/engineer.jpg');
  }

  ._1200wcardround.bckartist.man {
    border-top-style: solid;
  }

  ._1200wcardround.bckartist.man.landing {
    max-width: 1200px;
    margin-top: 20px;
  }

  ._1200wcardround.bckartist.man.landing._2 {
    min-height: 1500px;
  }

  ._1200wcardround.bckartist.man.landing.hide {
    display: none;
  }

  ._1200wcardround.bckartist.lady {
    border-top-style: solid;
    max-width: 1200px;
    margin-top: 20px;
  }

  ._1200wcardround.bckartist.herohome {
    width: 100%;
  }

  ._1200wcardround.bckartist.herohome.hide {
    display: none;
  }

  ._1200wcardround.bckartist.rtizyhero {
    width: 100%;
  }

  ._1200wcardround._500hcardcentre {
    border-radius: 0;
  }

  ._1200wcardround._500hcardcentre.focusonwhatmatters {
    background-position: 0 0, 100% 85%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  ._1200wcardround._500hcardcentre.graphics {
    background-color: #000;
    border-radius: 20px;
  }

  ._1200wcardround._500hcardcentre.younglady {
    background-color: #000;
    background-image: linear-gradient(#101010, #0000 30%), url('../images/pricing.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
    flex-direction: column;
    justify-content: flex-start;
  }

  ._1200wcardround._500hcardcentre.younglady._1 {
    background-image: none;
  }

  ._1200wcardround._500hcardcentre.olderlady {
    background-color: #000;
    background-image: linear-gradient(#101010, #fff0 28%), url('../images/iconsun.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
  }

  ._1200wcardround._500hcardcentre.olderblackman {
    background-image: linear-gradient(#101010, #0000 35%), url('../images/iconendtoend.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
  }

  ._1200wcardround._500hcardcentre.olderblackman._3 {
    background-image: linear-gradient(#101010, #0000 35%);
    min-height: 300px;
  }

  ._1200wcardround._500hcardcentre.olderman {
    background-color: #000;
    background-image: linear-gradient(#101010, #0000 35%), url('../images/pound-1000.png');
    background-position: 0 0, 50% 140%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
  }

  ._1200wcardround._500hcardcentre.olderman._2 {
    background-image: linear-gradient(#101010, #0000 35%);
  }

  ._1200wcardround._500hcardcentre.backup {
    border-color: #8a8a8a59;
    min-height: auto;
  }

  ._1200wcardround._500hcardcentre.encryption {
    background-image: linear-gradient(#000, #000);
    border-color: #8a8a8a59;
    min-height: auto;
  }

  ._1200wcardround._500hcardcentre.global {
    background-color: #000;
    background-image: linear-gradient(#101010, #0000 29%), url('../images/iconlocation.png');
    background-position: 0 0, 50% 150%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
  }

  ._1200wcardround._500hcardcentre.multimonitor {
    background-image: linear-gradient(#101010, #0000 31%), url('../images/iconmonitor.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
  }

  ._1200wcardround._500hcardcentre.stepone {
    background-color: #000;
    background-image: url('../images/iconstart.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #8a8a8a59;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 300px;
  }

  ._1200wcardround._500hcardcentre.step2 {
    background-color: #000;
    background-image: url('../images/icondownload.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #8a8a8a59;
    min-height: 300px;
  }

  ._1200wcardround._500hcardcentre.step4 {
    background-image: url('../images/iconpower.png');
    background-position: 50% 100%;
    background-size: contain;
    border-color: #8a8a8a59;
    min-height: 400px;
  }

  ._1200wcardround._500hcardcentre.ritzy {
    border-color: #8a8a8a59;
    height: 750px;
    min-height: auto;
  }

  ._1200wcardround._500hcardcentre.fml {
    background-image: linear-gradient(#000, #0000), url('../images/b786b7b2a18cc173e18f4094eb37a1deacc7c7d5-t710.jpg'), linear-gradient(#000, #000);
    background-position: 0 0, 0 0, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
    border-color: #8a8a8a59;
    height: 750px;
    min-height: auto;
  }

  ._1200wcardround._500hcardcentre.rshp {
    border-color: #8a8a8a59;
    height: 750px;
    min-height: auto;
  }

  ._1200wcardround._500hcardcentre.founder {
    background-color: #000;
    background-image: url('../images/iconstart.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    border-color: #8a8a8a59;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 300px;
  }

  ._1200wcardround._500hcardcentre.nobck {
    background-color: #000;
    background-image: linear-gradient(#101010, #0000 35%), url('../images/pound-1000.png');
    background-position: 0 0, 50% 140%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-color: #8a8a8a59;
  }

  ._1200wcardround._500hcardcentre.nobck._2 {
    background-image: linear-gradient(#101010, #0000 35%);
  }

  ._1200wcardround.black.nvidia {
    background-image: url('../images/nvidia.jpg');
    background-position: 100% 0;
    background-repeat: repeat-y;
    background-size: 1200px;
    border-style: none;
    border-radius: 0;
    width: 100vw;
    max-width: none;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop {
    border-style: none;
    margin-bottom: 80px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom {
    border-top: .5px #8a8a8a59;
    border-bottom-style: solid;
    border-bottom-color: #7f076b;
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 80px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop {
    background-image: linear-gradient(to top, #000, #070303 39%, #020202 82%);
    border-top-style: solid;
    border-top-color: #8a8a8a59;
    border-bottom-color: #8a8a8a59;
    margin-bottom: 80px;
    padding-top: 80px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.jake.tile {
    max-width: none;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop._50pxoffset.remoteaccess {
    background-image: linear-gradient(270deg, #000, #0000 32%), linear-gradient(90deg, #000, #0000 23%), linear-gradient(#000 8%, #0000), url('../images/home-worker-ext.jpg');
    background-position: 0 0, 0 0, 0 0, 50%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, cover;
    min-height: 1500px;
    margin-top: 100px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile.engineering {
    background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
    background-position: 50% 80%;
    background-size: auto 150px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline {
    border-top-style: solid;
    padding-top: 80px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia {
    background-image: linear-gradient(#000, #00000005 16%, #0000), linear-gradient(to top, #000, #0000 24%), url('../images/nvidia2.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-color: #8a8a8a59;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 1500px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing {
    max-width: 1200px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.height {
    border: 1px solid #000;
    border-radius: .5px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.height.trial {
    background-color: #252525;
    background-image: linear-gradient(#0000, #0000);
    border: 1px #8a8a8a59;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd {
    background-image: linear-gradient(to top, #000, #0000 40%), url('../images/amd.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 1000px;
    border-bottom-style: none;
    border-bottom-color: #8a8a8a59;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 1500px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.landing {
    max-width: 1200px;
    margin-top: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.latency {
    background-image: linear-gradient(#000, #00000005 16%, #0000), linear-gradient(0deg, #000, #0000 24%), url('../images/manpc.jpg');
    background-position: 0 0, 0 0, 50% 0;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    border-top-style: none;
    border-bottom-style: none;
    border-bottom-color: #8a8a8a59;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 800px;
    margin-bottom: 20px;
    padding-top: 40px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel {
    background-image: linear-gradient(to top, #000, #0000 40%), url('../images/amd.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 1000px;
    border-bottom-style: none;
    border-bottom-color: #8a8a8a59;
    align-items: flex-start;
    width: 100%;
    max-width: 1200px;
    height: 1500px;
    margin-bottom: 0;
    padding-top: 40px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.landing {
    max-width: 1200px;
    margin-top: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.certifiedhardware {
    background-image: linear-gradient(#000 13%, #0000 43%), url('../images/engineer.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border: 1px solid #8a8a8a59;
    border-top-width: .5px;
    max-width: 1200px;
    height: 1000px;
    margin-bottom: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.certifiedhardware.top40 {
    margin-top: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.intgegateit {
    background-image: url('../images/office.jpg'), linear-gradient(#000 13%, #0000 43%);
    background-position: 50%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: cover, auto;
    border: 1px solid #8a8a8a59;
    border-top-width: .5px;
    max-width: 1200px;
    height: 750px;
    margin-bottom: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.masterimage {
    background-image: linear-gradient(#00000080, #00000080), linear-gradient(#000, #000000a1), url('../images/swoosh.jpg');
    background-position: 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, no-repeat;
    background-size: auto, auto, cover;
    border: 1px solid #8a8a8a59;
    border-top-width: .5px;
    justify-content: center;
    max-width: 1200px;
    height: 750px;
    margin-bottom: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.jake {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #8a8a8a59;
    border-top-width: .5px;
    max-width: 1200px;
    height: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.controlpanel {
    background-image: linear-gradient(#000 13%, #0000 43%), url('../images/image.webp');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border: 1px solid #8a8a8a59;
    border-top-width: .5px;
    max-width: 1200px;
    height: 1000px;
    margin-bottom: 20px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.controlpanel.top40 {
    margin-top: 20px;
  }

  ._1200wcardround.jakehero {
    background-image: linear-gradient(#0000, #0000), url('../images/Jake-Extended-2.jpg');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    border-style: none none solid;
    border-radius: 0;
    justify-content: center;
    width: 100vw;
    max-width: 1200px;
    min-height: 1000px;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset {
    background-image: linear-gradient(360deg, #000, #0000 100%, #000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset.specshero {
    background-image: linear-gradient(360deg, #000, #0000 15%), url('../images/workstationwide.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    margin-top: 50px;
    margin-bottom: 0;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset.jake {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset.jake.hide {
    display: none;
  }

  ._1200wcardround.costs {
    background-image: linear-gradient(#000, #000000f0 14%, #0000), url('../images/architect.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-style: none none solid;
    border-radius: 0;
    justify-content: center;
    width: 100vw;
    max-width: 1200px;
    min-height: 1000px;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.costs.breakpoint1200nooffset {
    background-image: linear-gradient(360deg, #000, #0000 100%, #000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.specshero {
    background-image: linear-gradient(360deg, #000, #0000 15%), url('../images/workstationwide.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 80vh;
    margin-top: 50px;
    margin-bottom: 0;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 20px #000;
    border-right: 20px #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 70px;
    margin-bottom: 0;
    display: flex;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake.hide {
    display: none;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite {
    background-color: #ededed;
    background-image: url('../images/jake-grey---Copy.jpg');
    background-position: 50% 100%;
    background-size: auto 500px;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 80px;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.secondsection {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.engineering {
    background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  }

  ._1200wcardround.costs.monitor {
    background-image: linear-gradient(to bottom, null, null), url('../images/engineer.jpg');
  }

  ._1200wcardround.apprelease {
    background-image: linear-gradient(#0000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    border-style: none none solid;
    border-radius: 0;
    justify-content: center;
    width: 100vw;
    max-width: 1200px;
    min-height: 1000px;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset {
    background-image: linear-gradient(360deg, #000, #0000 100%, #000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    border-style: none;
    border-radius: 0;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    max-width: none;
    margin-bottom: 20px;
    display: flex;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.specshero {
    background-image: linear-gradient(360deg, #000, #0000 15%), url('../images/workstationwide.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    min-height: 80vh;
    margin-top: 50px;
    margin-bottom: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 20px #000;
    border-right: 20px #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 70px;
    margin-bottom: 0;
    display: flex;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.hide {
    display: none;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite {
    background-color: #ededed;
    background-image: url('../images/jake-grey---Copy.jpg');
    background-position: 50% 100%;
    background-size: auto 500px;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 80px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.secondsection {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.engineering {
    background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat {
    background-image: url('../images/Jake-Extended-2.jpg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    border-left: 20px #000;
    border-right: 20px #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1200px;
    margin-top: 70px;
    margin-bottom: 0;
    display: flex;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.hide {
    display: none;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite {
    background-color: #ededed;
    border-bottom-style: solid;
    margin-bottom: 0;
    padding-top: 80px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.secondsection {
    background-image: none;
    min-height: auto;
    margin-top: 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.engineering {
    background-image: url('../images/63a1e7ad48b1cb7c5a8d459d_thumbnail_IMG_0574-removebg-preview.png');
  }

  ._1200wcardround.apprelease.monitor {
    background-image: linear-gradient(to bottom, null, null), url('../images/engineer.jpg');
  }

  ._1200wcardround.apprelease.man {
    border-top-style: solid;
  }

  ._1200wcardround.apprelease.man.landing {
    max-width: 1200px;
    margin-top: 20px;
  }

  ._1200wcardround.apprelease.man.landing._2 {
    min-height: 1500px;
  }

  ._1200wcardround.apprelease.man.landing.hide {
    display: none;
  }

  ._1200wcardround.apprelease.lady {
    border-top-style: solid;
    max-width: 1200px;
    margin-top: 20px;
  }

  ._1200wcardround.apprelease.herohome {
    border-style: solid;
    width: 100%;
  }

  ._1200wcardround.apprelease.herohome.ededed {
    background-size: 1100px;
  }

  .textstandardbold.whitetext {
    color: #fff;
  }

  .textstandardbold.whitetext.centre, .textstandardbold.whitetext.centredesktop {
    text-align: center;
  }

  .textstandard.whitetext {
    color: #fff;
  }

  .textstandard.whitetext.padding40top._40pxbottom {
    margin-bottom: 40px;
  }

  .textstandard.whitetext.padding40top._40pxbottom.black.justify {
    text-align: justify;
  }

  .textstandard.whitetext.padding40top._40pxbottom.centreonlarge {
    text-align: center;
  }

  .textstandard.lgrey {
    color: #fffc;
  }

  .textstandard.lgrey._40pxbottom {
    margin-bottom: 40px;
  }

  .textstandard.lgrey._80pxbottom {
    margin-bottom: 80px;
  }

  .textstandard.lgrey._80pxbottom.centredesktop {
    text-align: center;
    margin-bottom: 100px;
  }

  .textstandard.blacktext {
    color: #000;
  }

  .textstandard.blacktext.padding40top._40pxbottom {
    margin-bottom: 40px;
  }

  .textstandard.blacktext.aligncentre._40pxpadding {
    color: var(--black);
    -webkit-text-stroke-color: #000;
  }

  .textstandard.blacktext.alignleft {
    text-align: left;
  }

  .textstandard.blacktext.alignleft._20poxbottom {
    margin-bottom: 20px;
  }

  .textstandard.blacktext.alignleft._20poxbottom.bold {
    font-weight: 500;
  }

  .whitebutton.nobck {
    max-width: 100px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .quick-stack._4x4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack._4x4.breakpoint20pxbottom, .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop {
    margin-bottom: 20px;
  }

  .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200 {
    width: 1200px;
  }

  .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200.centre {
    width: auto;
  }

  ._1200wcardheader._800pxpaddingbottom {
    margin-bottom: 80px;
  }

  ._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow {
    border-radius: 20px;
    overflow: hidden;
  }

  ._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0 {
    max-width: none;
  }

  ._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0.breakpoint1200aligncentre {
    border-radius: 0;
    justify-content: center;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .lottietile.hairflick {
    border-style: none;
    max-width: 1600px;
  }

  .lottietile.hairflick.fullscreen.top40margin.breakpoint1200maxwidth {
    border-radius: 0;
    align-items: flex-start;
    width: 100vw;
    max-width: none;
    height: 1000px;
    min-height: auto;
  }

  .lottietile.hairflick.fullscreen.top40margin.breakpoint1200maxwidth.pc {
    background-size: contain;
    height: 500px;
  }

  .lottieansmiling._500px.fullscreen {
    width: 100vw;
    margin-bottom: 0;
    position: relative;
  }

  .div600.aligncentre.div40withline {
    border-bottom: 1px solid #8a8a8a59;
    margin-bottom: 40px;
    padding-bottom: 40px;
  }

  .div600.alignleft._40pxbottom {
    margin-bottom: 40px;
  }

  .div600.alignleft._40pxbottom.fixed600 {
    min-width: 600px;
  }

  .div600.alignleft._40pxbottom.fixed600.bottomline {
    border-bottom: 1px solid #000;
    padding-bottom: 40px;
  }

  .div600.alignleft._40pxbottom.fixed600.bottomline.rgba-138-138-138-0-35._800.centre {
    width: 1200px;
  }

  .div600.centreonlarge {
    flex-flow: column;
    align-items: center;
    display: flex;
  }

  .herosub2.aligntop {
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .herosub2.aligntop.nopadding._80pxtop {
    margin-top: 40px;
  }

  .herosub2.aligntop.nopadding._80pxtop.centre {
    margin-top: 90px;
  }

  .herosub2.aligntop.nopadding.centre {
    justify-content: center;
    align-items: flex-start;
  }

  .herosub2.aligntop.nopadding.centreonlarge {
    justify-content: center;
  }

  .breakpoint1200 {
    width: auto;
    max-width: 1200px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .breakpoint1200.mobilealignleft.notoppad {
    margin-top: 0;
  }

  ._4x4wrapper {
    width: 100%;
    max-width: none;
  }

  .textsmall {
    font-size: 1.1rem;
  }

  .textsmall.lgrey {
    color: #fffc;
  }

  .textsmall.lgrey._40pxbottom {
    margin-bottom: 40px;
  }

  .textsmall.lgrey._40pxbottom.centredesktop, .textsmall.lgrey.centredesktop {
    text-align: center;
  }

  .textsmall.lgrey.black.justify {
    text-align: justify;
  }

  .textsmall.black {
    color: #000;
    background-color: #0000;
  }

  .textsmall.black._80 {
    margin-top: 80px;
  }

  .tileboxfixed.autowidth {
    width: 100%;
  }

  .textlargebold.justify {
    text-align: center;
  }

  .textlargebold._40pxbottom {
    margin-bottom: 40px;
  }

  .textlargebold.white._100-white.centreonlarge {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .textlargebold.white._100-white.centreonlarge2 {
    text-align: center;
  }

  .div1000fixedwidth {
    max-width: 1000px;
  }

  .buttonblue._125px.top40 {
    margin-top: 40px;
  }

  .textlarge {
    font-family: Neue Montreal, sans-serif;
  }

  .div1000fixed {
    max-width: 1000px;
  }

  .div1000fixed.top40 {
    margin-top: 40px;
  }

  .div1000px100 {
    max-width: 1000px;
  }

  .flexdiv.nobottompad.centre, .flexdiv.botop {
    align-items: center;
    display: flex;
  }

  ._1200max._4vhmarginbottom {
    max-width: 1200px;
  }

  .secondarynavmobilebck-2 {
    max-width: 1200px;
    position: relative;
  }

  .navbar1000 {
    justify-content: center;
    align-items: center;
    padding-right: 20px;
  }

  .div800 {
    max-width: 800px;
  }

  ._123-start {
    flex-direction: column;
    align-items: flex-start;
    max-width: 500px;
    display: flex;
  }

  ._123-start.centredesktop {
    align-items: center;
  }

  .div1200 {
    width: 1200px;
  }

  .div1200.centre {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div1200.underline {
    border-bottom: 1px solid #8a8a8a59;
    margin-bottom: 80px;
  }

  .div1200.underline.aligncentrecontents {
    flex-direction: column;
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .div1200.underline.aligncentrecontents._940pxwidthlaptop {
    background-image: none;
    border-top: 0 #8a8a8a59;
    border-bottom-style: none;
    max-width: none;
  }

  .div1200.underline.aligncentrecontents._940pxwidthlaptop.nounderline {
    background-image: none;
    border-bottom-style: none;
  }

  .div1200.top80 {
    margin-top: 80px;
  }

  .triocontent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 33%) 33% 33%;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .triocontent._20pxbottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 386.5px) 386.5px 386.5px;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    width: 1200px;
    max-width: 1200px;
    margin-bottom: 20px;
    display: grid;
  }

  .pricingpage {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 33%) 33% 33%;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .pricingpage._20pxbottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(auto-fit, 250px) 250px 250px 250px;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    width: 1200px;
    max-width: 800px;
    margin-bottom: 20px;
    display: grid;
  }

  .plandetails {
    background-color: #f1f1f14f;
    border-radius: 0;
    padding: 50px 25px;
    display: flex;
  }

  .ordercolumn {
    align-items: flex-start;
    display: flex;
  }

  .bold.red {
    color: red;
  }

  .bold.blue {
    color: #005db5;
  }

  .textsmallbold-2.blacktext {
    font-family: Neue Montreal, sans-serif;
  }

  .div-block-2 {
    overflow: hidden;
  }

  .text-span-10 {
    color: #000c;
  }

  .dropdown-start-2 {
    padding-bottom: 0;
    display: block;
  }

  .dropdownbox-answer {
    min-height: 100px;
    display: none;
  }

  .flexdiv-2.lgreybck-1.centrealign {
    justify-content: center;
    align-items: flex-start;
    max-width: 1200px;
    min-height: 300px;
    padding: 40px;
    display: flex;
  }
}

@media screen and (min-width: 1440px) {
  .wrapper.desktoppadding.height1000.centrealign._50pxoffset.nooverflow.blackbck {
    background-color: #000;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.tco.appv3 {
    min-height: 900px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite {
    margin-top: 40px;
  }

  ._1200wcardround.bckartist.herohome {
    background-color: #000;
    background-image: linear-gradient(270deg, #000 35%, #0000 44%), linear-gradient(90deg, #000 37%, #0000 55%), linear-gradient(#000, #0000 70%), url('../images/athlete.jpg');
    background-position: 0 0, 0 0, 0 0, 50% 100%;
    background-repeat: repeat, repeat, repeat, no-repeat;
    background-size: auto, auto, auto, contain;
  }

  ._1200wcardround.bckartist.herohome.hide {
    display: none;
  }

  ._1200wcardround.bckartist.rtizyhero {
    background-position: 0 0, 50%;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite {
    margin-top: 40px;
  }

  ._1200wcardround.apprelease.herohome {
    background-size: auto;
  }

  ._1200wcardround.apprelease.herohome.ededed {
    background-position: 51% 100%;
    background-size: 1350px;
  }

  .herosub2.aligntop.nopadding.centreonlarge.stackedimage {
    height: 1100px;
  }
}

@media screen and (max-width: 991px) {
  .secondarynavmobilebck {
    width: 100%;
    height: 50px;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .navbar1200 {
    border-bottom: .5px solid #8a8a8a;
    width: 100%;
    height: 50px;
    padding-top: 0;
  }

  .secondarynavmobilebutton {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 0;
    padding: 0;
    display: flex;
    position: absolute;
    inset: auto auto auto 100px;
  }

  .secondarynavmobilebutton.w--open {
    background-color: #0000;
  }

  .secondarynavmobilebuttonsymbol {
    color: #fff;
    text-transform: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    line-height: 2rem;
    display: none;
    transform: rotate(90deg);
  }

  .secondarynavmobilebuttonsymbol:hover {
    transform: scale(.9)rotate(90deg);
  }

  .secondarynavmenu {
    flex-direction: row;
    align-items: center;
    height: auto;
  }

  .secondarynavmenu._2vhpaddingtop {
    background-color: #4b4b4b;
    margin-right: 20px;
  }

  .secondarynav.dgreybck {
    padding-left: 20px;
    padding-right: 10px;
  }

  .secondarynav.dgreybck.aligncentre {
    flex-direction: row;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky {
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck {
    padding-left: 0;
    padding-right: 0;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity {
    border-bottom-width: 1px;
    max-width: 100vw;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur {
    z-index: 9;
    z-index: 9;
    z-index: 9;
  }

  .secondarynavsitemap {
    padding-left: 40px;
  }

  .secondarynavsitemap.fix {
    padding-left: 20px;
  }

  .secondarynavbarlink {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .secondarynavbarlink.aligncentre {
    height: 50px;
  }

  .computlelogowhitenav {
    padding-left: 20px;
  }

  .texthugebold, .textenormous {
    font-size: 4rem;
    line-height: 4rem;
  }

  .textenormous.whitetext.aligncentre {
    text-align: center;
  }

  ._1200wcardround {
    border-radius: 0;
    width: 100vw;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black {
    border-radius: 0;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black.mobile20padding {
    margin-top: 0;
  }

  ._1200wcardround.bckartist {
    width: 100%;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset {
    border-style: none;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.specshero.removepad {
    margin-bottom: 0;
  }

  ._1200wcardround.bckartist.man.landing._2, ._1200wcardround.bckartist.lady {
    width: 100%;
  }

  ._1200wcardround.bckartist.herohome, ._1200wcardround.bckartist.rtizyhero {
    background-position: 0 0, 50% 100%;
  }

  ._1200wcardround._500hcardcentre.olderblackman {
    background-image: linear-gradient(#101010, #0000 50%), url('../images/iconendtoend.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
    margin-bottom: 20px;
  }

  ._1200wcardround._500hcardcentre.olderman {
    background-image: linear-gradient(#101010, #0000 50%), url('../images/pound-1000.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  ._1200wcardround._500hcardcentre.global {
    margin-bottom: 20px;
  }

  ._1200wcardround._500hcardcentre.step2 {
    background-image: url('../images/pound-1000.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  ._1200wcardround._500hcardcentre.step4 {
    background-image: url('../images/iconendtoend.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-bottom: 20px;
  }

  ._1200wcardround._500hcardcentre.whitebckandborder {
    width: 100%;
  }

  ._1200wcardround._500hcardcentre.fml {
    height: 750px;
  }

  ._1200wcardround._500hcardcentre.nobck {
    background-image: linear-gradient(#101010, #0000 50%), url('../images/pound-1000.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop {
    background-image: linear-gradient(315deg, #000, #0b0606f0 50%, #000);
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile.tco.flex, ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.carbonneutral.tile.flex {
    min-height: 700px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia {
    background-position: 0 0, 0 0, 40% 100%;
    width: 500px;
    height: 1200px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device {
    width: 100%;
    height: 800px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.signup {
    width: 100%;
    height: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial {
    background-image: linear-gradient(#fff 57%, #fff0 75%), url('../images/o.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 50%;
    width: 100%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.height {
    width: 100%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd {
    background-image: linear-gradient(#000, #0000 61%), url('../images/amd.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 1000px;
    width: 500px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.latency {
    background-position: 0 0, 0 0, 40% 100%;
    width: 500px;
    height: 1200px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel {
    background-image: linear-gradient(#000, #0000 61%), url('../images/amd.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 1000px;
    width: 500px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.certifiedhardware, ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.intgegateit {
    width: 500px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.masterimage {
    max-width: 500px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.jake, ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.controlpanel, ._1200wcardround.jakehero {
    width: 500px;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset {
    border-style: none;
  }

  ._1200wcardround.costs {
    width: 100%;
    min-height: 800px;
  }

  ._1200wcardround.costs.breakpoint1200nooffset {
    border-style: none;
  }

  ._1200wcardround.apprelease {
    width: 100%;
    min-height: 800px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset {
    border-style: none;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.specshero.removepad {
    margin-bottom: 0;
  }

  ._1200wcardround.apprelease.man.landing._2, ._1200wcardround.apprelease.lady {
    width: 100%;
  }

  ._1200wcardround.apprelease.herohome {
    background-position: 50% 100%;
    min-height: 500px;
  }

  .quick-stack._4x4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop {
    margin-bottom: 20px;
  }

  .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200 {
    width: 500px;
  }

  ._1200wcardheader {
    width: 100vw;
  }

  ._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0.breakpoint1200aligncentre {
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .lottietile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    height: 80vh;
    margin-left: 0;
    display: flex;
    overflow: hidden;
  }

  .lottietile.hairflick {
    border-radius: 0;
    width: 100%;
  }

  .lottieansmiling {
    justify-content: center;
    align-items: center;
    width: 2000px;
    display: block;
  }

  .lottieansmiling._500px {
    position: static;
  }

  .div600 {
    max-width: none;
  }

  .div600.aligncentre.leftmobile {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .herosub2 {
    border-radius: 0;
    width: auto;
    max-width: none;
  }

  .herosub2.aligntop.nopadding.centreonlarge.stackedimage {
    height: 700px;
  }

  .breakpoint1200.tabletmobiletopmargin {
    margin-top: 60px;
  }

  ._4x4wrapper {
    width: 100vw;
  }

  .wrapper-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .div1000fixedwidth {
    width: 100%;
    min-width: auto;
    padding-top: 0;
  }

  .buttonblue {
    border-radius: 30px;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
    display: flex;
  }

  .buttonblue._125px {
    margin-left: 0;
  }

  .buttonblue._4vhmarginbottom {
    margin-left: 0;
    margin-right: 0;
  }

  .footerdisclaimercolumn {
    display: block;
  }

  .footergrid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    overflow: visible;
  }

  .disclaimercolumn {
    margin-bottom: 1vh;
  }

  .footerrightdisclaimer {
    padding-left: 0;
    padding-right: 0;
  }

  .textsmallest, .textsmallestbold {
    font-size: .9rem;
  }

  .footerlogo {
    padding-left: 0;
  }

  .footerwrapper {
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .footerwrapper._2vhmarginbottom {
    height: auto;
  }

  .div1000fixed {
    width: 100%;
    padding-top: 0;
  }

  .div1000px100 {
    width: 100%;
    max-width: none;
    margin-left: 0;
  }

  .footerlinksmall {
    border-left-style: none;
    border-left-width: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footerlinksmall.endofnav {
    border-right-width: 0;
    padding-left: 15px;
  }

  .textmicro.lgrey {
    text-align: justify;
  }

  .secondarynavmobilebck-2 {
    background-color: #4b4b4b;
    width: 100%;
    height: 50px;
    padding-right: 20px;
    position: absolute;
    inset: 0%;
  }

  .secondarynavmobilebck-2.fix {
    position: relative;
  }

  .navbar1000 {
    width: 100%;
    height: 50px;
    padding-top: 0;
  }

  .secondarynavmobilebutton-2 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 0;
    padding: 0;
    display: flex;
    position: absolute;
    inset: auto auto auto 100px;
  }

  .secondarynavmobilebutton-2.w--open {
    background-color: #0000;
  }

  .secondarynavmobilebuttonsymbol-2 {
    color: #fff;
    text-transform: none;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    font-size: 2rem;
    line-height: 2rem;
    display: none;
    transform: rotate(90deg);
  }

  .secondarynavmobilebuttonsymbol-2:hover {
    transform: scale(.9)rotate(90deg);
  }

  .secondarynavbarlink-2 {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .secondarynavbarlink-2.aligncentre {
    height: 50px;
  }

  .secondarynavbarlink-2.aligncentre.greylinebottom {
    align-items: center;
    text-decoration: none;
  }

  .div1200 {
    width: 500px;
  }

  .triocontent._20pxbottom, .pricingpage._20pxbottom {
    flex-direction: column;
    display: flex;
  }

  .html-embed-3 {
    min-height: 100vh;
  }

  .texthugebold-5 {
    font-size: 4rem;
    line-height: 4rem;
  }

  .standardplanpaymentselector {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .div600-4 {
    max-width: none;
  }

  .bluebuttonstandard, .bluebuttonpro, .bluebuttonmid {
    border-radius: 50px;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 25px;
    margin-left: 0;
    font-size: 1rem;
    display: flex;
  }

  .plandetails {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .plan2, .plan1, .plan3 {
    width: 100%;
    height: auto;
  }

  .textsmallest-2 {
    font-size: .9rem;
  }

  .plan1pricediv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }

  .buywrapper {
    width: 100%;
  }

  .ordercolumn2 {
    padding-left: 0;
    padding-right: 0;
  }

  .plan3pricediv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .ordercolumn1 {
    padding-left: 0;
    padding-right: 0;
  }

  .plan2pricediv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .html-embed-4 {
    width: auto;
  }

  .plan4 {
    width: 100%;
    height: auto;
  }

  .plan4pricediv {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .textsmallest-3 {
    font-size: .9rem;
  }

  .monthly, .annually, .paymonthly, .payannually {
    width: 100%;
    height: auto;
  }

  .menu-button {
    margin-left: auto;
  }

  .bun {
    background-color: #28344f;
    border-radius: 2px;
    width: 26px;
    height: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .pricing-box {
    width: 48%;
    max-width: 310px;
    margin-bottom: 2%;
  }

  .pricing-box.landing.hideonmobiile {
    display: none;
  }

  .pricing-box.tablet {
    min-height: 500px;
  }

  .pricing-section.offset50, .pricing-section.offset50.mobileonlyview {
    display: block;
  }

  .pricing-section.offset50.hidethisonmobile {
    display: none;
  }

  .dropdown-start-2 {
    display: block;
  }

  .dropdownbox-answer {
    display: none;
  }

  .wrapper-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .secondarynavmobilebck {
    z-index: 20;
    border-bottom: 1px solid #8a8a8a;
  }

  .navbar1200 {
    z-index: 50;
  }

  .secondarynavmobilebutton {
    margin-right: 20px;
    font-family: Neue Montreal, sans-serif;
    inset: 0% 0% 0% auto;
  }

  .secondarynavmobilebutton.w--open {
    z-index: 20;
  }

  .secondarynavmobilebuttonsymbol {
    margin-left: 20px;
    font-size: 1.5rem;
    display: flex;
  }

  .secondarynavmobilebuttonsymbol.black {
    color: #000;
    background-color: #fff;
    border-bottom: 1px #8a8a8a;
    border-right: 1px solid #8a8a8a;
  }

  .secondarynavmobilebuttonsymbol.black:hover {
    border-bottom-style: none;
    border-right-style: none;
  }

  .secondarynavmenu {
    z-index: 50;
    background-color: #fff;
    position: absolute;
  }

  .secondarynavmenu._2vhpaddingtop {
    z-index: 15;
    background-color: #4b4b4b;
    padding-bottom: 8vh;
  }

  .secondarynavmenu.black {
    background-color: #181818;
    border-bottom: 1px #ffdbdbcc;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.white {
    z-index: 50;
  }

  .secondarynavsitemap {
    z-index: 20;
  }

  .secondarynavsitemap.fix {
    padding-left: 0;
  }

  .secondarynavbarlink.aligncentre.white {
    display: block;
  }

  .texthugebold, .textenormous {
    font-size: 3rem;
    line-height: 3rem;
  }

  ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black.mobile20padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._1200wcardround._500hcardcentre.olderblackman {
    background-image: linear-gradient(#101010, #0000 50%), url('../images/iconendtoend.png');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, contain;
  }

  ._1200wcardround._500hcardcentre.step4 {
    background-image: url('../images/iconendtoend.png');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.nopadbtm.greybck.mobilealignleft.tile {
    border-top-style: solid;
    border-left-style: none;
    border-right-style: none;
  }

  .lottietile.hairflick {
    height: 550px;
  }

  .lottieansmiling._500px {
    width: 1200px;
  }

  .div600.alignleft._40pxbottom.fixed600._100 {
    min-width: auto;
  }

  .breakpoint1200.tabletmobiletopmargin.tabletmobilealignleft {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .textsmall-2 {
    width: auto;
  }

  .buttonblue {
    justify-content: center;
    margin-top: 20px;
  }

  .buttonblue._4vhmarginbottom {
    width: 100%;
  }

  .secondarynavmobilebutton-2 {
    margin-right: 17px;
    inset: 0% 0% 0% auto;
  }

  .secondarynavmobilebuttonsymbol-2 {
    display: flex;
  }

  .secondarynavbarlink-2.aligncentre.greylinebottom {
    border-bottom: .25px solid #9b9b9b;
  }

  .html-embed-3 {
    margin-top: 0;
  }

  .texthugebold-5 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .plandetails {
    width: 100%;
  }

  .plan2, .plan1, .plan3, .plan4, .monthly, .annually, .paymonthly, .payannually {
    max-width: 100%;
    overflow: visible;
  }

  .logo-image {
    max-height: 22px;
  }

  .nav-menu {
    text-align: right;
    background-color: #fff;
    max-height: 80vh;
    padding-bottom: 20px;
    padding-right: 20px;
    font-size: 18px;
    overflow: scroll;
  }

  .nav-link {
    text-align: right;
  }

  .pricing-box-row.monthly-row.max-1200 {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-button, .menu-button.w--open {
    background-color: #fff;
  }

  .faq-h3 {
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .faq-section {
    padding-bottom: 0;
  }

  .h1-h2 {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 30px;
  }

  .navbar {
    height: 60px;
  }

  .pricing-box {
    width: 100%;
    min-height: auto;
    padding-bottom: 40px;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 14px;
  }

  .uk {
    padding-left: 3%;
    padding-right: 3%;
  }

  .pricing-section {
    padding-top: 100px;
  }

  .quick-stack-3 {
    grid-row-gap: 27px;
    border-bottom: 1px solid #000;
  }

  .usaprice, .sydney, .hk {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-2 {
    border-left-style: none;
    border-right-style: none;
  }

  .textsmall-3, .textsmall-4 {
    width: auto;
  }
}

@media screen and (max-width: 479px) {
  .navbar1200 {
    top: 0;
  }

  .textsecondarynavsitemap {
    line-height: 1.75rem;
  }

  .textsecondarynavsitemap.whitetext.hide {
    display: none;
  }

  .secondarynavmobilebuttonsymbol {
    font-size: 1rem;
    line-height: 1rem;
  }

  .secondarynavmobilebuttonsymbol.black {
    font-size: 1.5rem;
  }

  .secondarynavmenu.black {
    background-color: #181818;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur.white {
    background-color: #fff;
  }

  .secondarynav.dgreybck.aligncentre.positionsticky.blurbck.neg50offset.setloadopacity.blur {
    z-index: 999;
  }

  .secondarynavbarlink.aligncentre.white {
    display: block;
  }

  .computlelogowhitenav.fi {
    padding-left: 0;
  }

  .texthugebold {
    font-size: 3rem;
    line-height: 3rem;
  }

  .texthugebold.whitetext.centredesktop {
    text-align: left;
  }

  .texthugebold.whitetext._80pxbotton.centredesktop.centremobile {
    text-align: center;
  }

  .texthugebold.whitetext._80pxbottom.centredesktop {
    margin-bottom: 40px;
  }

  .texthugebold.whitetext._80pxbottom.centredesktop.centremobile {
    text-align: center;
  }

  .texthugebold.centrealign._40pxbottom {
    margin-bottom: 40px;
  }

  .texthugebold.centrealign._40pxbottom.mobilealignleft {
    text-align: left;
  }

  .textenormous {
    font-size: 3rem;
    line-height: 3rem;
  }

  .wrapper.desktoppadding.height1000.centrealign.herolanding.landing {
    padding-left: 0;
    padding-right: 0;
  }

  ._1200wcardround, ._1200wcardround.white._50offset.lottiefullwidthnooverflow.breakpoint1200nooffset.black.mobile20padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  ._1200wcardround.bckartist {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-left-style: none;
    border-right-style: none;
    width: auto;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    min-height: auto;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.specshero, ._1200wcardround.bckartist.breakpoint1200nooffset.jake {
    background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.secondsection.top {
    padding-top: 80px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.engineering {
    background-position: 0 100%;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.engineering.trial {
    padding-left: 0;
    padding-right: 0;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.tco.appv3 {
    background-position: 100% 100%;
    background-size: auto 400px;
    min-height: 900px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.placeholdergpu, ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.tariff {
    background-position: 60%;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.app-ededed {
    background-position: 100% 100%;
    background-size: auto 400px;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.wqhite.pricingjake {
    background-position: 60%;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.jake.jake2, ._1200wcardround.bckartist.breakpoint1200nooffset.jake.ritzyimage {
    height: 500px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat {
    background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.secondsection.top {
    padding-top: 0;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.engineering {
    background-position: 0 100%;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.engineering.trial {
    padding-left: 0;
    padding-right: 0;
  }

  ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.placeholdergpu, ._1200wcardround.bckartist.breakpoint1200nooffset.boat.wqhite.tariff {
    background-position: 60%;
  }

  ._1200wcardround.bckartist.man.landing._2 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.lady {
    border-left-style: none;
    border-right-style: none;
    min-height: 800px;
  }

  ._1200wcardround.bckartist.herohome, ._1200wcardround.bckartist.rtizyhero {
    width: 100vw;
    min-height: 800px;
  }

  ._1200wcardround._500hcardcentre.stepone, ._1200wcardround._500hcardcentre.step2, ._1200wcardround._500hcardcentre.step4, ._1200wcardround._500hcardcentre.founder {
    min-height: 350px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.jake {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop._50pxoffset.remoteaccess {
    margin-top: 100px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.desktopunderlinetop.carbonneutral {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia {
    width: auto;
    height: 1500px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device {
    background-size: 90%;
    border-left-style: none;
    border-right-style: none;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.signup {
    border-left-style: none;
    border-right-style: none;
    height: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.device.jake {
    background-position: 50% 100%;
    background-size: 120%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial {
    background-position: 0 0, 50% 100%;
    height: 1500px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.top20.testimonial.signup {
    height: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.nvidia.landing.height {
    border-left-style: none;
    border-right-style: none;
    height: 800px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd {
    background-image: linear-gradient(#000, #0000 64%), url('../images/amd.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 800px;
    width: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.bottom40.security {
    background-position: 0 0, 65% 100%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.amd.bottom40.price {
    width: 100%;
    max-width: none;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.latency {
    background-position: 0 0, 50%;
    background-size: auto, cover;
    width: auto;
    height: 800px;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel {
    background-image: linear-gradient(#000, #0000 64%), url('../images/amd.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto 800px;
    width: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.bottom40.security {
    background-position: 0 0, 65% 100%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.topunderline.controlpanel.bottom40.price {
    width: 100%;
    max-width: none;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.certifiedhardware {
    width: 100%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.intgegateit {
    background-image: linear-gradient(#000, #0000), url('../images/office.jpg');
    background-position: 0 0, 25% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.masterimage {
    width: auto;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.jake {
    width: 100%;
  }

  ._1200wcardround.black.centredesktop.autoheight.noborderdesktop.desktopunderlinebottom.controlpanel {
    background-position: 0 0, 50% 0;
    width: 100%;
  }

  ._1200wcardround.jakehero {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    width: auto;
    min-height: 1500px;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    min-height: auto;
  }

  ._1200wcardround.jakehero.breakpoint1200nooffset.specshero, ._1200wcardround.jakehero.breakpoint1200nooffset.jake {
    background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  ._1200wcardround.costs {
    background-image: linear-gradient(#000, #0000), url('../images/architect.jpg');
    background-position: 0 0, 50% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-left-style: none;
    border-right-style: none;
    width: auto;
    min-height: 800px;
  }

  ._1200wcardround.costs.breakpoint1200nooffset {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    min-height: auto;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.specshero, ._1200wcardround.costs.breakpoint1200nooffset.jake {
    background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.costs.breakpoint1200nooffset.jake.wqhite.engineering {
    background-position: 0 100%;
  }

  ._1200wcardround.apprelease {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    border-left-style: none;
    border-right-style: none;
    width: auto;
    min-height: 800px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset {
    background-image: linear-gradient(#000, #0000), url('../images/focus.jpg');
    background-position: 0 0, 100% 100%;
    background-size: auto, cover;
    min-height: auto;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.specshero, ._1200wcardround.apprelease.breakpoint1200nooffset.jake {
    background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.secondsection.top {
    padding-top: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.engineering {
    background-position: 0 100%;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.engineering.trial {
    padding-left: 0;
    padding-right: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.placeholdergpu, ._1200wcardround.apprelease.breakpoint1200nooffset.jake.wqhite.tariff {
    background-position: 60%;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat {
    background-image: linear-gradient(#000, #0000), url('../images/workstationwide.jpg');
    background-position: 0 0, 60% 100%;
    background-size: auto, cover;
    margin-bottom: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 800px;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.secondsection.top {
    padding-top: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.engineering {
    background-position: 0 100%;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.engineering.trial {
    padding-left: 0;
    padding-right: 0;
  }

  ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.placeholdergpu, ._1200wcardround.apprelease.breakpoint1200nooffset.boat.wqhite.tariff {
    background-position: 60%;
  }

  ._1200wcardround.apprelease.man.landing._2 {
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    min-height: 800px;
  }

  ._1200wcardround.apprelease.lady {
    border-left-style: none;
    border-right-style: none;
    min-height: 800px;
  }

  ._1200wcardround.apprelease.herohome {
    background-position: 92% 100%;
    background-size: auto 400px;
    width: 100vw;
    min-height: 900px;
  }

  ._1200wcardround.apprelease.herohome.ededed {
    background-size: auto 400px;
  }

  .textstandard.whitetext.padding40top.centredesktop, .textstandard.whitetext.padding40top._40pxbottom.centreonlarge, .textstandard.lgrey._80pxbottom.centredesktop {
    text-align: left;
  }

  .textstandard.lgrey._80pxbottom.centremobile {
    text-align: center;
  }

  .textstandard.lgrey._80pxbottom.centremobile.centredesktop.leftmob, .textstandard._100pxbottom.bold, .textstandard._100pxbottom.bold.centredesktop, .textstandard._100pxbottom.bold._600 {
    text-align: left;
  }

  .textstandard._100pxbottom.bold._600.mobcentre {
    text-align: center;
  }

  .textstandard.aligncentre._40pxbottom.mobilealignleft, .textstandard.blacktext.padding40top.centredesktop, .textstandard.blacktext.aligncentre._40pxpadding.alignleftmobile {
    text-align: left;
  }

  .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200 {
    width: auto;
  }

  .quick-stack._4x4.breakpoint20pxbottom._40pxdesktop._1200.centre {
    align-self: center;
  }

  ._1200wcardheader._800pxpaddingbottom._40pxtop.roundnooverflow.fafafa.internal40.outline-e0e0e0.breakpoint1200aligncentre.mobile20px {
    padding-left: 20px;
    padding-right: 20px;
  }

  .texthuge {
    font-size: 4rem;
    line-height: 4rem;
  }

  .texthuge.white.centredesktop {
    text-align: left;
    font-size: 3.5rem;
  }

  .texthuge.centre._80px.smallermobile {
    font-size: 3rem;
    line-height: 3rem;
  }

  .lottietile.hairflick {
    height: auto;
    min-height: 400px;
  }

  .lottietile.hairflick.fullscreen.top40margin.breakpoint1200maxwidth.pc.mobileheight250px {
    background-position: 75% 100%;
    background-size: auto 500px;
    height: 500px;
  }

  .lottieansmiling._500px {
    width: 800px;
    margin-bottom: -6px;
    display: block;
    position: relative;
  }

  .div600 {
    position: static;
  }

  .div600.alignleft._40pxbottom.fixed600 {
    width: 100%;
    min-width: auto;
  }

  .div600.alignleft._40pxbottom.fixed600._100 {
    min-width: auto;
  }

  .div600._100 {
    width: 100%;
  }

  .div600.centreonlarge {
    display: block;
  }

  .herosub2 {
    align-items: flex-start;
  }

  .herosub2.aligntop.nopadding {
    height: 800px;
  }

  .breakpoint1200.mobilealignleft {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .textsmall.lgrey._40pxbottom.centredesktop.leftmobile {
    text-align: left;
  }

  .textsmall.black._40, .textsmall.black._80 {
    margin-top: 40px;
  }

  .tileboxfixed {
    width: auto;
  }

  .textlargebold {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .textlargebold.centre._40pxbottom.alignleftmobile, .textlargebold.white._100-white.centreonlarge2 {
    text-align: left;
  }

  .buttonblue._4vhmarginbottom {
    font-size: .7rem;
  }

  .textlarge.lgrey {
    font-size: 2.25rem;
  }

  .footerdisclaimercolumn {
    display: block;
  }

  .footerblock {
    overflow: visible;
  }

  .footergrid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .footerrightdisclaimer {
    justify-content: flex-start;
  }

  .footerdiv, .disclaimer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div1000fixed {
    max-height: none;
  }

  .textmicro.lgrey {
    text-align: justify;
  }

  .flexdiv {
    padding: 4vh 20px;
  }

  .flexdiv.centrealign.alignleftmobile {
    flex-direction: column;
    align-items: flex-start;
  }

  .flexdiv.centrealign.alignleftmobile.mobile20padding {
    padding: 4vh 20px;
  }

  .flexdiv.centrealign.alignleftmobile.mobile20padding.bottomdividerline.nopadtop {
    width: 100%;
    overflow: hidden;
  }

  .flexdiv.centrealign.alignleftmobile.mobile20padding.bottomdividerline.mobcen {
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
  }

  .flexdiv.centrealign._50offset.mobile20padding {
    padding: 4vh 20px;
  }

  .flexdiv.botop {
    position: relative;
    overflow: hidden;
  }

  .textlargebold1 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .secondarynavmobilebck-2 {
    z-index: 55;
  }

  .secondarynavmobilebck-2._200 {
    height: 100px;
  }

  .navbar1000 {
    z-index: 55;
    top: 0;
  }

  .div800.centredesktop {
    align-items: flex-start;
  }

  ._123-start.centredesktop {
    text-align: left;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  ._123-start.centredesktop.centremobile {
    align-items: center;
  }

  ._123-start.centredesktop.centremobile.alignleftmobile {
    justify-content: center;
    align-items: flex-start;
  }

  .div1200 {
    width: 100%;
  }

  .div1200.underline.aligncentrecontents._940pxwidthlaptop {
    justify-content: center;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .div1200.underline.aligncentrecontents._940pxwidthlaptop._8vwbottom.leftmobile {
    align-items: flex-start;
  }

  .div1200.underline.aligncentrecontents._940pxwidthlaptop.top50.mobile {
    width: 100%;
  }

  .mobilepadding {
    flex-direction: column;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mobilepadding.leftmobile {
    align-items: flex-start;
    padding-left: 0;
  }

  .link-block.w--current {
    z-index: 55;
  }

  .html-embed-3 {
    margin-top: 0;
  }

  .texthugebold-5 {
    font-size: 3rem;
    line-height: 3rem;
  }

  .texthugebold-5.dgrey {
    color: #151516;
  }

  .standardplanpaymentselector._6vhmarginbottom.overline117-117-117-025.mobilemin50vh {
    min-height: 50vh;
  }

  .standardplanpaymentselector.underlinec9c9c9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    width: 100%;
  }

  .div600-4 {
    position: static;
  }

  .textstandardbold-4 {
    font-size: 1.75rem;
    line-height: 1.75rem;
  }

  .plandetails {
    width: 100%;
  }

  .plan2, .plan1, .plan3 {
    width: 100%;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: visible;
  }

  .textlargebold-3 {
    font-size: 2.25rem;
    line-height: 2.25rem;
  }

  .html-embed-4 {
    width: 100%;
  }

  .plan4, .monthly, .annually, .paymonthly, .payannually {
    width: 100%;
    max-width: 100%;
    padding-left: 4vw;
    padding-right: 4vw;
    overflow: visible;
  }

  .price-tab {
    justify-content: center;
    align-items: center;
    padding-left: 40px;
  }

  .pricing-box-row.monthly-row {
    justify-content: center;
  }

  .tab-text {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-section {
    padding-top: 60px;
  }

  .h1-h2 {
    font-size: 22px;
  }

  .faq-row {
    margin-bottom: 30px;
  }

  .pricing-box.focus {
    min-height: auto;
  }

  .pricing-box.tablet {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .uk {
    justify-content: flex-start;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    display: flex;
  }

  .toggle-contain {
    margin-left: 15px;
    margin-right: 15px;
  }

  .pricing-section {
    padding-left: 0;
  }

  .pricing-section.offset50 {
    display: block;
  }

  .pricing-section.offset50.mobileonlyview {
    display: block;
    overflow: hidden;
  }

  .quick-stack-3 {
    height: auto;
  }

  .ritzy, .fml {
    background-position: 0%;
  }

  .usaprice, .sydney, .hk {
    justify-content: flex-start;
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
    display: none;
  }

  .cell {
    display: block;
  }

  .cell.mobcentre {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .tabs, .tabs-2 {
    width: 100%;
  }

  .html-embed-6 {
    width: auto;
  }

  .dropdownbox-question {
    height: 125px;
  }

  .dropdown-start-1 {
    height: auto;
  }

  .dropdownbox-marker-start {
    margin-left: 0;
  }

  .dropdown-start-2 {
    display: block;
  }

  .dropdownbox-answer {
    display: none;
  }

  .dropdownbox-marker {
    margin-left: 0;
  }

  .downdownbox-questions-grid {
    grid-template-columns: 85fr 15fr;
  }

  .calcembed {
    overflow: hidden;
  }

  .calcembed.mobile {
    height: 100%;
  }

  .calcembedmain {
    overflow: hidden;
  }

  .mobcentre, .cell-3, .cell-4 {
    justify-content: flex-start;
    align-items: center;
  }
}

#w-node-_488d838f-acab-0da9-59a9-7abf23b415c2-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b415c8-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b415d7-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b415dd-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b415e9-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b415ef-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b415fa-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b41600-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b4160c-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b41612-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b4161e-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b41624-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b41636-e68fa491, #w-node-_488d838f-acab-0da9-59a9-7abf23b4163c-e68fa491, #w-node-d18ed172-b076-737a-1b39-90ff410626fb-e68fa494, #w-node-d18ed172-b076-737a-1b39-90ff41062701-e68fa494, #w-node-d18ed172-b076-737a-1b39-90ff41062710-e68fa494, #w-node-d18ed172-b076-737a-1b39-90ff41062716-e68fa494, #w-node-d18ed172-b076-737a-1b39-90ff41062722-e68fa494, #w-node-d18ed172-b076-737a-1b39-90ff41062728-e68fa494 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5a1fe5ce-0e54-f7dd-53e1-0885ae9a43ec-e68fa496, #w-node-_4aed6293-8db1-9dc5-b07f-25acce65f71d-e68fa496, #w-node-c4654784-493d-9479-e953-8ac59ec16c2d-e68fa496 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa498 {
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_816d8852-15b7-b1fb-013c-e098a496b014-e68fa49a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa49a {
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9d6fa797-7d32-907b-5d9e-af4fbb585f46-e68fa49e {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  display: grid;
}

#w-node-_4cc0eabb-60b6-10f3-6748-de280424ef03-e68fa49e, #w-node-_41023333-e1c1-c223-4a0d-146137d854c8-e68fa49e {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-d8c63aa8-cc8a-e20c-9294-c731997459a1-e68fa49e {
  grid-template-rows: auto;
  grid-template-columns: auto auto;
}

#w-node-_8ff41efb-f3d2-e990-1214-f29a60b17b55-e68fa4a0 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa4a1 {
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-00730136, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-27dd5075, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-fb3b8054, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-9a55c971, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-fca86173, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-a56ab830, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-66970e69, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-7c5d9237, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-e0d450e2, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-c49c4bba {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_816d8852-15b7-b1fb-013c-e098a496b014-bd549cea {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-bd549cea {
  grid-template-rows: minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr) minmax(150px, 1fr);
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-9c17e43d, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-1639eb6f {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1280px) {
  #w-node-_552b5dd8-00ec-6c6d-4e40-1c6d83d11ddf-c49c4bba, #w-node-c3db3afa-dff8-002b-a0ee-0a04c28d1df9-c49c4bba, #w-node-_541a7a88-fa39-e968-2c28-e43b74645a14-c49c4bba, #w-node-_1cf00f09-616a-a77d-3585-d7b9e323267f-c49c4bba, #w-node-a50e2e00-6cbc-b883-4ed9-aaa7cd623c41-c49c4bba, #w-node-d30651da-b68e-9572-2232-4085deb0967b-c49c4bba, #w-node-b6767551-1cc4-af3c-5610-b3cc0895c2d9-c49c4bba, #w-node-_126ddba5-aede-2e3e-6958-e80dd6cde783-c49c4bba, #w-node-_631bf0f5-347d-30db-186e-f789b3ff6cc4-c49c4bba, #w-node-_31661fef-8576-c9c1-0acc-7629c5d8df09-c49c4bba, #w-node-_4abefbdb-bb8a-6e37-f404-908cc6a4e396-c49c4bba, #w-node-b69ddaba-abe2-f71c-bde6-3c6246d53766-c49c4bba, #w-node-_439d7931-5e6e-f059-61d9-882888505fc7-c49c4bba {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_5a1fe5ce-0e54-f7dd-53e1-0885ae9a43ec-e68fa496, #w-node-_4aed6293-8db1-9dc5-b07f-25acce65f71d-e68fa496, #w-node-c4654784-493d-9479-e953-8ac59ec16c2d-e68fa496 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_816d8852-15b7-b1fb-013c-e098a496b014-e68fa49a, #w-node-_8ff41efb-f3d2-e990-1214-f29a60b17b55-e68fa4a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-00730136, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-27dd5075, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-fb3b8054, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-9a55c971, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-fca86173, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-a56ab830, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-66970e69, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-7c5d9237, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-e0d450e2, #w-node-c0b982d3-12b2-d6d0-befe-687b3fce8b35-c49c4bba {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_816d8852-15b7-b1fb-013c-e098a496b014-bd549cea {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-9c17e43d, #w-node-e5df73c6-f221-859f-476f-1ef9f75fffbb-1639eb6f {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa498, #w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa49a, #w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa4a1, #w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-bd549cea {
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_816d8852-15b7-b1fb-013c-e098a496b014-e68fa49a, #w-node-_9d6fa797-7d32-907b-5d9e-af4fbb585f46-e68fa49e, #w-node-d8c63aa8-cc8a-e20c-9294-c731997459a1-e68fa49e, #w-node-_8ff41efb-f3d2-e990-1214-f29a60b17b55-e68fa4a0 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_85857733-cd2e-ef03-dc11-c150a7150be7-e68fa4a1 {
    grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_816d8852-15b7-b1fb-013c-e098a496b014-bd549cea {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/Neue-Montreal-Regular-400.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/Neue-Montreal-Medium-500.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Montreal';
  src: url('../fonts/Neue-Montreal-Bold-700.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}