:root {
  --deep-sky-blue: #02c3ff;
  --white-smoke: #eee;
  --spring-green: #02ed7c;
  --indigo: #380560;
  --dark-grey: #999;
  --firebrick: #d0021c;
  --lime-green: #00d828;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

a {
  text-align: left;
  text-decoration: none;
}

.body {
  background-color: #f3f4f8;
}

.tabs {
  flex-direction: row;
  align-items: center;
  height: 80vh;
  margin-top: 20px;
  margin-left: 40px;
  display: flex;
}

.tabs-menu {
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  width: 160px;
  height: 80vh;
  margin-top: 0;
  display: flex;
  box-shadow: 0 0 14px -8px #000;
}

.tab-button-left {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f3f4f8;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  padding: 0 15px;
  display: flex;
  bottom: 0;
}

.tab-button-left.w--current {
  background-color: var(--deep-sky-blue);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-button-left.overview {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-width: 1px;
  border-bottom-color: #f3f4f8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
  padding-left: 0;
  padding-right: 0;
}

.tab-text-left {
  text-align: left;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.tab-image-left {
  max-width: 25px;
  max-height: 25px;
}

.tab-image-left.overview {
  max-width: 40px;
  max-height: 40px;
  overflow: visible;
}

.top-menu {
  float: right;
  background-color: #fff;
  border-bottom-left-radius: 30px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 85%;
  height: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 0 14px -8px #000;
}

.logo {
  max-width: none;
  height: 70px;
}

.textbox3 {
  color: #999;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  overflow: visible;
}

.userdetails {
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  display: flex;
}

.horizontalmenudevider {
  background-color: #999;
  width: 1px;
  height: 60px;
  margin-left: 20px;
  margin-right: 20px;
}

.welcomeusernamediv {
  margin-right: 20px;
}

.text-block-3 {
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

.tabs-content {
  flex: 1;
  align-self: flex-start;
  width: auto;
  margin-left: 40px;
  margin-right: 40px;
  padding-bottom: 100px;
}

.dropdown-toggle-2 {
  float: right;
  opacity: .3;
  background-image: url('../images/Burger-Menu.png');
  background-position: 50%;
  background-size: cover;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
}

.dropdown-list {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  top: 40px;
}

.dropdown-list.w--open {
  background-color: #fff;
  background-image: none;
  border: 1px solid #999;
  margin-top: 60px;
  margin-right: 0;
  padding-right: 0;
  display: block;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 0 0 14px -8px #000;
}

.dropdown-2 {
  clear: none;
  align-self: auto;
}

.dropdown-link {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.text-block-4 {
  color: #333;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.link-block-2 {
  align-items: center;
  padding: 10px 20px;
  font-family: futura-pt, sans-serif;
  font-size: 1px;
  display: flex;
}

.image-4 {
  margin-left: 10px;
}

.mobile-menu-button {
  display: none;
}

.tab-pane-station-settings {
  width: auto;
}

.textbox {
  border: 1px solid #999;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: block;
}

.textbox:focus {
  border-width: 2px;
  border-color: var(--spring-green);
}

.formheading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  display: block;
}

.stationname, .weatherlocation {
  margin-bottom: 20px;
}

.savebutton {
  color: #000;
  text-align: center;
  background-color: #02ed7c;
  border-radius: 12px;
  width: auto;
  max-width: 200px;
  padding: 10px 40px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.select-field {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.select-field:focus {
  border: 2px solid var(--spring-green);
  padding: 2px;
}

.userssponsorsbox {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: auto;
}

.heading {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.station-timezone {
  margin-bottom: 20px;
}

.filedropareasponsor {
  margin-bottom: 20px;
  display: none;
}

.secondarybutton {
  float: left;
  background-color: var(--indigo);
  border-radius: 10px;
  align-self: flex-end;
  margin-right: 10px;
  padding: 5px 15px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
}

.secondarybutton.grey {
  background-color: var(--dark-grey);
}

.tab-button-left-disabled {
  opacity: 1;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/RedCircleIcon.svg');
  background-position: 98% 96%;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  border-bottom: 1px solid #f3f4f8;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  padding: 0 15px;
  display: flex;
}

.tab-button-left-disabled.w--current {
  background-color: #02c3ff;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.tab-image-left-disabled {
  filter: invert(50%);
  max-width: 25px;
  max-height: 25px;
}

.sectionheading {
  align-items: center;
  margin-bottom: 5px;
  display: flex;
}

.helpicon {
  width: 12px;
  max-width: none;
}

.helpiconlinkblock {
  margin-left: 10px;
}

.column {
  padding-left: 0;
  padding-right: 20px;
}

.column-2 {
  padding-left: 20px;
  padding-right: 0;
}

.socialaccountlink {
  margin-bottom: 20px;
}

.columns {
  max-width: 900px;
  display: block;
}

.socialaccountlinkbox {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: auto;
  min-height: 80px;
  margin-bottom: 10px;
  padding: 8px 12px;
  overflow: auto;
}

.socialmediadp {
  text-align: left;
  border-radius: 20px;
  width: 50px;
  margin-right: 20px;
}

.profilepagename {
  align-items: center;
  height: 50px;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: flex;
}

.facebookicon {
  background-color: #fff;
  margin-right: 10px;
}

.twittericon {
  margin-right: 10px;
}

.twitterdp {
  text-align: left;
  border-radius: 20px;
  margin-right: 20px;
}

.list-item {
  list-style-type: none;
  display: block;
}

.list {
  background-color: #fff;
  border: 1px solid #999;
  border-bottom: 0 #999;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.heading-2 {
  color: #000;
  border: 1px #999;
  border-bottom-style: solid;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2px 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.heading-2:hover {
  border: 3px solid #02ed7c;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.form-block-2 {
  text-align: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body-2 {
  background-color: #f3f4f8;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: block;
}

.section-2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-10 {
  background-color: #fff;
  border: 0 #999;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 420px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 14px -8px #000;
}

.loginformtextbox {
  border: 1px solid #999;
  border-radius: 10px;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.image-6 {
  text-align: left;
  width: 160px;
  margin-bottom: 0;
  display: block;
}

.heading-3 {
  text-align: center;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4;
}

.form {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.userssponsorslist {
  flex: 1;
  width: 100%;
  height: 100%;
  padding-left: 0;
  overflow: auto;
}

.sponsorslistitem {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  list-style-type: none;
  display: flex;
}

.sponsorslistitem:hover {
  background-color: #3c665e;
}

.sponsorslistitem:active {
  background-color: var(--deep-sky-blue);
}

.sponsorslistitem:focus {
  background-color: #9e1818;
}

.sponsorsname {
  color: #333;
  align-self: auto;
  align-items: center;
  height: 40px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}

.edittext {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.editlinkblock {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  display: flex;
}

.usersponsorsection {
  max-width: none;
  margin-bottom: 20px;
}

.heading-4 {
  color: #333;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 8px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.createnewlinkblock {
  align-items: center;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
}

.createsponsorsname, .createsponsorsmesssage {
  margin-bottom: 20px;
}

.configurationsection-description {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.logoareaimage {
  z-index: 10;
  text-align: left;
  max-width: 200px;
  display: block;
  position: static;
  top: auto;
}

.paragraph-3 {
  z-index: 11;
  color: #999;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: block;
  position: static;
  top: 150px;
}

.weatherlocationdisplayname, .weatherareadisplayname, .weathersponsorselection, .weathersponsorselector {
  margin-bottom: 20px;
}

.paragraph-4 {
  color: #333;
  text-align: center;
  max-width: 300px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.div-block-11 {
  align-items: center;
  display: flex;
}

.signuptext {
  color: #02ed7c;
  margin-bottom: 0;
  margin-left: 8px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.ordivblock {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.orline {
  background-color: #999;
  width: 40%;
  height: 1px;
}

.paragraph-5 {
  color: #999;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.forgottenpasswordlinkblock {
  margin-top: 15px;
  display: block;
}

.action-button {
  color: #000;
  background-color: #02ed7c;
  border-radius: 12px;
  align-self: center;
  width: auto;
  margin-top: 15px;
  padding: 10px 80px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.tideslocation {
  margin-bottom: 20px;
  display: block;
}

.navbar-3 {
  background-color: #fff;
  border-radius: 30px;
  height: auto;
  max-height: none;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 26px;
  position: static;
  top: 10%;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: visible;
  box-shadow: 0 0 14px -8px #000;
}

.documentationnavbar {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.documentationnavlinkssection {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.body-3 {
  background-color: #f3f4f8;
  flex-direction: column;
  align-items: center;
  max-width: none;
  display: block;
}

.documentationnavlinkbutton {
  color: #999;
  align-self: flex-start;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 6px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.documentationnavbarsectionheading {
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 5px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.section-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.container-4 {
  background-color: #fff;
  border-radius: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 26px;
}

.documentationsectionheading {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 30px;
  line-height: 20px;
}

.paragraph-6 {
  margin-bottom: 0;
}

.documentationelement {
  margin-bottom: 40px;
}

.documentationelementheading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.brand {
  align-self: center;
}

.lottie-animation {
  float: none;
  clear: none;
  flex: 0 auto;
  width: 50px;
  display: none;
  position: absolute;
}

.lottie-animation.tick {
  display: block;
}

.lottie-animation.error {
  width: 100%;
  display: block;
  position: static;
}

.html-embed {
  clear: none;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/UploadIcon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 50px 50px;
  flex: 0 auto;
  align-self: auto;
  width: 100%;
  height: 100%;
  min-height: 150px;
  position: static;
  overflow: hidden;
}

.save-status {
  flex: 0 auto;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: block;
}

.button-section {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.savesponsorbutton {
  background-color: var(--spring-green);
  color: #000;
  text-align: center;
  border-radius: 12px;
  width: 100px;
  max-width: 220px;
  padding: 6px 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.deletebuttonmodaltrigger {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  width: 100px;
  max-width: 220px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 6px 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.dragfilesherediv {
  flex-direction: column;
  align-self: auto;
  align-items: center;
  display: none;
  position: absolute;
}

.logouploadarea {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 150px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: auto;
}

.savinglinkbox {
  width: 50px;
  display: none;
  position: absolute;
}

.paragraph-7 {
  color: #333;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 15px;
}

.savingpromptbox {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: relative;
  top: 60px;
  right: -50px;
  box-shadow: 0 0 14px -8px #000;
}

.ticklinkbox {
  width: 50px;
  display: none;
  position: absolute;
}

.errorlinkbox {
  width: 50px;
  height: 50px;
  display: none;
  position: absolute;
}

.savedpromptbox, .errorpromptbox {
  z-index: 99;
  background-color: #fff;
  border: 1px solid #999;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: none;
  position: relative;
  top: 60px;
  right: -50px;
  box-shadow: 0 0 14px -8px #000;
}

.grid {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-columns: .5fr 1fr 1fr;
  grid-auto-flow: row;
}

.calendartext {
  color: #999;
  text-align: center;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.form-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: block;
}

.checkbox-field {
  flex-direction: column;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: block;
}

.checkbox-2 {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  height: 35px;
  margin-top: 8px;
  margin-left: 5%;
  margin-right: 5%;
  transition: background-position .3s;
}

.checkbox-2.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.checkbox-label-3 {
  margin-bottom: 0;
  display: none;
}

.calendarformblock {
  margin-bottom: 0;
}

.forminfo {
  color: var(--dark-grey);
  text-align: left;
  margin-top: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.forminfo.center {
  text-align: center;
}

.calendarheadingdiv {
  margin-bottom: 5px;
}

.facebookaccountselectformblock {
  order: 0;
  margin-bottom: 0;
}

.form-3 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.facebookselectcheckbox {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.socialaccountinfo {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.createaccountbutton {
  color: #000;
  background-color: #02ed7c;
  border-radius: 12px;
  width: auto;
  margin-top: 15px;
  padding: 10px 80px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.help {
  opacity: .3;
  margin-left: 10px;
  display: block;
}

.help.withoutopacity {
  opacity: 1;
  margin-left: 0;
  display: none;
}

.help-icon {
  width: 18px;
  display: block;
}

.image-8 {
  align-self: center;
  width: 40px;
  height: 40px;
  margin-bottom: 20px;
}

.link-button {
  color: #000;
  background-color: #02ed7c;
  border-radius: 12px;
  align-self: center;
  width: auto;
  padding: 10px 80px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
  display: block;
}

.text-block-9 {
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.success-message {
  border: 1px solid var(--spring-green);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
}

.div-block-12 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Purple-Background.png');
  background-position: 50% 30%;
  background-repeat: no-repeat;
  background-size: 800px;
  border-radius: 20px;
  padding: 20px;
}

.heading-6 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 50px;
  line-height: 30px;
}

.text-span {
  font-size: 24px;
}

.grid-2 {
  grid-template-columns: 1fr;
}

.column-3 {
  border-radius: 20px;
  padding: 20px 40px;
  overflow: auto;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-13 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.div-block-14 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.heading-8 {
  -webkit-text-fill-color: inherit;
  background-color: rgba(0, 0, 0, 0);
  background-clip: border-box;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-15 {
  background-color: #00d828;
  border-radius: 15px;
  width: 15px;
  height: 15px;
}

.div-block-16 {
  background-color: #999;
  width: 100%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.configurationsectionheading {
  margin-top: auto;
  margin-bottom: 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.activityloglist {
  margin-bottom: 14px;
  padding-left: 0;
}

.setupitemcontainer {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.activitylogtime {
  color: var(--dark-grey);
  margin-right: 40px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.set-up-item-description {
  color: var(--dark-grey);
  margin-right: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.activitylogsection {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 20px;
  padding: 20px 40px;
  display: none;
  overflow: auto;
}

.column-4 {
  padding: 0;
}

.windowcalendarheading {
  margin-bottom: 5px;
}

.addnewreportingwindowblock {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.timeselector {
  background-color: #fff;
  border: 1px #999;
  border-radius: 10px;
  margin-top: 5px;
  padding: 4px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: block;
}

.timeselector:focus {
  border-width: 2px;
  border-color: var(--spring-green);
}

.timewindowconfiguration {
  justify-content: space-between;
  display: flex;
}

.form-text-field {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-bottom: 0;
  padding: 4px 10px 5px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.form-text-field:focus {
  border-width: 2px;
  border-color: var(--spring-green);
}

.form-text-field.class-styling {
  display: none;
}

.timewindowconfigcheckbox {
  align-self: stretch;
  margin-bottom: 0;
}

.sensitivityselector {
  margin-top: 10px;
}

.timeconfigsection {
  border: 1px solid #999;
  border-radius: 10px;
  max-width: 350px;
  margin-top: 10px;
  padding: 10px;
}

.select-field-2 {
  margin-top: 4px;
  margin-bottom: 0;
}

.checkbox-4 {
  border: 1px none var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  margin-top: 8px;
  margin-left: 0;
  margin-right: 0;
  transition: background-position .3s;
}

.checkbox-4.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.checkbox-1 {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  margin-top: 8px;
  margin-left: 20px;
  margin-right: 0;
  transition: background-position .3s;
}

.checkbox-1.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.testform {
  margin-bottom: 0;
}

.sponsorselection {
  margin-bottom: 20px;
}

.green-dot {
  clear: none;
  background-color: #00d828;
  border-radius: 15px;
  align-self: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: static;
  right: 40px;
}

.red-dot {
  clear: none;
  background-color: var(--firebrick);
  border-radius: 15px;
  align-self: center;
  width: 15px;
  height: 15px;
  display: block;
  position: static;
  right: 40px;
}

.save-changes-button {
  background-color: var(--spring-green);
  color: #000;
  text-align: center;
  border-radius: 12px;
  align-self: center;
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: block;
}

.mapdiv {
  width: 100%;
  height: 400px;
}

.travelmapsection {
  max-width: 900px;
  margin-top: 30px;
}

.sectiondescription {
  color: var(--dark-grey);
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.close-shape-button {
  color: #000;
  text-align: center;
  background-color: #02ed7c;
  border-radius: 12px;
  align-self: center;
  width: 130px;
  padding: 6px 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.clear-button {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  align-self: center;
  width: 100px;
  margin-left: 10px;
  padding: 6px 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.button-container {
  margin-top: 15px;
  display: flex;
}

.image-11 {
  filter: invert();
  width: 100%;
}

.saveconfirmationtick {
  border: 3px solid var(--spring-green);
  border-radius: 40px;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 5px;
  display: flex;
}

.statusofcompletion {
  align-items: center;
  display: flex;
}

.remove-profile-text {
  color: var(--dark-grey);
  text-align: left;
  margin-bottom: 0;
  margin-left: 14px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  position: static;
  right: 0;
}

.textboxhidden {
  border: 1px solid #999;
  border-radius: 10px;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: none;
}

.textboxhidden:focus {
  border-width: 2px;
  border-color: var(--spring-green);
}

.sponsoreditbuttoncontainer {
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.textboxwithpadding {
  border: 1px solid #999;
  border-radius: 10px;
  margin-bottom: 15px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  display: block;
}

.textboxwithpadding:focus {
  border-width: 2px;
  border-color: var(--spring-green);
}

.success-message-2, .error-message {
  width: 0;
  height: 0;
}

.logodisplayareasponsor {
  flex-direction: column;
  align-items: center;
  display: block;
}

.sponsorslogo {
  text-align: left;
  max-height: 200px;
}

.sponsorlogoimagediv {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 150px;
  margin-bottom: 15px;
  padding: 20px;
  display: flex;
}

.filedropareastation {
  margin-bottom: 20px;
  display: none;
}

.logodisplayareastation {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.publisherlogo {
  text-align: left;
}

.form-block {
  float: left;
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  width: 100%;
  margin-bottom: auto;
  padding: 20px;
  overflow: hidden;
}

.form-4 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: block;
}

.formatactivationcheckbox {
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  align-items: flex-start;
  margin-top: 5px;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 26px;
  line-height: 26px;
  display: flex;
}

.checkbox-toggle {
  background-color: var(--white-smoke);
  background-image: url('../images/black-circle.svg');
  background-position: 3px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border-color: #999;
  border-radius: 15px;
  align-self: center;
  width: 52px;
  height: 26px;
  margin-top: 2px;
  margin-left: 0;
  margin-right: 20px;
}

.checkbox-toggle.w--redirected-checked {
  background-color: var(--spring-green);
  background-image: url('../images/black-circle.svg');
  background-position: 28px;
  background-size: 20px;
  border-color: #999;
}

.activateformatdiv {
  margin-bottom: 20px;
}

.checkbox-label-4 {
  display: none;
}

.image-12, .image-13 {
  min-width: 12px;
}

.link-block-6, .link-block-7 {
  flex: none;
}

.form-5 {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: block;
}

.html-embed-2 {
  border: 1px solid #999;
  border-radius: 10px;
  margin-right: 20px;
  font-family: futura-pt, sans-serif;
}

.timeandplatform {
  border: 1px #999;
  justify-content: flex-start;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.socialmediacalendarcheckbox {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.image-14 {
  align-self: center;
  width: 20px;
  height: 20px;
  margin-bottom: 10px;
  display: block;
}

.checkbox-6 {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  transition: background-position .3s;
}

.checkbox-6.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.checkbox-label-5 {
  display: none;
}

.calendarlabel {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.calendarblock {
  margin-top: 0;
  margin-bottom: 20px;
}

.daycalendarcheckbox {
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.daysoftheweek {
  justify-content: space-between;
  margin-bottom: 10px;
  display: block;
}

.stationname-copy {
  margin-bottom: 20px;
}

.calendarlistblock {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
  overflow: auto;
}

.calendarconfigblock {
  background-color: #fff;
  border: 1px solid #999;
  border-radius: 10px;
  margin-top: 0;
  padding: 20px;
}

.timetable {
  flex: 0 auto;
  align-self: stretch;
  display: block;
}

.tablerow {
  justify-content: space-between;
  margin-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tablerow:hover {
  border-style: none none none solid;
  border-width: 5px 2px 2px 5px;
  border-color: var(--spring-green);
  margin-left: 5px;
  padding-right: 10px;
}

.tablerow.off {
  display: none;
}

.platformcol {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 9%;
  display: flex;
}

.weekdaycol {
  text-align: left;
  justify-content: center;
  align-items: center;
  width: 9%;
  display: flex;
}

.timecol {
  text-align: left;
  width: 19%;
}

.image-15 {
  width: 20px;
  min-width: 10px;
  max-width: none;
  display: inline-block;
}

.checkdot-checked {
  background-color: var(--deep-sky-blue);
  text-align: left;
  border: 1px #000;
  border-radius: 10px;
  width: 15px;
  height: 15px;
}

.checkdot-unchecked {
  border: 1px none var(--dark-grey);
  background-color: var(--white-smoke);
  text-align: left;
  border-radius: 10px;
  width: 15px;
  height: 15px;
}

.sectionheadingblock {
  align-items: center;
  margin-bottom: 10px;
  display: block;
}

.calendarlisttime {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.calendarconfiglabel {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.savetimeblockbutton {
  background-color: var(--spring-green);
  color: #000;
  text-align: center;
  border-radius: 12px;
  width: 100px;
  max-width: 220px;
  padding: 6px 10px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.timeblockconfigsavebuttons {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.weekday-checkboxes {
  justify-content: space-around;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.modalwrapper {
  z-index: 9999;
  opacity: 1;
  background-color: rgba(0, 0, 0, .35);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modalbox {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  width: 240px;
  height: 200px;
  padding: 44px;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.deletebutton {
  background-color: var(--firebrick);
  color: #fff;
  text-align: center;
  border-radius: 12px;
  width: 100px;
  max-width: 220px;
  margin-top: 23px;
  margin-left: 0;
  padding: 6px 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 700;
  display: block;
}

.modalboxheading {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.closeimage {
  float: right;
  opacity: .35;
  text-align: center;
}

.closemodalboxlinkblock {
  padding: 10px;
  display: block;
  position: relative;
  bottom: 160px;
  right: -100px;
}

.canceltext {
  color: var(--dark-grey);
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.tidesmapsection {
  max-width: 900px;
  margin-top: 30px;
}

.tablerowheader {
  justify-content: space-between;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tablerowselected {
  border-style: none none none solid;
  border-width: 1px 1px 1px 10px;
  border-color: black black black var(--spring-green);
  background-color: rgba(2, 237, 124, .1);
  justify-content: space-between;
  margin-left: 0;
  padding-right: 10px;
  display: flex;
}

.tablerowselected.off {
  margin-left: 0;
  display: none;
}

.travellocationdisplayname, .travelregiondisplayname {
  margin-bottom: 20px;
}

.loadingmodal {
  z-index: 99999;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.loading-lottie {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 200px;
  height: 200px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.loading {
  font-family: futura-pt-bold, sans-serif;
}

.paragraph-8 {
  color: var(--dark-grey);
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.body-4 {
  background-color: #f3f4f8;
}

.update-dashboard-button {
  color: #000;
  text-align: center;
  background-color: #02ed7c;
  border-radius: 12px;
  align-self: center;
  width: auto;
  margin-top: 40px;
  padding: 10px 20px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  display: block;
}

.success-message-3 {
  background-color: rgba(0, 0, 0, 0);
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
  height: 0;
  margin-top: 0;
  padding: 0;
}

.dropdown-3 {
  padding-left: 20px;
}

.notificationsdiv {
  border: 3px solid var(--firebrick);
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  margin-left: 200px;
  margin-right: 20px;
  padding: 10px 20px;
  display: none;
}

.notificationitem {
  list-style-type: disc;
}

.notificationlist {
  align-self: center;
  padding: 14px;
  list-style-type: disc;
}

.notificationtext {
  color: #050505;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.notificationheading {
  color: #050505;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.dropdown-link-2, .dropzone {
  display: block;
}

.checkbox-7 {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  transition: background-position .3s;
}

.checkbox-7.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.checkbox-field-2 {
  padding-left: 0;
}

.checkbox-label-6 {
  display: none;
}

.div-block-24 {
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1.5fr;
  grid-auto-columns: 1fr;
  display: block;
}

.station-genre {
  margin-bottom: 20px;
}

.savedanimation, .savinganimation {
  width: 40px;
  display: block;
}

.fileuploadsuccess {
  text-align: left;
  width: 100px;
}

.contentlibrarydisplayarea {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: block;
}

.filedropareacontentlibrary {
  margin-bottom: 20px;
  display: none;
}

.help-button {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #f3f4f8;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-self: center;
  align-items: center;
  width: 100%;
  height: 60px;
  margin-top: 0;
  padding: 0 15px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.help-button.w--current {
  background-color: var(--deep-sky-blue);
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.help-button.overview {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom-width: 1px;
  border-bottom-color: #f3f4f8;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-direction: column;
  justify-content: space-around;
  height: 120px;
  padding-left: 0;
  padding-right: 0;
}

.link {
  color: var(--indigo);
  text-decoration: underline;
}

.genericmodal {
  z-index: 9999;
  opacity: 1;
  background-color: rgba(0, 0, 0, .35);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.genericmodalbox {
  background-color: #fff;
  border: 1px solid #333;
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  max-width: 300px;
  padding-bottom: 40px;
  display: block;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.genericmodalboxmessage {
  color: #333;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 22px;
  padding-right: 22px;
  font-family: futura-pt-bold, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  display: block;
}

.genericclosemodalboxlinkblock {
  padding: 10px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.messagelibarytable {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: space-between;
  align-items: stretch;
  justify-items: stretch;
  margin-top: 30px;
  margin-bottom: 30px;
  display: grid;
}

.tablegrid {
  border: 1px solid #000;
  margin-bottom: 0;
  padding: 10px;
}

.mobile-brand {
  text-align: center;
  align-self: center;
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
  display: none;
}

.excesssocialaccountswarning {
  color: var(--firebrick);
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-25 {
  margin-bottom: 10px;
  margin-right: 10px;
  position: static;
  bottom: 0;
  right: 0;
}

.paragraph-9 {
  margin-bottom: 0;
}

.warningmessage {
  margin-top: 10px;
  display: none;
}

.errortext {
  color: var(--firebrick);
  margin-bottom: 0;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.checkbox-label-7 {
  width: 0;
  height: 0;
  margin-bottom: 0;
}

.checkbox-8 {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  transition: background-position .3s;
}

.checkbox-8.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.checkbox-field-3 {
  margin-bottom: 0;
  padding-left: 0;
}

.success-message-4, .error-message-3 {
  width: 0;
  height: 0;
}

.form-block-3 {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
}

.billingloading {
  filter: contrast(0%);
  width: 20px;
  height: 20px;
  margin-left: 10px;
  display: none;
}

.socialmediaaccountcheckbox {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  width: 35px;
  height: 35px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  transition: background-position .3s;
}

.socialmediaaccountcheckbox.w--redirected-checked {
  border-width: 2px;
  border-color: var(--spring-green);
  background-color: rgba(2, 237, 124, .65);
  background-image: url('../images/Tick.svg');
  background-position: 50%;
  background-size: 70% 70%;
}

.checkbox-field-4 {
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
  padding-left: 20px;
  position: absolute;
  right: 40px;
}

.checkbox-label-8 {
  display: none;
}

.form-6 {
  justify-content: space-between;
  align-items: center;
}

.section-4 {
  background-color: var(--firebrick);
  width: 100%;
  height: 50px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.uploadedfilename {
  color: #333;
  margin-bottom: 10px;
  font-family: futura-pt, sans-serif;
  font-size: 16px;
}

.check-email-div {
  background-color: #fff;
  border: 0 #999;
  border-radius: 30px;
  flex-direction: column;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 420px;
  padding: 40px;
  display: flex;
  box-shadow: 0 0 14px -8px #000;
}

.ai-weather-warning {
  border: 1px solid var(--dark-grey);
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  display: block;
}

.tab-pane-ai-weather {
  width: auto;
}

@media screen and (max-width: 991px) {
  .top-menu {
    justify-content: space-between;
  }

  .userdetails {
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
  }

  .tabs-content {
    margin-right: 20px;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .columns {
    display: block;
  }

  .image-6 {
    width: 160px;
  }

  .errorpromptbox {
    clear: none;
    text-align: left;
    flex: 0 auto;
    order: 0;
    align-self: auto;
  }

  .grid {
    grid-template-columns: .5fr 1fr 1fr;
    align-items: stretch;
    justify-items: stretch;
  }

  .checkbox-2 {
    flex: none;
    width: 90%;
  }

  .help.withoutopacity {
    display: block;
  }

  .checkbox-4, .checkbox-1 {
    flex: none;
  }

  .save-changes-button, .image-11 {
    display: block;
  }

  .checkbox-6 {
    flex: none;
  }

  .notificationsdiv {
    margin-left: 120px;
  }

  .checkbox-7, .checkbox-8, .socialmediaaccountcheckbox {
    flex: none;
  }
}

@media screen and (max-width: 767px) {
  .tabs {
    margin-left: 0;
    display: block;
  }

  .tabs-menu {
    z-index: 10;
    background-color: rgba(255, 255, 255, 0);
    width: 100%;
    height: auto;
    margin-bottom: 60px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .tab-button-left {
    background-color: #fff;
  }

  .tab-button-left.w--current:active {
    background-color: #02c3ff;
  }

  .tab-button-left.overview {
    background-color: #fff;
  }

  .top-menu {
    border-radius: 0;
    width: 100%;
  }

  .textbox3 {
    display: none;
  }

  .text-block-3 {
    font-size: 16px;
    line-height: 20px;
    display: none;
  }

  .profile-image {
    max-width: none;
    display: none;
  }

  .tabs-content {
    margin-left: 20px;
    margin-right: 20px;
  }

  .mobile-menu-button {
    z-index: 1;
    border-top: 3px solid var(--white-smoke);
    background-color: #fff;
    border-bottom: 1px #000;
    height: 60px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
    box-shadow: 0 0 14px -8px #000;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 20px;
    font-family: futura-pt, sans-serif;
    font-size: 16px;
    position: relative;
  }

  .tab-button-left-disabled {
    background-color: #f3f4f8;
  }

  .tab-button-left-disabled.w--current:active {
    background-color: #02c3ff;
  }

  .column {
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .navbar-3 {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .documentationnavbar {
    background-color: #fff;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
  }

  .documentationnavlinkssection {
    background-color: #fff;
    align-content: flex-start;
    margin-top: 0;
    padding-top: 20px;
    position: static;
  }

  .documentationnavlinkbutton, .documentationnavbarsectionheading {
    text-align: left;
  }

  .section-3 {
    grid-template-columns: 1fr;
  }

  .save-status {
    margin-right: 10px;
  }

  .checkbox-2 {
    object-fit: fill;
    flex: none;
    align-self: center;
    overflow: visible;
  }

  .help {
    display: block;
  }

  .checkbox-4, .checkbox-1 {
    object-fit: fill;
    flex: none;
    align-self: center;
    overflow: visible;
  }

  .saveconfirmationtick {
    margin-left: 10px;
  }

  .checkbox-6 {
    object-fit: fill;
    flex: none;
    align-self: center;
    overflow: visible;
  }

  .notificationsdiv {
    margin-left: 20px;
  }

  .checkbox-7 {
    object-fit: fill;
    flex: none;
    align-self: center;
    overflow: visible;
  }

  .div-block-24 {
    grid-template-columns: 1.25fr;
  }

  .help-button {
    background-color: #fff;
    position: relative;
  }

  .help-button.w--current:active {
    background-color: #02c3ff;
  }

  .help-button.overview {
    background-color: #fff;
  }

  .menu-button {
    display: block;
  }

  .menu-button:focus {
    background-color: #fff;
  }

  .icon {
    display: block;
  }

  .mobile-brand {
    flex-direction: column;
    align-items: center;
    display: block;
  }

  .checkbox-8, .socialmediaaccountcheckbox {
    object-fit: fill;
    flex: none;
    align-self: center;
    overflow: visible;
  }
}

@media screen and (max-width: 479px) {
  .tabs-menu {
    display: none;
  }

  .top-menu {
    flex-direction: column;
    height: auto;
    padding: 10px;
  }

  .logo {
    height: 50px;
  }

  .userdetails {
    flex-wrap: nowrap;
    flex: 0 auto;
    justify-content: flex-start;
  }

  .horizontalmenudevider {
    height: 40px;
  }

  .profile-image {
    width: 35px;
    height: 35px;
  }

  .mobile-menu-button {
    z-index: 9999;
  }

  .div-block-10 {
    min-width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-4 {
    max-width: 300px;
    overflow: scroll;
  }

  .documentationsectionheading {
    line-height: 25px;
  }

  .lottie-animation {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 35px;
    display: block;
  }

  .save-status {
    align-self: auto;
    width: 35px;
    height: 35px;
  }

  .dragfilesherediv {
    z-index: 1;
  }

  .errorpromptbox {
    top: 60px;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .save-changes-button {
    display: block;
  }

  .messagelibarytable {
    object-fit: fill;
    max-width: 300px;
    overflow: auto;
  }

  .check-email-div {
    min-width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }
}

#w-node-_0755795b-f1f1-3d38-3d28-75d91381e03a-b956a427, #w-node-dca42789-1275-d49b-4bde-8eefd97ce387-b956a427, #w-node-_27c3fd26-7ba4-0c42-b441-c8bd84066b68-b956a427, #w-node-b0bea0aa-24f1-36dc-87a0-7f058edbf732-b956a427, #w-node-_76c5f7d3-d9ee-3f7e-87a1-0e2984ca852d-b956a427, #w-node-da360c57-faea-076d-f3c4-48c2f927e7e9-b956a427, #w-node-a2e025dc-6499-5c19-e252-3a9fc9b8e456-b956a427, #w-node-_6ce43feb-525a-babd-8cc8-7db4e5edd296-b956a427, #w-node-cc966614-5a09-5fcb-6520-7edf0fdf035c-b956a427, #w-node-be167a46-e85f-2840-cd73-d37a8d488de0-b956a427, #w-node-d1fb18f2-d5bc-7e74-f2da-afd08c9fa862-b956a427, #w-node-ce28c999-94b4-ff2f-af57-476fd9745477-b956a427 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


