@import url("https://fonts.googleapis.com/css?family=Exo");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css");

/* line 1, ../sass/shared/_site.scss */
body {
  background: #eeeeee;
  font-family: "Roboto", sans-serif;
  color: #555;
  font-size: 16px;
}

/* line 6, ../sass/shared/_site.scss */
body *:hover,
body *:focus {
  outline: none;
  text-decoration: none;
}

/* line 11, ../sass/shared/_site.scss */
body * {
  box-sizing: border-box;
}

/* line 14, ../sass/shared/_site.scss */
body img {
  max-width: 100%;
}

/* line 17, ../sass/shared/_site.scss */
body.open {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}

/* line 22, ../sass/shared/_site.scss */
body small {
  font-size: 70%;
}

/* line 26, ../sass/shared/_site.scss */
.container {
  max-width: 1200px;
  width: 1200px;
  padding: 0;
  margin: auto;
  width: 100%;
}

/* line 33, ../sass/shared/_site.scss */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 38, ../sass/shared/_site.scss */
p {
  margin: 0;
  font-size: 15.5px;
}

/* line 41, ../sass/shared/_site.scss */
button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border: 0;
  line-height: 45px;
  height: 45px;
  padding: 0 15px;
  color: #fff;
  cursor: pointer;
  text-align: center;
  font-weight: 600;
  display: inline-block;
  transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  background: -webkit-linear-gradient(135deg, #ff9900, #e28b08);
  background-size: auto 110%;
}

/* line 506, ../sass/shared/_mixins.scss */
button:hover,
.button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
  -ms-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2);
}

/* line 511, ../sass/shared/_mixins.scss */
button:active,
.button:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  transform: translate(0);
  transition: none;
}

/* line 518, ../sass/shared/_mixins.scss */
button i:not(.material-icons),
button span:not(.material-icons),
.button i:not(.material-icons),
.button span:not(.material-icons),
input[type="button"] i:not(.material-icons),
input[type="button"] span:not(.material-icons),
input[type="submit"] i:not(.material-icons),
input[type="submit"] span:not(.material-icons),
input[type="reset"] i:not(.material-icons),
input[type="reset"] span:not(.material-icons) {
  display: block;
}

/* line 522, ../sass/shared/_mixins.scss */
button.small,
.button.small,
input[type="button"].small,
input[type="submit"].small,
input[type="reset"].small {
  line-height: normal;
  height: auto;
  padding: 5px;
  font-size: 12px;
  border-radius: 3px;
  font-weight: normal;
}

/* line 530, ../sass/shared/_mixins.scss */
button.large,
.button.large,
input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large {
  line-height: 45px;
  height: 45px;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0 25px;
}

/* line 538, ../sass/shared/_mixins.scss */
button.plain,
.button.plain,
input[type="button"].plain,
input[type="submit"].plain,
input[type="reset"].plain {
  background: transparent;
  color: #ff9900;
  border: solid 1px #ff9900;
  box-shadow: none;
}

/* line 543, ../sass/shared/_mixins.scss */
button.plain:hover,
.button.plain:hover,
input[type="button"].plain:hover,
input[type="submit"].plain:hover,
input[type="reset"].plain:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

/* line 546, ../sass/shared/_mixins.scss */
button.plain.white,
.button.plain.white,
input[type="button"].plain.white,
input[type="submit"].plain.white,
input[type="reset"].plain.white {
  color: #fff;
  background: transparent !important;
  border: solid 2px #fff;
}

/* line 552, ../sass/shared/_mixins.scss */
button.white,
.button.white,
input[type="button"].white,
input[type="submit"].white,
input[type="reset"].white {
  background: #fff;
  color: #ff9900;
}

/* line 556, ../sass/shared/_mixins.scss */
button[disabled],
button.disabled,
.button[disabled],
.button.disabled,
input[type="button"][disabled],
input[type="button"].disabled,
input[type="submit"][disabled],
input[type="submit"].disabled,
input[type="reset"][disabled],
input[type="reset"].disabled {
  pointer-events: none;
  background: #eee !important;
  box-shadow: none;
  color: #999999 !important;
  cursor: default;
}

/* line 563, ../sass/shared/_mixins.scss */
button.icon-grp,
.button.icon-grp,
input[type="button"].icon-grp,
input[type="submit"].icon-grp,
input[type="reset"].icon-grp {
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  margin: auto;
}

/* line 567, ../sass/shared/_mixins.scss */
button.icon-grp span,
button.icon-grp i,
.button.icon-grp span,
.button.icon-grp i,
input[type="button"].icon-grp span,
input[type="button"].icon-grp i,
input[type="submit"].icon-grp span,
input[type="submit"].icon-grp i,
input[type="reset"].icon-grp span,
input[type="reset"].icon-grp i {
  font-size: 16px;
  margin-right: 10px;
}

/* line 573, ../sass/shared/_mixins.scss */
button.icon-grp.rt span,
button.icon-grp.rt i,
.button.icon-grp.rt span,
.button.icon-grp.rt i,
input[type="button"].icon-grp.rt span,
input[type="button"].icon-grp.rt i,
input[type="submit"].icon-grp.rt span,
input[type="submit"].icon-grp.rt i,
input[type="reset"].icon-grp.rt span,
input[type="reset"].icon-grp.rt i {
  margin-right: auto;
  margin-left: 10px;
}

@media only screen and (max-width: 400px) {

  /* line 41, ../sass/shared/_site.scss */
  button,
  .button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"] {
    height: 40px;
    line-height: 40px;
  }
}

/* line 47, ../sass/shared/_site.scss */
button.button-sm,
.button.button-sm,
input[type="button"].button-sm,
input[type="submit"].button-sm,
input[type="reset"].button-sm {
  line-height: 25px;
  font-size: 12px;
}

/* line 53, ../sass/shared/_site.scss */
.slick-slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 0;
  font-size: 0;
  min-width: 0;
  padding: 0;
  z-index: 9;
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 66, ../sass/shared/_site.scss */
.slick-slider .slick-arrow:before {
  content: "";
  font-size: 25px;
  font-family: fontAwesome;
}

/* line 71, ../sass/shared/_site.scss */
.slick-slider .slick-arrow.slick-prev {
  left: -30px;
}

/* line 73, ../sass/shared/_site.scss */
.slick-slider .slick-arrow.slick-prev:before {
  content: "\f104";
}

/* line 77, ../sass/shared/_site.scss */
.slick-slider .slick-arrow.slick-next {
  right: -30px;
}

/* line 79, ../sass/shared/_site.scss */
.slick-slider .slick-arrow.slick-next:before {
  content: "\f105";
}

/* line 83, ../sass/shared/_site.scss */
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
}

/* line 87, ../sass/shared/_site.scss */
.slick-slider .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 94, ../sass/shared/_site.scss */
.slick-slider .slick-dots li {
  margin: 5px;
}

/* line 96, ../sass/shared/_site.scss */
.slick-slider .slick-dots li button {
  height: 15px;
  width: 15px;
  font-size: 0;
  min-width: 0;
  padding: 0;
  background: #eee;
  border-radius: 10px;
  border: solid 1px #ff9900;
}

/* line 107, ../sass/shared/_site.scss */
.slick-slider .slick-dots li.slick-active button {
  background: #ff9900;
}

