.shg-box {
  position: relative;
  display: flex;
  width: 100%;
  flex-direction: column;
  /**
   * While `flex: 1` is enough here, we need to supply the rest
   * of the parameters (`1 auto`) to keep compatibility with IE11.
   * Otherwise, IE11 flex would break.
   */
  flex: 1 1 auto;
}

.shg-box > .shg-box-content {
  z-index: 4;
  position: relative;
  /**
   * This is part of an IE11 fallback to avoid flex introducing
   * huge amount of weird space on the bottom on the section element.
   */
  min-height: 1px;
}

.shg-box-vertical-align-wrapper, .shg-box-vertical-center-wrapper {
  display: flex;
  width: 100%;
}

.shg-box-vertical-align-top {
  justify-content: flex-start;
}

.shg-box-vertical-align-center, .shg-box-vertical-center {
  justify-content: center;
}

.shg-box-vertical-align-bottom {
  justify-content: flex-end;
}

.shg-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  pointer-events: none;
}

.shg-box-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: -1;
}

#s-171f4038-6bef-44f7-8070-6ba882f5f890 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-171f4038-6bef-44f7-8070-6ba882f5f890 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-171f4038-6bef-44f7-8070-6ba882f5f890.shg-box.shg-c {
  justify-content: center;
}

.shg-rich-text {
  overflow-wrap: break-word;
}

.shg-rich-text img {
  margin: 0 20px;
}

@media (max-width: 768px) {
  .shg-rich-text img {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}

.shg-default-text-content *:first-child {
  margin-top: 0;
}

.shg-default-text-content {
  text-align: left;
}

.shg-default-text-content p,
.shg-default-text-content h1,
.shg-default-text-content h2,
.shg-default-text-content h3,
.shg-default-text-content h4,
.shg-default-text-content h5,
.shg-default-text-content h6,
.shg-default-text-content address,
.shg-default-text-content pre,
.shg-default-text-content div,
.shg-default-text-content ol,
.shg-default-text-content ul {
  background-color: transparent;
  border: 0;
  border-radius: 0;
  color: #000000;
  font-family: inherit;
  font-style: normal;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-transform: none;
}

.shg-default-text-content a {
  background-color: inherit;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-style: inherit;
  text-decoration: underline;
  text-transform: inherit;
}

.shg-default-text-content strong,
.shg-default-text-content em {
  background-color: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  text-align: inherit;
  text-transform: inherit;
}

.shg-default-text-content em {
  font-weight: inherit;
}

.shg-default-text-content strong {
  font-style: inherit;
  font-weight: 700;
}

/* https://stackoverflow.com/a/16094931/3696652 */
.shg-default-text-content ::-moz-selection, .shg-default-text-content *::-moz-selection {
  background: #accef7;
}
.shg-default-text-content ::selection,
.shg-default-text-content *::selection {
  background: #accef7;
}

.shg-default-text-content p {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0.6em;
}

.shg-default-text-content h1 {
  font-size: 1.714em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.166;
  margin-top: 0.67em;
}

.shg-default-text-content h2 {
  font-size: 1.43em;
  font-weight: 500;
  letter-spacing: -0.01em;
  line-height: 1.2;
  margin-top: 0.83em;
}

.shg-default-text-content h3 {
  font-size: 1.142em;
  font-weight: 500;
  letter-spacing: -0.008em;
  line-height: 1.5;
  margin-top: 1em;
}

.shg-default-text-content h4 {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: -0.006em;
  line-height: 1.428;
  margin-top: 1.33em;
}

.shg-default-text-content h5 {
  font-size: 0.857em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.333;
  margin-top: 1.43em;
}

.shg-default-text-content h6 {
  font-size: 0.785em;
  font-weight: 600;
  letter-spacing: -0.003em;
  line-height: 1.454;
  margin-top: 1.42em;
  text-transform: uppercase;
}

.shg-default-text-content ul {
  list-style: disc;
}

.shg-default-text-content ol {
  list-style: decimal;
}

.shg-default-text-content ul,
.shg-default-text-content ol {
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  margin-bottom: 0;
  -webkit-margin-end: 0;
          margin-inline-end: 0;
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-top: 0;
  -webkit-padding-start: 40px;
          padding-inline-start: 40px;
}

.shg-default-text-content li {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1;
  list-style: inherit;
  margin-top: 0.67em;
}

.shg-default-text-content pre {
  font-family: monospace;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 1em;
  white-space: pre-wrap;
  word-break: normal;
}

.shg-default-text-content address {
  font-size: 1em;
  font-style: italic;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-top: 0;
}

.shg-default-text-content div {
  font-size: 1em;
  font-weight: normal;
  letter-spacing: -0.005em;
  line-height: 1.714;
  margin-bottom: 0;
  margin-top: 0.67em;
}

#s-94f29fe7-c270-4558-abbf-389cf2952e5d {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(194, 194, 194, 0);
}

#s-4b9057bd-ce23-46f2-bb39-cce24a9b45eb {
  min-height: 50px;
}








#s-4b9057bd-ce23-46f2-bb39-cce24a9b45eb > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4b9057bd-ce23-46f2-bb39-cce24a9b45eb.shg-box.shg-c {
  justify-content: center;
}

#s-ba5e162c-0752-447c-926b-a1c0a685647d {
  background-image: url(https://i.shgcdn.com/ac8c7453-3f01-4ad6-98b3-1904d8eee32a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-ba5e162c-0752-447c-926b-a1c0a685647d > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0;
}#s-ba5e162c-0752-447c-926b-a1c0a685647d.shg-box.shg-c {
  justify-content: center;
}

.shg-row {
  display: flex;
  flex-wrap: wrap;
  min-height: inherit;
  max-height: inherit;
justify-content: space-between;
}

.shg-row > * {
  min-height: inherit;
  max-height: inherit;
}

.shg-c-xs-1,
.shg-c-xs-2,
.shg-c-xs-3,
.shg-c-xs-4,
.shg-c-xs-5,
.shg-c-xs-6,
.shg-c-xs-7,
.shg-c-xs-8,
.shg-c-xs-9,
.shg-c-xs-10,
.shg-c-xs-11,
.shg-c-xs-12,
.shg-c-sm-1,
.shg-c-sm-2,
.shg-c-sm-3,
.shg-c-sm-4,
.shg-c-sm-5,
.shg-c-sm-6,
.shg-c-sm-7,
.shg-c-sm-8,
.shg-c-sm-9,
.shg-c-sm-10,
.shg-c-sm-11,
.shg-c-sm-12,
.shg-c-md-1,
.shg-c-md-2,
.shg-c-md-3,
.shg-c-md-4,
.shg-c-md-5,
.shg-c-md-6,
.shg-c-md-7,
.shg-c-md-8,
.shg-c-md-9,
.shg-c-md-10,
.shg-c-md-11,
.shg-c-md-12,
.shg-c-lg-1,
.shg-c-lg-2,
.shg-c-lg-3,
.shg-c-lg-4,
.shg-c-lg-5,
.shg-c-lg-6,
.shg-c-lg-7,
.shg-c-lg-8,
.shg-c-lg-9,
.shg-c-lg-10,
.shg-c-lg-11,
.shg-c-lg-12 {
  position: relative;
}

