body * {
  font-family: ShellMedium, Arial, Helvetica, sans-serif;
  color: #4a4a4a;
  line-height: 1.2;
}

body :is(h1, h2, h3, h4, h5, .bodytext) {
  font-family: ShellHeavy, Arial;
}

.container {
  margin-top: 20px;
}

header {
  background-color: #336094;
  padding: 15px;
  text-align: left;
}

header .container {
  margin-top: 0px !important;
}

.header-logo {
  max-width: 257px;
  margin-left: 1%;
}

.main-content {
  padding: 20px;
}

.featured-img {
  height: auto;
  max-width: 100%;
  margin-bottom: 30px;
  width: 600px;
}

body :is(h1, .h1, h1 *) {
  color: #336094;
  font-style: normal;
  font-weight: 900;
  letter-spacing: -0.3px;
  margin-bottom: 30px;
}

.bodytext,
body :is(h2, .h2, h2 *) {
  font-weight: 700;
  margin-bottom: 2rem;
}

body :is(h3, .h3, h3 *) {
  font-weight: 500;
  margin-bottom: 5px;
}

body :is(h4, .h4, h4 *) {
  font-weight: 400;
  margin-bottom: 5px;
}

body li {
  margin: 15px auto 0px;
}

.bodytext1,
.bodytext1-maincontent {
  margin: 20px 5% 10px 20px;
}