/* line 114, ../sass/shared/_site.scss */
.flex-it {
  float: none;
  display: inline-block;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

/* line 117, ../sass/shared/_site.scss */
.flex-it.full {
  width: 100%;
}

/* line 121, ../sass/shared/_site.scss */
.flex-it.wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 125, ../sass/shared/_site.scss */
.flex-it.vcenter {
  -ms-align-items: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
}

/* line 129, ../sass/shared/_site.scss */
.flex-it.hcenter {
  -ms-justify-content: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
}

/* line 133, ../sass/shared/_site.scss */
.flex-it.hsplit {
  -ms-justify-content: space-between;
  -moz-justify-content: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

/* line 137, ../sass/shared/_site.scss */
.flex-it.col {
  -webkit-flex-direction: column;
  flex-direction: column;
}

/* line 141, ../sass/shared/_site.scss */
.flex-it.col-i {
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/* line 145, ../sass/shared/_site.scss */
.flex-it.row-i {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/* line 149, ../sass/shared/_site.scss */
.flex-it.wrap-it {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 153, ../sass/shared/_site.scss */
.flex-it .f1 {
  flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* line 158, ../sass/shared/_site.scss */
.flex-it .fhf {
  flex-basis: 0;
  -webkit-box-flex: 0.5;
  -webkit-flex: 0.5;
  -ms-flex: 0.5;
  flex: 0.5;
}

/* line 163, ../sass/shared/_site.scss */
.flex-it .f2 {
  flex-basis: 0;
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

@keyframes move {
  25% {
    opacity: 1;
  }

  33% {
    opacity: 1;
    transform: translateY(30px);
  }

  67% {
    opacity: 1;
    transform: translateY(40px);
  }

  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes pulse {
  to {
    opacity: 1;
  }
}

/* line 587, ../sass/shared/_mixins.scss */
.scroll-it::-webkit-scrollbar {
  width: 5px;
  background: #eee;
}

/* line 592, ../sass/shared/_mixins.scss */
.scroll-it::-webkit-scrollbar-thumb {
  background-color: transparent;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 599, ../sass/shared/_mixins.scss */
.scroll-it:hover::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 195, ../sass/shared/_site.scss */
ion-icon {
  transform: translateY(25%);
}

/* line 199, ../sass/shared/_site.scss */
.heading-ttl,
.med-heading-ttl,
.main-heading-ttl {
  margin: 0 0 15px;
  font-size: 18px;
  text-transform: uppercase;
  color: #232f3f;
  font-weight: 900;
  line-height: 1.5;
}

/* line 208, ../sass/shared/_site.scss */
.heading-ttl.deco,
.med-heading-ttl.deco,
.main-heading-ttl.deco {
  position: relative;
}

/* line 210, ../sass/shared/_site.scss */
.heading-ttl.deco>span,
.med-heading-ttl.deco>span,
.main-heading-ttl.deco>span {
  display: inline-block;
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 5px 15px 5px 0;
}

/* line 217, ../sass/shared/_site.scss */
.heading-ttl.deco::before,
.med-heading-ttl.deco::before,
.main-heading-ttl.deco::before {
  content: "";
  height: 4px;
  background: #f7f7f7;
  left: 0;
  right: 0;
  bottom: 0;
  top: 2px;
  margin: auto;
  position: absolute;
}

/* line 228, ../sass/shared/_site.scss */
.heading-ttl.deco.centered,
.med-heading-ttl.deco.centered,
.main-heading-ttl.deco.centered {
  text-align: center;
  max-width: 50%;
  margin: auto;
}

@media only screen and (max-width: 991px) {

  /* line 228, ../sass/shared/_site.scss */
  .heading-ttl.deco.centered,
  .med-heading-ttl.deco.centered,
  .main-heading-ttl.deco.centered {
    max-width: 90%;
  }
}

/* line 235, ../sass/shared/_site.scss */
.heading-ttl.deco.centered span,
.med-heading-ttl.deco.centered span,
.main-heading-ttl.deco.centered span {
  padding: 5px 15px;
}

/* line 238, ../sass/shared/_site.scss */
.heading-ttl.deco.centered::before,
.med-heading-ttl.deco.centered::before,
.main-heading-ttl.deco.centered::before {
  height: 4px;
}

/* line 243, ../sass/shared/_site.scss */
.heading-ttl.deco.solid span,
.med-heading-ttl.deco.solid span,
.main-heading-ttl.deco.solid span {
  color: #ff9900;
}

/* line 246, ../sass/shared/_site.scss */
.heading-ttl.deco.solid::before,
.med-heading-ttl.deco.solid::before,
.main-heading-ttl.deco.solid::before {
  background: #ff9900;
  height: 4px;
}

/* line 252, ../sass/shared/_site.scss */
.heading-ttl.deco.bg_grey span,
.med-heading-ttl.deco.bg_grey span,
.main-heading-ttl.deco.bg_grey span {
  background: #eeeeee;
}

/* line 258, ../sass/shared/_site.scss */
.med-heading-ttl {
  font-size: 25px;
}

@media only screen and (max-width: 991px) {

  /* line 258, ../sass/shared/_site.scss */
  .med-heading-ttl {
    font-size: 25px;
    padding: 0 15px;
  }
}

/* line 265, ../sass/shared/_site.scss */
.main-heading-ttl {
  margin: 0 0 25px;
  font-size: 35px;
}

@media only screen and (max-width: 991px) {

  /* line 265, ../sass/shared/_site.scss */
  .main-heading-ttl {
    font-size: 20px;
    padding: 0 15px;
  }
}

/* line 273, ../sass/shared/_site.scss */
.main-heading-ttl.deco::before {
  height: 6px;
}

@media only screen and (max-width: 991px) {

  /* line 277, ../sass/shared/_site.scss */
  .main-heading-ttl.deco span {
    padding: 0 15px;
  }
}

/* line 284, ../sass/shared/_site.scss */
ul li {
  line-height: 1.5;
  margin-bottom: 7px;
}

/* line 289, ../sass/shared/_site.scss */
ul.circle {
  margin-left: 15px;
}

/* line 291, ../sass/shared/_site.scss */
ul.circle li {
  list-style-type: circle;
}

/* line 296, ../sass/shared/_site.scss */
.modal {
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999;
}

/* line 299, ../sass/shared/_site.scss */
.modal.in {
  pointer-events: all;
}

/* line 302, ../sass/shared/_site.scss */
.modal iframe {
  height: 50vh;
  width: 100%;
}

/* line 308, ../sass/shared/_site.scss */
.modal .modal-header .heading-ttl {
  margin: 0;
}

/* line 312, ../sass/shared/_site.scss */
.modal button.close {
  border-radius: 50%;
  height: 30px;
  width: 30px;
  opacity: 1;
  background: #ff9900;
}

/* line 320, ../sass/shared/_site.scss */
.modal.fillo .modal-header {
  background: #ff9900;
  color: #fff;
}

/* line 324, ../sass/shared/_site.scss */
.modal.fillo .modal-header h4 p {
  font-size: 25px;
  color: #fff;
}

/* line 329, ../sass/shared/_site.scss */
.modal.fillo .modal-header button {
  background: #fff;
  color: #ff9900;
}

@media only screen and (min-width: 992px) {

  /* line 334, ../sass/shared/_site.scss */
  .modal.fillo .modal-dialog {
    width: 70%;
  }
}

@media only screen and (min-width: 992px) {

  /* line 339, ../sass/shared/_site.scss */
  .modal.fillo .modal-body {
    padding: 50px;
  }
}

/* line 343, ../sass/shared/_site.scss */
.modal.fillo .modal-body .small-head {
  margin: 15px 0 7px;
  font-size: 18px;
  color: #ff9900;
}

.modal .register-form-submit-btn {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #FF9900;
  border: 0;
  color: #fff;
  border: none !important;
  outline: none !important;
}

/* line 348, ../sass/shared/_site.scss */
.modal.fillo .modal-body p,
.modal.fillo .modal-body li {
  font-size: 16px;
  line-height: 1.65;
}

@media only screen and (min-width: 992px) {

  /* line 353, ../sass/shared/_site.scss */
  .modal.fillo .modal-body .wid {
    max-width: 70%;
    margin: auto;
  }
}

/* line 358, ../sass/shared/_site.scss */
.modal.fillo .modal-body .wid .block {
  margin-bottom: 30px;
  border: solid 1px #ddd;
  padding: 15px;
  background: #f7f7f7;
}

/* line 363, ../sass/shared/_site.scss */
.modal.fillo .modal-body .wid .block ul {
  list-style-type: circle;
  margin-left: 15px;
  margin-top: 15px;
}

/* line 372, ../sass/shared/_site.scss */
.modal#myModal {
  padding: 0 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

/* line 378, ../sass/shared/_site.scss */
.modal#myModal.in {
  pointer-events: auto;
}

/* line 381, ../sass/shared/_site.scss */
.modal#myModal .modal-dialog {
  margin: 0;
}

/* line 385, ../sass/shared/_site.scss */
.modal#myModal .modal-content {
  border-radius: 0;
  height: 100%;
  width: 100%;
}

/* line 390, ../sass/shared/_site.scss */
.modal#myModal .modal-header {
  padding: 0;
  overflow: visible;
  height: 0;
  position: relative;
  z-index: 99;
}

/* line 397, ../sass/shared/_site.scss */
.modal#myModal .modal-body {
  padding: 0;
}

/* line 400, ../sass/shared/_site.scss */
.modal#myModal button.close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
  margin: 0;
}

@media only screen and (min-width: 992px) {

  /* line 410, ../sass/shared/_site.scss */
  .modal#workshop_1 .modal-footer .row {
    display: flex;
    align-items: center;
  }
}

@media only screen and (max-width: 991px) {

  /* line 417, ../sass/shared/_site.scss */
  .modal#workshop_1 .modal-footer .row>div {
    text-align: center;
  }
}

/* line 421, ../sass/shared/_site.scss */
.modal#workshop_1 .modal-footer .row .col-md-3>div {
  text-align: left;
}

@media only screen and (max-width: 991px) {

  /* line 421, ../sass/shared/_site.scss */
  .modal#workshop_1 .modal-footer .row .col-md-3>div {
    text-align: center;
    margin: 15px 0;
  }
}

@media only screen and (max-width: 991px) {

  /* line 433, ../sass/shared/_site.scss */
  .st-sticky-share-buttons {
    display: none !important;
  }
}

