@import url("https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap");
html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

ol,
ul {
  list-style-type: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}
blockquote::after, blockquote::before,
q::after,
q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000000;
  text-shadow: none;
}

input:focus {
  outline: 0;
}

input,
textarea {
  box-sizing: content-box;
}

button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box;
}

input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px;
}

input[type=search] {
  -moz-appearance: textfield;
       appearance: textfield;
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

button,
input[type=reset],
input[type=button],
input[type=submit] {
  overflow: visible;
  width: auto;
}

::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

textarea {
  vertical-align: top;
  overflow: auto;
}

select[multiple] {
  vertical-align: top;
}

body {
  background-color: rgb(255, 255, 255) !important;
}
body #header.aw-header {
  z-index: 3 !important;
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans Pro", Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255) !important;
}
main section {
  padding: 60px 20px;
}
@media (max-width: 1024px) {
  main section {
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  main section {
    padding: 45px 20px;
  }
}
@media (max-width: 480px) {
  main section {
    padding: 35px 20px;
  }
}
@media (max-width: 440px) {
  main section {
    padding: 30px 20px;
  }
}
main h1 {
  font-size: 55px !important;
  font-weight: 700 !important;
  line-height: 107% !important;
  margin-top: 50px !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1200px) {
  main h1 {
    font-size: 50px !important;
  }
}
@media (max-width: 1024px) {
  main h1 {
    font-size: 48px !important;
    margin-top: 30px !important;
  }
}
@media (max-width: 768px) {
  main h1 {
    font-size: 43px !important;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  main h1 {
    font-size: 38px !important;
  }
}
@media (max-width: 440px) {
  main h1 {
    font-size: 33px !important;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
}
main h2 {
  font-size: 45px !important;
  font-weight: 600 !important;
  line-height: 107% !important;
  margin-top: 0 !important;
  margin-bottom: 40px !important;
}
main h2.centered {
  text-align: center;
}
@media (max-width: 1024px) {
  main h2 {
    font-size: 42px !important;
  }
}
@media (max-width: 768px) {
  main h2 {
    font-size: 34px !important;
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  main h2 {
    font-size: 28px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 440px) {
  main h2 {
    font-size: 26px !important;
  }
}
main h3 {
  font-size: 32px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
@media (max-width: 768px) {
  main h3 {
    font-size: 27px !important;
  }
}
@media (max-width: 480px) {
  main h3 {
    font-size: 23px !important;
  }
}
main h4 {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
}
@media (max-width: 768px) {
  main h4 {
    font-size: 21px !important;
  }
}
@media (max-width: 480px) {
  main h4 {
    font-size: 19px !important;
  }
}
main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p {
  color: #1f282c;
}
main .global-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #00aae5;
  color: rgb(255, 255, 255);
  border-radius: 47px;
  min-width: 225px;
  max-width: 375px;
  width: 100%;
  padding: 10px 30px;
  height: 50px;
  font-family: "Source Sans 3", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  transition: all 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  main .global-btn {
    font-size: 15px;
    height: 45px;
  }
}
@media (max-width: 425px) {
  main .global-btn {
    padding: 10px;
  }
}
main .global-btn.centered {
  margin: 0 auto;
}
main .global-btn.ghost-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border: 2px solid #00aae5;
}
main .global-btn.ghost-btn.white-btn {
  background-color: transparent;
  color: rgb(255, 255, 255);
  border-color: rgb(255, 255, 255);
}
main .global-btn.ghost-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
main .global-btn.ghost-btn.white-btn:hover {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
}
main .global-btn.white-btn {
  background-color: rgb(255, 255, 255);
  color: #00aae5;
  border: 2px solid rgb(255, 255, 255);
}
main .global-btn.white-btn:hover {
  background-color: #00aae5;
  color: rgb(255, 255, 255);
}
main .global-btn.small {
  min-width: 100px;
  max-width: 115px;
  height: 30px;
  font-size: 14px;
}
@media (max-width: 1024px) {
  main .global-btn.small {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  main .global-btn.small {
    font-size: 14px;
  }
}
main .global-btn:hover {
  background-color: #0279a5;
}
main .desc,
main .post-heading,
main .event-info p,
main .agenda-panel,
main .speaker-title-company,
main .panel-num {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 768px) {
  main .desc,
  main .post-heading,
  main .event-info p,
  main .agenda-panel,
  main .speaker-title-company,
  main .panel-num {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  main .desc,
  main .post-heading,
  main .event-info p,
  main .agenda-panel,
  main .speaker-title-company,
  main .panel-num {
    font-size: 16px;
  }
}

#fa-default-form-aw {
  position: relative !important;
  width: 100% !important;
  max-width: 550px !important;
  background-color: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  padding: 35px 30px !important;
  border-radius: 25px !important;
  box-shadow: 0 11px 17px 0 rgba(0, 0, 0, 0.1) !important;
  min-height: 375px !important;
  max-height: 375px !important;
  overflow: hidden !important;
}
@media (max-width: 1024px) {
  #fa-default-form-aw {
    max-height: 100% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 585px) {
  #fa-default-form-aw {
    max-width: 400px !important;
  }
}
#fa-default-form-aw label {
  font-size: 14px !important;
  line-height: 1.4 !important;
  color: #1f282c;
  font-family: "Source Sans Pro", Arial, sans-serif !important;
}
#fa-default-form-aw label span {
  line-height: 1.4 !important;
  font-family: "Source Sans Pro", Arial, sans-serif !important;
}
#fa-default-form-aw input,
#fa-default-form-aw button,
#fa-default-form-aw select {
  font-family: "Source Sans Pro", Arial, sans-serif !important;
}
#fa-default-form-aw input[type=text], #fa-default-form-aw input[type=text]:hover, #fa-default-form-aw input[type=text]:focus, #fa-default-form-aw input[type=text]:active, #fa-default-form-aw input[type=text]:focus-visible,
#fa-default-form-aw input[type=email],
#fa-default-form-aw input[type=email]:hover,
#fa-default-form-aw input[type=email]:focus,
#fa-default-form-aw input[type=email]:active,
#fa-default-form-aw input[type=email]:focus-visible,
#fa-default-form-aw input[type=tel],
#fa-default-form-aw input[type=tel]:hover,
#fa-default-form-aw input[type=tel]:focus,
#fa-default-form-aw input[type=tel]:active,
#fa-default-form-aw input[type=tel]:focus-visible,
#fa-default-form-aw input[type=number],
#fa-default-form-aw input[type=number]:hover,
#fa-default-form-aw input[type=number]:focus,
#fa-default-form-aw input[type=number]:active,
#fa-default-form-aw input[type=number]:focus-visible {
  height: 25px !important;
  margin: 0 0 20px !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  outline: none !important;
}
@media (max-width: 800px) {
  #fa-default-form-aw input[type=text],
  #fa-default-form-aw input[type=email],
  #fa-default-form-aw input[type=tel],
  #fa-default-form-aw input[type=number] {
    width: 100% !important;
  }
}
#fa-default-form-aw .wForm .labelsAbove,
#fa-default-form-aw .wForm .inputWrapper {
  text-align: left;
}
#fa-default-form-aw .wForm .errMsg {
  display: none !important;
}
#fa-default-form-aw .wForm .section.inline.group .oneField {
  margin-right: 0 !important;
}
#fa-default-form-aw form {
  display: block;
  margin-right: -10px;
}
@media (max-width: 800px) {
  #fa-default-form-aw form {
    margin-right: unset;
  }
}
#fa-default-form-aw input[type=submit] {
  background: #00aae5 !important;
  color: #fff !important;
  display: flex !important;
  flex-direction: row !important;
  height: 40px !important;
  font-size: 16px !important;
  margin: 16px auto 0 auto !important;
  padding: 0 24px !important;
  border-radius: 21px !important;
  text-transform: capitalize !important;
}
#fa-default-form-aw input[type=submit]:hover {
  background-color: #0079a5 !important;
}
#fa-default-form-aw select, #fa-default-form-aw select:hover, #fa-default-form-aw select:focus, #fa-default-form-aw select:active, #fa-default-form-aw select:focus-visible {
  margin: 0 !important;
  height: 25px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  padding-left: 0 !important;
  font-size: 14px !important;
  font-family: Montserrat, sans-serif !important;
}
#fa-default-form-aw select option {
  font-size: 14px !important;
}
#fa-default-form-aw .htmlContent {
  font-size: 14px !important;
}
#fa-default-form-aw textarea, #fa-default-form-aw textarea:hover, #fa-default-form-aw textarea:focus, #fa-default-form-aw textarea:active, #fa-default-form-aw textarea:focus-visible {
  max-height: 35px !important;
  font-size: 12px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
