html {
  scroll-behavior: smooth;
}

body {
  margin: 0px;
  padding: 0px;
}
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1200px;
  }
}

.row {
  display: flex;
/*   margin-right: -15px;
  margin-left: -15px; */
  align-items: center;
  max-width: 100%;
}
h1 {
  font-size: 52px;
  font-weight: 700;
  line-height: 100%;
  font-family: 'ShellBold';
}
h2 {
  font-family: 'ShellBold';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
}
h3 {
  font-family: 'ShellBold';
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
}
h4 {
  font-family: 'ShellBold';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
}
p, li {
  font-size: 20px;
  font-family: 'Shellbook';
  font-weight: 400;
}
ul {

}
li {
  line-height: 30px;
}
a.main-cta {
  background: #fbce07;
  color: #404040;
  font-family: ShellBold;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 5px 5px 5px 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  margin-top: 40px;
  transition: all .3s;
}
a.main-cta img {
  margin-left: 15px;
}
a.main-cta:hover {
  background: #404040;
  color: #FFF;
}
a.secondary-cta {
  background: transparent;
  color: #FFF;
  font-family: ShellBold;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 5px 5px 5px 0px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  transition: all .3s;
}
a.secondary-cta.black {
  color: #000;
}


a.learn-more-btn[target="_blank"] span {
  margin-right:2.5rem;
}
a.learn-more-btn[target="_blank"] span::after{
background-image: url(https://catalysts.shell.com/hubfs/Icons/shell-icon_new-window.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 25px;
     margin: 0 10px;
    position: absolute;
    width: 25px;
    background-size: 20px;

}
a.secondary-cta img {
  margin-right: 15px;
}
a.plain-cta {
  background: transparent;
  color: #FFF;
  font-family: ShellBold;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 24px;
  padding: 5px 5px 5px 0px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
   border-bottom:2px solid transparent;
}
a.plain-cta:hover { 
  border-bottom:2px solid ;
  }
a.plain-cta img {
  margin-left: 2.5rem;
  max-width: 15px;
  margin-bottom: 0px;
}
a.plain-cta[target="_blank"] span::after{
background-image: url(https://catalysts.shell.com/hubfs/Icons/shell-icon_new-window.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 25px;
     margin: 0 10px;
    position: absolute;
    width: 25px;
    background-size: 18px;

}
a.learn-more-btn {
    background-color: #fbce07;
    display: block;
    color: #404040;
    display: flex;
    font-weight: bold;
    align-items: center;
    padding: 5px 15px 5px 15px;
    justify-content: space-between;
    max-width: 325px;
    border-radius: 0px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all .3s;
      text-decoration:none;
  font-family: ShellBold;
}

a.learn-more-btn:hover {
    text-decoration: none;
    background: #595959;
    color: #fbce07
}
/** Utility **/
.oembed_container {
  display: block!important;
}

.nav-container {
  padding: 0px 45px!important;
}


@media(max-width: 991px){
  h1 {
    font-size: 36px;
    line-height: 43.2px;
  }
  h2 {
    font-size: 32px;
    line-height: 38.4px;
  }
  h3 {

  }
  h4 {

  }
  h5 {

  }
  p {

  }