/* Font Imports */
@font-face {
  font-family: "ShellHeavy";
  src: url("https://catalysts.shell.com/hubfs/Shell%20Theme%20Assets/Fonts/ShellHeavy.otf");
}
@font-face {
  font-family: "ShellMedium";
  src: url("https://catalysts.shell.com/hubfs/Shell%20Theme%20Assets/Fonts/ShellMedium.otf");
}

@font-face {
	font-family: "ShellBook";
	src:url("https://catalysts.shell.com/hubfs/ShellBook.otf");
}

.ShellBook {
font-family:"ShellBook";
}

.ShellHeavy {
	font-family:"ShellHeavy";
}

.ShellMedium {
font-family:"ShellMedium";
}

.container {
	max-width:1276px;
	margin:0 auto;
	padding:0;
}

* {
  box-sizing: border-box;
}
html {
    scroll-behavior: smooth;
}

body {
  margin: 0px;
  box-sizing: border-box;
}
.flex {
  display: flex;
  width: 100%;
}
.align-center {
  align-items: center;
}
.space-between {
  justify-content: space-between;
}

.row {
  margin: auto;
}

img {
  max-width: 100%;
}

h1 {
color: var(--Primary-Grey-Main, #4A4A4A);

/* Web H1 */
font-family: ShellHeavy;
font-size: 32px;
font-style: normal;
font-weight: 600;
line-height: 40px; /* 125% */
  margin-top: 0px;
}
h2 {
  font-size: 28px;
  font-weight: 600;
  font-family: 'ShellHeavy';
  margin-top: 0px;
   margin-bottom:10px;
  color: #4A4A4A;
  line-height:120%;
}
h3 {
  margin-bottom:10px;
  font-size: 20px;
  font-weight: 600;
  font-family: 'ShellHeavy';
  margin-top: 0px;
  color: #4A4A4A;
  line-height:120%;
}
h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'ShellHeavy';
  margin-top: 0px;
  color: #4A4A4A;
  line-height:120%;
}
h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'ShellHeavy';
  margin-top: 0px;
  color: #4A4A4A;
  line-height:120%;
}
h6 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 30px;
  font-family: 'ShellHeavy';
  margin-top: 0px;
  color: #4A4A4A;
}
p {
color: var(--Primary-Grey-Main, #4A4A4A);
font-family: ShellBook;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 130%; /* 20.8px */
  margin-top: 0px;
	margin-block-end:0!important;
}

p.large {
  font-size: 22px;
  font-weight: 400;
 line-height: 120%;
  margin-bottom: 30px;
  font-family: 'ShellMedium';
  margin-top: 0px;
  color: #4A4A4A;
}
a.primary-button-lg {
  background: #FFC600;
  
  border-radius: 10px;
  color: #4A4A4A;
  font-weight: 400;
  padding: 20px 60px;
  text-decoration: none;
  display: inline-flex;
  font-family: 'ShellMedium';
  font-size: 25px;
  margin-top: 0px;
  transition: all .3s ease;
  width: fit-content;
}
a.primary-button,input[type="submit"] {
  background: #FFC600;
  
  border-radius: 10px;
  color: #4A4A4A;
  font-weight: 400;
  padding: 15px 40px;
  text-decoration: none;
  display: inline-flex;
  font-family: 'ShellMedium';
  font-size: 20px;
  margin-top: 0px;
  transition: all .3s ease;
  border: 0px;
  width: fit-content;
}

a.primary-button.blue {
	  background: #003C88;
	color:#fff;
	border:1px solid transparent;
}
a.primary-button.blue:hover {
	  background: #fff;
	color:#003C88;
	border:1px solid #003C88;
}

a.primary-button-white {
  background: #fff;
  box-shadow: 5px 7px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #4A4A4A;
  font-weight: 400;
  padding: 15px 40px;
  text-decoration: none;
  display: inline-flex;
  font-family: 'ShellMedium';
  font-size: 20px;
  margin-top: 0px;
  transition: all .3s ease;
  border: 0px;
  width: fit-content;
}
a.secondary-button{
    background: #DD1D21;
    border-radius: 10px;
    box-shadow: 5px 7px 20px 0 rgba(0,0,0,.15);
    color: #ffffff !important;
    display: inline-flex;
    font-family: ShellMedium;
    font-weight: 400;
    margin-top: 0;
    text-decoration: none;
    transition: all .3s ease;
    padding: 15px 20px;
    font-size:20px;
     border:1px solid #DD1D21;
  width: fit-content;
  }
  
a {
  text-decoration: none;
  font-family: 'ShellMedium';
}
a.promo-button {
  background: #FFC600;
  box-shadow: 5px 7px 20px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  color: #4A4A4A;
  font-weight: 400;
  padding: 15px 25px 15px 50px;
  text-decoration: none;
  display: inline-flex;
  font-family: 'ShellMedium';
  font-size: 20px;
  align-items: center;
  margin-top: 0px;
  width: fit-content;
   background-image: url('https://catalysts.shell.com/hubfs/Shell%20Theme%20Assets/Icons/play-button%20%282%29.png');
    background-repeat: no-repeat;
  background-position: left 14px center;
  transition: all .3s ease;
}
a.primary-button-lg:hover,a.primary-button:hover, input[type=submit]:hover, a.promo-button:hover,input[type="submit"]:hover, a.primary-button-white:hover {
   background:#4A4A4A;
  color:#FFC600;
}


/* a.promo-button:before {
  content: url('https://catalysts.shell.com/hubfs/Shell%20Theme%20Assets/Icons/play-button%20%282%29.png');
  margin-right: 15px;
  margin-top: 5px;
}*/
a.promo-button:hover {
 
  background-image: url('https://catalysts.shell.com/hubfs/Shell%20Theme%20Assets/Icons/play-button%20%281%29.png');
    background-repeat: no-repeat;
  background-position: left 14px center;
}
  a.secondary-button:hover{
    background: #F5F5F5 ;
    color: #DD1D21 !important;
    border:1px solid #DD1D21;
  }
a.primary-button-blue {
	background: #336094;
    border-radius: 10px;
    box-shadow: 5px 7px 20px 0 rgba(0,0,0,.15);
    color: #ffffff;
    display: inline-flex;
    font-family: ShellMedium;
    font-weight: 400;
    margin-top: 0;
    text-decoration: none;
    transition: all .3s ease;
    padding: 15px 20px;
    font-size:20px;
     border:2px solid #336094;
	
}
a.primary-button-blue:hover {
	background: #ffffff;
	 color: #336094;
}
a.secondary-cta{
	  background:transparent;
	  font-size: 20px;
    padding: 15px 30px;
	  width: fit-content;
	  border : 2px solid #ffc600;
	  border-radius: 10px;
    box-shadow: 5px 7px 20px 0 rgba(0, 0, 0, .15);
    color: #ffffff;
    display: inline-flex;
    font-family: ShellMedium;
    font-weight: 400;
	  transition: all .3s ease;
	}
a.secondary-cta:hover{
	  border : 2px solid #ffffff;
	 color: #4a4a4a;
	  background:#ffffff;
	}
a.secondary-cta-blue{
	  background:transparent;
	  font-size: 20px;
    padding: 15px 30px;
	  width: fit-content;
	  border : 2px solid #336094;
	  border-radius: 10px;
    box-shadow: 5px 7px 20px 0 rgba(0, 0, 0, .15);
    color: #336094;
    display: inline-flex;
    font-family: ShellMedium;
    font-weight: 400;
	  transition: all .3s ease;
	}
a.secondary-cta-blue:hover{
	  border : 2px solid #336094;
	  color: #ffffff;
	  background:#336094;
	}
:target::before {
    content: "";
    display: block;
    height: 60px; 
    margin-top: -60px; 
}

@media (max-width:1300px) {
	.container {
		padding: 0px 15px;
	}
}

@media (max-width:1050px) {
	.container {
		padding:0px 20px!important;
	}
}

@media (max-width: 768px){ 
	
	 h1 {
    font-size: 22px !important;
    line-height: 130%;
  }
  h2 {
    font-size: 20px;
    line-height: 130%;
  }
  h3 {
    font-size: 18px !important;
    line-height: 130%;
  }
}
}