#fa-default-form-aw #disabled-explanation {
  font-size: 14px !important;
  margin-top: 0 !important;
}
#fa-default-form-aw .oneField.field-container-D {
  margin-top: 0 !important;
}
#fa-default-form-aw .oneField .label span {
  font-size: 14px !important;
  color: #1f282c !important;
}
#fa-default-form-aw #google-captcha br {
  display: none !important;
}
#fa-default-form-aw .captchaHelp {
  font-size: 12px !important;
  text-align: left;
}
#fa-default-form-aw span.oneChoice input[type=checkbox] {
  margin: 0 !important;
  vertical-align: top !important;
  position: relative !important;
  top: 3px !important;
}
#fa-default-form-aw .wFormContainer .wFormHeader {
  display: none !important;
}
#fa-default-form-aw .wFormContainer .htmlSection {
  margin-top: 0 !important;
}
#fa-default-form-aw .wFormContainer .wForm .inputWrapper textarea {
  height: 20px !important;
}
#fa-default-form-aw .inputWrapper input[type=text]:focus,
#fa-default-form-aw .inputWrapper input[type=text].required:focus,
#fa-default-form-aw .inputWrapper input[type=password]:focus,
#fa-default-form-aw .inputWrapper input[type=password].required:focus,
#fa-default-form-aw .inputWrapper select:focus,
#fa-default-form-aw .inputWrapper select.required:focus {
  outline: none !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  margin-bottom: 20px !important;
  padding-left: 0 !important;
}
#fa-default-form-aw .inputWrapper textarea:focus,
#fa-default-form-aw .inputWrapper textarea.required:focus {
  max-height: 35px !important;
  font-size: 12px !important;
  width: 97% !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin-bottom: 0 !important;
}
#fa-default-form-aw #tfa_21-L {
  position: relative;
  top: -2px;
  left: 3px;
}
@media (max-width: 800px) {
  #fa-default-form-aw #tfa_17-D {
    margin-top: 16px !important;
  }
}