@media (min-width: 0px) {
[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-706a79e5-013b-4a29-b0cf-c67e4282169a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-4281ec50-03d6-4a45-9114-e42a4a9a8364 {
  min-height: 50px;
}








#s-4281ec50-03d6-4a45-9114-e42a4a9a8364 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4281ec50-03d6-4a45-9114-e42a4a9a8364.shg-box.shg-c {
  justify-content: center;
}

.shogun-heading-component h1,
.shogun-heading-component h2,
.shogun-heading-component h3,
.shogun-heading-component h4,
.shogun-heading-component h5,
.shogun-heading-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shogun-heading-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-c710d57f-b931-4606-9826-d11fbf9d5f50 {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-c710d57f-b931-4606-9826-d11fbf9d5f50 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  600 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 28px;
  line-height: ;
  letter-spacing: ;
  text-align: right;
}



#s-82a0a762-7721-4f09-8bb6-2e075e1afe39 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-d047a713-2fcb-4922-a405-2fb849421d40 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d047a713-2fcb-4922-a405-2fb849421d40"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ee597b64-0b19-41fa-9c49-478de29277cd {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-e77ac71c-ef56-4fdb-aead-618712499fb7 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-e77ac71c-ef56-4fdb-aead-618712499fb7 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e77ac71c-ef56-4fdb-aead-618712499fb7.shg-box.shg-c {
  justify-content: center;
}

#s-058f236c-ca33-4861-bc63-cb7dfa4054cb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 1);
}

#s-058f236c-ca33-4861-bc63-cb7dfa4054cb .shogun-heading-component h2 {
  color: #000;
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-897ebf0e-441b-49d7-bc0b-9a4320ccccd8 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-c23fd9d6-846e-426f-92bc-6d94ca0e7ecb {
  margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}
@media (min-width: 1200px){#s-c23fd9d6-846e-426f-92bc-6d94ca0e7ecb {
  
}
}
#s-c23fd9d6-846e-426f-92bc-6d94ca0e7ecb .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  300 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-60176255-7ee9-4c44-8a86-fb0a6f03fdca {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-60176255-7ee9-4c44-8a86-fb0a6f03fdca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-a778cf77-5229-4932-ac66-ef095a9455d9 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-a778cf77-5229-4932-ac66-ef095a9455d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a778cf77-5229-4932-ac66-ef095a9455d9.shg-box.shg-c {
  justify-content: center;
}

#s-cc21ecd0-24e2-49ad-8eba-20385e1d4bc4 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-cc21ecd0-24e2-49ad-8eba-20385e1d4bc4 .shogun-heading-component h2 {
  color: rgba(250, 245, 245, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-276d450c-ba8f-4aa8-8eae-cea2e6661d1d {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-87fb3ec8-8a8c-46bb-b80a-2449603dd9c6 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-87fb3ec8-8a8c-46bb-b80a-2449603dd9c6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-87fb3ec8-8a8c-46bb-b80a-2449603dd9c6.shg-box.shg-c {
  justify-content: center;
}

#s-bacbfb32-f0e0-438f-94c3-917d88a0910a {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bacbfb32-f0e0-438f-94c3-917d88a0910a .shogun-heading-component h2 {
  color: rgba(252, 252, 252, 1);
  font-weight:  normal ;
  font-family: Oswald;
  font-style:  normal ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-9cc8cfe4-cb37-4c11-96c1-6cd178faaec1 {
  margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-top: 15px;
padding-left: 30px;
padding-bottom: 15px;
padding-right: 30px;
}

#s-a1c879dd-c805-420c-a956-aa75e9989fd5 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-a1c879dd-c805-420c-a956-aa75e9989fd5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a1c879dd-c805-420c-a956-aa75e9989fd5.shg-box.shg-c {
  justify-content: center;
}

#s-5ab51c0f-8f8a-4f15-9111-67aa05236570 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-5ab51c0f-8f8a-4f15-9111-67aa05236570 {
  
}
}
#s-dd1a65e5-5321-4c93-ad3d-18f8cba82899 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 0%;
padding-bottom: 0%;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(252, 252, 252, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(194, 194, 194, 0);
}

#s-d286ed63-1116-4612-b517-7d2b44450d64 {
  display: none;
}
#s-b450108e-85a1-48cf-be71-568d8b649bae {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-b450108e-85a1-48cf-be71-568d8b649bae .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-b450108e-85a1-48cf-be71-568d8b649bae .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-b450108e-85a1-48cf-be71-568d8b649bae .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-b450108e-85a1-48cf-be71-568d8b649bae .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-b450108e-85a1-48cf-be71-568d8b649bae .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-b450108e-85a1-48cf-be71-568d8b649bae .shg-product-selector-wrapper label:after {
      display: block;
      content: ' ';
      margin-bottom: ;
    }
  

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-product-atc-wrapper {
  position: relative;
}

.shg-product-atc-btn {
  position: relative;
  z-index: 2;
  display: block;
  border: none;
  align-items: normal;
  box-sizing: border-box;
  cursor: pointer;
  transition: opacity 200ms linear;
  opacity: 1;
}

.shg-product-atc-btn-opaque {
  opacity: 0;
}

.shg-product-atc-info-box {
  position: absolute;
  z-index: 1;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  text-align: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.shg-product-atc-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-product-atc-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-f4729db5-52e1-4b65-9069-df9cb7166670 {
  border-style: solid;
margin-top: 5px;
margin-left: 5px;
margin-bottom: 5px;
margin-right: 5px;
padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(0, 0, 0, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(0, 0, 0, 0);
text-align: center;
cursor: pointer;
color: rgba(0, 0, 0, 1);
background-image: none;
hover-type: color;
}
#s-f4729db5-52e1-4b65-9069-df9cb7166670:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-f4729db5-52e1-4b65-9069-df9cb7166670:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-f4729db5-52e1-4b65-9069-df9cb7166670 {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  align-items: normal;
  box-sizing: border-box;
}

#s-f4729db5-52e1-4b65-9069-df9cb7166670.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-f4729db5-52e1-4b65-9069-df9cb7166670.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-f4729db5-52e1-4b65-9069-df9cb7166670.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-f4729db5-52e1-4b65-9069-df9cb7166670.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-1902cc65-5e7f-4d15-a880-7c14f481b370 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-1902cc65-5e7f-4d15-a880-7c14f481b370 {
  
}
}
#s-d8821386-36f6-4033-9ec3-f9cd8a7b0100 {
  min-height: 50px;
}








#s-d8821386-36f6-4033-9ec3-f9cd8a7b0100 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d8821386-36f6-4033-9ec3-f9cd8a7b0100.shg-box.shg-c {
  justify-content: center;
}