/* line 441, ../sass/shared/_site.scss */
.table .thead .tr {
  border: solid 2px #ff9900;
}

/* line 447, ../sass/shared/_site.scss */
.table .thead .tr,
.table .tbody .tr {
  margin-bottom: 15px;
  display: flex;
}

/* line 450, ../sass/shared/_site.scss */
.table .thead .tr .td,
.table .thead .tr .th,
.table .tbody .tr .td,
.table .tbody .tr .th {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 0 0 21.25%;
}

/* line 454, ../sass/shared/_site.scss */
.table .thead .tr .td>div,
.table .thead .tr .th>div,
.table .tbody .tr .td>div,
.table .tbody .tr .th>div {
  border-left: solid 1px rgba(0, 0, 0, 0.15);
  flex-grow: 1;
  padding: 15px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* line 465, ../sass/shared/_site.scss */
.table .thead .tr .td.idx,
.table .thead .tr .th.idx,
.table .tbody .tr .td.idx,
.table .tbody .tr .th.idx {
  flex: 0 0 15%;
  font-size: 14px;
}
/* line 468, ../sass/shared/_site.scss */
.table .thead .tr .td.idx>div,
.table .thead .tr .th.idx>div,
.table .tbody .tr .td.idx>div,
.table .tbody .tr .th.idx>div {
  border: 0;
  color: #ff9900;
  font-weight: 600;
}

/* line 474, ../sass/shared/_site.scss */
.table .thead .tr .td.idx:not(.th)>div,
.table .thead .tr .th.idx:not(.th)>div,
.table .tbody .tr .td.idx:not(.th)>div,
.table .tbody .tr .th.idx:not(.th)>div {
  flex-direction: row;
  align-items: center;
  padding-right: 0;
  position: relative;
}

/* line 482, ../sass/shared/_site.scss */
.table .thead .tr .td[colspan="4"],
.table .thead .tr .th[colspan="4"],
.table .tbody .tr .td[colspan="4"],
.table .tbody .tr .th[colspan="4"] {
  flex: 1 0 0;
  text-align: center;
  font-size: 18px;
}

/* line 486, ../sass/shared/_site.scss */
.table .thead .tr .td[colspan="4"]>div,
.table .thead .tr .th[colspan="4"]>div,
.table .tbody .tr .td[colspan="4"]>div,
.table .tbody .tr .th[colspan="4"]>div {
  padding: 5px;
}

@media only screen and (max-width: 991px) {

  /* line 490, ../sass/shared/_site.scss */
  .table .thead .tr .td p,
  .table .thead .tr .th p,
  .table .tbody .tr .td p,
  .table .tbody .tr .th p {
    margin-top: 7px;
  }
}

/* line 494, ../sass/shared/_site.scss */
.table .thead .tr .td p+p,
.table .thead .tr .th p+p,
.table .tbody .tr .td p+p,
.table .tbody .tr .th p+p {
  font-size: 12px;
  color: #999;
}

@media only screen and (min-width: 992px) {

  /* line 494, ../sass/shared/_site.scss */
  .table .thead .tr .td p+p,
  .table .thead .tr .th p+p,
  .table .tbody .tr .td p+p,
  .table .tbody .tr .th p+p {
    margin-top: 7px;
  }
}

/* line 500, ../sass/shared/_site.scss */
.table .thead .tr .td p+p:before,
.table .thead .tr .th p+p:before,
.table .tbody .tr .td p+p:before,
.table .tbody .tr .th p+p:before {
  content: "--- ";
}

/* line 506, ../sass/shared/_site.scss */
.table .thead .tr .th,
.table .tbody .tr .th {
  text-align: center;
}

/* line 508, ../sass/shared/_site.scss */
.table .thead .tr .th>div,
.table .tbody .tr .th>div {
  color: #ff9900 !important;
  background: #232f3f !important;
}

/* line 515, ../sass/shared/_site.scss */
.table .thead .tr.gap .td>div,
.table .tbody .tr.gap .td>div {
  background: #ff9900 !important;
  color: #232f3f;
}

@media only screen and (min-width: 992px) {

  /* line 521, ../sass/shared/_site.scss */
  .table .thead .tr.last,
  .table .tbody .tr.last {
    display: block;
  }

  /* line 524, ../sass/shared/_site.scss */
  .table .thead .tr.last .td:first-child>div,
  .table .tbody .tr.last .td:first-child>div {
    padding: 30px 0 5px;
  }

  /* line 527, ../sass/shared/_site.scss */
  .table .thead .tr.last .td:last-child>div,
  .table .tbody .tr.last .td:last-child>div {
    padding: 5px 0 30px;
    font-size: 20px;
  }
}

@media only screen and (min-width: 992px) {

  /* line 536, ../sass/shared/_site.scss */
  .table.fixit {
    padding-top: 70px;
  }

  /* line 538, ../sass/shared/_site.scss */
  .table.fixit .thead {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
  }

  /* line 546, ../sass/shared/_site.scss */
  .table.fixit .thead .tr {
    border-width: 0 2px;
  }

  /* line 552, ../sass/shared/_site.scss */
  .table.absit {
    padding-top: 0;
  }

  /* line 554, ../sass/shared/_site.scss */
  .table.absit .thead {
    position: absolute;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: auto;
    z-index: 2;
  }
}

@media only screen and (max-width: 991px) {

  /* line 567, ../sass/shared/_site.scss */
  .table .thead {
    display: none;
  }

  /* line 570, ../sass/shared/_site.scss */
  .table .tbody {
    padding: 15px;
  }

  /* line 572, ../sass/shared/_site.scss */
  .table .tbody>.tr {
    min-width: 100%;
    flex-direction: column;
    justify-content: center;
  }

  /* line 576, ../sass/shared/_site.scss */
  .table .tbody>.tr .td {
    flex-grow: unset !important;
    flex-basis: unset !important;
    background: #fff;
  }

  /* line 580, ../sass/shared/_site.scss */
  .table .tbody>.tr .td>div {
    background: transparent;
    border: 0;
  }

  /* line 583, ../sass/shared/_site.scss */
  .table .tbody>.tr .td>div:before {
    content: "";
    color: #ff9900;
  }

  /* line 589, ../sass/shared/_site.scss */
  .table .tbody>.tr .td:nth-child(2)>div:before {
    content: "Track 1";
  }

  /* line 594, ../sass/shared/_site.scss */
  .table .tbody>.tr .td:nth-child(3)>div:before {
    content: "Track 2";
  }

  /* line 599, ../sass/shared/_site.scss */
  .table .tbody>.tr .td:nth-child(4)>div:before {
    content: "Track 3";
  }

  /* line 604, ../sass/shared/_site.scss */
  .table .tbody>.tr .td:nth-child(5)>div:before {
    content: "Track 4";
  }

  /* line 609, ../sass/shared/_site.scss */
  .table .tbody>.tr .td[colspan="4"]>div {
    padding: 5px 0 0;
    position: relative;
  }

  /* line 612, ../sass/shared/_site.scss */
  .table .tbody>.tr .td[colspan="4"]>div:before {
    content: none;
  }

  /* line 615, ../sass/shared/_site.scss */
  .table .tbody>.tr .td[colspan="4"]>div p {
    margin-bottom: 20px;
    margin-top: -10px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 628, ../sass/shared/_site.scss */
  .floating_toast {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 70px;
    padding: 20px;
    z-index: 99;
    display: flex;
    justify-content: flex-end;
    pointer-events: none;
  }

  /* line 638, ../sass/shared/_site.scss */
  .floating_toast a {
    pointer-events: auto;
    padding: 5px 10px;
    color: #fff;
    border-radius: 10px;
    background: #ff9900;
    font-size: 12px;
  }
}

/* line 2, ../sass/shared/_home.scss */
#page .section {
  position: relative;
}

/* line 5, ../sass/shared/_home.scss */
#page .section .left,
#page .section .right {
  position: relative;
  padding: 50px;
  width: 50%;
}

@media only screen and (max-width: 991px) {

  /* line 5, ../sass/shared/_home.scss */
  #page .section .left,
  #page .section .right {
    padding: 25px;
    width: 100%;
  }
}

/* line 16, ../sass/shared/_home.scss */
#page .section-1 {
  color: #fff;
}

/* line 18, ../sass/shared/_home.scss */
#page .section-1 .content {
  background: #232f3f;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.card_row_main {
  display: flex;
}

.card_row_main .card-footer {
  position: absolute;
  bottom: 13px;
  width: 100%;
  left: 0;
  padding: 0 15px;
}

/* line 24, ../sass/shared/_home.scss */
#page .section-1 .content .container {
  max-width: none;
  width: auto;
  padding: 0;
}

/* line 28, ../sass/shared/_home.scss */
#page .section-1 .content .container>div {
  display: flex;
}