#hero.fosc-msp #fa-default-form-aw {
  min-height: 475px !important;
  max-height: 475px !important;
}
#hero.fosc-msp #fa-default-form-aw:has(.errFld, .errMsg) {
  max-height: none !important;
}
@media (max-width: 1024px) {
  #hero.fosc-msp #fa-default-form-aw {
    min-height: auto !important;
    max-height: 100% !important;
  }
}
#hero.fosc-msp #fa-default-form-aw textarea,
#hero.fosc-msp #fa-default-form-aw textarea:hover,
#hero.fosc-msp #fa-default-form-aw textarea:focus,
#hero.fosc-msp #fa-default-form-aw textarea:active,
#hero.fosc-msp #fa-default-form-aw textarea:focus-visible {
  height: 30px !important;
  max-height: 30px !important;
  margin: 0 0 20px !important;
  font-size: 14px !important;
  border: none !important;
  border-bottom: 1px solid #7d7d7d !important;
  border-radius: 0 !important;
  padding: 0 !important;
  outline: none !important;
}

.columns {
  width: 100%;
}
.columns.two-cols {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.columns.three-cols {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
  margin: 80px auto;
}
.columns.multi-cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, 328px);
  justify-content: center;
  align-items: stretch;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 60px;
  max-width: 1432px;
  width: 100%;
}
@media (max-width: 1024px) {
  .columns.multi-cols {
    -moz-column-gap: 35px;
         column-gap: 35px;
    row-gap: 55px;
  }
}
@media (max-width: 768px) {
  .columns.multi-cols {
    -moz-column-gap: 30px;
         column-gap: 30px;
    row-gap: 40px;
  }
}
@media (max-width: 480px) {
  .columns.multi-cols {
    -moz-column-gap: 20px;
         column-gap: 20px;
    row-gap: 20px;
  }
}
.columns.multi-cols .col {
  width: 328px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.columns.multi-cols .col > * {
  flex: 1;
  height: 100%;
}

main .wrapper {
  width: 100%;
  max-width: 1435px;
  margin: 0 auto;
}

#hero {
  background: linear-gradient(103deg, #00ead0 -14.21%, var(--Deep-Blue, #0079a5) 9.43%, var(--Slate-Grey, #1f282c) 42.92%, rgba(31, 40, 44, 0) 94.98%), url("../../../../../uploads/2026/08/FSOC-Roadshow-Hero.webp") lightgray 50%/cover no-repeat;
}
#hero.fosc-msp {
  background: linear-gradient(103deg, #00ead0 -14.21%, var(--Deep-Blue, #0079a5) 9.43%, var(--Slate-Grey, #1f282c) 42.92%, rgba(31, 40, 44, 0) 94.98%), url("../../../images/minneapolis-skyline.webp") lightgray 50%/cover no-repeat;
}
#hero .logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 30px;
}
#hero .logo-wrap .main-logo {
  flex-shrink: 0;
}
#hero .logo-wrap .main-logo svg {
  display: block;
  width: 205px;
  max-width: 100%;
  height: auto;
}
#hero .logo-wrap .event-logo {
  flex-shrink: 0;
  transform-origin: left center;
}
#hero .logo-wrap .event-logo svg {
  display: inline-block;
  height: auto;
  max-width: 100%;
}
#hero .logo-wrap .year-icon {
  margin-bottom: 5px;
  width: 85px;
}
#hero .logo-wrap .row-wrap-icons svg:first-of-type {
  margin-right: 10px;
}
#hero .logo-wrap .row-wrap-icons:nth-of-type(2) svg:first-of-type {
  position: relative;
  bottom: -10px;
}
#hero .logo-wrap .row-wrap-icons:last-of-type {
  position: relative;
}
#hero .logo-wrap .row-wrap-icons:last-of-type svg:first-of-type {
  margin: 0;
  position: absolute;
  bottom: -22px;
  right: 127px;
  width: 33px;
}
#hero .logo-wrap .row-wrap-icons:last-of-type svg:nth-of-type(2) {
  display: block;
  margin-left: auto;
  position: relative;
  top: 12px;
  left: -13px;
  width: 135px;
}
#hero .logo-wrap .row-wrap-icons:last-of-type svg:last-of-type {
  position: absolute;
  top: 0;
  right: 0;
  width: 33px;
}
@media (max-width: 1366px) {
  #hero .logo-wrap {
    gap: 35px;
  }
  #hero .logo-wrap .main-logo svg {
    width: 160px;
  }
  #hero .logo-wrap .event-logo {
    transform: scale(0.75);
  }
}
@media (max-width: 1024px) {
  #hero .logo-wrap {
    justify-content: center;
    gap: 28px;
    margin-bottom: 24px;
  }
  #hero .logo-wrap .main-logo svg {
    width: 130px;
    position: relative;
    left: 40px;
  }
  #hero .logo-wrap .event-logo {
    transform: scale(0.7);
    transform-origin: center center;
  }
}
@media (max-width: 768px) {
  #hero .logo-wrap {
    gap: 20px;
    margin-bottom: 20px;
  }
  #hero .logo-wrap .main-logo svg {
    width: 100px;
    left: 70px;
  }
  #hero .logo-wrap .event-logo {
    transform: scale(0.55);
  }
}
@media (max-width: 480px) {
  #hero .logo-wrap {
    gap: 14px;
    margin-bottom: -35px;
    flex-wrap: wrap;
  }
  #hero .logo-wrap .main-logo svg {
    width: 80px;
    left: 0;
  }
  #hero .logo-wrap .event-logo {
    transform: scale(0.45);
    margin-top: -40px;
  }
}
@media (max-width: 440px) {
  #hero .logo-wrap .main-logo svg {
    width: 70px;
  }
  #hero .logo-wrap .event-logo {
    transform: scale(0.4);
  }
}
#hero .two-cols.wrapper {
  gap: 30px;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #hero .two-cols.wrapper {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols.wrapper {
    gap: 30px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols.wrapper {
    gap: 24px;
  }
}
#hero .two-cols .col {
  width: 100%;
}
@media (max-width: 1024px) {
  #hero .two-cols .col {
    max-width: 650px;
  }
}
#hero .two-cols .col.text-wrap {
  max-width: 820px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap {
    max-width: 650px;
    text-align: center;
  }
}
#hero .two-cols .col.text-wrap h1,
#hero .two-cols .col.text-wrap p {
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #hero .two-cols .col.text-wrap h1,
  #hero .two-cols .col.text-wrap p {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 28px;
  }
}
@media (max-width: 440px) {
  #hero .two-cols .col.text-wrap h1 {
    font-size: 24px;
  }
}
#hero .two-cols .col.text-wrap .desc {
  margin-bottom: 20px;
}
#hero .two-cols .col.text-wrap .desc:last-of-type {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .desc:last-of-type {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #hero .two-cols .col.text-wrap .desc {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.text-wrap .desc {
    font-size: 16px;
  }
}
#hero .two-cols .col.form-wrap {
  position: relative;
  max-width: 550px;
}
@media (max-width: 1024px) {
  #hero .two-cols .col.form-wrap {
    margin: 0 auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  #hero .two-cols .col.form-wrap {
    max-width: 100%;
  }
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .form-loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20;
  display: none;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  pointer-events: none;
}
#hero .two-cols .col.form-wrap #fa-default-form-aw .form-loader img {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
#hero .two-cols .col.form-wrap.is-loading #fa-default-form-aw .form-loader {
  display: flex !important;
}
#hero .two-cols .col.form-wrap.is-loaded #fa-default-form-aw .form-loader {
  display: none !important;
}
#hero .event-info {
  margin: 0;
  justify-content: flex-start;
  gap: 30px;
}
@media (max-width: 1024px) {
  #hero .event-info {
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px 30px;
  }
}
@media (max-width: 768px) {
  #hero .event-info {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
#hero .event-info .col {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1024px) {
  #hero .event-info .col {
    justify-content: center;
  }
}
#hero .event-info .col svg {
  flex-shrink: 0;
  width: 20px;
  height: auto;
}
@media (max-width: 480px) {
  #hero .event-info .col svg {
    width: 18px;
  }
}
@media (max-width: 1024px) {
  #hero .event-info .col p {
    text-align: left;
  }
}
#hero .event-info .col p span {
  display: block;
}