#s-d03eea6d-2382-4dc5-b161-0c691349c092 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d03eea6d-2382-4dc5-b161-0c691349c092 {
  
}
}







#s-d03eea6d-2382-4dc5-b161-0c691349c092 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d03eea6d-2382-4dc5-b161-0c691349c092.shg-box.shg-c {
  justify-content: center;
}

#s-0ea839b7-b22e-40ca-a09e-ea80b62d3679 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: left center;
}








#s-0ea839b7-b22e-40ca-a09e-ea80b62d3679 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-0ea839b7-b22e-40ca-a09e-ea80b62d3679.shg-box.shg-c {
  justify-content: center;
}

#s-340d8543-295e-4a2f-8921-2da5620b3889 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-340d8543-295e-4a2f-8921-2da5620b3889"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-b7c0bbb3-09c9-43b4-9b39-92129c597f53 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-b7c0bbb3-09c9-43b4-9b39-92129c597f53 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b7c0bbb3-09c9-43b4-9b39-92129c597f53.shg-box.shg-c {
  justify-content: center;
}

#s-47aacc00-cc8f-4a34-9f9a-fca581d07fab {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-47aacc00-cc8f-4a34-9f9a-fca581d07fab .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-c05e5c65-aa0c-481a-a657-eb4aa1f051c2 {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-5b66cb3c-06f0-4c83-9cf9-c9a91330c555 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-5b66cb3c-06f0-4c83-9cf9-c9a91330c555 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-5b66cb3c-06f0-4c83-9cf9-c9a91330c555.shg-box.shg-c {
  justify-content: center;
}

.shogun-accordion-wrapper .shogun-accordion {
  margin-bottom: 0;
  border-radius: 4px;
}

.shogun-accordion {
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.shogun-accordion-wrapper .shogun-accordion + .shogun-accordion {
  margin-top: 5px;
}

.shogun-accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.shogun-accordion-heading {
  color: #333;
  border-bottom: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor: pointer;
}

.shogun-accordion-title {
  margin: 0 !important;
  padding: 0 !important;
  cursor: pointer;
  text-decoration: none;
  flex: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.shogun-accordion-body {
  display: none;
  opacity: 0;
  transition: opacity 0.5s linear;
}

.shogun-accordion-body.shogun-accordion-active {
  display: block;
  opacity: 1;
  visibility: visible;
}

.shogun-accordion-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1.2em;
}

.shogun-accordion-icon > span {
  transition: 0.3s transform;
  position: absolute;
  right: 0;
  font-size: 1.2em;
}

.shogun-accordion-icon.shogun-icon-chevron > span::after {
  content: "▸";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-chevron
  > span {
  transform: rotate(90deg);
}

.shogun-accordion-icon.shogun-icon-plus > span::after {
  content: "＋";
}

.shogun-accordion.shogun-accordion-active
  > .shogun-accordion-heading
  .shogun-accordion-icon.shogun-icon-plus
  > span {
  transform: rotate(-225deg);
}

#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d {
  
}
}
#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-a8e79011-a6c6-47a0-b4dc-6bd33ee18c0d > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-dfb7cbfc-9b7c-4ec4-ba8f-a815e154b16d"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-84e06a65-d304-4e89-95ad-9f87651685ec {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-84e06a65-d304-4e89-95ad-9f87651685ec .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b5bf8fea-c8a9-4ccf-a361-7582f763e67f {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-b5bf8fea-c8a9-4ccf-a361-7582f763e67f > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5bf8fea-c8a9-4ccf-a361-7582f763e67f.shg-box.shg-c {
  justify-content: center;
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe {
  margin-left: 25px;
margin-right: 25px;
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-83a6a967-fae4-4272-b851-b6d4304957fe > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
.shogun-image-container {
  position: relative;
}

.shogun-image-container.shg-align-left {
  text-align: left;
}

.shogun-image-container.shg-align-center {
  text-align: center;
}

.shogun-image-container.shg-align-right {
  text-align: right;
}

.shogun-image-linked {
  cursor: pointer;
}

.shogun-image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  padding: 20px;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.shogun-image-overlay.shg-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-top-center {
  align-items: flex-start;
  justify-content: center;
}

.shogun-image-overlay.shg-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-middle-left {
  align-items: center;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-middle-center {
  align-items: center;
  justify-content: center;
}

.shogun-image-overlay.shg-middle-right {
  align-items: center;
  justify-content: flex-end;
}

.shogun-image-overlay.shg-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}

.shogun-image-overlay.shg-bottom-center {
  align-items: flex-end;
  justify-content: center;
}

.shogun-image-overlay.shg-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}

.shogun-image-overlay p {
  margin: 0;
  padding: 0;
  line-height: normal;
}

.shogun-image-cover {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
}

.shogun-image-contain {
  font-family: "object-fit: contain;";
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

.shogun-image-link {
  display: block;
  min-height: inherit;
  max-height: inherit;
}

img.shogun-image {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.shogun-image-content {
  display: flex;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.shogun-image-content-linked, .shogun-image-content-not-linked {
  pointer-events: none;
}

.shogun-image-content-not-linked > div {
  pointer-events: auto;
}

.shogun-image-content-linked a,
.shogun-image-content-linked button,
.shogun-image-content-linked iframe,
.shogun-image-content-linked .shg-box-linked {
  pointer-events: auto;
}

.shogun-image-content > div {
  width: 100%;
}

.shogun-image-content-top {
  align-items: flex-start;
}

.shogun-image-content-center {
  align-items: center;
}

.shogun-image-content-bottom {
  align-items: flex-end;
}
#s-bee03484-c7b1-4467-9687-6db6f7264d3e {
  text-align: center;
}




  #s-bee03484-c7b1-4467-9687-6db6f7264d3e img.shogun-image {
    
    width: px;
  }


#s-bee03484-c7b1-4467-9687-6db6f7264d3e .shogun-image-content {
  
    align-items: center;
  
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c {
  margin-left: 25px;
margin-right: 25px;
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-6e97e8d0-dde9-4a23-8b65-d73bb6ad581c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-4c01b3c0-a7c2-497e-9185-afc5e472faec {
  text-align: center;
}




  #s-4c01b3c0-a7c2-497e-9185-afc5e472faec img.shogun-image {
    
    width: px;
  }


#s-4c01b3c0-a7c2-497e-9185-afc5e472faec .shogun-image-content {
  
    align-items: center;
  
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-0d8670f5-1e5f-4e06-9ceb-eba2e0f99549 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1a442177-599e-4b5b-a165-7a773b9dcab0 {
  text-align: center;
}




  #s-1a442177-599e-4b5b-a165-7a773b9dcab0 img.shogun-image {
    
    width: px;
  }


#s-1a442177-599e-4b5b-a165-7a773b9dcab0 .shogun-image-content {
  
    align-items: center;
  
}

#s-96c88f9a-a26f-4fda-949a-edfc27fc06f7 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-141025fa-68f9-4e27-9309-bd69d79d6757 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-31261553-8f72-4b1f-8661-426016cc317c {
  margin-top: 5px;