/* line 30, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .left,
#page .section-1 .content .container>div .right {
  min-height: calc(100vh - 70px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
}

@media only screen and (max-width: 991px) {

  /* line 28, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div {
    flex-direction: column;
    min-height: calc(100vh - 70px);
  }

  /* line 41, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .left,
  #page .section-1 .content .container>div .right {
    min-height: 0;
    width: 100%;
    padding: 25px;
    flex-grow: 1;
  }
}

/* line 49, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .left_in {
  margin: auto;
}

@media only screen and (min-width: 992px) {

  /* line 49, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .left_in {
    max-width: 75%;
  }
}

/* line 54, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .left_in img {
  max-width: 350px;
  margin: 0 auto 50px;
  display: block;
}

@media only screen and (max-width: 991px) {

  /* line 54, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .left_in img {
    max-width: 250px;
  }
}

@media only screen and (max-width: 400px) {

  /* line 54, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .left_in img {
    margin: 0 auto 25px;
  }
}

/* line 66, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .left_in .txt {
  border: dashed 1px #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 25px;
  text-align: center;
  padding-top: 0;
  position: relative;
}

@media only screen and (max-width: 991px) {

  /* line 66, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .left_in .txt {
    font-size: 12px;
    margin: auto;
    padding: 15px;
    border-radius: 15px;
    padding-top: 0;
  }
}

/* line 81, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .left_in .txt h4 {
  padding: 0 15px;
  background: #232f3f;
  display: inline-block;
  margin: 0;
  transform: translateY(-60%);
}

@media only screen and (max-width: 991px) {

  /* line 81, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .left_in .txt h4 {
    font-size: 15px;
  }
}

/* line 93, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right {
  position: relative;
}

/* line 95, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 101, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal:after {
  content: "";
  background: rgba(35, 47, 63, 0.9);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

/* line 110, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: inset 0 0 0 1px #fff;
}

/* line 115, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims.im1 {
  background-image: url(../images/gal/1.jpg);
}

/* line 118, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims.im2 {
  background-image: url(../images/gal/2.png);
}

/* line 121, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims.im3 {
  background-image: url(../images/gal/3.jpg);
}

/* line 124, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims.im4 {
  background-image: url(../images/gal/4.jpg);
}

/* line 127, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims.im5 {
  background-image: url(../images/gal/5.png);
}

/* line 130, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .gal .ims.im6 {
  background-image: url(../images/gal/6.jpg);
}

/* line 135, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .right_in {
  max-width: 75%;
  margin: auto;
  position: relative;
}

/* line 139, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .right_in .awsug_logo {
  display: block;
  margin: auto;
  text-align: center;
}

/* line 144, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .right_in .enlarge {
  font-size: 25px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media only screen and (max-width: 400px) {

  /* line 144, ../sass/shared/_home.scss */
  #page .section-1 .content .container>div .right .right_in .enlarge {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

/* line 154, ../sass/shared/_home.scss */
#page .section-1 .content .container>div .right .right_in .white {
  border-radius: 25px;
  padding: 0 25px;
}

/* line 163, ../sass/shared/_home.scss */
#page .section-1 #nav-bar {
  position: relative;
  display: flex;
}

/* line 166, ../sass/shared/_home.scss */
#page .section-1 #nav-bar.fixi-it {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {

  /* line 163, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar {
    height: 70px;
    background: #ff9900;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0 !important;
    z-index: 999;
    top: auto !important;
    background: #ff9900;
  }

  /* line 186, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar.active>ul {
    transform: translateX(0%);
  }
}

/* line 191, ../sass/shared/_home.scss */
#page .section-1 #nav-bar>ul {
  width: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {

  /* line 191, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar>ul {
    align-items: center;
    flex-direction: column;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    transition: all 0.25s;
    bottom: 0;
    transform: translateX(-100%);
    background: #232f3f;
  }

  /* line 196, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar>ul li {
    flex-grow: unset;
    height: 65px;
  }
}

/* line 212, ../sass/shared/_home.scss */
#page .section-1 #nav-bar li {
  list-style: none;
  flex-grow: 1;
  margin: 0;
}

/* line 216, ../sass/shared/_home.scss */
#page .section-1 #nav-bar li a {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 992px) {

  /* line 216, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li a {
    height: 70px;
    color: #fff;
    background: #ff9900;
  }
}

@media only screen and (max-width: 991px) {

  /* line 212, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li {
    width: 100%;
  }

  /* line 229, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li a {
    justify-content: flex-start;
    font-size: 20px;
    padding: 0 25px;
    color: #fff;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    height: 100%;
  }
}

@media only screen and (max-width: 400px) {

  /* line 212, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li {
    height: 50px !important;
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {

  /* line 242, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li.spec {
    height: 100% !important;
  }
}

/* line 246, ../sass/shared/_home.scss */
#page .section-1 #nav-bar li.spec a {
  height: 100%;
  white-space: nowrap;
  padding: 0 25px;
  background: #fff;
  color: #ff9900;
  justify-content: center;
}

@media only screen and (max-width: 400px) {

  /* line 246, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li.spec a {
    height: 100%;
    font-size: 18px;
    width: calc(100% - 70px);
    margin-left: auto;
  }
}

/* line 265, ../sass/shared/_home.scss */
#page .section-2 {
  padding: 100px 0 170px;
  background: #eeeeee url(../images/bg_h.png) right center no-repeat;
  min-height: 100vh;
}

@media only screen and (max-width: 991px) {

  /* line 265, ../sass/shared/_home.scss */
  #page .section-2 {
    padding: 0;
  }

  /* line 271, ../sass/shared/_home.scss */
  #page .section-2 .container {
    flex-direction: column;
  }
}

/* line 277, ../sass/shared/_home.scss */
#page .section-2 .left h4,
#page .section-2 .right h4 {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {

  /* line 277, ../sass/shared/_home.scss */
  #page .section-2 .left h4,
  #page .section-2 .right h4 {
    font-size: 25px;
    text-align: center;
  }
}

/* line 286, ../sass/shared/_home.scss */
#page .section-2 .left p,
#page .section-2 .right p {
  line-height: 2;
  margin-bottom: 30px;
}

@media only screen and (max-width: 991px) {

  /* line 286, ../sass/shared/_home.scss */
  #page .section-2 .left p,
  #page .section-2 .right p {
    line-height: 1.5;
  }
}

/* line 292, ../sass/shared/_home.scss */
#page .section-2 .left p::first-letter,
#page .section-2 .right p::first-letter {
  padding-left: 30px;
}

/* line 298, ../sass/shared/_home.scss */
#page .section-2 .left:before {
  position: absolute;
  left: 0;
  right: -150px;
  top: 0;
  bottom: 0;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-width: 992px) {

  /* line 298, ../sass/shared/_home.scss */
  #page .section-2 .left:before {
    content: "";
  }
}

/* line 310, ../sass/shared/_home.scss */
#page .section-2 .left:after {
  z-index: 3;
  position: absolute;
  background: url(../images/dot_bg.png) center no-repeat;
  background-size: cover;
  height: 130px;
  width: 130px;
  right: -45px;
  bottom: -70px;
}

@media only screen and (min-width: 992px) {

  /* line 310, ../sass/shared/_home.scss */
  #page .section-2 .left:after {
    content: "";
  }
}

/* line 323, ../sass/shared/_home.scss */
#page .section-2 .left .left_in {
  position: relative;
  z-index: 2;
}

/* line 328, ../sass/shared/_home.scss */
#page .section-2 .right {
  position: relative;
  z-index: 3;
  background: #232f3f;
  color: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  border-top: solid 10px #ff9900;
  transform: translateY(70px);
}

/* line 336, ../sass/shared/_home.scss */
#page .section-2 .right h4.heading-ttl {
  color: #fff;
}

@media only screen and (max-width: 991px) {

  /* line 328, ../sass/shared/_home.scss */
  #page .section-2 .right {
    transform: translateY(0);
  }
}

/* line 344, ../sass/shared/_home.scss */
#page .section-3 {
  padding: 50px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

/* line 348, ../sass/shared/_home.scss */
#page .section-3.inv {
  background: transparent;
  box-shadow: none;
}

@media only screen and (max-width: 991px) {

  /* line 344, ../sass/shared/_home.scss */
  #page .section-3 {
    padding: 25px;
  }

  /* line 354, ../sass/shared/_home.scss */
  #page .section-3 .container {
    flex-direction: column;
  }
}

/* line 358, ../sass/shared/_home.scss */
#page .section-3 .left {
  padding: 0;
  position: relative;
}

@media only screen and (max-width: 991px) {

  /* line 358, ../sass/shared/_home.scss */
  #page .section-3 .left {
    flex-direction: column;
  }
}

/* line 364, ../sass/shared/_home.scss */
#page .section-3 .left>* {
  position: relative;
  z-index: 1;
}