#hosts .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
@media (max-width: 1200px) {
  #hosts .wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 650px) {
  #hosts .wrapper {
    gap: 5px;
  }
}
#hosts .wrapper:has(.col:nth-child(5)) {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#hosts .wrapper h2 {
  margin-bottom: 0 !important;
  min-width: 285px;
}
@media (max-width: 1200px) {
  #hosts .wrapper h2 {
    text-align: center;
    margin-bottom: 40px !important;
  }
}
@media (max-width: 768px) {
  #hosts .wrapper h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  #hosts .wrapper h2 {
    margin-bottom: 20px !important;
  }
}
#hosts .wrapper:has(.col:nth-child(4):last-child) h2 {
  min-width: 220px;
}
#hosts .wrapper:has(.col:nth-child(5)) h2 {
  min-width: 0;
  text-align: center;
  margin-bottom: 40px !important;
}
@media (max-width: 768px) {
  #hosts .wrapper:has(.col:nth-child(5)) h2 {
    margin-bottom: 30px !important;
  }
}
@media (max-width: 480px) {
  #hosts .wrapper:has(.col:nth-child(5)) h2 {
    margin-bottom: 20px !important;
  }
}
#hosts .wrapper .three-cols {
  gap: 0;
  justify-content: flex-start;
  margin: 0 auto !important;
}
@media (max-width: 650px) {
  #hosts .wrapper .three-cols {
    flex-direction: column;
    gap: 0;
    align-items: center;
    justify-content: center;
    max-width: 300px;
  }
}
#hosts .wrapper .three-cols .col {
  max-width: 395px;
  width: 100%;
  padding: 0 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