margin-left: 10px;
margin-bottom: 5px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-1a851a84-1822-4493-bb3c-27219e0ae651 {
  min-height: 50px;
}








#s-1a851a84-1822-4493-bb3c-27219e0ae651 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1a851a84-1822-4493-bb3c-27219e0ae651.shg-box.shg-c {
  justify-content: center;
}

#s-4da50a27-25b9-417c-8c94-2e3351deeff7 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-4da50a27-25b9-417c-8c94-2e3351deeff7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-ae24ccfc-0f43-472f-b8cb-c753a7d4e326 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-9767e069-cdfb-42eb-adec-683373a2131c {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-5bff869b-05d8-4b6b-a23d-7fa120b4ffae {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-5bff869b-05d8-4b6b-a23d-7fa120b4ffae img.shogun-image {
    
    width: px;
  }


#s-5bff869b-05d8-4b6b-a23d-7fa120b4ffae .shogun-image-content {
  
    align-items: center;
  
}

#s-b38eb06d-e5ed-4df7-8f50-f4324138180c {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-88ba1e62-0b61-4fc2-b72b-662bc2175e5b {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-943ebee2-deaa-4a91-8294-be0b20e115e8 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-943ebee2-deaa-4a91-8294-be0b20e115e8 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-943ebee2-deaa-4a91-8294-be0b20e115e8.shg-box.shg-c {
  justify-content: flex-start;
}

#s-07ea641c-8d49-4487-9364-57cc91758287 {
  min-height: 50px;
}








#s-07ea641c-8d49-4487-9364-57cc91758287 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-07ea641c-8d49-4487-9364-57cc91758287.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-df0abe3a-67a5-4f0e-b79e-9649c58d4bd3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 {
  
}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-b1d3f736-35b9-4d7a-a193-ca769593b0a9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
.shogun-form > div {
  padding: 0 0 1em;
}

.shogun-form small {
  color: red;
  display: none;
}

.shogun-form input,
textarea {
  margin: 0;
}

.required-field::after {
  color: red;
  content: "*";
  margin-right: 4px;
}

.shogun-success-alert {
  background-color: #dff0d8;
  color: #3c763d;
  border-color: #d6e9c6;
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
  min-height: 55px;
  display: none;
}

.shogun-form input,
.shogun-form textarea {
  width: 100%;
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-79f4fbf9-fa90-409d-805f-70d9af6702a0 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-c2a16e98-d6d4-47e9-8f68-f0caebae51b5 {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

@media (min-width: 0px) {
[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-5ad403f9-ee2f-423e-8357-fb2b94f19a38"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b7c30cf1-b28d-4612-8f27-513778abd02f {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-b7c30cf1-b28d-4612-8f27-513778abd02f img.shogun-image {
    
    width: px;
  }


#s-b7c30cf1-b28d-4612-8f27-513778abd02f .shogun-image-content {
  
    align-items: center;
  
}

#s-c0d2d959-7354-416d-849e-8b8f546e6203 {
  margin-top: 10px;
margin-left: 20px;
margin-bottom: 10px;
margin-right: 20px;
padding-left: 10px;
padding-right: 10px;
min-height: 50px;
background-color: rgba(126, 126, 126, 0.14);
}








#s-c0d2d959-7354-416d-849e-8b8f546e6203 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c0d2d959-7354-416d-849e-8b8f546e6203.shg-box.shg-c {
  justify-content: center;
}

#s-662a5eec-1035-4744-bf4b-4b8f1b6a7c16 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-662a5eec-1035-4744-bf4b-4b8f1b6a7c16 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-bfae12a8-69d2-489b-a694-249bc37d4d27 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-10fd8312-b1da-4ee1-a937-096394681f9c {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-10fd8312-b1da-4ee1-a937-096394681f9c .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-719b90d3-115f-4331-9310-84b9b916db01 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-719b90d3-115f-4331-9310-84b9b916db01"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-38e15e9a-8c51-4c9d-adec-fdbedfeda095 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-38e15e9a-8c51-4c9d-adec-fdbedfeda095 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-51ca3ac5-fcd7-4526-ab9e-2847b9b43ff2 {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

.shg-btn.shg-cse, .shg-btn.shg-cse:hover, .shg-btn.shg-cse:focus {
  color: #FFF;
}

.shg-btn {
  cursor: pointer;
  box-sizing: border-box;
}

.shg-btn.shg-btn-stretch {
  display: block;
}

.shg-btn:not(.shg-btn-stretch) {
  display: inline-block;
}

.shg-btn-wrapper.shg-align-left {
  text-align: left;
}

.shg-btn-wrapper.shg-align-center {
  text-align: center;
}

.shg-btn-wrapper.shg-align-right {
  text-align: right;
}

#s-5cae7da1-44f4-451d-bff3-0bf3986ccb8b {
  border-style: solid;
margin-top: 5px;
margin-left: 1px;
margin-bottom: 10px;
margin-right: 1px;
padding-top: 5px;
padding-left: 5px;
padding-bottom: 5px;
padding-right: 5px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(98, 96, 96, 1);
border-radius: 4px;
text-align: center;
background-color: rgba(255, 255, 255, 1);
text-decoration: none;
background-image: none;
hover-type: color;
}
#s-5cae7da1-44f4-451d-bff3-0bf3986ccb8b:hover {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-5cae7da1-44f4-451d-bff3-0bf3986ccb8b:active {background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}


#s-5cae7da1-44f4-451d-bff3-0bf3986ccb8b.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-902bb3ee-1fab-4ba8-9e7a-f5bee3e70564 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-902bb3ee-1fab-4ba8-9e7a-f5bee3e70564 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-38b0e812-3187-4bdf-846a-20956e544a76 {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-922a4e2c-bd01-4d4b-b173-930e0cbbce5f {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-5a9ec7c5-09ae-402e-baf4-8479e249dc57 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-5a9ec7c5-09ae-402e-baf4-8479e249dc57 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-5a9ec7c5-09ae-402e-baf4-8479e249dc57.shg-box.shg-c {
  justify-content: flex-start;
}

#s-7539a2a7-6cf7-422f-9310-b948704c83ac {
  min-height: 50px;
}








#s-7539a2a7-6cf7-422f-9310-b948704c83ac > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-7539a2a7-6cf7-422f-9310-b948704c83ac.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-757e0183-8816-45ef-bf96-45f72c824c9f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 {
  
}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-483aa275-218a-4496-96f5-0bbf95afdaf6 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-014f2df8-bed1-43a1-8b05-dc3658a899a7 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-990d5625-0d08-4027-b56b-5cfb5326029a {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

#s-e1bbf46d-afdc-4c84-ae87-37b149c0ead1 {
  background-repeat: no-repeat;
background-size: cover;
margin-bottom: 10px;
padding-top: 10px;
padding-left: 0px;
padding-bottom: 10px;
padding-right: 0px;
min-height: 50px;
background-position: center center;
}