/* line 369, ../sass/shared/_home.scss */
#page .section-3 .left .headin-ttl {
  color: #232f3f;
  color: #232f3f;
  font-size: 30px;
  text-align: center;
}

@media only screen and (min-width: 992px) {

  /* line 369, ../sass/shared/_home.scss */
  #page .section-3 .left .headin-ttl {
    font-size: 75px;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    text-align: center;
    transform: rotate(-180deg);
    margin: 0 0 0 30px;
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 10px;
    text-shadow: -2px 2px 3px rgba(0, 0, 0, 0.25);
  }
}

/* line 393, ../sass/shared/_home.scss */
#page .section-3 .left:after {
  left: 100%;
  width: 70px;
  height: 80%;
  margin: auto;
  bottom: 0;
  top: 0;
  background: #ff9900;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  position: absolute;
}

@media only screen and (min-width: 992px) {

  /* line 393, ../sass/shared/_home.scss */
  #page .section-3 .left:after {
    content: "";
  }
}

/* line 408, ../sass/shared/_home.scss */
#page .section-3 .left .left_in #map {
  min-height: 500px;
  width: 100%;
  box-shadow: 5px 4px 20px 0 rgba(0, 0, 0, 0.14), 10px 7px 10px -5px rgba(0, 0, 0, 0.4);
  height: 100%;
}

@media only screen and (max-width: 991px) {

  /* line 408, ../sass/shared/_home.scss */
  #page .section-3 .left .left_in #map {
    min-height: 0;
    margin: 0 auto 30px;
    height: 50vh;
  }
}

/* line 422, ../sass/shared/_home.scss */
#page .section-3 .right {
  padding-left: 200px;
  padding-right: 0;
}

/* line 426, ../sass/shared/_home.scss */
#page .section-3 .right h4 {
  font-size: 30px;
}

/* line 428, ../sass/shared/_home.scss */
#page .section-3 .right h4 small {
  color: inherit;
}

/* line 432, ../sass/shared/_home.scss */
#page .section-3 .right .right_in {
  display: flex;
  flex-direction: column;
  position: relative;
}

/* line 437, ../sass/shared/_home.scss */
#page .section-3 .right .right_in .marked {
  position: absolute;
  left: 0;
  top: 0%;
  right: 0;
  background: #232f3f;
  z-index: 1;
  transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {

  /* line 437, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in .marked {
    right: auto;
    bottom: 0;
  }
}

/* line 450, ../sass/shared/_home.scss */
#page .section-3 .right .right_in .marked:after {
  content: "";
  position: absolute;
  left: -40px;
  width: 0;
  height: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  border: solid 20px;
  border-color: transparent #232f3f transparent transparent;
}

@media only screen and (max-width: 991px) {

  /* line 450, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in .marked:after {
    border-color: transparent transparent #232f3f;
    top: -25px;
    left: 0;
    right: 0;
    bottom: auto;
    border-width: 10px;
  }
}

/* line 471, ../sass/shared/_home.scss */
#page .section-3 .right .right_in>div {
  cursor: pointer;
  width: 100%;
  margin: auto;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  padding: 30px;
}

/* line 472, ../sass/shared/_home.scss */
#page .section-3 .right .right_in>div.active {
  color: #fff;
}

@media only screen and (max-width: 991px) {

  /* line 471, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in>div {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px !important;
  }
}

/* line 491, ../sass/shared/_home.scss */
#page .section-3 .right .right_in>div .rand_cls {
  text-align: center;
}

@media only screen and (min-width: 992px) {

  /* line 491, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in>div .rand_cls {
    width: 100%;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 491, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in>div .rand_cls {
    color: #ff9900;
  }
}

@media only screen and (max-width: 991px) {

  /* line 471, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in>div {
    font-size: 12px;
  }
}

/* line 504, ../sass/shared/_home.scss */
#page .section-3 .right .right_in>div.ven-2.active+.marked {
  top: 50%;
}

@media only screen and (max-width: 991px) {

  /* line 504, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in>div.ven-2.active+.marked {
    left: 50%;
    top: 0;
  }
}

@media only screen and (max-width: 991px) {

  /* line 422, ../sass/shared/_home.scss */
  #page .section-3 .right {
    padding: 0;
  }

  /* line 515, ../sass/shared/_home.scss */
  #page .section-3 .right h4 {
    font-size: 16px;
    margin: 0 0 14px;
  }

  /* line 519, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in {
    flex-direction: row;
    margin: 0 -15px;
  }

  /* line 522, ../sass/shared/_home.scss */
  #page .section-3 .right .right_in>div {
    padding: 0 15px;
    width: 50%;
    height: auto;
  }
}

/* line 531, ../sass/shared/_home.scss */
#page .section-4 {
  padding: 50px 0;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

/* line 534, ../sass/shared/_home.scss */
#page .section-4 .table {
  border: 0;
}

/* line 536, ../sass/shared/_home.scss */
#page .section-4 .table .thead .tr .td>div,
#page .section-4 .table .thead .tr .th>div,
#page .section-4 .table .tbody .tr .td>div,
#page .section-4 .table .tbody .tr .th>div {
  background: #f7f7f7;
}

/* line 543, ../sass/shared/_home.scss */
#page .section-4.inv {
  box-shadow: none;
  background: #232f3f;
}

/* line 546, ../sass/shared/_home.scss */
#page .section-4.inv .table {
  border: 0;
}

/* line 548, ../sass/shared/_home.scss */
#page .section-4.inv .table .thead .tr .td>div,
#page .section-4.inv .table .thead .tr .th>div,
#page .section-4.inv .table .tbody .tr .td>div,
#page .section-4.inv .table .tbody .tr .th>div {
  background: #fff;
}

@media only screen and (max-width: 991px) {

  /* line 531, ../sass/shared/_home.scss */
  #page .section-4 {
    padding: 50px 0;
  }
}

/* line 561, ../sass/shared/_home.scss */
#page .section-talk {
  padding: 50px;
  background-color: #eee;
}

/* line 565, ../sass/shared/_home.scss */
#page .section-5 {
  padding: 100px 0 100px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {

  /* line 565, ../sass/shared/_home.scss */
  #page .section-5 {
    padding: 50px 0;
  }
}

/* line 572, ../sass/shared/_home.scss */
#page .section-5.inv {
  background: transparent;
  box-shadow: none;
}

/* line 575, ../sass/shared/_home.scss */
#page .section-5.inv .sponsors .cats .flex-it .f1>div:not(.head) {
  background-color: #fff;
}