#hosts .wrapper .three-cols .col:not(:last-child) {
  border-right: 1px dotted #1f282c;
}
#hosts .wrapper .three-cols .col svg {
  max-width: 100%;
  height: auto;
}
#hosts .wrapper .three-cols .col p {
  text-align: center;
}
@media (max-width: 1024px) {
  #hosts .wrapper .three-cols .col svg {
    max-width: 180px;
  }
}
@media (max-width: 768px) {
  #hosts .wrapper .three-cols .col {
    gap: 20px;
  }
  #hosts .wrapper .three-cols .col svg {
    max-width: 150px;
  }
}
@media (max-width: 480px) {
  #hosts .wrapper .three-cols .col svg {
    max-width: 120px;
  }
}
@media (max-width: 650px) {
  #hosts .wrapper .three-cols .col {
    padding: 20px 0;
    gap: 10px;
  }
  #hosts .wrapper .three-cols .col:not(:last-child) {
    border-right: none;
    border-bottom: 1px dotted #1f282c;
  }
  #hosts .wrapper .three-cols .col:first-of-type {
    padding-top: 0;
  }
  #hosts .wrapper .three-cols .col:last-of-type {
    padding-bottom: 0;
  }
}
#hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols {
  justify-content: space-between;
}
#hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col {
  max-width: 250px;
  padding: 0 12px;
}
#hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col svg {
  max-width: 190px;
}
@media (max-width: 1024px) {
  #hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col {
    max-width: 220px;
  }
  #hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col svg {
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  #hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col {
    max-width: 180px;
  }
  #hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col svg {
    max-width: 140px;
  }
}
@media (max-width: 800px) {
  #hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col {
    max-width: 150px;
  }
  #hosts .wrapper:has(.col:nth-child(4):last-child) .three-cols .col svg {
    max-width: 120px;
  }
}
#hosts .wrapper:has(.col:nth-child(5)) .three-cols {
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 40px;
  max-width: 1100px;
}
#hosts .wrapper:has(.col:nth-child(5)) .three-cols .col {
  flex: 0 1 33.333%;
  max-width: 320px;
}
#hosts .wrapper:has(.col:nth-child(5)) .three-cols .col:nth-child(3n) {
  border-right: none;
}
#hosts .wrapper:has(.col:nth-child(5)) .three-cols .col svg {
  max-width: 200px;
}
@media (max-width: 1024px) {
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col {
    flex-basis: 33.333%;
    max-width: 280px;
  }
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col svg {
    max-width: 170px;
  }
}
@media (max-width: 768px) {
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col {
    flex-basis: 50%;
    max-width: 240px;
  }
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col:nth-child(3n) {
    border-right: 1px dotted #1f282c;
  }
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col:nth-child(2n) {
    border-right: none;
  }
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col svg {
    max-width: 150px;
  }
}
@media (max-width: 650px) {
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col {
    flex: 0 1 100%;
    max-width: 300px;
  }
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col:nth-child(3n), #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col:nth-child(2n) {
    border-right: none;
  }
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols .col svg {
    max-width: 120px;
  }
}
@media (max-width: 768px) {
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols {
    row-gap: 30px;
  }
}
@media (max-width: 480px) {
  #hosts .wrapper:has(.col:nth-child(5)) .three-cols {
    row-gap: 20px;
  }
}

#discounts {
  background: #d9f2fb;
  overflow: hidden;
}
#discounts .discounts-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 130px;
}
@media (max-width: 1290px) {
  #discounts .discounts-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }
}
@media (max-width: 768px) {
  #discounts .discounts-wrap {
    gap: 24px;
  }
}
@media (max-width: 480px) {
  #discounts .discounts-wrap {
    gap: 20px;
  }
}
#discounts .promo {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
}
@media (max-width: 1290px) {
  #discounts .promo {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    gap: 24px 0;
  }
}
@media (max-width: 768px) {
  #discounts .promo {
    gap: 20px 0;
  }
}
#discounts .prize-seal {
  position: relative;
  z-index: 2;
  width: 195px;
  height: 195px;
}
@media (max-width: 1350px) {
  #discounts .prize-seal {
    width: 165px;
    height: 165px;
  }
}
@media (max-width: 1290px) {
  #discounts .prize-seal {
    width: 150px;
    height: 150px;
    flex-shrink: 0;
  }
}
@media (max-width: 768px) {
  #discounts .prize-seal {
    width: 130px;
    height: 130px;
  }
}
@media (max-width: 480px) {
  #discounts .prize-seal {
    width: 110px;
    height: 110px;
  }
}
@media (max-width: 440px) {
  #discounts .prize-seal {
    width: 96px;
    height: 96px;
  }
}
#discounts .prize-seal svg {
  display: block;
  width: 100%;
  height: 100%;
}
#discounts .prize-seal .prize-text {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  font-weight: 900;
  line-height: 95%;
  color: rgb(255, 255, 255);
  text-align: center;
  letter-spacing: 0.4px;
  transform: translateX(-50%) translateY(-50%) translateZ(0) rotate(-14deg) scale(1, 1);
  width: 70%;
}
@media (max-width: 1350px) {
  #discounts .prize-seal .prize-text {
    font-size: 26px;
  }
}
@media (max-width: 1290px) {
  #discounts .prize-seal .prize-text {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  #discounts .prize-seal .prize-text {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  #discounts .prize-seal .prize-text {
    font-size: 18px;
  }
}
@media (max-width: 440px) {
  #discounts .prize-seal .prize-text {
    font-size: 16px;
  }
}
#discounts .prize-ribbon {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  min-width: 390px;
  max-width: 390px;
  width: 100%;
  height: 90px;
  margin-left: -48px;
  padding: 0 80px 0 60px;
  background: linear-gradient(90deg, #1f282c, #1f282c 0%, #0279a5, #00689c, 78.37%, rgba(0, 104, 156, 0) 90.87%);
}
@media (max-width: 1350px) {
  #discounts .prize-ribbon {
    min-width: 350px;
    max-width: 350px;
    height: 85px;
    margin-left: -40px;
  }
}
@media (max-width: 1290px) {
  #discounts .prize-ribbon {
    min-width: 315px;
    max-width: 315px;
    height: 72px;
    margin-left: -40px;
    padding: 0 36px 0 50px;
  }
}
@media (max-width: 768px) {
  #discounts .prize-ribbon {
    min-width: 260px;
    max-width: 300px;
    height: 60px;
    margin-left: -32px;
    padding: 0 24px 0 42px;
  }
}
@media (max-width: 480px) {
  #discounts .prize-ribbon {
    min-width: 210px;
    max-width: 240px;
    height: 52px;
    margin-left: -28px;
    padding: 0 18px 0 36px;
  }
}
@media (max-width: 440px) {
  #discounts .prize-ribbon {
    min-width: 180px;
    max-width: 200px;
    height: 46px;
    margin-left: -24px;
    padding: 0 14px 0 30px;
  }
}
#discounts .prize-ribbon .prize-amount {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}
@media (max-width: 480px) {
  #discounts .prize-ribbon .prize-amount {
    gap: 6px;
  }
}
#discounts .prize-ribbon .prize-amount strong {
  font-size: 64px;
  font-weight: 900;
  line-height: 107%;
  font-style: italic;
}
@media (max-width: 1350px) {
  #discounts .prize-ribbon .prize-amount strong {
    font-size: 50px;
  }
}
@media (max-width: 1290px) {
  #discounts .prize-ribbon .prize-amount strong {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  #discounts .prize-ribbon .prize-amount strong {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  #discounts .prize-ribbon .prize-amount strong {
    font-size: 34px;
  }
}
@media (max-width: 440px) {
  #discounts .prize-ribbon .prize-amount strong {
    font-size: 28px;
  }
}
#discounts .prize-ribbon .prize-amount span {
  font-size: 20px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1290px) {
  #discounts .prize-ribbon .prize-amount span {
    font-size: 17px;
  }
}
@media (max-width: 768px) {
  #discounts .prize-ribbon .prize-amount span {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #discounts .prize-ribbon .prize-amount span {
    font-size: 14px;
  }
}
@media (max-width: 440px) {
  #discounts .prize-ribbon .prize-amount span {
    font-size: 13px;
  }
}
#discounts .gift-cards {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  max-width: 340px;
  width: 100%;
  height: 210px;
}
@media (max-width: 1290px) {
  #discounts .gift-cards {
    flex-basis: 100%;
    width: 300px;
    height: 190px;
  }
}
@media (max-width: 768px) {
  #discounts .gift-cards {
    width: 250px;
    height: 160px;
  }
}
@media (max-width: 480px) {
  #discounts .gift-cards {
    height: 142px;
  }
}
#discounts .gift-cards .card {
  position: absolute;
  width: 100%;
  max-width: 288px;
  height: auto;
  display: block;
}
@media (max-width: 1350px) {
  #discounts .gift-cards .card {
    max-width: 265px;
  }
}
@media (max-width: 1290px) {
  #discounts .gift-cards .card {
    width: 220px;
  }
}
@media (max-width: 768px) {
  #discounts .gift-cards .card {
    width: 184px;
  }
}
#discounts .gift-cards .card-aa {
  left: 0;
  bottom: -15px;
  z-index: 2;
}
@media (max-width: 1350px) {
  #discounts .gift-cards .card-aa {
    max-width: 265px;
    left: 20px;
    bottom: -11px;
  }
}
@media (max-width: 1290px) {
  #discounts .gift-cards .card-aa {
    left: 0;
    bottom: 0;
  }
}
#discounts .gift-cards .card-walmart {
  right: -116px;
  top: -9px;
  z-index: 1;
}
@media (max-width: 1350px) {
  #discounts .gift-cards .card-walmart {
    max-width: 265px;
    top: 5px;
    right: -99px;
  }
}
@media (max-width: 1290px) {
  #discounts .gift-cards .card-walmart {
    right: 0;
    top: 0;
  }
}
#discounts .discounts-desc {
  max-width: 325px;
  width: 100%;
}
#discounts .discounts-desc .desc {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1350px) {
  #discounts .discounts-desc .desc {
    font-size: 22px;
    max-width: 100%;
  }
}
@media (max-width: 1290px) {
  #discounts .discounts-desc .desc {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  #discounts .discounts-desc .desc {
    font-size: 19px;
  }
}
@media (max-width: 480px) {
  #discounts .discounts-desc .desc {
    font-size: 18px;
  }
}
@media (max-width: 1290px) {
  #discounts .discounts-desc {
    max-width: 750px;
    text-align: center;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  #discounts .discounts-desc {
    max-width: 460px;
  }
}