#s-e1bbf46d-afdc-4c84-ae87-37b149c0ead1 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-e1bbf46d-afdc-4c84-ae87-37b149c0ead1.shg-box.shg-c {
  justify-content: flex-start;
}

#s-747e8978-9ee8-486d-b33f-8dbb612a772b {
  min-height: 50px;
}








#s-747e8978-9ee8-486d-b33f-8dbb612a772b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-747e8978-9ee8-486d-b33f-8dbb612a772b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-3b60872f-55cb-418f-8101-0795bf4ac157"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-f7d754f7-a918-488a-84d6-b92ade653826 {
  
}

#s-f7d754f7-a918-488a-84d6-b92ade653826 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-f7d754f7-a918-488a-84d6-b92ade653826 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-f7d754f7-a918-488a-84d6-b92ade653826 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-f7d754f7-a918-488a-84d6-b92ade653826 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(255, 255, 255, 0);
  border-top: 1px solid rgba(255, 255, 255, 0);
}

#s-f7d754f7-a918-488a-84d6-b92ade653826 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: center;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 20px;
}

#s-f7d754f7-a918-488a-84d6-b92ade653826 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-acd4475e-19ab-4abf-96f6-bc7678c15264 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-acd4475e-19ab-4abf-96f6-bc7678c15264 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-acd4475e-19ab-4abf-96f6-bc7678c15264 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-acd4475e-19ab-4abf-96f6-bc7678c15264 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-acd4475e-19ab-4abf-96f6-bc7678c15264 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-acd4475e-19ab-4abf-96f6-bc7678c15264 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-acd4475e-19ab-4abf-96f6-bc7678c15264 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-1694eb98-0250-4fde-b202-8b55f5b52dbd {
  border-style: solid;
margin-top: 10px;
margin-left: 10px;
margin-bottom: 10px;
margin-right: 10px;
padding-left: 30px;
padding-right: 30px;
border-top-width: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 2px;
background-color: rgba(5, 3, 3, 0.45);
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 {
  margin-left: 25px;
margin-right: 25px;
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d930d112-b25c-4601-ab8c-bec7aba1fbb5 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-cdcc9711-01de-483f-89ce-59daf0437f1c {
  text-align: center;
}




  #s-cdcc9711-01de-483f-89ce-59daf0437f1c img.shogun-image {
    
    width: px;
  }


#s-cdcc9711-01de-483f-89ce-59daf0437f1c .shogun-image-content {
  
    align-items: center;
  
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 {
  margin-left: 25px;
margin-right: 25px;
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-43654b0a-3250-40ea-a43e-b6ac59637b85 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-3910b158-3899-44d6-9aba-08ce06e4337f {
  text-align: center;
}




  #s-3910b158-3899-44d6-9aba-08ce06e4337f img.shogun-image {
    
    width: px;
  }


#s-3910b158-3899-44d6-9aba-08ce06e4337f .shogun-image-content {
  
    align-items: center;
  
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: ;
  font-weight: ;
  font-style: ;
  font-size: 16px;
}

#s-d4ade20c-374e-4538-8132-1630b8c14368 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-200a3844-853f-44ce-a383-2edb1d3e5a35 {
  text-align: center;
}




  #s-200a3844-853f-44ce-a383-2edb1d3e5a35 img.shogun-image {
    
    width: px;
  }


#s-200a3844-853f-44ce-a383-2edb1d3e5a35 .shogun-image-content {
  
    align-items: center;
  
}

#s-83ff1dc4-72d2-4617-a092-424009b512c7 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-83ff1dc4-72d2-4617-a092-424009b512c7:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-83ff1dc4-72d2-4617-a092-424009b512c7:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-83ff1dc4-72d2-4617-a092-424009b512c7-btn-wrapper {
    text-align: center;
  }


#s-83ff1dc4-72d2-4617-a092-424009b512c7.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-0a0441fb-e266-4fa6-9d2b-cbc0447e13d7 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-0a0441fb-e266-4fa6-9d2b-cbc0447e13d7 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-81937494-6c64-4e50-b9d0-c1321ad1fab7 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-81937494-6c64-4e50-b9d0-c1321ad1fab7"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-3a71f8ac-e35c-4693-977d-5210c1e3ae22 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-3a71f8ac-e35c-4693-977d-5210c1e3ae22 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3a71f8ac-e35c-4693-977d-5210c1e3ae22.shg-box.shg-c {
  justify-content: center;
}

#s-87afdcfe-66e9-4f86-84ba-f0a68d946e2c {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-5482680a-37ec-4747-b561-d6b3af30cd91 {
  min-height: 50px;
}








#s-5482680a-37ec-4747-b561-d6b3af30cd91 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5482680a-37ec-4747-b561-d6b3af30cd91.shg-box.shg-c {
  justify-content: center;
}

#s-71607d24-9573-49e9-ac23-d33c9c8e7f28 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-71607d24-9573-49e9-ac23-d33c9c8e7f28 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-71607d24-9573-49e9-ac23-d33c9c8e7f28.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2033b1bd-9f1b-4222-a6b2-2e84694cdef9 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-ff678f96-d2f6-4ada-9ccf-e1527908506c {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-ff678f96-d2f6-4ada-9ccf-e1527908506c > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ff678f96-d2f6-4ada-9ccf-e1527908506c.shg-box.shg-c {
  justify-content: center;
}

#s-29206cf0-2f44-4221-8331-f7d6efb69166 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-1bfc13f1-816a-4428-995b-0642e1d6e24f {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1bfc13f1-816a-4428-995b-0642e1d6e24f"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5d89ab69-cd36-4bc0-af11-bd911a55b22e {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 5%;
padding-bottom: 5%;
padding-right: 5%;
}

#s-0036d579-a2d3-4602-b6ec-067daf169df4 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-0036d579-a2d3-4602-b6ec-067daf169df4 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-832083ca-1082-4b0a-8bec-f40570378c80 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-832083ca-1082-4b0a-8bec-f40570378c80"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-aa69b733-3ad9-4e98-a46a-7009a035a8bc {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-aa69b733-3ad9-4e98-a46a-7009a035a8bc > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-aa69b733-3ad9-4e98-a46a-7009a035a8bc.shg-box.shg-c {
  justify-content: flex-start;
}

#s-1916ce04-8066-40de-92d2-5713303947ac {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-ed75950d-4978-4d2a-bee4-b63285d3f417 {
  min-height: 50px;
}








#s-ed75950d-4978-4d2a-bee4-b63285d3f417 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed75950d-4978-4d2a-bee4-b63285d3f417.shg-box.shg-c {
  justify-content: center;
}

#s-13231134-b98c-431c-87e7-b81b2451cbd8 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-13231134-b98c-431c-87e7-b81b2451cbd8 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-13231134-b98c-431c-87e7-b81b2451cbd8.shg-box.shg-c {
  justify-content: flex-end;
}

#s-2bf42bd8-4f87-4696-b2b5-1cf47e14b248 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-15b0bc5e-ac4f-4982-9877-d83f24d3e9df {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: left center;
}