@media only screen and (max-width: 991px) {

  /* line 580, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .tmp {
    font-size: 4vw !important;
    padding: 30px;
  }

  /* line 584, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .tmp b {
    font-size: 6vw !important;
  }
}

/* line 590, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it {
  align-items: center;
  margin-top: 50px;
}

@media only screen and (min-width: 992px) {

  /* line 590, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it {
    flex-wrap: wrap;
    position: relative;
    padding-left: 7%;
  }
}

@media only screen and (max-width: 991px) {

  /* line 590, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it {
    margin-top: 50px;
    overflow: auto;
  }
}

/* line 602, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .fhf {
  z-index: 1;
  flex-grow: unset;
  flex-basis: unset;
  width: 7%;
  height: 100px;
  transform: translateX(25px);
}

@media only screen and (min-width: 992px) {

  /* line 602, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .fhf {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
}

@media only screen and (max-width: 991px) {

  /* line 602, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .fhf {
    margin-left: 5%;
    min-width: 10%;
    margin-right: 5%;
  }

  /* line 620, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .fhf:after {
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    bottom: 0;
    height: 0;
    width: 50px;
    border: solid 5px;
    animation: swipe 1s infinite alternate;
    margin: auto;
    border-color: transparent #ff9900 transparent transparent;
  }
}

/* line 636, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .fhf .head::before {
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 15px;
  background: #ddd;
}

@media only screen and (max-width: 991px) {

  /* line 636, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .fhf .head::before {
    width: 15px;
  }
}

/* line 648, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .fhf .head span {
  font-size: 23px;
  text-transform: uppercase;
  width: 100%;
  transform-origin: center;
  text-align: center;
  font-weight: bold;
  transition: all 0.25s;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  writing-mode: vertical-lr;
  transform: translate(-20px) rotate(-180deg);
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media only screen and (max-width: 991px) {

  /* line 648, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .fhf .head span {
    font-size: 14px;
  }
}

/* line 672, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .f1 {
  flex-grow: unset;
  flex-basis: unset;
  width: 18.6%;
  padding: 0 7.5px;
}

@media only screen and (max-width: 991px) {

  /* line 672, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .f1 {
    min-width: 50%;
    padding: 0;
  }

  /* line 680, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .f1:last-child {
    min-width: calc(50% + 50px);
    padding-right: 50px;
  }
}

/* line 685, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .f1>div {
  border: solid 1px #dddddd;
}

/* line 687, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head) {
  position: relative;
  z-index: 2;
  display: flex;
  font-size: 0;
  height: 100px;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
}

/* line 691, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head) a {
  height: 100%;
  width: 100%;
}

/* line 700, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sq {
  background-size: auto 65%;
}

@media only screen and (max-width: 991px) {

  /* line 687, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .f1>div:not(.head) {
    background-size: 80%;
  }
}

/* line 706, ../sass/shared/_home.scss */
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder1 {
  background-image: url(../images/sponsors/Crayon.svg);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder1-1 {
  background-image: url(../images/sponsors/dhiwise.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder {
  background-image: url(../images/sponser-placeholder.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder2 {
  background-image: url(../images/sponsors/Intuitive.jpg);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder2-1 {
  background-image: url(../images/sponsors/eternal.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder3 {
  background-image: url(../images/sponser-placeholder.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder4 {
  background-image: url(../images/sponsors/aws_vadodara2.jpeg);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder4-1 {
  background-image: url(../images/sponsors/aws_surat.jpeg);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_special {
  background-image: url(../images/sponsors/AWS_activate.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_special_1 {
  background-image: url(../images/sponsors/panamax_logo.jpg);
  background-size: contain;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_startup {
  background-image: url(../images/sponsors/i-hub.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.siver_one {
  background-image: url(../images/sponsors/techify_solutions_retina-taral-shah.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.siver_two {
  background-image: url(../images/sponsors/datavizz-justina-jibin.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.siver_three {
  background-image: url(../images/sponsors/metiz.jpg);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.platinum_three {
  background-image: url(../images/sponsors/server-less-guru-logo.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.platinum-inferenz {
  background-image: url(../images/sponsors/inferenz.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.gold_three {
  background-image: url(../images/sponsors/scaletech-logo-rakesh-gondaliya.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.gold_four {
  background-image: url(../images/sponsors/CricHeroes.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.gold_five {
  background-image: url(../images/sponsors/oak9.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.gold_six {
  background-image: url(../images/sponsors/Aeonx.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.gold-infopercept {
  background-image: url(../images/sponsors/infopercept.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder.silver-coralogix {
  background-image: url(../images/sponsors/coralogix.png);
  background-size: 90%;
}

#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_1 {
  background-image: url(../images/techbooth/1.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_2 {
  background-image: url(../images/techbooth/2.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_3 {
  background-image: url(../images/techbooth/3.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_4 {
  background-image: url(../images/techbooth/4.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_5 {
  background-image: url(../images/techbooth/5.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_6 {
  background-image: url(../images/techbooth/6.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_7 {
  background-image: url(../images/techbooth/7.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_8 {
  background-image: url(../images/techbooth/8.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_9 {
  background-image: url(../images/techbooth/9.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_10 {
  background-image: url(../images/techbooth/10.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_11 {
  background-image: url(../images/techbooth/11.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_12{
  background-image: url(../images/techbooth/12.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_13 {
  background-image: url(../images/techbooth/13.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_14 {
  background-image: url(../images/techbooth/14.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_15 {
  background-image: url(../images/techbooth/15.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_16 {
  background-image: url(../images/techbooth/16.png);
  background-size: 90%;
}
#page .section-5 .sponsors .cats .flex-it .f1>div:not(.head).sponser-placeholder_techbooth_17 {
  background-image: url(../images/techbooth/17.png);
  background-size: 90%;
}

@media only screen and (min-width: 992px) {

  /* line 776, ../sass/shared/_home.scss */
  #page .section-5 .sponsors .cats .flex-it .f1:nth-child(6n)~.f1 {
    margin-top: 15px;
  }
}

/* line 787, ../sass/shared/_home.scss */
#page .section-8 {
  padding: 100px 0;
  color: #fff;
  background: #232f3f;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {

  /* line 787, ../sass/shared/_home.scss */
  #page .section-8 {
    padding: 50px 0;
  }
}

/* line 795, ../sass/shared/_home.scss */
#page .section-8 h4 {
  color: #fff;
}

@media only screen and (min-width: 992px) {

  /* line 798, ../sass/shared/_home.scss */
  #page .section-8 .announcing {
    font-size: 100px;
    opacity: 0.2;
  }
}

/* line 805, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_lst {
  display: block;
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {

  /* line 805, ../sass/shared/_home.scss */
  #page .section-8 .speakers .spk_lst {
    margin-top: 0;
  }
}

/* line 813, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm_col {
  display: flex;
  flex-wrap: wrap;
}

/* line 817, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm {
  position: relative;
  margin: 0 0 30px;
  padding: 15px;
  padding-left: 0;
  width: 25%;
}

/* line 823, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm:nth-child(even) {
  transform: translateY(60px);
}

@media only screen and (max-width: 991px) {

  /* line 817, ../sass/shared/_home.scss */
  #page .section-8 .speakers .spk_itm {
    margin-bottom: 0;
    width: 100%;
  }

  /* line 829, ../sass/shared/_home.scss */
  #page .section-8 .speakers .spk_itm:nth-child(even) {
    transform: translateY(0);
  }
}

/* line 833, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm .prod_im {
  position: absolute;
  height: 80px;
  width: 80px;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.25s;
  left: 0;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

/* line 845, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm .prod_im img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}

@media only screen and (max-width: 991px) {

  /* line 833, ../sass/shared/_home.scss */
  #page .section-8 .speakers .spk_itm .prod_im {
    left: 25px;
  }
}

/* line 852, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm .namenid {
  min-height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 15px;
  padding-left: 55px;
  border: dashed 2px #fff;
  margin-left: 40px;
  width: calc(100% - 65px);
}

@media only screen and (max-width: 991px) {

  /* line 852, ../sass/shared/_home.scss */
  #page .section-8 .speakers .spk_itm .namenid {
    min-height: 100px;
    border: 0;
    background: rgba(255, 255, 255, 0.15);
    padding-left: 85px;
  }
}

/* line 870, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm:hover .namenid {
  text-align: center;
  padding-left: 15px;
  padding-top: 25px;
  color: #232f3f;
  background: #fff;
}

/* line 877, ../sass/shared/_home.scss */
#page .section-8 .speakers .spk_itm:hover .prod_im {
  bottom: 80%;
  left: 50%;
  transform: translateX(-35px);
  top: 0;
}

/* line 887, ../sass/shared/_home.scss */
#page .section-6 {
  padding: 100px 0 200px;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {

  /* line 887, ../sass/shared/_home.scss */
  #page .section-6 {
    padding: 50px 0;
  }
}

/* line 894, ../sass/shared/_home.scss */
#page .section-6.inv {
  background: transparent;
  box-shadow: none;
}

/* line 899, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i {
  flex-wrap: wrap;
  justify-content: unset;
}

/* line 902, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person {
  align-items: center;
  width: 16.666%;
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin: 10px 0;
}

@media only screen and (min-width: 992px) {

  /* line 914, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person.push {
    margin-left: 2.5%;
  }
}

@media only screen and (max-width: 991px) {

  /* line 902, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person {
    width: 33%;
  }
}

/* line 922, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person .img {
  width: 80px;
  height: 80px;
  margin: auto;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  border-radius: 20px;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 991px) {

  /* line 922, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person .img {
    width: 75px;
    height: 75px;
    border-radius: 10px;
  }
}

/* line 938, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person .img a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all 0.25s;
  margin: auto;
  background: rgba(35, 47, 63, 0.85);
  color: #00acee;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
  font-size: 0;
  flex-direction: column;
  transform: translateY(100%);
}

@media only screen and (max-width: 991px) {

  /* line 938, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person .img a {
    transform: translateY(0);
    background: transparent;
    font-size: 0;
    align-items: flex-start;
    justify-content: flex-end;
    padding-bottom: 0;
    text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.5);
  }

  /* line 963, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person .img a i {
    font-size: 18px;
  }
}

/* line 969, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person .img:hover a {
  transform: translateY(0);
}

/* line 974, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person:before {
  order: 1;
  content: attr(data-fname);
  font-weight: 600;
  margin-top: 10px;
  display: block;
  font-size: 14px;
}

@media only screen and (max-width: 991px) {

  /* line 974, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person:before {
    font-size: 14px;
  }
}

/* line 986, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person:after {
  font-size: 12px;
  order: 2;
  content: attr(data-lname);
}

@media only screen and (max-width: 991px) {

  /* line 986, ../sass/shared/_home.scss */
  #page .section-6 .volunteers .vl-i .person:after {
    font-size: 12px;
  }
}

/* line 1049, ../sass/shared/_home.scss */
#page .section-6 .volunteers .vl-i .person[data-fname="Volunteer"] .img {
  background-image: url(../images/person-placeholder.png);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Nilesh"] .img {
  background-image: url(../images/vols/nilesh.jpeg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Dimple"] .img {
  background-image: url(../images/vols/dimple.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Shivlal"] .img {
  background-image: url(../images/vols/shivlal.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Bhavesh"] .img {
  background-image: url(../images/vols/bhavesh.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Vaibhav"] .img {
  background-image: url(../images/vols/vaibhav.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Chetan"] .img {
  background-image: url(../images/vols/chetan.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Nandan"] .img {
  background-image: url(../images/vols/nandan.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-vol="ashish_patel"] .img {
  background-image: url(../images/vols/ashish_patel.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Krutarth"] .img {
  background-image: url(../images/vols/krutarth.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Kushlendra"] .img {
  background-image: url(../images/vols/Kushlendra.png);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Kinjal"] .img {
  background-image: url(../images/vols/kinjal.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Jaymit"] .img {
  background-image: url(../images/vols/jaymit.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-vol="ashish_vaghasiya"] .img {
  background-image: url(../images/vols/ashish_vaghasiya.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Harshit"] .img {
  background-image: url(../images/vols/Harshit.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Dhruv"] .img {
  background-image: url(../images/vols/Dhruv.png);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Harshal"] .img {
  background-image: url(../images/vols/Harshal.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Taral"] .img {
  background-image: url(../images/vols/Taral.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Trushit"] .img {
  background-image: url(../images/vols/Trushit.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Gargee"] .img {
  background-image: url(../images/vols/Gargee.jpg);

}

#page .section-6 .volunteers .vl-i .person[data-fname="Amarendra"] .img {
  background-image: url(../images/vols/Amarendra.jpg);
}


#page .section-6 .volunteers .vl-i .person[data-fname="Mayur"] .img {
  background-image: url(../images/vols/Mayur.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Adarsh"] .img {
  background-image: url(../images/vols/adarsh-patel.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Keyush"] .img {
  background-image: url(../images/vols/keyush-patel.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Mohit"] .img {
  background-image: url(../images/vols/mohit-gurjar.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Viraj"] .img {
  background-image: url(../images/vols/Viraj.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Nishet"] .img {
  background-image: url(../images/vols/Nishet.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-lname="Bhoyar"] .img {
  background-image: url(../images/vols/ChetanB.PNG);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Nishant"] .img {
  background-image: url(../images/vols/nishant_Adesara.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Nishith"] .img {
  background-image: url(../images/vols/Nishith\ Raval.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Shubham"] .img {
  background-image: url(../images/vols/Shubham\ Savani.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Aaditya"] .img {
  background-image: url(../images/vols/Aaditya\ Champaneri.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Ashay"] .img {
  background-image: url(../images/vols/Ashay\ Doshi.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Atharv"] .img {
  background-image: url(../images/vols/Atharv\ Shirke.jpeg);
}

#page .section-6 .volunteers .vl-i .person[data-vol="ashish_gajjar"] .img {
  background-image: url(../images/vols/Ashish\ Gajjar.jpeg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Ashwin"] .img {
  background-image: url(../images/vols/ashwin\ raiyani.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Hussain"] .img {
  background-image: url(../images/vols/Hussain\ Lokhandwala.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Nirav"] .img {
  background-image: url(../images/vols/Nirav\ Shah.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Souhardya"] .img {
  background-image: url(../images/vols/Souhardya\ Sarkar.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Bhavin"] .img {
  background-image: url(../images/vols/Bhavin\ Amesara.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Rashmi Rekha"] .img {
  background-image: url(../images/vols/RASHMI.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Neel"] .img {
  background-image: url(../images/vols/Neel\ Shah.jpeg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Vedang"] .img {
  background-image: url(../images/vols/VedangShahTechnotery.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Poonam"] .img {
  background-image: url(../images/vols/Poonam\ Pratik.jpeg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Keshav"] .img {
  background-image: url(../images/vols/Keshav\ Kant\ Gupta.jpg);
}

#page .section-6 .volunteers .vl-i .person[data-fname="Sanket"] .img {
  background-image: url(../images/vols/Sanket\ Kalekar.jpg);
}


/* line 1056, ../sass/shared/_home.scss */
#page .section-7 {
  margin: -50px auto 100px;
}

@media only screen and (max-width: 991px) {

  /* line 1056, ../sass/shared/_home.scss */
  #page .section-7 {
    margin: 0;
  }
}

/* line 1061, ../sass/shared/_home.scss */
#page .section-7 .container {
  position: relative;
}

/* line 1063, ../sass/shared/_home.scss */
#page .section-7 .container:before {
  position: absolute;
  background: url(../images/dot_bg.png) center no-repeat;
  background-size: cover;
  height: 150px;
  width: 150px;
  right: 100%;
  transform: translate(50px, -50px);
  content: "";
  top: 0;
}

@media only screen and (max-width: 991px) {

  /* line 1063, ../sass/shared/_home.scss */
  #page .section-7 .container:before {
    left: 0;
  }
}

/* line 1078, ../sass/shared/_home.scss */
#page .section-7 .foot-fk {
  position: relative;
  background: #232f3f;
  padding: 50px;
  color: #fff;
  line-height: 1.5;
  font-size: 2rem;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 991px) {

  /* line 1078, ../sass/shared/_home.scss */
  #page .section-7 .foot-fk {
    font-size: 1rem;
    padding: 25px 25px 70px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 1090, ../sass/shared/_home.scss */
  #page .section-7 .foot-fk .flex-it {
    flex-wrap: wrap;
  }
}

/* line 1094, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .flex-it .texting {
  font-size: 2rem;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {

  /* line 1094, ../sass/shared/_home.scss */
  #page .section-7 .foot-fk .flex-it .texting {
    font-size: 30px;
  }
}

/* line 1102, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .main-heading-ttl {
  font-weight: 900;
  font-size: 3vw;
  margin: 0;
  position: absolute;
  bottom: 100%;
  line-height: 0.7;
  left: 0;
  right: 0;
  display: inline;
  text-align: center;
}

@media only screen and (max-width: 991px) {

  /* line 1102, ../sass/shared/_home.scss */
  #page .section-7 .foot-fk .main-heading-ttl {
    font-size: 8vw;
  }
}

/* line 1118, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .st-total .st-label,
#page .section-7 .foot-fk .st-total .st-shares {
  color: #ff9900;
}

@media only screen and (min-width: 992px) {

  /* line 1123, ../sass/shared/_home.scss */
  #page .section-7 .foot-fk .left-text {
    padding-right: 50px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 1127, ../sass/shared/_home.scss */
  #page .section-7 .foot-fk .left-text+div {
    width: 100%;
  }
}

/* line 1133, ../sass/shared/_home.scss */
#page .section-7 .foot-fk #mc_embed_signup div.mce_inline_error {
  position: absolute;
  left: 0;
  right: 0;
  background: #f6bfbf;
  color: red;
  font-weight: normal;
}

/* line 1141, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .input-group {
  display: flex;
  width: 100%;
}

/* line 1144, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .input-group>.f2 {
  flex-grow: 1;
}

/* line 1147, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .input-group input {
  padding: 0 15px;
  color: #232f3f;
}

/* line 1151, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .input-group button,
#page .section-7 .foot-fk .input-group input {
  height: 50px;
  line-height: 50px;
  width: 100%;
  border: 0;
}

/* line 1157, ../sass/shared/_home.scss */
#page .section-7 .foot-fk .input-group button:hover,
#page .section-7 .foot-fk .input-group input:hover {
  transform: none;
}

/* line 1164, ../sass/shared/_home.scss */
#page .section-tickets {
  background: #fff;
  padding: 100px 0;
}

/* line 1167, ../sass/shared/_home.scss */
#page .section-tickets.inv {
  background: transparent;
  box-shadow: none;
}

@media only screen and (max-width: 991px) {

  /* line 1164, ../sass/shared/_home.scss */
  #page .section-tickets {
    padding: 50px 0;
  }
}

/* line 1174, ../sass/shared/_home.scss */
#page .section-tickets .buy-wrapper {
  margin-top: 50px;
}

@media only screen and (max-width: 991px) {

  /* line 1174, ../sass/shared/_home.scss */
  #page .section-tickets .buy-wrapper {
    margin-top: 25px !important;
  }
}

/* line 1181, ../sass/shared/_home.scss */
#page .section-tickets .card .details button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

#page .section-tickets .card .sold button {
  font-size: 15px;
  border-radius: 50px;
  padding: 10px 40px;
  transition: all 0.2s;
  background-color: #FF9900;
  border: 0;
  color: #fff;
}

#page .workshop_main_wrapper .heading-ttl {
  min-height: calc(100% - 86%);
}

@media only screen and (max-width: 991px) {

  /* line 1181, ../sass/shared/_home.scss */
  #page .section-tickets .card .details button {
    position: static;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff;
    color: #ff9900;
    border: solid 1px #ff9900;
    box-shadow: none;
  }
}

@media only screen and (max-width: 991px) {

  /* line 1181, ../sass/shared/_home.scss */
  #page .section-tickets .card button {
    position: static;
    height: 35px;
    border-radius: 5px;
    margin-top: 10px;
    background: #fff;
    color: #ff9900;
    border: solid 1px #ff9900;
    box-shadow: none;
  }
}

@media only screen and (min-width: 992px) {

  /* line 1205, ../sass/shared/_home.scss */
  #page .section-tickets .card:hover button {
    height: 45px;
  }
}

@media only screen and (max-width: 991px) {

  /* line 1212, ../sass/shared/_home.scss */
  #page .section-tickets .row {
    margin: 0 15px;
    flex-wrap: wrap;
  }

  /* line 1216, ../sass/shared/_home.scss */
  #page .section-tickets .row>div {
    width: calc(50% - 15px / 2);
    margin-bottom: 15px;
    padding: 0;
  }

  /* line 1220, ../sass/shared/_home.scss */
  #page .section-tickets .row>div:nth-child(1) {
    order: 1;
    margin-right: 15px;
  }

  #page .section-tickets .workshop_main_wrapper .row>div:nth-child(1) {
    margin-right: 0px;
  }

  /* line 1224, ../sass/shared/_home.scss */
  #page .section-tickets .row>div:nth-child(2) {
    order: 3;
    margin-right: 15px;
  }

  /* line 1228, ../sass/shared/_home.scss */
  #page .section-tickets .row>div:nth-child(3) {
    order: 4;
  }

  /* line 1231, ../sass/shared/_home.scss */
  #page .section-tickets .row>div:nth-child(4) {
    order: 2;
  }

  #page .section-tickets .workshop_main_wrapper .row>div:nth-child(4) {
    order: 4;
  }
}

@media only screen and (max-width: 400px) {

  /* line 1239, ../sass/shared/_home.scss */
  #page .section-tickets .card h3 {
    font-size: 16px;
  }
}

/* line 1243, ../sass/shared/_home.scss */
#page .section-tickets .card p {
  line-height: 1.5;
}

/* line 1247, ../sass/shared/_home.scss */
#page .section-tickets .card.with_icon.border {
  border: solid 1px #dddddd;
  box-shadow: none;
}

#page .section-tickets .card.with_icon.border img {
  border-radius: 50%;
}

@media only screen and (max-width: 991px) {

  /* line 1251, ../sass/shared/_home.scss */
  #page .section-tickets .card.with_icon .bg_img {
    height: 50px;
    width: 50px;
  }
}

/* line 1258, ../sass/shared/_home.scss */
#page .section-tickets .card.with_icon.tick_conf .bg_img {
  background-image: url(../images/tick_conf.svg);
}

/* line 1263, ../sass/shared/_home.scss */
#page .section-tickets .card.with_icon.tick_work_1 .bg_img {
  background-image: url(../images/tick_work_1.svg);
}

/* line 1268, ../sass/shared/_home.scss */
#page .section-tickets .card.with_icon.tick_work_2 .bg_img {
  background-image: url(../images/tick_work_2.svg);
}

/* line 1273, ../sass/shared/_home.scss */
#page .section-tickets .card.with_icon.combo .bg_img {
  background-image: url(../images/combo.svg);
  background-size: 100%;
  width: 80%;
}

@media only screen and (max-width: 400px) {

  /* line 1273, ../sass/shared/_home.scss */
  #page .section-tickets .card.with_icon.combo .bg_img {
    width: 120px;
  }
}

/* line 1284, ../sass/shared/_home.scss */
#page .section-tickets .card.sold:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(35, 47, 63, 0.85);
}

/* line 1293, ../sass/shared/_home.scss */
#page .section-tickets .card.sold:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  bottom: 0;
  height: 125px;
  width: 125px;
  background: url(../images/sold.svg) center no-repeat;
  background-size: 100%;
  margin: auto;
  animation: swing 2s infinite alternate ease-in-out;
  transform-origin: top center;
}

@keyframes swing {
  from {
    transform: rotate(5deg);
  }

  to {
    transform: rotate(-7deg);
  }
}

/* line 1321, ../sass/shared/_home.scss */
#toggle {
  width: 70px;
  height: 70px;
  margin: 0;
  position: fixed;
  bottom: 0;
  z-index: 999999;
  left: 0;
  background: #232f3f;
  align-items: center;
  justify-content: center;
  transition: all 0.25s;
  display: none;
}

@media only screen and (max-width: 991px) {

  /* line 1321, ../sass/shared/_home.scss */
  #toggle {
    display: flex;
  }
}

/* line 1338, ../sass/shared/_home.scss */
#toggle span {
  position: relative;
  display: block;
}

/* line 1341, ../sass/shared/_home.scss */
#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}

/* line 1348, ../sass/shared/_home.scss */
#toggle span:after {
  top: 9px;
}

/* line 1352, ../sass/shared/_home.scss */
#toggle span,
#toggle span:after,
#toggle span:before {
  width: 50%;
  height: 5px;
  background-color: #ff9900;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* line 1362, ../sass/shared/_home.scss */
#toggle.on {
  left: 15px;
}

/* line 1364, ../sass/shared/_home.scss */
#toggle.on span,
#toggle.on span:after,
#toggle.on span:before {
  width: 70%;
}

/* line 1369, ../sass/shared/_home.scss */
#toggle.on span {
  background-color: transparent;
}

/* line 1372, ../sass/shared/_home.scss */
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}

/* line 1375, ../sass/shared/_home.scss */
#toggle.on span::before {
  transform: rotate(45deg) translate(5px, 5px);
}

@media only screen and (max-width: 991px) {

  /* line 1382, ../sass/shared/_home.scss */
  body {
    padding: 0 0 70px !important;
  }
}

@keyframes swipe {
  0% {
    transform: translate(0);
  }

  0% {
    transform: translate(-10px);
  }
}

/* line 1396, ../sass/shared/_home.scss */
i.icon.large {
  font-size: 30px;
}

@media only screen and (max-width: 991px) {

  /* line 1399, ../sass/shared/_home.scss */
  #page .section-1 #nav-bar li #sub-button.sub-button {
    position: absolute;
    z-index: 999;
    left: calc(100% + 10px);
    height: 50px;
    width: 50px;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff9900;
    border-radius: 50%;
    bottom: calc(70px + 10px);
  }
}

/* line 1417, ../sass/shared/_home.scss */
.card {
  background: #fff;
  padding: 30px 15px;
  text-align: center;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(0, 0, 0, 0.4);
  height: 100%;
}

/* line 1423, ../sass/shared/_home.scss */
.card h4.headin-ttl {
  margin: 0 0 15px;
  color: #ff9900;
}

@media only screen and (max-width: 991px) {

  /* line 1423, ../sass/shared/_home.scss */
  .card h4.headin-ttl {
    color: #232f3f;
  }
}

/* line 1430, ../sass/shared/_home.scss */
.card p {
  font-size: 14px;
  color: #999999;
  line-height: 1.2;
}

/* line 1435, ../sass/shared/_home.scss */
.card.with_icon {
  position: relative;
}

/* line 1437, ../sass/shared/_home.scss */
.card.with_icon .bg_img {
  margin: 0 auto 15px;
  height: 75px;
  width: 75px;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.about-intro-1 p {
  margin: 0px 0px 15px;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
}

.about-intro-1 ul {
  list-style-type: disc;
  margin-left: 30px;
}

.about-intro-1 ul li {
  list-style-type: disc;
  padding-bottom: 5px;
}


/*Tbs CSS :: START*/
.workshop_main_wrapper .bottom_card_button {
  display: flex;
  justify-content: space-between;
}

.workshop_main_wrapper .bottom_card_button button {
  padding: 15px 20px !important;
  line-height: 0.5 !important;
  height: 45px;
  border-radius: 50px;
}

.close_registation.button {
  pointer-events: none;
  background: #eee !important;
  color: black;
}

@media only screen and (max-width: 991px) {
  .section-tickets .workshop_main_wrapper>div {
    width: 100% !important;
    margin: 0 !important;
    margin-bottom: 20px !important;
    display: flex;
  }
}

@media (min-width: 320px) and (max-width: 767px) {
  #page .section-tickets .row>div {
    width: 100%;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }
}

.table .tbody .tr .td.idx p,
.custom_alignment p{
  font-size: 14.5px;
}
.custom_alignment {
  display: flex !important;
  flex-direction: column !important;
}

.custom_tr_row .td {
  text-align: center !important;
}

.custom_tr_row .td p,
.custom_tr_row .td p b {
  font-size: 15px;
}

.custom_link_tag p {
  margin-top: 7px;
  font-size: 13px !important;
  font-weight: 500;
}

/*Tbs CSS :: END*/