#discounts.delta-yeti .prize-seal {
  flex-shrink: 0;
}
#discounts.delta-yeti .promo {
  flex: 0 1 auto;
}
@media (min-width: 1451px) {
  #discounts.delta-yeti .prize-seal .prize-text {
    font-size: 38px;
  }
}
#discounts.delta-yeti .prize-ribbon {
  flex: 0 0 auto;
  min-width: 0;
  max-width: none;
  width: auto;
  background: linear-gradient(90deg, #1f282c 0%, #0279a5 60%, #00689c 88%, rgba(0, 104, 156, 0) 98%);
}
@media (min-width: 1451px) {
  #discounts.delta-yeti .prize-ribbon .prize-amount span {
    font-size: 25px;
  }
}
#discounts.delta-yeti .gift-cards {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
}
#discounts.delta-yeti .gift-cards .card {
  position: static;
}
@media (min-width: 1451px) {
  #discounts.delta-yeti .gift-cards .card {
    width: 329px;
    max-width: 329px;
    height: 245px;
  }
}
#discounts.delta-yeti .discounts-wrap {
  gap: 40px;
  justify-content: flex-start;
}
#discounts.delta-yeti .discounts-desc {
  width: 223px;
  max-width: 223px;
  margin-left: auto;
}
@media (max-width: 1450px) {
  #discounts.delta-yeti .discounts-wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 28px;
  }
  #discounts.delta-yeti .promo {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
  }
  #discounts.delta-yeti .discounts-desc {
    width: auto;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
@media (max-width: 974px) {
  #discounts.delta-yeti .gift-cards {
    margin-left: 0;
  }
}