#s-15b0bc5e-ac4f-4982-9877-d83f24d3e9df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-15b0bc5e-ac4f-4982-9877-d83f24d3e9df.shg-box.shg-c {
  justify-content: center;
}

#s-64df86d8-435e-4f31-94d8-85104e15ac47 {
  margin-top: 80px;
margin-bottom: 80px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1dd6b3a8-503e-47ee-abb9-c1bf22a1d95b"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8cfc60be-b9a4-4620-b89d-23e6d9616c4c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
padding-top: 5%;
padding-left: 15%;
padding-bottom: 5%;
padding-right: 15%;
}

#s-1f7bf25d-0d31-474b-a7f2-935f02807c08 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-1f7bf25d-0d31-474b-a7f2-935f02807c08 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-91ec09d2-9ab2-4ac5-bf75-93d26e15ce02 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-91ec09d2-9ab2-4ac5-bf75-93d26e15ce02 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91ec09d2-9ab2-4ac5-bf75-93d26e15ce02.shg-box.shg-c {
  justify-content: center;
}

#s-1b74394d-a44c-4fad-8a98-63ae05eda6ab {
  background-image: url(https://i.shgcdn.com/7b38f457-0394-41b0-8f3e-12436a1fcf8a/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
min-height: 400px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-1b74394d-a44c-4fad-8a98-63ae05eda6ab"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-3ca7d16f-029c-44c5-9758-a875b9df75de {
  min-height: 400px;
}








#s-3ca7d16f-029c-44c5-9758-a875b9df75de > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3ca7d16f-029c-44c5-9758-a875b9df75de.shg-box.shg-c {
  justify-content: center;
}

#s-5a19bb8f-8af0-45ef-90d7-a133475c41e2 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-5a19bb8f-8af0-45ef-90d7-a133475c41e2 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-5a19bb8f-8af0-45ef-90d7-a133475c41e2 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-5a19bb8f-8af0-45ef-90d7-a133475c41e2 {
  
}
}@media (max-width: 767px){#s-5a19bb8f-8af0-45ef-90d7-a133475c41e2 {
  
}
}
#s-e8a19100-26f7-48ce-b097-49f2a113a13c {
  background-image: url(https://i.shgcdn.com/830ab74f-1276-417d-ab24-46af38d67d64/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: left center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-e8a19100-26f7-48ce-b097-49f2a113a13c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-16c6eda1-3010-4dc7-8377-67daae7d3fe3 {
  min-height: 400px;
}








#s-16c6eda1-3010-4dc7-8377-67daae7d3fe3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-16c6eda1-3010-4dc7-8377-67daae7d3fe3.shg-box.shg-c {
  justify-content: center;
}

#s-e4a10130-2c47-4eec-8d49-fee1b7839329 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-e4a10130-2c47-4eec-8d49-fee1b7839329 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-e4a10130-2c47-4eec-8d49-fee1b7839329 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-e4a10130-2c47-4eec-8d49-fee1b7839329 {
  
}
}@media (max-width: 767px){#s-e4a10130-2c47-4eec-8d49-fee1b7839329 {
  
}
}
#s-4ec76698-c043-45dc-b046-90f68b7150fc {
  background-image: url(https://i.shgcdn.com/50bb8803-29ba-45ec-b1d3-d77a16142535/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
background-position: right center;
opacity: 0.99;
}

@media (min-width: 0px) {
[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-4ec76698-c043-45dc-b046-90f68b7150fc"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5330a4f2-3f01-4881-a42b-a127a3884a11 {
  min-height: 400px;
}








#s-5330a4f2-3f01-4881-a42b-a127a3884a11 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5330a4f2-3f01-4881-a42b-a127a3884a11.shg-box.shg-c {
  justify-content: center;
}

#s-a779646a-bdd4-4f17-a6d1-005c3ff02592 {
  border-style: solid;
margin-top: 20px;
margin-left: 15%;
margin-bottom: 20px;
margin-right: 15%;
padding-top: 20px;
padding-left: 10px;
padding-bottom: 20px;
padding-right: 10px;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-a779646a-bdd4-4f17-a6d1-005c3ff02592 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a779646a-bdd4-4f17-a6d1-005c3ff02592 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a779646a-bdd4-4f17-a6d1-005c3ff02592 {
  
}
}@media (max-width: 767px){#s-a779646a-bdd4-4f17-a6d1-005c3ff02592 {
  
}
}
#s-25f01fb7-f7b3-45e4-b5f2-a69d3ff59a59 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-25f01fb7-f7b3-45e4-b5f2-a69d3ff59a59 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-25f01fb7-f7b3-45e4-b5f2-a69d3ff59a59.shg-box.shg-c {
  justify-content: center;
}

#s-034962cc-7a55-45c4-bce2-5c218d448498 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-034962cc-7a55-45c4-bce2-5c218d448498"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-bde34be0-4a3c-42d8-9f63-535f2eaae681 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-bde34be0-4a3c-42d8-9f63-535f2eaae681 .shogun-heading-component h2 {
  color: rgba(255, 255, 255, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 25px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-61dacb9d-9e06-4307-abee-ce1d784ebae4 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-61dacb9d-9e06-4307-abee-ce1d784ebae4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-61dacb9d-9e06-4307-abee-ce1d784ebae4.shg-box.shg-c {
  justify-content: center;
}

#s-53275084-6aeb-4206-a806-e6773b3f1dbb {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-53275084-6aeb-4206-a806-e6773b3f1dbb > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-53275084-6aeb-4206-a806-e6773b3f1dbb.shg-box.shg-c {
  justify-content: center;
}

#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 {
  
}
}
#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-7dd6c94d-04d8-4f91-80c2-5bd3257d9025 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-1603cde2-12ee-469f-a44f-56871f2b5da0 {
  
}

@media (min-width: 0px) {
[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-1603cde2-12ee-469f-a44f-56871f2b5da0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-4210fac2-5415-4a0d-9f98-8864f34400a2 {
  text-align: center;
}




  #s-4210fac2-5415-4a0d-9f98-8864f34400a2 img.shogun-image {
    
    width: px;
  }


#s-4210fac2-5415-4a0d-9f98-8864f34400a2 .shogun-image-content {
  
    align-items: center;
  
}

#s-da70c730-142c-48e2-8196-a2dd965d0c26 {
  min-height: 50px;
}








#s-da70c730-142c-48e2-8196-a2dd965d0c26 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-da70c730-142c-48e2-8196-a2dd965d0c26.shg-box.shg-c {
  justify-content: center;
}

#s-bd61b112-105a-48c6-92b6-020c43fa0576 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-eab75577-a187-4239-9e53-ba6ab8d41330 {
  
}

@media (min-width: 0px) {
[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-eab75577-a187-4239-9e53-ba6ab8d41330"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-5ccc4190-2029-40e7-988a-ef2dec412e57 {
  min-height: 50px;
}








#s-5ccc4190-2029-40e7-988a-ef2dec412e57 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5ccc4190-2029-40e7-988a-ef2dec412e57.shg-box.shg-c {
  justify-content: center;
}

