.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #1d1d1f;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 44px;
}

h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.navbar {
  background-color: #fbfbfd;
}

.nav-link {
  color: #06c;
  font-size: 19px;
  font-weight: 400;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.w--current {
  color: #06c;
  text-decoration: underline;
}

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

.image {
  padding: 12px;
}

.body {
  color: #1d1d1f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
}

.defaultcontainer {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  height: 1px;
  background-color: #f1f1f1;
}

.text-block {
  color: #1d1d1f;
  font-size: 28px;
  font-weight: 700;
  line-height: 30px;
}

.herogridhome {
  grid-column-gap: 43px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.pagewrapper {
  padding-bottom: 40px;
  padding-left: 22px;
  padding-right: 22px;
}

.gridbuttondiv {
  color: #06c;
  cursor: pointer;
  background-color: #f5f5f7;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  transition: all .1s;
  display: flex;
  box-shadow: 6px 6px 3px rgba(0, 0, 0, .08);
}

.gridbuttondiv:hover {
  text-decoration: underline;
  transform: scale(1.01);
}

.gridbuttontext {
  color: #06c;
  font-size: 22px;
  font-weight: 400;
}

.gridbuttonlink {
  width: 100%;
  justify-content: center;
  align-items: center;
  padding: 70px 40px;
  text-decoration: none;
  display: flex;
}

.grid {
  grid-template-rows: auto;
}

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

.tabs-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 40px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  overflow: auto;
}

.tabmenutitle {
  white-space: nowrap;
}

.tabmenuview {
  width: 100%;
  color: #000;
  background-color: rgba(0, 0, 0, .08);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .1s;
  display: flex;
}

.tabmenuview:hover {
  border-color: #06c;
  transform: scale(1.01);
}

.tabmenuview.w--current {
  color: #fff;
  background-color: #0071e3;
  transition: all .1s;
}

.hidden {
  display: none;
}

.defaultinput {
  min-height: 56px;
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  font-size: 17px;
  line-height: 100%;
}

.defaultinput:focus {
  box-shadow: 0 0 0 4px rgba(0, 102, 204, .5);
}

.defaultinput::-ms-input-placeholder {
  color: #e4e4e4;
  font-weight: 300;
}

.defaultinput::placeholder {
  color: #e4e4e4;
  font-weight: 300;
}

.defaultformwrapper {
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.defaultinputheadline {
  color: #1d1d1f;
  margin-bottom: -1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 19px;
  font-weight: 500;
}

.defaultinputsubheadline {
  color: #b3b3b3;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 13px;
  font-weight: 200;
}

.submit-button {
  width: 100%;
  min-height: 60px;
}

.defaultsubmitbutton {
  width: 100%;
  min-height: 56px;
  color: #fff;
  background-color: #0071e3;
  border-radius: 12px;
  font-size: 19px;
  font-weight: 400;
  transition: all .1s;
}

.defaultsubmitbutton:hover {
  transform: scale(1.01);
}

.defaultsubmitbutton.disabled {
  background-color: rgba(0, 113, 227, .32);
}

.radio-button-label {
  font-size: 19px;
  font-weight: 600;
  line-height: 19px;
}

.radio-button {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin-top: 2px;
}

.radio-button.w--redirected-checked {
  border-width: 4px;
  border-color: #0071e3;
}

.radio-button-field {
  grid-column-gap: 15px;
  align-items: center;
  padding-left: 5px;
  display: flex;
}

.defaultinputwrapper {
  width: 100%;
}

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

.heading {
  color: #1d1d1f;
  font-size: 28px;
  font-weight: 600;
}

.defaultheaderlinkwrapper {
  margin-bottom: 40px;
}

.defaultsitelink {
  color: #06c;
  font-size: 17px;
  text-decoration: none;
}

.defaultsitelink:hover {
  text-decoration: underline;
}

.defaultinputwrapperhor {
  grid-column-gap: 40px;
  justify-content: space-between;
  display: flex;
}

.formsubmitenabled {
  width: 100%;
  min-height: 56px;
  color: #fff;
  cursor: pointer;
  background-color: #0071e3;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  transition: all .1s;
  display: flex;
}

.formsubmitenabled:hover {
  text-decoration: underline;
  transform: scale(1.01);
}

.formsubmitdisabled {
  width: 100%;
  min-height: 56px;
  color: #fff;
  cursor: not-allowed;
  background-color: rgba(0, 113, 227, .32);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  font-size: 19px;
  display: flex;
}

.defaultinputformatheader {
  color: #47aef8;
  background-color: #1b354f;
  border: 2px solid #47aef8;
  border-radius: 12px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 400;
}

.div-block-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 5px;
  display: flex;
}

.div-block-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.samplecard {
  min-height: 90px;
  border: 2px solid #d2d2d7;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.historylink {
  color: #fff;
  border-radius: 12px;
  font-size: 17px;
  font-weight: 300;
  text-decoration: none;
  transition: all .1s;
}

.historylink:hover {
  transform: scale(1.01);
}

.text-block-2 {
  font-size: 19px;
  font-weight: 500;
}

.text-block-3 {
  color: #b3b3b3;
  font-size: 13px;
}

.historygrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.paragraph {
  color: #b3b3b3;
  margin-bottom: 0;
  font-weight: 300;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
  line-height: 19px;
}

.cardempty {
  min-height: 90px;
  background-color: #1b354f;
  border: 2px solid #47aef8;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cardemptyheader {
  color: #47aef8;
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}

.cardemptysub {
  color: #47aef8;
  font-weight: 300;
}

.cardloading {
  min-height: 90px;
  border: 2px solid #d2d2d7;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.image-2 {
  width: 40px;
  height: 40px;
}

.text-block-4 {
  color: #b3b3b3;
  margin-top: 5px;
}

.text-block-5 {
  margin-bottom: 5px;
  font-size: 19px;
  font-weight: 500;
}

.text-block-6 {
  color: #b3b3b3;
}

.cardpreviewwrapper {
  justify-content: center;
  margin-bottom: 40px;
  display: none;
}

.boardingcardback {
  width: 320px;
  height: 420px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #6d6d6d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.boardingcardfront {
  width: 320px;
  height: 420px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #4ca3d5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.cardpreviewinnerwrapper {
  display: flex;
  position: relative;
}

.image-3 {
  filter: invert();
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.html-embed {
  filter: invert();
  cursor: pointer;
  position: absolute;
  bottom: 8px;
  right: 8px;
}

.text-block-7 {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  font-weight: 500;
  position: absolute;
  top: 10px;
  right: 10px;
}

.div-block-6 {
  height: 20%;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  display: flex;
}

.div-block-7 {
  height: 50%;
}

.div-block-8 {
  height: 40%;
}

.decoration {
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}

.decoration.left {
  position: absolute;
  top: 71px;
  left: -5px;
}

.decoration.right {
  position: absolute;
  top: 71px;
  right: -5px;
}

.text-block-8 {
  color: #fff;
  font-size: 19px;
  font-weight: 600;
}

.formpreviewurl {
  flex-direction: column;
  display: flex;
}

.formpreviewurllink {
  color: #06c;
  text-decoration: none;
}

.formpreviewurllabel {
  font-size: 19px;
}

.formpreviewurllabel:hover {
  text-decoration: underline;
}

.formpreviewurllabel.preventoverflow {
  font-size: 17px;
}

.div-block-9 {
  border: 1px solid #d2d2d7;
  border-radius: 12px;
  padding: 10px;
}

.passpreviewurl {
  color: #06c;
  font-size: 17px;
  text-decoration: none;
}

.passpreviewurl:hover {
  text-decoration: underline;
}

.div-block-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.tabs {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

#w-node-_9780c6ad-e296-ca34-496b-0a706078703e-ab4be1a6, #w-node-_97cfc1dc-ad30-806b-07f6-f6a94969dfe2-ab4be1a6, #w-node-_04fbc535-68aa-37e0-1aec-7fcf62af24ee-ab4be1a6, #w-node-aa81066c-fd70-6ea2-eb82-2e23cdf7b509-ab4be1a6, #sampleCardLoading.w-node-f2b6fadd-c466-ec28-bfc6-55258b3f2c5d-df60cdc7, #sampleCardEmpty.w-node-_784748ef-cb6b-2726-43bf-45c7ddb1afb0-df60cdc7, #w-node-fd47afad-942b-08ae-e2b8-f239d3a26d31-df60cdc7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


