<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.bullets-opp-content .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1040px;
  padding: 40px 20px;
  margin:0 auto;
  align-items: center;
}
.bullets-opp-content { 
  margin: 0 auto; 
  background-repeat: no-repeat;
  background-size: cover;
  min-height:500px;
  background-color:#fff;
} 
.bullets-opp-content .l {  
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 27px;
  max-width:526px;
  /* or 150% */

  letter-spacing: 0.05em;
}
.bullets-opp-content .r {
  width:100%;
  max-width:462px;
}
.bullets-opp-content p .heavy { 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 600;
}
.bullets-opp-content h3 { 
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 40px;
  /* identical to box height, or 111% */

  letter-spacing: 0.05em;
  color:#2275b5;
  margin-bottom:5px;
}
.bullets-opp-content h4 {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  /* identical to box height, or 125% */

  letter-spacing: 0.05em;

  color: #212a22;
}
.bullets-opp-content ul {
  padding-left:15px;
  text-align:left;
}
.bullets-opp-content ul li { 
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  /* or 150% */

  letter-spacing: 0.05em;

  color: #212a22;
}
form .hs-button, form input[type=submit] {
  width:100%!important;
}

@media screen and (min-width: 1040px) {
  .bullets-opp-content .inner {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      max-width: 1040px;
      padding: 135px 0 135px 0;
  }
  .bullets-opp-content .r {
    width:auto; 
  }</pre></body></html>