#s-2b95f52c-564e-486c-9780-eb0de1afd1b0 {
  
}

@media (min-width: 0px) {
[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-2b95f52c-564e-486c-9780-eb0de1afd1b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-25f5be76-c96b-4cb3-aaee-ec80ca80f9e1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-925ef6c3-99da-46b1-a781-27e84ff5bbb9 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-921a458b-6124-43d9-bda1-fdacc3fd5b88 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
max-width: 1200px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-921a458b-6124-43d9-bda1-fdacc3fd5b88 .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-category-grid {
  margin: -20px 0;
}

.shg-category-row,
.shg-category-row-hor {
  display: flex;
  margin: 20px 0;
}

.shg-category-col,
.shg-category-col-1 {
  flex: 1;
  padding: 0 10px;
}

.shg-category-col:last-child {
  padding-right: 0;
}

.shg-category-col:first-child {
  padding-left: 0;
}

.shg-category-col-2 {
  flex: 2;
  padding: 0 20px;
}

.shg-category-col-3 {
  flex: 3;
  padding: 0 30px;
}

.shg-category-col-4 {
  flex: 4;
  padding: 0 40px;
}

.shg-category-col-5 {
  flex: 5;
  padding: 0 50px;
}

@media (max-width: 768px) {
  .shg-category-row.stacked {
    display: block;
  }

  .shg-category-row .shg-category-col {
    padding: 20px 0;
  }

  .shg-category-row .shg-category-col:first-child {
    padding-top: 0;
  }

  .shg-category-row .shg-category-col:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 480px) {
  .shg-category-row-hor {
    display: flex;
    flex-wrap: wrap;
  }

  .shg-category-row-hor .shg-category-col,
  .shg-category-row-hor .shg-category-col:first-child,
  .shg-category-row-hor .shg-category-col:last-child {
    min-width: 50%;
    max-width: 50%;
    padding-top: 0;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
  }
}

#s-780097be-2e7f-437b-be6f-a12cff1b712d {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-63c6a043-d39f-4337-ba4a-15e805f69d29 {
  display: none;
}
.shg-product-image-wrapper img.shogun-image,
.shogun-component img.shogun-image {
  display: inline-block;
  vertical-align: middle;
}

.shg-product-image-wrapper img.shogun-image {
  width: 100%;
}

.shg-product-img-placeholder img {
  padding: 3rem;
  background: rgba(0, 0, 0, 0.1);
}

.shg-product-image-wrapper {
  display: none;
  position: relative;
  width: 100%;
}

.shg-product-image-wrapper.visible {
  display: inline-block;
}

.shg-product-image-wrapper .shg-product-image-wrapper a {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

.shg-product-image-wrapper .shg-image-zoom {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 100%;
  min-height: 100%;
}

.shg-c.shg-align-center .shg-image-zoom {
  margin: 0 auto;
}

.shg-c.shg-align-right .shg-image-zoom {
  margin-left: auto;
}

.shg-image-zoom .shg-image-zoom-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: transform 0.5s ease-out;
  transform: scale(1);
}

/**
  Fix for IE11, as min-width does not works there.
**/
@media screen\0 {
  .shg-product-image-wrapper > .shogun-image {
    width: 100%;
  }
}

#s-fd060d0a-e297-4825-b317-440330117094 {
  text-align: left;
}