p,
div,
p * {
  color: #4A4A4A;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

.bodytext2-maincontent {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

.form-container {
  background-color: #FBCE07;
  border-radius: 10px;
  padding: 35px;
}

.rhstext1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: 0px;
  text-align: left;
}

.rhstext2,
.rhstext3 {
  font-size: 12px;
}

.button {
  margin-top: 20px;
}

.sc-button {
  background-color: #336094;
  color: #FFF;
  font-family: ShellMedium, Arial;
  width: 100%;
  padding: 15px 40px;
  border-radius: 10px;
  border: 0px;
  cursor: pointer;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0px;
  text-align: center;
  transition: background-color 0.3s ease-out;
}

.sc-button:hover {
  background-color: #4a4a4a;
}

form {
  margin-top: 35px;
}

form .form-submit {
  background-color: #336094;
  color: #FFF;
}

form input[data-field-type="Text"] {
  height: 58px !important;
  border-radius: 10px;
  color: #919191 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
}

form input[data-field-type="Phone"] {
  height: 58px !important;
  border-radius: 10px;
  color: #919191 !important;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
}

input::placeholder {
  color: #919191 !important;
}

.form-group select {
  height: 58px !important;
  border-radius: 10px;
  color: #919191 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
  background-image: url(https://image.chemical.shell.com/lib/fe2d11737364047e731176/m/1/arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.checkbox-form-control {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 2em;
  margin-top: 7%;
  margin-bottom: 5%;
  font-family: Arial;
  line-height: 22px;
  letter-spacing: -0.02em;
  text-align: left;
}

.market-value {
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 19.2px !important;
  margin-top: 5% !important;
  margin-bottom: -5% ! important;
}

.sc-consent,
.sc-consent * {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: left;
  margin: 18px auto;
}

.checkbox-form-control+.checkbox-form-control {
  margin-top: 1em;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #4a4a4a;
  width: 30px;
  height: 30px;
  border: 1px solid #4a4a4a;
  border-radius: 6px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 2px 2px #4a4a4a;
  background-color: #4a4a4a;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

.form-check {
  padding-left: 0px !important;
}

.form-check-input {
  position: relative !important;
  margin-left: 0px !important;
}

footer {
  background-color: #F5F5F5;
  padding: 10px;
  text-align: center;
}

.footer-text {
  font-size: 12px;
}

.left-content ul {
  padding-left: 0px;
  list-style-type: none;
}

.left-content ul li {
  position: relative;
  padding-left: 20px;
}

.left-content ul li::before {
  content: "\2022";
  color: #FFCD00;
  font-weight: bold;
  display: inline-block;
  font-size: 25px;
  top: -4px;
  position: absolute;
  left: 0;
}

.left ul {
  list-style: none;
  margin-right: 5%;
  padding-left: 1rem ! IMPORTANT;
}

.left li::before {
  content: "\2022";
  color: #FFD200 !important;
  font-weight: bold;
  display: inline-block;
  padding-right: 10px;
  margin-left: -0.1em !important;
  font-size: 28px !important;
}

.content-list {
  list-style: none;
  padding-left: 20px;
}

.content-list li {
  position: relative;
  padding-left: 18px;
}

.content-list li::before {
  position: absolute;
  left: 0;
  top: 2px;
}

.sustainability-challenges-box {
  background-color: #FFFFFF;
  padding: 20px 20px 0px 20px;
  border: 1px solid #cccccc;
  border-radius: 10px;
  margin-top: 10%;
}

.market-heading {
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
}

.selectize-control {
  width: 100%;
}

.selectize-input {
  height: 58px !important;
  border-radius: 10px !important;
  color: #919191 !important;
  box-sizing: border-box;
  font-family: Arial;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
  text-align: left;
  padding: 16px 9px !important;
  background-image: url('https://image.chemical.shell.com/lib/fe2d11737364047e731176/m/1/arrow.png');
  background-position: center right 10px;
  /* Position of the custom image */
  background-repeat: no-repeat;
  background-size: 25px;
  /* Adjust size of the custom image */
}

.selectize-dropdown {
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  z-index: 1000;
  font-family: Arial;
  /* Match the font family */
  font-size: 18px;
  /* Match the font size */
  font-weight: 500;
  /* Match the font weight */
  line-height: 22px;
  /* Match the line height */
}

.selectize-dropdown .option {
  color: #000 !important;
  padding: 10px !important;
  font-family: Arial;
  font-size: 18px !important;
  color: #919191 !important;
}

.selectize-control.single .selectize-input:after {
  border-style: unset !important;
  border-width: unset !important;
  border-color: unset !important;

}

.selectize-control.single .selectize-input.input-active,
.selectize-input {
  background-image: url('https://image.chemical.shell.com/lib/fe2d11737364047e731176/m/1/arrow.png') !important;
  background-position: center right 10px !important;
  /* Position of the custom image */
  background-repeat: no-repeat !important;
  background-size: 25px !important;
}

form {
  margin-top: 35px;
}

form label {
  font-family: ShellMedium, Arial;
  font-size: 18px;
}

form input[data-field-type="Text"] {
  height: 58px !important;
  border-radius: 10px;
  color: #919191 !important;
}

.form-group select {
  height: 58px !important;
  border-radius: 10px;
  color: #919191 !important;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://image.chemical.shell.com/lib/fe2d11737364047e731176/m/1/arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.checkbox-form-control {
  align-items: center;
  display: flex;
  gap: 15px;
  font-family: ShellMedium, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.checkbox-form-control+.checkbox-form-control {
  margin-top: 1em;
}

input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font: inherit;
  color: #4a4a4a;
  width: 30px;
  height: 30px;
  border: 1px solid #4a4a4a;
  border-radius: 6px;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type=checkbox]::before {
  content: "";
  width: 15px;
  height: 15px;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 2px 2px #4a4a4a;
  /* Windows High Contrast Mode */
  background-color: #4a4a4a;
}

input[type=checkbox]:checked::before {
  transform: scale(1);
}

.form-check {
  padding-left: 0px !important;
}

.form-check-input {
  position: relative !important;
  margin-left: 0px !important;
}

footer {
  background-color: #F5F5F5;
  padding: 10px;
  text-align: center;
}

.footer-text {
  font-size: 12px;
}

.resource-links-list {
  list-style-type: none;
  padding-left: 0px;
}

.resource-links {
  color: #336094;
  display: block;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  text-decoration-line: underline;
  padding-bottom: 10px;
  max-width: 750px;
  width: 100%;
}

a.downloadBtn {
  line-height: 120%;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  padding: 24px 70px;
  background-color: #FBCE07;
  color: #4A4A4A;
  text-decoration: none;
  box-shadow: 9px 11px 30px rgba(0, 0, 0, 0.15);
  margin-bottom: 30px;
  line-height: 29px;
  letter-spacing: -0.01em;
  transition: all 0.2s ease-out;
  text-decoration: none;
}

a.downloadBtn:hover {
  background-color: #336094;
  color: white;
}

body .selectize-dropdown,
body .selectize-input,
body .selectize-input input {
  font-size: 18px;
}

.sc-button.submit-btn {
  background-color: #336094;
  color: #FFF
}

.loading-text {
  display: none;
  gap: 10px;
}

.loading-text.show {
  align-items: center;
  display: flex;
  justify-content: center;
}

.loading-text .loading {
  align-items: center;
  display: flex;
  justify-content: center;
  font-weight: bold;
}

.loading-text .period {
  margin: 0px;
  animation: bounce 1.5s infinite ease-in-out;
  -webkit-animation: bounce 1.5s infinite ease-in-out;
}

.loading-text .period:nth-child(2) {
  animation-delay: 0.2s;
}

.loading-text .period:nth-child(3) {
  animation-delay: 0.4s;
}

@-webkit-keyframes bounce {

  0%,
  100% {
    -webkit-transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(-3px);
  }
}

@keyframes bounce {

  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

#formContainer form {
  margin-top: 0px;
}

#formContainer h2 {
  margin-bottom: 32px;
}

.sfmc-multiselect {
  position: relative;
}

.sfmc-select-box {
  height: 58px;
  min-height: 58px;
  max-height: 58px;

  border-radius: 10px;
  border: 1px solid #ccc;
  box-sizing: border-box;

  padding: 0 45px 0 15px;
  background-color: #fff;
  cursor: pointer;

  color: #919191;
  font-size: 18px;
  font-weight: 500;
  line-height: 58px;
  letter-spacing: -1px;
  text-align: left;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(https://image.chemical.shell.com/lib/fe2d11737364047e731176/m/1/arrow.png);
  background-position: center right 10px;
  background-repeat: no-repeat;
}

.sfmc-options {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
  border-top: none;
  border-radius: 0 0 10px 10px;
  z-index: 999;
  max-height: 220px;
  overflow-y: auto;
  padding: 10px 15px;
}

.sfmc-multiselect.open .sfmc-options {
  display: block;
}

.sfmc-options label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  cursor: pointer;

  color: #919191;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: -1px;
}

.sfmc-options input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
}

@media (min-width: 769px) {
  body :is(h1, .h1, h1 *) {
    font-size: 32px;
 }
  .bodytext,
  body :is(h2, .h2, h2 *) {
    font-size: 28px;
 }
  body :is(h3, .h3, h3 *) {
    font-size: 22px;
 }
}

@media (max-width: 768px) {
  .bodytext {
    font-size: 22px;
  }

  p, p *, div {
    font-size: 16px;
  }

  .rhstext1 {
    font-size: 18px;
  }

  .rhstext2,
  .rhstext3 {
    font-size: 14px;
  }

  .subtext {
    font-size: 20px;
  }

  .bodytext3 {
    font-size: 18px;
    line-height: 1.2;
  }

  .bodytext {
    font-size: 22px;
  }

  .bodytext1,
  .bodytext1-maincontent {
    font-size: 18px;
  }

  .rhstext2,
  .rhstext3 {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  header .container {
    padding-left: 0px;
  }
}