#agenda {
  background: linear-gradient(90deg, var(--WHITE, #fff) 45.23%, rgba(255, 255, 255, 0) 71.85%), url("../../../../../uploads/2026/08/FSOC-Roadshow-Agenda.webp") lightgray 50%/cover no-repeat;
}
@media (max-width: 480px) {
  #agenda {
    background: rgb(255, 255, 255);
  }
  #agenda h2 {
    text-align: center;
  }
}
#agenda .agenda-wrap {
  width: 100%;
  max-width: 575px;
}
#agenda .agenda-wrap .agenda-row {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
  border-top: 1px dotted #1f282c;
  padding: 15px 0;
}
@media (max-width: 480px) {
  #agenda .agenda-wrap .agenda-row {
    flex-direction: column;
    gap: 10px;
  }
}
#agenda .agenda-wrap .agenda-row .agenda-time,
#agenda .agenda-wrap .agenda-row .agenda-content {
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 768px) {
  #agenda .agenda-wrap .agenda-row .agenda-time,
  #agenda .agenda-wrap .agenda-row .agenda-content {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  #agenda .agenda-wrap .agenda-row .agenda-time,
  #agenda .agenda-wrap .agenda-row .agenda-content {
    font-size: 19px;
  }
}
#agenda .agenda-wrap .agenda-row .agenda-time {
  font-weight: 700;
  max-width: 90px;
  width: 100%;
}
#agenda .agenda-wrap .agenda-row .agenda-panel {
  padding: 5px;
  border-radius: 5px;
  display: block;
  border-width: 2px;
  border-style: solid;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 15px;
}
#agenda .agenda-wrap .agenda-row .agenda-panel.blue-panel {
  border-color: #80d4f2;
}
#agenda .agenda-wrap .agenda-row .agenda-panel.yellow-panel {
  border-color: #ff9632;
}
#agenda .agenda-wrap .agenda-row .agenda-panel.purple-panel {
  border-color: #9b4b87;
}

#speakers {
  background: linear-gradient(101deg, #d9f2fb 67.56%, #80d4f2 105.94%);
}
@media (max-width: 1445px) {
  #speakers h2 {
    text-align: center;
  }
}
#speakers .three-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 50px;
  align-items: start;
  justify-content: stretch;
  flex-wrap: unset;
  margin: 50px auto 0 auto;
  width: 100%;
}
@media (max-width: 1024px) {
  #speakers .three-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #speakers .three-cols {
    grid-template-columns: 1fr;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 30px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols {
    row-gap: 24px;
    margin-top: 24px;
  }
}
#speakers .three-cols .col {
  width: 100%;
  max-width: none;
  padding: 25px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
#speakers .three-cols .col:nth-of-type(2) {
  border-right: 1px dotted #1f282c;
}
#speakers .three-cols .col:nth-of-type(5), #speakers .three-cols .col:nth-of-type(8) {
  border-left: 1px dotted #1f282c;
  border-right: 1px dotted #1f282c;
}
@media (max-width: 1024px) {
  #speakers .three-cols .col:nth-of-type(2) {
    border-right: none;
  }
  #speakers .three-cols .col:nth-of-type(5), #speakers .three-cols .col:nth-of-type(8) {
    border-left: none;
    border-right: none;
  }
}
@media (max-width: 768px) {
  #speakers .three-cols .col {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols .col {
    padding: 10px 15px;
  }
}
#speakers .three-cols .col.keynote {
  padding: 25px;
  border-radius: 15px;
  background: linear-gradient(145deg, #0079a5 0%, #0279a5 60%, #1f282c 160%);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
  color: rgb(255, 255, 255);
}
@media (max-width: 1024px) {
  #speakers .three-cols .col.keynote {
    padding: 22px;
  }
}
@media (max-width: 768px) {
  #speakers .three-cols .col.keynote {
    padding: 19px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols .col.keynote {
    padding: 16px;
  }
}
#speakers .three-cols .col.keynote .speaker-name,
#speakers .three-cols .col.keynote .speaker-title-company,
#speakers .three-cols .col.keynote .speaker-bio {
  color: rgb(255, 255, 255);
}
#speakers .three-cols .col.keynote .keynote-badge {
  display: inline-block;
  padding: 5px 10px;
  margin-bottom: 8px;
  border: 2px solid #00ead0;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  color: rgb(255, 255, 255);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 480px) {
  #speakers .three-cols .col.keynote .keynote-badge {
    font-size: 12px;
    padding: 3px 10px;
  }
}
#speakers .three-cols .col .speaker-header {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #speakers .three-cols .col .speaker-header {
    gap: 12px;
    margin-bottom: 14px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols .col .speaker-header {
    gap: 10px;
    margin-bottom: 12px;
  }
}
#speakers .three-cols .col .speaker-meta {
  min-width: 0;
}
#speakers .three-cols .col .img-holder {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  border-radius: 100%;
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
#speakers .three-cols .col .img-holder img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  #speakers .three-cols .col .img-holder {
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 768px) {
  #speakers .three-cols .col .img-holder {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols .col .img-holder {
    width: 64px;
    height: 64px;
  }
}
#speakers .three-cols .col .speaker-name {
  font-size: 25px;
  font-weight: 600;
  line-height: 125%;
  margin: 0;
}
@media (max-width: 768px) {
  #speakers .three-cols .col .speaker-name {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols .col .speaker-name {
    font-size: 19px;
  }
}
#speakers .three-cols .col .speaker-title-company {
  font-weight: 500;
}
#speakers .three-cols .col .speaker-bio {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin: 0;
}
@media (max-width: 768px) {
  #speakers .three-cols .col .speaker-bio {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #speakers .three-cols .col .speaker-bio {
    font-size: 14px;
  }
}
#speakers .speakers-slider {
  width: 100%;
}
#speakers .speakers-slider .slider-arrows {
  display: none;
}
#speakers .speakers-slider .slider-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #00aae5;
  color: rgb(255, 255, 255);
  cursor: pointer;
  transition: background-color 0.3s ease;
  flex-shrink: 0;
}
#speakers .speakers-slider .slider-arrow:hover {
  background: #0279a5;
}
#speakers .speakers-slider .slider-arrow svg {
  width: 14px;
  height: 14px;
  display: block;
}
@media (max-width: 480px) {
  #speakers .speakers-slider.has-slider .slider-viewport {
    overflow: hidden;
    width: 100%;
  }
  #speakers .speakers-slider.has-slider .three-cols.slider-track {
    display: flex;
    align-items: stretch;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    margin-top: 24px;
  }
  #speakers .speakers-slider.has-slider .col {
    flex: 0 0 100%;
    width: 100%;
    max-width: 100%;
    margin: 0;
    box-sizing: border-box;
    border-left: none;
    border-right: none;
  }
  #speakers .speakers-slider.has-slider .slider-arrows {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 24px;
  }
}