.shg-c#s-fd060d0a-e297-4825-b317-440330117094 {
  max-width: 100%;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom,
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 {
  max-width: 100%;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom,
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 {
  max-width: 100%;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom,
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 {
  max-width: 100%;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom,
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 {
  max-width: 100%;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom,
.shg-c#s-fd060d0a-e297-4825-b317-440330117094 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fd060d0a-e297-4825-b317-440330117094 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
.shg-product-title-component h1,
.shg-product-title-component h2,
.shg-product-title-component h3,
.shg-product-title-component h4,
.shg-product-title-component h5,
.shg-product-title-component h6 {
  margin: 0;
  padding: 0;
  display: block;
  color: #000;
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}

.shg-product-title-component a {
  text-decoration: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
}

#s-332cc44b-cfbd-49ec-b748-2bb0613e3ab1 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-332cc44b-cfbd-49ec-b748-2bb0613e3ab1 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-83cd4e26-41f0-4590-b5db-b1b6199c866b {
  display: none;
}
#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be {
  text-align: left;
}


.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be {
  max-width: 100%;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom,
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be {
  max-width: 100%;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom,
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be {
  max-width: 100%;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom,
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be {
  max-width: 100%;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom,
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be {
  max-width: 100%;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom,
.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-dd9fa3ed-6fc8-4a89-8493-08716254a9be .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-7bff0e30-d697-45d9-a82c-00a8f88fd032 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-7bff0e30-d697-45d9-a82c-00a8f88fd032 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-7660f800-13b9-4aae-9b72-02c4dff16f60 {
  display: none;
}
#s-6dc4758f-c787-4471-8ede-91c68307803f {
  text-align: left;
}


.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f {
  max-width: 100%;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom,
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f {
  max-width: 100%;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom,
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f {
  max-width: 100%;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom,
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f {
  max-width: 100%;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom,
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f {
  max-width: 100%;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom,
.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-6dc4758f-c787-4471-8ede-91c68307803f .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-adfc1973-b972-4e7e-8898-7c9d4dd55487 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-adfc1973-b972-4e7e-8898-7c9d4dd55487 .shg-product-title-component h2 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
}

#s-0ecf0254-98fd-4651-91a0-f6820ddbc6de {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-0ecf0254-98fd-4651-91a0-f6820ddbc6de .shogun-heading-component h2 {
  color: rgba(0, 0, 0, 1);
  font-weight:  500 ;
  font-family: Oswald;
  font-style:   ;
  font-size: 24px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-d248299a-7bc1-42bd-8284-c43d199e2a37 {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-d248299a-7bc1-42bd-8284-c43d199e2a37 > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-d248299a-7bc1-42bd-8284-c43d199e2a37.shg-box.shg-c {
  justify-content: center;
}

#s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-2081f8c9-17e0-4871-ab2d-13a1f5f6d5b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-116b76d0-af96-43d6-88a1-3d1f828567f3 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-116b76d0-af96-43d6-88a1-3d1f828567f3 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-116b76d0-af96-43d6-88a1-3d1f828567f3.shg-box.shg-c {
  justify-content: center;
}

#s-75dd3f75-5251-4cd0-943f-152a3edc3f90 {
  margin-top: 10px;
margin-left: auto;
margin-bottom: 10px;
margin-right: auto;
padding-top: 0px;
padding-left: 0px;
padding-bottom: 0px;
padding-right: 0px;
min-height: 50px;
max-width: 1200px;
background-color: rgba(255, 255, 255, 0);
}








#s-75dd3f75-5251-4cd0-943f-152a3edc3f90 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-75dd3f75-5251-4cd0-943f-152a3edc3f90.shg-box.shg-c {
  justify-content: center;
}

#s-cae63ecd-2615-4321-b170-3e29128568be {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-cae63ecd-2615-4321-b170-3e29128568be {
  
}
}
#s-cae63ecd-2615-4321-b170-3e29128568be > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-cae63ecd-2615-4321-b170-3e29128568be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-cae63ecd-2615-4321-b170-3e29128568be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-cae63ecd-2615-4321-b170-3e29128568be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-cae63ecd-2615-4321-b170-3e29128568be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-title {
  color: rgba(106, 108, 109, 1);
  text-align: left;
  font-family: Oswald;
  font-weight: ;
  font-style: ;
  font-size: 22px;
}

#s-cae63ecd-2615-4321-b170-3e29128568be > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-464db279-4e66-4a09-b2f3-46b1aa3e0134 {
  min-height: 50px;
}








#s-464db279-4e66-4a09-b2f3-46b1aa3e0134 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-464db279-4e66-4a09-b2f3-46b1aa3e0134.shg-box.shg-c {
  justify-content: center;
}

#s-a32f3af1-dbd7-4041-aa8c-effa1ed845be {
  border-style: solid;
border-top-width: 0px;
border-left-width: 0px;
border-bottom-width: 0px;
border-right-width: 0px;
border-color: #000;
border-style: solid;
border-radius: 2px;
}

@media (min-width: 0px) {
[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-a32f3af1-dbd7-4041-aa8c-effa1ed845be"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-9b2df235-0509-4567-8756-cac453420d37 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-67032da4-47a5-45a0-aa4b-8259ddcf20a1 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-038ba012-867c-4a2f-93d5-858aec2fab31 {
  
}

@media (min-width: 0px) {
[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-038ba012-867c-4a2f-93d5-858aec2fab31"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c6933f0e-b989-46e5-aa0b-67eeb2b71cc0 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-613a35a7-5520-408f-b3d9-83b71cd4fc55 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-c1896c5a-6386-4a9c-8b46-17c77cc55e72 {
  margin-top: 0px;
margin-left: 0px;
margin-bottom: 0px;
margin-right: 0px;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
text-align: center;
}




  #s-c1896c5a-6386-4a9c-8b46-17c77cc55e72 img.shogun-image {
    
    width: px;
  }


#s-c1896c5a-6386-4a9c-8b46-17c77cc55e72 .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-7b761ef8-c078-42a8-892c-08b8fed32a06 {
  border-style: solid;
margin-left: 10px;
margin-right: 10px;
padding-top: 10px;
padding-left: 30px;
padding-bottom: 10px;
padding-right: 30px;
border-top-width: 2px;
border-left-width: 2px;
border-bottom-width: 2px;
border-right-width: 2px;
border-color: rgba(255, 255, 255, 1);
border-style: solid;
border-radius: 0px;
background-color: rgba(3, 3, 3, 0);
text-align: center;
text-decoration: none;
letter-spacing: 2px;
background-image: none;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-7b761ef8-c078-42a8-892c-08b8fed32a06:hover {background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-7b761ef8-c078-42a8-892c-08b8fed32a06:active {background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
background-image: none !important;
hover-type: color !important;}

  #s-7b761ef8-c078-42a8-892c-08b8fed32a06-btn-wrapper {
    text-align: center;
  }


#s-7b761ef8-c078-42a8-892c-08b8fed32a06.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

/*
  $vgutter : 20px
  $hgutter : 10px;
*/

.shg-c:before,
.shg-c:after {
  content: " ";
  display: table;
}

/**
  Ref:
  https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Positioning/Understanding_z_index/The_stacking_context
  https://dnf.slack.com/archives/C0514HB79/p1538741509000100
**/
.shogun-root {
  z-index: 1;
  position: relative;
  isolation: isolate;
}

.shogun-root iframe {
  display: initial;
}

@media (max-width: 1024px) {
  .shg-c,
  .shg-box {
    background-attachment: scroll !important;
  }
}

@media only screen
  and (min-width: 1024px) and (max-height: 1366px)
  and (-webkit-min-device-pixel-ratio: 1.5) and (hover: none)
  and (orientation: landscape) {
  .shg-box {
    background-attachment: scroll !important;
  }
}

#mc_embed_signup .clear {
  width: auto !important;
  height: auto !important;
  visibility: visible !important;
}

.shg-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.shogun-image {
  max-width: 100%;
  min-height: inherit;
  max-height: inherit;
  display: inline !important;
  border: 0;
  vertical-align: middle;
}

.shg-fw {
  margin-left: calc(50% - 50vw);
  width: 100vw;
}

.shg-fw .shg-fw {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

div[data-shg-lightbox-switch] {
  cursor: pointer;
}

.shg-lightbox {
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.85);
}

.shg-lightbox.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  text-align: center;
}

.shg-lightbox .shg-lightbox-close {
  position: absolute;
  right: 0;
  padding: 5px 0;
  color: #fff;
  font-size: 45px;
  margin-right: 10px;
  line-height: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  z-index: 1;
}

.shg-lightbox .shg-lightbox-image-container {
  padding: 25px;
}

.shg-lightbox .shg-lightbox-image {
  margin: auto;
  max-height: 90vh;
  max-width: 100%;
}

.shg-lightbox .shg-lightbox-close:hover,
.shg-lightbox .shg-lightbox-close:focus {
  color: #a2a2a2;
  text-decoration: none;
  cursor: pointer;
}

.shg-lightbox .shg-lightbox-nav {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(0%, -50%);
  z-index: 1;
}

.shg-lightbox .shg-lightbox-nav.hidden {
  display: none !important;
}

.shg-lightbox .shg-lightbox-nav.shg-nav-left {
  left: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMjAzIDU0NHEwIDEzLTEwIDIzbC0zOTMgMzkzIDM5MyAzOTNxMTAgMTAgMTAgMjN0LTEwIDIzbC01MCA1MHEtMTAgMTAtMjMgMTB0LTIzLTEwbC00NjYtNDY2cS0xMC0xMC0xMC0yM3QxMC0yM2w0NjYtNDY2cTEwLTEwIDIzLTEwdDIzIDEwbDUwIDUwcTEwIDEwIDEwIDIzeiIvPjwvc3ZnPg==);
}

.shg-lightbox .shg-lightbox-nav.shg-nav-right {
  right: 0;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHdpZHRoPSIxNzkyIiBoZWlnaHQ9IjE3OTIiIHZpZXdCb3g9IjAgMCAxNzkyIDE3OTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0id2hpdGUiPjxwYXRoIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+);
}

@media screen and (min-width: 769px) {
  .shg-lightbox .shg-lightbox-image-container {
    padding: 50px;
  }
}

.shogun-lazyload:not([src]),
.shogun-lazyloading:not([src]) {
	opacity: 0;
}
.shogun-lazyloaded {
	opacity: 1;
	transition: opacity 300ms;
}
