
  @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

  [v-cloak] { 
	display: none; 
  }
  
  #counter-box {
	line-height: 1;
	
	position: fixed;
	right: 25px;
	top: 65%;
	
	min-width: 300px;
	height: 180px;;
	background-color: #001433;
	opacity: 0.851;
	border: 5px solid #000e24;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 10px;
	
	z-index: 99999;
  }
  
  #counter-box .hand {
	width: 40px;
	margin: 0 auto;
	display: block;
  }
  
  #counter-box .bubble {
	background-color: rgba(255, 255, 255, 0.161);
	text-align: center;
	height: 40px;
	border-radius: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 10px 0 0 0;
  }
  
  #counter-box .bubble span {
	color: white;
	font-size: 28px;
	font-weight: bold;
    padding: 5px 5px 0 5px;
	width: 30px;
  }
  
  #counter-box .bubble span:not(.first) {
	border-left: 1px solid white;
  }
  
  #counter-box .text {
	color: white;
	text-align: center;
	font-size: 18px;
	margin: 10px 0 0 0;
  }
  
  #main h2, #main h3 {
	font-weight: 400;
  }
  
  #internet-security-hero {
	background-image: url('/Images/HomeSC/site/umbrella/gradient-waves-bg.png');
	background-position: center;
	background-repeat: no-repeat;
	min-height: 400px;
	margin-bottom: 55px;
	text-align: center;
	gap: 50px;
  }
  #internet-security-hero h1 {
	font-family: 'Bebas Neue', sans-serif;
	color: white;
	text-transform: uppercase;
	font-size: 112px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.3);
  }
  
  @media screen and (max-width: 1050px) {
	#internet-security-hero {
	  flex-direction: column;
	  gap: 0;
	  margin: 0;
	}
	#internet-security-hero h1 {
	  font-size: 64px;
	}
	#internet-security-hero img {
	  max-width: 100%;
	}
	#internet-security-header > div > div {
	  text-align: center;
	}
	.stack-holder {
	  grid-template-columns: 1fr 1fr !important;
	}
  }
  
  
  .stack-holder {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	padding: 20px;
	max-width: 800px;
  }
  .stack-holder img {
	max-width: 100%;
	justify-self: center;
  }
  
  #banner-umbrella {
	background: url('/Images/HomeSC/site/umbrella/umbrella-bg.png') no-repeat top center / cover;
	color: #fff;
	text-align: left;
	padding: 100px 15px 100px;
  }
  #banner-umbrella .row {
	max-width: 950px;
	margin: auto;
  }
  #banner-umbrella h2 {
	font-family: 'Bebas Neue', sans-serif;
	color: #fff;
	font-size: 105px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 0.88em;
  }
  #banner-umbrella p,
  #banner-umbrella p strong{
	color: #fff;
	font-size: 18px;
  }
  #banner-umbrella .logo-group {
	max-width: 200px;
  }
  @media screen and (max-width: 1200px) {
	#banner-umbrella {
	  padding: 250px 15px 100px;
	}
  }
  @media screen and (max-width: 992px) {
	#banner-umbrella h1 {
	  font-size: 95px;
	}
	#banner-umbrella p {
	  font-size: 17px;
	}
  }
  @media screen and (max-width: 767px) {
	#banner-umbrella {
	  padding: 225px 10px 75px;
	}
	#banner-umbrella h1 {
	  font-size: 75px;
	}
	#banner-umbrella p {
	  font-size: 14px;
	}
  }
  @media screen and (max-width: 575px) {
	#banner-umbrella {
	  padding: 200px 5px 50px;
	}
	#banner-umbrella h1 {
	  font-size: 40px;
	}
	#banner-umbrella p {
	  font-size: 12px;
	}
  }


  #waterdrops {
	background: url('/Images/HomeSC/site/umbrella/waterdrops.png') no-repeat center center / cover;
  }


  #umbrella-how-it-works {
	color: #000;
	padding: 60px 15px 30px;
  }
  #umbrella-how-it-works p {
	position: relative;
	z-index: 99;
	font-size: 18px;
  }
  #umbrella-how-it-works img {
	display: block;
	width: 100%;
	margin-top: -100px;
  }
  @media screen and (max-width: 767px) {
	#umbrella-how-it-works img {
	  margin-top: 0px;
	}
  }


  #umbrella-defense {
	padding: 30px 15px;
  }
  #umbrella-defense .row {
	max-width: 850px;
	margin: auto;
  }
  #umbrella-defense p {
	font-size: 16px;
	line-height: 24px;
  }
  #umbrella-protect {
	display: block;
	width: 100%;
	max-width: 550px;
	margin: auto;
	padding: 20px;
  }
  @media screen and (max-width: 767px) {
	#umbrella-defense p {
	  font-size: 14px;
	  line-height: 21px;
	}
  }



  #umbrella-attacks {
	padding-bottom: 55px;
  }
  #umbrella-attacks article {
	background-color: #f2faff;
	max-width: 900px;
	margin: auto;
	padding: 30px 35px;
	box-shadow: 0 0 8px #bbb;
  }
  @media screen and (max-width: 575px) {
	#umbrella-attacks article {
	  padding: 20px 25px;
	}
  }
  #umbrella-attacks p {
	font-size: 16px;
	line-height: 21px;
  }
  @media screen and (max-width: 767px) {
	#umbrella-attacks p {
	  font-size: 14px;
	  line-height: 21px;
	}
  }
  #attack-header h3 {
	color: #000;
	font-size: 27px;
  }
  #umbrella-attacks #img-90 {
	display: block;
	width: 100%;
	max-width: 275px;
	margin: 12px auto;
  }
  #attack-services h4 {
	color: #99d02a;
	font-size: 23px;
	font-weight: bold;
	min-height: 80px;
	margin: 12px auto;
	padding: 0 0 0 95px;
	position: relative;
  }
  #attack-services img {
	display: block;
	width: 100%;
	max-width: 80px;
	position: absolute;
	top: 0;
	left: 10px;
  }
  @media screen and (max-width: 767px) {
	#attack-services h4 {
	  font-size: 19px;
	  padding-top: 18px;
	}
  }

  .flex {
	display: flex;
	flex-direction: column;
	justify-content: center;
  }




  #internet-security-header {
	background-color: #ddf2ea;
	padding-bottom: 50px;
  }
  #internet-security-header > div {
	display: flex;
	justify-content: center;
	align-items: center;
  }
  #internet-security-header p {
	font-size: 18px;
  }
  #internet-security-header > div > div {
	background-color: white;
	box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.3);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
	width: 1200px;
  }
  #internet-security-header > div > div img {
	max-width: 80%;
  }


  #corero {
	background-color: #6fb741;
	padding: 30px;
  }
  #corero .left {
	max-width: 50%;
  }
  #corero > div {
	display: flex;
  }
  #corero h2 {
	color: #014c80;
	font-size: 96px;
	font-weight: 700;
	text-transform: uppercase;
	font-family: 'Bebas Neue', sans-serif;
  }
  #corero p,
  #corero p > strong {
	color: white !important;
	font-size: 18px;
  }
  #corero .right {
	text-align: center;
  }
  #corero .right img {
	max-width: 400px;
	margin-top: 20px;
  }
  @media screen and (max-width: 820px) {
	#corero {
	  text-align: center;
	}
	#corero > div {
	  flex-direction: column;
	}
	#corero h2 {
	  font-size: 64px;
	}
	#corero .left {
	  max-width: 100%;
	}
	#corero .right img {
	  max-width: 100%;
	}
  }
  
  #protect-iq .content {
	position: relative;
	padding-bottom: 120px;
  }
  #arm-your .content,
  #protect-iq .content {
	width: 1000px;
	max-width: 90%;
	margin: 0 auto;
  }
  #arm-your {
	background: #006db5;
	padding: 50px;
  }
  #arm-your h2 {
	font-family: 'Bebas Neue', sans-serif;
	font-size: 72px;
	color: #9ad73f;
  }
  #arm-your p,
  #arm-your p strong {
	font-size: 18px;
	color: white;
  }
  #arm-your .flex-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  #arm-your .flex-item {
	flex-basis: 33.33%;
	padding: 20px;
	box-sizing: border-box;
  }
  #arm-your .flex-item img {
	max-width: 100%;
  }
  #arm-your a.button {
	color: #006db5;
	background-color: #9ad73f;
	font-weight: bold;
	font-size: 24px;
	padding: 10px 15px;
	border-radius: 24px;
  }

  #protect-iq p {
	font-size: 18px;
  }
  #protect-iq .flex-container {
	display: flex;
  }
  #protect-iq .flex-item-1 {
	flex-basis: 33.33%;
	padding: 20px;
	box-sizing: border-box;
  }
  #protect-iq .flex-item-2 {
	flex-basis: 66.67%;
	padding: 20px;
	box-sizing: border-box;
  }
  #protect-iq .phone-image {
	position: absolute;
    top: -190px;
  }
 @media screen and (max-width: 992px) {
   #protect-iq .phone-image {
	top: -155px;
}
 }
  @media screen and (max-width: 900px) {
	#protect-iq .phone-image {
	  display: none;
	}
	#arm-your .flex-container {
	  flex-direction: column;
	}
	#arm-your .flex-container .flex-item:first-child {
	  display: none;
	}
	#protect-iq .flex-container {
	  flex-direction: column; 
	}
	#protect-iq .content {
	  padding-bottom: 25px;
	}
  }

  
  #helpful-features {
	margin-bottom: 55px;
	background-image: url('/Images/HomeSC/site/umbrella/waves-bg.jpg');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
  }
  #helpful-features .layer {
	width: 100%;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
	text-align: center;
	padding: 20px;
  }
  #helpful-features .layer > p {
	font-size: 18px;
  }
  #helpful-features .benefit-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
  }
  #helpful-features .benefit-grid > div {
	display: flex;
	flex-direction: column;
	justify-items: center;
	align-items: center;
	max-width: 300px;
	align-self: center;
	justify-self: center;
	margin-top: 20px;
  }
  #helpful-features .benefit-grid > div img {
	max-width: 100px;
  }
  #helpful-features .benefit-grid > div h3 {
	color: black;
	font-weight: 700;
	font-size: 20px;
  }
  #helpful-features .benefit-grid > div p {
	font-size: 18px;
  }
  @media screen and (max-width: 600px) {
	#helpful-features .benefit-grid {
	  grid-template-columns: 1fr;
	}
  }
  

  #trend-micro-green {
	background: rgb(72,196,168);
	background: linear-gradient(180deg, rgba(72,196,168,1) 0%, rgba(54,160,137,1) 100%); 
	padding: 30px;
  }
  #trend-micro-green div > img {
	max-width: 300px;
  }
  #trend-micro-green div > h2 {
	font-family: 'Bebas Neue', sans-serif;
	color: #beff5b;
	font-size: 64px;
	text-transform: uppercase;
	font-weight: 800;
  }
  #trend-micro-green div > p,
  #trend-micro-green div > p > strong {
	font-size: 18px;
	color: white;
  }
  @media screen and (max-width: 600px) {
	#trend-micro-green img {
	  max-width: 100% !important;
	}
	#trend-micro-green {
	  text-align: center;
	}
	#trend-micro-green h2 {
	  font-size: 52px !important;
	}
  }
  
  #trend-micro-white {
	padding: 30px;
  }
  #trend-micro-white .two-col {
	display: grid;
	grid-template-columns: 1fr 1fr;
  }
  #trend-micro-white p {
	font-size: 18px;
  }
  #trend-micro-white img {
	max-width: 100%;
  }
  #trend-micro-white .right {
	align-self: start;
	padding: 0 20px;
	margin-top: 30px;
  }
  #trend-micro-white .download {
	display: inline-block;
	background-color: #36a089;
	color: #beff5b;
	padding: 8px 18px;
	text-transform: uppercase;
	font-weight: 800;
	border-radius: 99px;
	font-size: 20px;
	margin-top: 10px;
  }
  #trend-micro-white .download:hover {
	text-decoration: none;
  }
  @media screen and (max-width: 720px) {
	#trend-micro-white .two-col {
	  grid-template-columns: 1fr;
	  text-align: center;
	}
  }