#panels {
  background: linear-gradient(188deg, rgba(255, 255, 255, 0.3) 60%, rgba(0, 153, 213, 0.3) 100%, rgba(0, 234, 208, 0.3) 100%);
}
#panels .post-heading {
  max-width: 60%;
  font-size: 25px;
  font-weight: 400;
  line-height: 125%;
}
@media (max-width: 1445px) {
  #panels .post-heading {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  #panels .post-heading {
    font-size: 21px;
  }
}
@media (max-width: 480px) {
  #panels .post-heading {
    font-size: 19px;
  }
}
@media (max-width: 1445px) {
  #panels h2 {
    text-align: center;
  }
}
#panels .three-cols {
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 50px auto 0 auto;
}
@media (max-width: 1024px) {
  #panels .three-cols {
    gap: 16px;
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  #panels .three-cols {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
  }
}
@media (max-width: 480px) {
  #panels .three-cols {
    gap: 16px;
    margin-top: 24px;
  }
}
#panels .three-cols .col {
  box-sizing: border-box;
  width: 100%;
  max-width: 450px;
  padding: 50px;
  border-radius: 15px;
  border: 1px solid #637782;
  background: rgb(255, 255, 255);
  box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024px) {
  #panels .three-cols .col {
    max-width: 380px;
    padding: 40px;
  }
}
@media (max-width: 768px) {
  #panels .three-cols .col {
    max-width: 500px;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  #panels .three-cols .col {
    padding: 24px;
  }
}
@media (max-width: 440px) {
  #panels .three-cols .col {
    padding: 20px;
  }
}
#panels .three-cols .col:hover {
  border-color: transparent;
  background: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)) padding-box, linear-gradient(135deg, #ff9632 0%, #00ead0 47%, #00aae5 100%) border-box;
  background-origin: border-box;
  background-clip: padding-box, border-box;
}
#panels .three-cols .col .panel-num {
  padding: 5px;
  border-radius: 5px;
  display: block;
  border-width: 2px;
  border-style: solid;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 30px;
}
#panels .three-cols .col .panel-num.blue-panel {
  border-color: #80d4f2;
}
#panels .three-cols .col .panel-num.yellow-panel {
  border-color: #ff9632;
}
#panels .three-cols .col .panel-num.purple-panel {
  border-color: #9b4b87;
}
@media (max-width: 1024px) {
  #panels .three-cols .col .panel-num {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #panels .three-cols .col .panel-num {
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #panels .three-cols .col .panel-num {
    margin-bottom: 15px;
  }
}
#panels .three-cols .col .panel-stat-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 125%;
  margin-bottom: 30px;
  color: #0099d5;
}
@media (max-width: 1024px) {
  #panels .three-cols .col .panel-stat-title {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #panels .three-cols .col .panel-stat-title {
    font-size: 17px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #panels .three-cols .col .panel-stat-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
#panels .three-cols .col h3 {
  font-size: 25px !important;
  font-weight: 600 !important;
  line-height: 125% !important;
  margin-bottom: 30px !important;
}
@media (max-width: 1024px) {
  #panels .three-cols .col h3 {
    margin-bottom: 24px !important;
  }
}
@media (max-width: 768px) {
  #panels .three-cols .col h3 {
    font-size: 21px !important;
    margin-bottom: 20px !important;
  }
}
@media (max-width: 480px) {
  #panels .three-cols .col h3 {
    font-size: 19px !important;
    margin-bottom: 15px !important;
  }
}
#panels .three-cols .col .panel-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  #panels .three-cols .col .panel-desc {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  #panels .three-cols .col .panel-desc {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #panels .three-cols .col .panel-desc {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#panels .three-cols .col .panel-speakers {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  font-style: italic;
}
@media (max-width: 768px) {
  #panels .three-cols .col .panel-speakers {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  #panels .three-cols .col .panel-speakers {
    font-size: 14px;
  }
}
@media (min-width: 1025px) {
  #panels.fosc-msp .three-cols .col {
    flex: 1 1 0;
    max-width: none;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  #panels.fosc-msp .three-cols .col {
    padding: 32px;
  }
}
#panels .panels-notice {
  margin-top: 50px;
  scroll-margin-top: calc(var(--nav-row-height, 0px) + 20px);
}
#panels .panels-notice p {
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
  font-style: italic;
  color: #637782;
  margin-bottom: 20px;
}
#panels .panels-notice p:last-child {
  margin-bottom: 0;
}
#panels .panels-notice p strong {
  font-weight: 700;
}
#panels .panels-notice p a {
  color: inherit;
  text-decoration: underline;
}/*# sourceMappingURL=main.css.map */