.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-c8b49654-69b0-4a1b-b14e-d7055b39c2d6 {
  min-height: 50px;
background-color: rgba(224, 224, 224, 1);
}








#s-c8b49654-69b0-4a1b-b14e-d7055b39c2d6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-c8b49654-69b0-4a1b-b14e-d7055b39c2d6.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-a60b86d2-6d3d-46cc-ad4a-32196c354e62 {
  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-196f97bf-6676-458a-ace8-a73b6ea286b4 {
  min-height: 50px;
}








#s-196f97bf-6676-458a-ace8-a73b6ea286b4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-196f97bf-6676-458a-ace8-a73b6ea286b4.shg-box.shg-c {
  justify-content: center;
}

#s-b7e29f1c-3f54-44a1-ba2a-4130668cb9e5 {
  background-image: url(https://i.shgcdn.com/317d84af-d227-41ea-9e00-3b8f64bab5f2/-/format/auto/-/preview/3000x3000/-/quality/lighter/);
background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
background-attachment: scroll;
}








#s-b7e29f1c-3f54-44a1-ba2a-4130668cb9e5 > .shg-box-overlay {
  background-color: rgba(105, 105, 105, 1);
  opacity: 0.5;
}#s-b7e29f1c-3f54-44a1-ba2a-4130668cb9e5.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-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-aa5243a2-3994-4672-8733-3bfeb73699b0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-81434d93-c147-4cb3-9897-165a26978314 {
  min-height: 50px;
}








#s-81434d93-c147-4cb3-9897-165a26978314 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-81434d93-c147-4cb3-9897-165a26978314.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-d5b77481-2bf6-4bb3-97d7-ca303ff0815d {
  padding-left: 10px;
padding-right: 10px;
text-align: right;
background-color: rgba(255, 255, 255, 0);
}

#s-d5b77481-2bf6-4bb3-97d7-ca303ff0815d .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-957c60e0-637d-4301-aada-a4b8ca454b5c {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-573008b5-bfec-46e2-9070-32140fb7398c {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-573008b5-bfec-46e2-9070-32140fb7398c"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-ec60d6a0-f81e-4cad-9461-5cfea065a6e8 {
  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-bbde6054-9269-4427-979a-986d3754dec4 {
  background-repeat: no-repeat;
background-size: cover;
margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
background-position: center center;
}








#s-bbde6054-9269-4427-979a-986d3754dec4 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bbde6054-9269-4427-979a-986d3754dec4.shg-box.shg-c {
  justify-content: center;
}

#s-8c029c20-0679-4005-a9f8-187c3da02a66 {
  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-8c029c20-0679-4005-a9f8-187c3da02a66 .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-d7e9bb02-d027-48ef-a48c-07f532b8c8b2 {
  margin-left: auto;
margin-right: auto;
padding-left: 5%;
padding-right: 5%;
max-width: 1200px;
}

#s-d1a8c3e1-702b-456f-b06f-9b049f4ad87a {
  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-d1a8c3e1-702b-456f-b06f-9b049f4ad87a {
  
}
}
#s-d1a8c3e1-702b-456f-b06f-9b049f4ad87a .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-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147 {
  margin-left: auto;
margin-right: auto;
padding-left: 20px;
padding-right: 20px;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 992px) {
[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 5.0px);
}

}

@media (min-width: 1200px) {
[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 5.0px);
}

[id="s-7e6cc61f-5b42-42f8-a5d1-ae9aec01f147"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 5.0px);
}

}

#s-8879e448-61e8-48b4-9b76-b81c19591880 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-8879e448-61e8-48b4-9b76-b81c19591880 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-8879e448-61e8-48b4-9b76-b81c19591880.shg-box.shg-c {
  justify-content: center;
}

#s-e9aae97f-b2a1-45e3-b5de-63869e4bcf4b {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-e9aae97f-b2a1-45e3-b5de-63869e4bcf4b .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-2064edbb-58ab-4909-876c-21f8a38f4aa3 {
  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-4c8efa3c-1f01-4d35-80de-9b6cf7193181 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-4c8efa3c-1f01-4d35-80de-9b6cf7193181 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4c8efa3c-1f01-4d35-80de-9b6cf7193181.shg-box.shg-c {
  justify-content: center;
}

#s-9fc4c762-8618-45c1-a42a-a747656c8236 {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-9fc4c762-8618-45c1-a42a-a747656c8236 .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-0681c4b7-3164-4823-b265-74d614f0bf86 {
  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-6add566f-fe31-4972-9cba-5b628e511063 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
max-width: 1200px;
}








#s-6add566f-fe31-4972-9cba-5b628e511063 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6add566f-fe31-4972-9cba-5b628e511063.shg-box.shg-c {
  justify-content: center;
}

#s-d12eee79-0a40-4738-abd6-1185d81c58ce {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-d12eee79-0a40-4738-abd6-1185d81c58ce {
  
}
}
#s-9db5e62a-c034-425e-9a45-65fa4b720d6d {
  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-41d8f0bf-17dc-4e2c-8b8a-1175be4c84a5 {
  display: none;
}
#s-e01b175a-74db-47b4-8528-b9c7fafbe81c {
  margin-left: 5px;
margin-right: 5px;
text-align: left;
}

#s-e01b175a-74db-47b4-8528-b9c7fafbe81c .shg-product-selector-wrapper {
  display: flex;
  flex-direction: row;
}

#s-e01b175a-74db-47b4-8528-b9c7fafbe81c .shg-product-selector-wrapper > * {
  flex-grow: 1;
}

#s-e01b175a-74db-47b4-8528-b9c7fafbe81c .shg-product-selector-wrapper select {
  width: 100% !important;
  margin: 0 !important;
}

#s-e01b175a-74db-47b4-8528-b9c7fafbe81c .shg-product-selector-inline-wrapper:not(:first-child) {
  margin-left: 2px;
}


  #s-e01b175a-74db-47b4-8528-b9c7fafbe81c .shg-product-selector-wrapper label {
    color: ;
    font-weight:   ;
    font-family: ;
    font-style:  normal ;
    font-size: ;
  }

       
    #s-e01b175a-74db-47b4-8528-b9c7fafbe81c .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-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1 {
  background-image: url(none);
background-repeat: no-repeat;
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);
hover-type: color;
}
#s-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1:hover {background-color: #424242 !important;
text-decoration: none !important;
color: rgba(255, 255, 255, 1) !important;}#s-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1:active {background-color: #000000 !important;
text-decoration: none !important;}


#s-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1 {
  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-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1.shg-product-atc-disabled {
  opacity: 0.5;
  cursor: initial;
}

#s-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1.shg-btn {
  color: rgba(0, 0, 0, 1);
  font-size: 14px;
  
  
  font-family: Quattrocento Sans;
  display:  block ;
}

#s-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1.shg-btn.shg-product-atc-error {
  
  
  
  
  
}


  #s-84b3dd2f-c6c6-425e-9a97-e6f2e18002f1.shg-btn.shg-product-atc-success {
    
    
    
    
    color: rgba(7, 7, 7, 1);
  }


#s-990cc715-7837-4a3b-913b-27b6a9480df5 {
  margin-top: 20px;
padding-left: 10%;
padding-right: 10%;
}
@media (min-width: 768px) and (max-width: 991px){#s-990cc715-7837-4a3b-913b-27b6a9480df5 {
  
}
}
#s-3009ffea-ea85-472c-891b-4e679196e4d9 {
  min-height: 50px;
}








#s-3009ffea-ea85-472c-891b-4e679196e4d9 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3009ffea-ea85-472c-891b-4e679196e4d9.shg-box.shg-c {
  justify-content: center;
}

#s-d4ee355c-4e01-48d1-8ed7-b0aea3d4d624 {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}
@media (min-width: 768px) and (max-width: 991px){#s-d4ee355c-4e01-48d1-8ed7-b0aea3d4d624 {
  
}
}







#s-d4ee355c-4e01-48d1-8ed7-b0aea3d4d624 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d4ee355c-4e01-48d1-8ed7-b0aea3d4d624.shg-box.shg-c {
  justify-content: center;
}

#s-95f8ea9d-19b9-4329-a420-3f9bd0c4adfa {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 10px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-95f8ea9d-19b9-4329-a420-3f9bd0c4adfa > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-95f8ea9d-19b9-4329-a420-3f9bd0c4adfa.shg-box.shg-c {
  justify-content: center;
}

#s-5944298c-6b64-4e81-bc09-57f42f8031c5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-5944298c-6b64-4e81-bc09-57f42f8031c5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-0efbb1e2-0e98-4e73-bbaf-2b3135e9f23e {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-0efbb1e2-0e98-4e73-bbaf-2b3135e9f23e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0efbb1e2-0e98-4e73-bbaf-2b3135e9f23e.shg-box.shg-c {
  justify-content: center;
}

#s-6bed1c3a-a4e9-4a53-ba52-9eb15d04e01c {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-6bed1c3a-a4e9-4a53-ba52-9eb15d04e01c .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-2d8ffd73-5e68-49b6-9f61-777bad04a1ad {
  padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
background-color: rgba(0, 0, 0, 0);
}

#s-46330607-06ed-4710-a82f-ba5be495f5ea {
  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-46330607-06ed-4710-a82f-ba5be495f5ea > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-46330607-06ed-4710-a82f-ba5be495f5ea.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-2fb293ba-e152-48cc-a910-472cdcd6eb5c {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-2fb293ba-e152-48cc-a910-472cdcd6eb5c {
  
}
}
#s-2fb293ba-e152-48cc-a910-472cdcd6eb5c > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-2fb293ba-e152-48cc-a910-472cdcd6eb5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-2fb293ba-e152-48cc-a910-472cdcd6eb5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-2fb293ba-e152-48cc-a910-472cdcd6eb5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-2fb293ba-e152-48cc-a910-472cdcd6eb5c > .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-2fb293ba-e152-48cc-a910-472cdcd6eb5c > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
@media (min-width: 0px) {
[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b5a8d6a8-b4b2-4f80-a21d-8f9d3acd0627"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-fee5cf64-a1db-4528-9056-6ad03420498a {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-fee5cf64-a1db-4528-9056-6ad03420498a .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-5deb2762-fe09-4dca-8720-d0f23d065a85 {
  margin-top: auto;
margin-bottom: auto;
min-height: 50px;
}








#s-5deb2762-fe09-4dca-8720-d0f23d065a85 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5deb2762-fe09-4dca-8720-d0f23d065a85.shg-box.shg-c {
  justify-content: center;
}

#s-7d30522d-a678-4f59-b9f0-55444042e1d1 {
  margin-left: 25px;
margin-right: 25px;
}

#s-7d30522d-a678-4f59-b9f0-55444042e1d1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-7d30522d-a678-4f59-b9f0-55444042e1d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-7d30522d-a678-4f59-b9f0-55444042e1d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-7d30522d-a678-4f59-b9f0-55444042e1d1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-7d30522d-a678-4f59-b9f0-55444042e1d1 > .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-7d30522d-a678-4f59-b9f0-55444042e1d1 > .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-5dfc6b17-6285-45f6-b973-c1a68b080de4 {
  text-align: center;
}




  #s-5dfc6b17-6285-45f6-b973-c1a68b080de4 img.shogun-image {
    
    width: px;
  }


#s-5dfc6b17-6285-45f6-b973-c1a68b080de4 .shogun-image-content {
  
    align-items: center;
  
}

#s-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 {
  margin-left: 25px;
margin-right: 25px;
}

#s-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 > .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-4993dc98-c8cf-48c2-82a8-3b9b52fc8bf1 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-ce071999-6545-4939-98cd-f6f6407ef4a7 {
  text-align: center;
}




  #s-ce071999-6545-4939-98cd-f6f6407ef4a7 img.shogun-image {
    
    width: px;
  }


#s-ce071999-6545-4939-98cd-f6f6407ef4a7 .shogun-image-content {
  
    align-items: center;
  
}

#s-b999ca53-4353-48f9-933b-f59fa01608f4 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-b999ca53-4353-48f9-933b-f59fa01608f4 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b999ca53-4353-48f9-933b-f59fa01608f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b999ca53-4353-48f9-933b-f59fa01608f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b999ca53-4353-48f9-933b-f59fa01608f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b999ca53-4353-48f9-933b-f59fa01608f4 > .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-b999ca53-4353-48f9-933b-f59fa01608f4 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-936cd423-b586-4187-b6c5-4cc7dbafb6da {
  text-align: center;
}




  #s-936cd423-b586-4187-b6c5-4cc7dbafb6da img.shogun-image {
    
    width: px;
  }


#s-936cd423-b586-4187-b6c5-4cc7dbafb6da .shogun-image-content {
  
    align-items: center;
  
}

#s-33429ee6-b9aa-4b2e-b056-656f8197ee36 {
  margin-left: 10px;
margin-right: 10px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-24aba757-80be-4e49-a211-58fec8692b5f {
  padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-d63bbbb7-e317-4b00-b8ea-aa522df2474b {
  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-e43297a4-7fde-4bd2-9644-9fac76e107a6 {
  min-height: 50px;
}








#s-e43297a4-7fde-4bd2-9644-9fac76e107a6 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e43297a4-7fde-4bd2-9644-9fac76e107a6.shg-box.shg-c {
  justify-content: center;
}

#s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5 {
  margin-top: 5px;
margin-bottom: 5px;
}

@media (min-width: 0px) {
[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 992px) {
[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 2.5px);
}

}

@media (min-width: 1200px) {
[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 2.5px);
}

[id="s-b0cf728f-5b21-4362-859a-03e5a5f7fdd5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 2.5px);
}

}

#s-afcc90a3-c622-4f15-bfff-9dc6be7eec1e {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-06f6db45-9363-4073-b3a7-d9dc1418957a {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 1px;
padding-right: 20px;
}

#s-a39852b1-e712-499e-854e-24c86ce791a9 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-a39852b1-e712-499e-854e-24c86ce791a9 img.shogun-image {
    
    width: px;
  }


#s-a39852b1-e712-499e-854e-24c86ce791a9 .shogun-image-content {
  
    align-items: center;
  
}

#s-777bffb4-c920-42b0-95f6-885e86bc1666 {
  padding-top: 0px;
padding-bottom: 0px;
}

#s-19e9cbd9-ee29-4682-8f67-519e485744f8 {
  padding-top: 10px;
padding-left: 20px;
padding-bottom: 10px;
padding-right: 20px;
}

#s-f938ee85-f385-40e6-8cb7-dbc8b1cfba6c {
  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-f938ee85-f385-40e6-8cb7-dbc8b1cfba6c > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-f938ee85-f385-40e6-8cb7-dbc8b1cfba6c.shg-box.shg-c {
  justify-content: flex-start;
}

#s-cfcd3e95-d5fd-4d98-85e9-d8297a5c0c2e {
  min-height: 50px;
}








#s-cfcd3e95-d5fd-4d98-85e9-d8297a5c0c2e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-cfcd3e95-d5fd-4d98-85e9-d8297a5c0c2e.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-6d673c2d-1de8-498f-a4ba-b26020dd0242"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-38817969-fe3b-4a21-9749-b2c6e5be0ff3 {
  
}

#s-38817969-fe3b-4a21-9749-b2c6e5be0ff3 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-38817969-fe3b-4a21-9749-b2c6e5be0ff3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-38817969-fe3b-4a21-9749-b2c6e5be0ff3 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-38817969-fe3b-4a21-9749-b2c6e5be0ff3 > .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-38817969-fe3b-4a21-9749-b2c6e5be0ff3 > .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-38817969-fe3b-4a21-9749-b2c6e5be0ff3 > .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-9f26693e-8bb6-41bd-a681-aaa855bbee08 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-9f26693e-8bb6-41bd-a681-aaa855bbee08 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-9f26693e-8bb6-41bd-a681-aaa855bbee08 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-9f26693e-8bb6-41bd-a681-aaa855bbee08 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-9f26693e-8bb6-41bd-a681-aaa855bbee08 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-9f26693e-8bb6-41bd-a681-aaa855bbee08 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-9f26693e-8bb6-41bd-a681-aaa855bbee08 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-a620be1b-7aca-42a0-bb76-f5fddcb22209 {
  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-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3037fb0a-1060-4905-b503-898638142fb1"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-af98ada6-0052-4fe6-9668-ff4e7b9714cb {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
text-align: center;
}




  #s-af98ada6-0052-4fe6-9668-ff4e7b9714cb img.shogun-image {
    
    width: px;
  }


#s-af98ada6-0052-4fe6-9668-ff4e7b9714cb .shogun-image-content {
  
    align-items: center;
  
}

#s-57e40807-449a-4e67-8e40-8b7f40210463 {
  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-57e40807-449a-4e67-8e40-8b7f40210463 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-57e40807-449a-4e67-8e40-8b7f40210463.shg-box.shg-c {
  justify-content: center;
}

#s-aa82ab1a-af9b-40e2-b7d8-3172112a9e4f {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-aa82ab1a-af9b-40e2-b7d8-3172112a9e4f .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-974fc94d-1239-4126-9700-8cb9f0953c76 {
  margin-top: 0%;
margin-bottom: 0%;
padding-top: 10px;
padding-left: 10px;
padding-bottom: 10px;
padding-right: 10px;
}

#s-170cd098-4947-4933-9fa4-a5074f2eb660 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: center;
}

#s-170cd098-4947-4933-9fa4-a5074f2eb660 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: center;
}



#s-b9acaa41-d752-4723-a48a-a208460de399 {
  margin-left: 10px;
margin-right: 10px;
padding-left: 10px;
padding-right: 10px;
}

@media (min-width: 0px) {
[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-b9acaa41-d752-4723-a48a-a208460de399"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-d28f7e0e-0090-448e-9a29-f94b86919789 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-d28f7e0e-0090-448e-9a29-f94b86919789 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-1ae64dcf-fba3-4555-a93c-afcf0fa2c53f {
  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-dea4b632-00ba-4770-ad82-a42998cc5255 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
}
#s-dea4b632-00ba-4770-ad82-a42998cc5255:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(255, 255, 255, 1) !important;}#s-dea4b632-00ba-4770-ad82-a42998cc5255:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(0, 0, 0, 1) !important;
text-decoration: none !important;
hover-type: color !important;}


#s-dea4b632-00ba-4770-ad82-a42998cc5255.shg-btn {
  color: rgba(98, 96, 96, 1);
  font-size: 16px;
  
  
  
  display:  block ;
}

#s-76274e0f-c812-41bb-82e0-1a8769a02967 {
  padding-top: 10px;
padding-bottom: 10px;
text-align: left;
}

#s-76274e0f-c812-41bb-82e0-1a8769a02967 .shogun-heading-component h3 {
  color: #000;
  font-weight:   ;
  font-family: ;
  font-style:   ;
  font-size: 18px;
  line-height: ;
  letter-spacing: ;
  text-align: left;
}



#s-dd448d44-2a34-4524-b606-848e7983efdb {
  margin-top: 5px;
margin-bottom: 5px;
padding-top: 5px;
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
}

#s-8de0026b-d7d5-4b15-a845-8a73e4ad46b1 {
  padding-top: 5px;
padding-left: 5%;
padding-bottom: 5px;
padding-right: 5%;
}

#s-6cdd13cb-ee60-47eb-8f2b-22c747e0dc32 {
  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-6cdd13cb-ee60-47eb-8f2b-22c747e0dc32 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-6cdd13cb-ee60-47eb-8f2b-22c747e0dc32.shg-box.shg-c {
  justify-content: flex-start;
}

#s-d5c3c743-2096-474c-8295-8f2d55b56728 {
  min-height: 50px;
}








#s-d5c3c743-2096-474c-8295-8f2d55b56728 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d5c3c743-2096-474c-8295-8f2d55b56728.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-e6a02d50-2be1-4f1b-9467-45fc1b42f4b6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-6c8ebd76-161e-44f3-95e5-f91b97a910d2 {
  
}

#s-6c8ebd76-161e-44f3-95e5-f91b97a910d2 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-6c8ebd76-161e-44f3-95e5-f91b97a910d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-6c8ebd76-161e-44f3-95e5-f91b97a910d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-6c8ebd76-161e-44f3-95e5-f91b97a910d2 > .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-6c8ebd76-161e-44f3-95e5-f91b97a910d2 > .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-6c8ebd76-161e-44f3-95e5-f91b97a910d2 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-e1c11b45-3bc3-434e-91d9-c3b65d4913ae .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-9c74f13b-ff44-4a90-9441-65e934d5c14e {
  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-eb0124dd-f655-4bc7-9a75-5071697cd999 {
  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-eb0124dd-f655-4bc7-9a75-5071697cd999 > .shg-box-overlay {
  background-color: rgba(127, 244, 239, 1);
  opacity: 0;
}#s-eb0124dd-f655-4bc7-9a75-5071697cd999.shg-box.shg-c {
  justify-content: flex-start;
}

#s-91a2c4aa-6975-4166-aa13-354bd3775f0b {
  min-height: 50px;
}








#s-91a2c4aa-6975-4166-aa13-354bd3775f0b > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-91a2c4aa-6975-4166-aa13-354bd3775f0b.shg-box.shg-c {
  justify-content: center;
}

@media (min-width: 0px) {
[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 992px) {
[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 20.0px);
}

}

@media (min-width: 1200px) {
[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 20.0px);
}

[id="s-0fd63a0f-9eca-4a11-ab63-047916ea5cb2"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 20.0px);
}

}

#s-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 {
  
}

#s-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid rgba(255, 255, 255, 0);
}

#s-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 > .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-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 > .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-5d2ee657-8ac8-4e6a-b8b1-6d425a6f7da0 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 20px;
}
#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 {
  padding-top: 25px;
padding-left: 50px;
padding-right: 50px;
background-color: rgba(52, 189, 219, 0.5);
}

#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 .shogun-success-alert {
  background-color: rgba(52, 189, 219, 0.5);
  color: #3c763d;
}

#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 .shogun-form .shogun-form-label {
  color: #555;
  font-family: ;
  font-size: 16px;
  font-weight: ;
  font-style: ;
}

#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 .shogun-form .shogun-form-field {
  color: #555;
  font-family: ;
  font-size: 14px;
  font-weight: ;
  font-style: ;
}

#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 .shogun-form .shogun-form-submit {
  background-color:  !important;
}

#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 .shogun-form .shogun-form-submit-container {
  text-align: center;
}

#s-5634f33f-75f6-41ef-a37d-cd5c0e219e37 .shogun-form .shogun-form-submit-label {
  color:  !important;
}

#s-d942e0e4-2450-4ea8-b42c-f773c94006c4 {
  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-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 {
  margin-left: 25px;
margin-right: 25px;
}

#s-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 > .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-3cb3b3a4-ebbd-49ed-92b5-8b6202eb5457 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-204630ea-59ef-47c6-b631-38d9de237809 {
  text-align: center;
}




  #s-204630ea-59ef-47c6-b631-38d9de237809 img.shogun-image {
    
    width: px;
  }


#s-204630ea-59ef-47c6-b631-38d9de237809 .shogun-image-content {
  
    align-items: center;
  
}

#s-b4951f24-8017-4fc5-8948-b96a85366ec9 {
  margin-left: 25px;
margin-right: 25px;
}

#s-b4951f24-8017-4fc5-8948-b96a85366ec9 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-b4951f24-8017-4fc5-8948-b96a85366ec9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-b4951f24-8017-4fc5-8948-b96a85366ec9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-b4951f24-8017-4fc5-8948-b96a85366ec9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-b4951f24-8017-4fc5-8948-b96a85366ec9 > .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-b4951f24-8017-4fc5-8948-b96a85366ec9 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-0207f093-ba9a-4ac5-9d9d-44eafac55c1b {
  text-align: center;
}




  #s-0207f093-ba9a-4ac5-9d9d-44eafac55c1b img.shogun-image {
    
    width: px;
  }


#s-0207f093-ba9a-4ac5-9d9d-44eafac55c1b .shogun-image-content {
  
    align-items: center;
  
}

#s-c4d2ce92-5270-46f6-845c-85691c1761a8 {
  margin-left: 25px;
margin-bottom: 10px;
margin-right: 25px;
}

#s-c4d2ce92-5270-46f6-845c-85691c1761a8 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-c4d2ce92-5270-46f6-845c-85691c1761a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: #f5f5f5;
  padding: 10px;
}

#s-c4d2ce92-5270-46f6-845c-85691c1761a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-c4d2ce92-5270-46f6-845c-85691c1761a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: #fff;
  border-top: 1px solid #ddd;
}

#s-c4d2ce92-5270-46f6-845c-85691c1761a8 > .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-c4d2ce92-5270-46f6-845c-85691c1761a8 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 16px;
}
#s-1e54749f-0690-476d-ae32-e9f61323ed13 {
  text-align: center;
}




  #s-1e54749f-0690-476d-ae32-e9f61323ed13 img.shogun-image {
    
    width: px;
  }


#s-1e54749f-0690-476d-ae32-e9f61323ed13 .shogun-image-content {
  
    align-items: center;
  
}

#s-b686c12d-c5d8-4830-8fe6-486f441d72c5 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-b686c12d-c5d8-4830-8fe6-486f441d72c5:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-b686c12d-c5d8-4830-8fe6-486f441d72c5:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-b686c12d-c5d8-4830-8fe6-486f441d72c5-btn-wrapper {
    text-align: center;
  }


#s-b686c12d-c5d8-4830-8fe6-486f441d72c5.shg-btn {
  color: rgba(252, 252, 252, 1);
  font-size: ;
  
  
  font-family: Oswald;
  display:  inline-block ;
}

#s-4bf62cfd-55a9-40c7-9963-0372a711e079 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-4bf62cfd-55a9-40c7-9963-0372a711e079 .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-a486bef0-0b2e-482a-84bb-024ff1076463 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-a486bef0-0b2e-482a-84bb-024ff1076463"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-ed7e6cf1-1b8f-4356-85a2-2445e3d292f0 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-ed7e6cf1-1b8f-4356-85a2-2445e3d292f0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-ed7e6cf1-1b8f-4356-85a2-2445e3d292f0.shg-box.shg-c {
  justify-content: center;
}

#s-5a1d8fce-1182-43bc-9b6c-017791b9a089 {
  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-9a4a49f0-ff6b-46c7-bafa-2b6e5b64b8ee {
  min-height: 50px;
}








#s-9a4a49f0-ff6b-46c7-bafa-2b6e5b64b8ee > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-9a4a49f0-ff6b-46c7-bafa-2b6e5b64b8ee.shg-box.shg-c {
  justify-content: center;
}

#s-0b71e319-ba64-463a-95f7-fe4e25527fe5 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-0b71e319-ba64-463a-95f7-fe4e25527fe5 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-0b71e319-ba64-463a-95f7-fe4e25527fe5.shg-box.shg-c {
  justify-content: flex-start;
}

#s-3e08a679-557b-4999-b930-f558910c2e52 {
  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-e4e170db-b638-44c0-a51e-23196764dcf2 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-e4e170db-b638-44c0-a51e-23196764dcf2 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-e4e170db-b638-44c0-a51e-23196764dcf2.shg-box.shg-c {
  justify-content: center;
}

#s-2ddf4c5e-2240-4bf3-b53e-6de7d44a5759 {
  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-d7585108-38d9-4552-825b-4e1ae8d371ad {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-d7585108-38d9-4552-825b-4e1ae8d371ad"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-5287d454-be25-4ed7-ab46-a096f0c56d28 {
  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-ff53be92-e2f3-47ce-a931-bc6fcb5e5db2 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-ff53be92-e2f3-47ce-a931-bc6fcb5e5db2 .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-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-19ee7fb6-046a-48b1-9ba6-27eae2ab61b5"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-12c42f71-d454-4717-b0b9-b668ba3d07ec {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-12c42f71-d454-4717-b0b9-b668ba3d07ec > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-12c42f71-d454-4717-b0b9-b668ba3d07ec.shg-box.shg-c {
  justify-content: flex-start;
}

#s-17e49b66-134f-46f0-bed5-ef6277ab5b28 {
  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-5fe12c50-652e-4615-81b3-71d1f20048d1 {
  min-height: 50px;
}








#s-5fe12c50-652e-4615-81b3-71d1f20048d1 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-5fe12c50-652e-4615-81b3-71d1f20048d1.shg-box.shg-c {
  justify-content: center;
}

#s-6d3ccb5d-1d69-40d2-8003-2c148c404458 {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-6d3ccb5d-1d69-40d2-8003-2c148c404458 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-6d3ccb5d-1d69-40d2-8003-2c148c404458.shg-box.shg-c {
  justify-content: flex-end;
}

#s-f7ba7619-3944-4374-a210-dfac02b8d296 {
  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-bfe3b602-0d8d-4876-80e7-42e53341047a {
  background-repeat: no-repeat;
background-size: cover;
min-height: 600px;
background-position: center center;
}








#s-bfe3b602-0d8d-4876-80e7-42e53341047a > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-bfe3b602-0d8d-4876-80e7-42e53341047a.shg-box.shg-c {
  justify-content: center;
}

#s-8cd19079-5529-486a-8652-639d4db879e5 {
  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-9405a77a-666d-4c10-8bd8-f79ae9f3ae10 {
  margin-top: auto;
margin-left: auto;
margin-bottom: auto;
margin-right: auto;
max-width: 1200px;
}

@media (min-width: 0px) {
[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9405a77a-666d-4c10-8bd8-f79ae9f3ae10"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-8326aff3-0f21-4de2-92e1-b9d724ab20a2 {
  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-c1b4bc02-3a72-44f5-be93-b815e2125c84 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-c1b4bc02-3a72-44f5-be93-b815e2125c84 .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-662e8c42-5329-49f3-8ef9-2979c83fc97e {
  margin-left: auto;
margin-right: auto;
min-height: 50px;
}








#s-662e8c42-5329-49f3-8ef9-2979c83fc97e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-662e8c42-5329-49f3-8ef9-2979c83fc97e.shg-box.shg-c {
  justify-content: center;
}

#s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb {
  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-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-3a1e7e64-f529-4bfb-acf8-d490f25c2cbb"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-b5ad8268-26ec-4f89-b728-1f51910ed0df {
  min-height: 400px;
}








#s-b5ad8268-26ec-4f89-b728-1f51910ed0df > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b5ad8268-26ec-4f89-b728-1f51910ed0df.shg-box.shg-c {
  justify-content: center;
}

#s-6d39b4a5-c7a9-4ac8-b2bf-afc892d8508f {
  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-6d39b4a5-c7a9-4ac8-b2bf-afc892d8508f {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-6d39b4a5-c7a9-4ac8-b2bf-afc892d8508f {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-6d39b4a5-c7a9-4ac8-b2bf-afc892d8508f {
  
}
}@media (max-width: 767px){#s-6d39b4a5-c7a9-4ac8-b2bf-afc892d8508f {
  
}
}
#s-26622cd8-8753-4df6-9040-b1222b5d9db0 {
  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-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-26622cd8-8753-4df6-9040-b1222b5d9db0"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-a09c7545-8569-4557-897a-9d600fcd7106 {
  min-height: 400px;
}








#s-a09c7545-8569-4557-897a-9d600fcd7106 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-a09c7545-8569-4557-897a-9d600fcd7106.shg-box.shg-c {
  justify-content: center;
}

#s-a0709da3-34bf-4db3-b46d-c50b70c492b0 {
  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-a0709da3-34bf-4db3-b46d-c50b70c492b0 {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a0709da3-34bf-4db3-b46d-c50b70c492b0 {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a0709da3-34bf-4db3-b46d-c50b70c492b0 {
  
}
}@media (max-width: 767px){#s-a0709da3-34bf-4db3-b46d-c50b70c492b0 {
  
}
}
#s-9f54784a-c6b9-4a7a-9683-95c5c73adab6 {
  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-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 992px) {
[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 0.0px);
}

}

@media (min-width: 1200px) {
[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 0.0px);
}

[id="s-9f54784a-c6b9-4a7a-9683-95c5c73adab6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 0.0px);
}

}

#s-1cb304e0-5398-46da-a14a-ac45c1eea36e {
  min-height: 400px;
}








#s-1cb304e0-5398-46da-a14a-ac45c1eea36e > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-1cb304e0-5398-46da-a14a-ac45c1eea36e.shg-box.shg-c {
  justify-content: center;
}

#s-a06443c4-02a2-4dba-8083-e67eb87ef4ed {
  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: 1px;
border-left-width: 1px;
border-bottom-width: 1px;
border-right-width: 1px;
border-color: rgba(253, 250, 250, 1);
border-style: solid;
border-radius: 2px;
}
@media (min-width: 1200px){#s-a06443c4-02a2-4dba-8083-e67eb87ef4ed {
  
}
}@media (min-width: 992px) and (max-width: 1199px){#s-a06443c4-02a2-4dba-8083-e67eb87ef4ed {
  
}
}@media (min-width: 768px) and (max-width: 991px){#s-a06443c4-02a2-4dba-8083-e67eb87ef4ed {
  
}
}@media (max-width: 767px){#s-a06443c4-02a2-4dba-8083-e67eb87ef4ed {
  
}
}
#s-52af4e68-295d-4d4f-a27c-c2f72680b74e {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 0px;
margin-bottom: 0px;
min-height: 400px;
background-position: center center;
}








#s-52af4e68-295d-4d4f-a27c-c2f72680b74e > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-52af4e68-295d-4d4f-a27c-c2f72680b74e.shg-box.shg-c {
  justify-content: center;
}

#s-061f6010-be63-4e65-89c8-3b310abac319 {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-061f6010-be63-4e65-89c8-3b310abac319"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-5d522cdb-fb42-4f24-8a67-e1416f059cff {
  padding-left: 10px;
padding-right: 10px;
text-align: center;
background-color: rgba(255, 255, 255, 0);
}

#s-5d522cdb-fb42-4f24-8a67-e1416f059cff .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-28b1e2aa-65fb-4b7d-b9ad-ef9155138510 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-28b1e2aa-65fb-4b7d-b9ad-ef9155138510 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-28b1e2aa-65fb-4b7d-b9ad-ef9155138510.shg-box.shg-c {
  justify-content: center;
}

#s-3b079ea1-bb28-413b-bdfe-4b4a61875972 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-3b079ea1-bb28-413b-bdfe-4b4a61875972 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-3b079ea1-bb28-413b-bdfe-4b4a61875972.shg-box.shg-c {
  justify-content: center;
}

#s-8f79bbd1-75c0-4a6f-bad8-306d21357c5e {
  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-8f79bbd1-75c0-4a6f-bad8-306d21357c5e > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-8f79bbd1-75c0-4a6f-bad8-306d21357c5e.shg-box.shg-c {
  justify-content: center;
}

#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 {
  padding-top: 10px;
padding-bottom: 10px;
max-width: 1200px;
}
@media (min-width: 768px) and (max-width: 991px){#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 {
  
}
}
#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-ce4358a3-522f-4c85-8c75-03fb7c384e71 > .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-ce4358a3-522f-4c85-8c75-03fb7c384e71 > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-c6e33f5e-48d2-4489-a1a8-53596d374cca {
  
}

@media (min-width: 0px) {
[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c6e33f5e-48d2-4489-a1a8-53596d374cca"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-51670766-ad88-4105-bac9-473f398be5a0 {
  text-align: center;
}




  #s-51670766-ad88-4105-bac9-473f398be5a0 img.shogun-image {
    
    width: px;
  }


#s-51670766-ad88-4105-bac9-473f398be5a0 .shogun-image-content {
  
    align-items: center;
  
}

#s-4abf95ee-8d67-4f8b-8653-2d865655dfdf {
  min-height: 50px;
}








#s-4abf95ee-8d67-4f8b-8653-2d865655dfdf > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-4abf95ee-8d67-4f8b-8653-2d865655dfdf.shg-box.shg-c {
  justify-content: center;
}

#s-ac98917a-3330-4a5e-bd50-e50d9afdbd45 {
  margin-top: 40%;
margin-bottom: 40%;
background-color: rgba(255, 255, 255, 0);
}

#s-51d9dc31-46b2-460c-bd6f-47ff71b573c3 {
  
}

@media (min-width: 0px) {
[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-51d9dc31-46b2-460c-bd6f-47ff71b573c3"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-b4c9faf1-2318-4ca0-a90e-26890b1f33c0 {
  min-height: 50px;
}








#s-b4c9faf1-2318-4ca0-a90e-26890b1f33c0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-b4c9faf1-2318-4ca0-a90e-26890b1f33c0.shg-box.shg-c {
  justify-content: center;
}

#s-e1b48155-aa69-4545-b205-d55803c0f667 {
  
}

@media (min-width: 0px) {
[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-e1b48155-aa69-4545-b205-d55803c0f667"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-c4b10d7d-82db-48b5-b959-3dbd603b5c0d {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-5a750c43-87c2-46a6-996e-fe2fe26ca8f6 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-d3f33017-b826-446c-9c29-05e326907796 {
  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-d3f33017-b826-446c-9c29-05e326907796 .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-d5cde2ef-9167-4015-8ee5-ee1885de8f90 {
  margin-left: auto;
margin-right: auto;
max-width: 1200px;
}

#s-b75c726e-a872-4696-8d42-21a7ddf984a3 {
  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-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 {
  text-align: left;
}


.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 {
  max-width: 100%;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom,
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 {
  max-width: 100%;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom,
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 {
  max-width: 100%;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom,
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 {
  max-width: 100%;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom,
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 {
  max-width: 100%;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom,
.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-1a557a3e-e2d5-4435-b0ac-5d36e05da7e3 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-82fb6e17-ae36-46c5-9fc5-8083dde0d180 {
  display: none;
}
#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 {
  text-align: left;
}


.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 {
  max-width: 100%;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom,
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 {
  max-width: 100%;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom,
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 {
  max-width: 100%;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom,
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 {
  max-width: 100%;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom,
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 {
  max-width: 100%;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom,
.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-fb44cf40-9638-469f-ad48-9b06e0cb40e5 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-dbe66dd9-8276-4dd1-a8a1-b55ca1ffa9a3 {
  display: none;
}
#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 {
  text-align: left;
}


.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 {
  max-width: 100%;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom,
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

@media (min-width: 1200px){
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 {
  max-width: 100%;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom,
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 992px) and (max-width: 1199px){
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 {
  max-width: 100%;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom,
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (min-width: 768px) and (max-width: 991px){
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 {
  max-width: 100%;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom,
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}@media (max-width: 767px){
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 {
  max-width: 100%;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  align-self: center;
  margin: 0 !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom,
.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 img.shogun-image {
  max-width:  !important;
  min-height:  !important;
}

.shg-c#s-33e1de06-73e5-42b8-bd74-beb57775bbe8 .shg-image-zoom {
  
    margin-left: 0px;
  
}

}
#s-9c0f9d4c-153a-4e2b-9405-4c89da419240 {
  margin-left: auto;
margin-right: auto;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
background-color: rgba(245, 245, 245, 0);
}

#s-9c0f9d4c-153a-4e2b-9405-4c89da419240 .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-6906fd9f-c151-4d24-b582-ba2d04a53d9c {
  background-repeat: no-repeat;
background-size: cover;
margin-top: 5px;
margin-bottom: 5px;
min-height: 400px;
background-position: center center;
}








#s-6906fd9f-c151-4d24-b582-ba2d04a53d9c > .shg-box-overlay {
  background-color: rgba(37, 46, 45, 0.81);
  opacity: 0.7;
}#s-6906fd9f-c151-4d24-b582-ba2d04a53d9c.shg-box.shg-c {
  justify-content: center;
}

#s-cb92c716-2207-4b7d-a42c-ccc6c878d36a {
  margin-top: 10px;
margin-bottom: 10px;
}

@media (min-width: 0px) {
[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-xs-12 {
  width: 100%;
}

}

@media (min-width: 768px) {
[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 992px) {
[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

@media (min-width: 1200px) {
[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 3.3333333333333335px);
}

[id="s-cb92c716-2207-4b7d-a42c-ccc6c878d36a"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 3.3333333333333335px);
}

}

#s-d97e1707-dfda-468d-afd8-6150fe1862d0 {
  margin-top: 25px;
margin-bottom: 25px;
min-height: 50px;
}








#s-d97e1707-dfda-468d-afd8-6150fe1862d0 > .shg-box-overlay {
  background-color: #fff;
  opacity: 0;
}#s-d97e1707-dfda-468d-afd8-6150fe1862d0.shg-box.shg-c {
  justify-content: center;
}

#s-da2dc07d-8598-4b02-b718-dc94d3b841a4 {
  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-da2dc07d-8598-4b02-b718-dc94d3b841a4 > .shg-box-overlay {
  background-color: rgba(222, 222, 222, 1);
  opacity: 0;
}#s-da2dc07d-8598-4b02-b718-dc94d3b841a4.shg-box.shg-c {
  justify-content: center;
}

#s-267493bc-121e-46c7-b794-6d90535f882f {
  padding-top: 10px;
padding-bottom: 10px;
}
@media (min-width: 768px) and (max-width: 991px){#s-267493bc-121e-46c7-b794-6d90535f882f {
  
}
}
#s-267493bc-121e-46c7-b794-6d90535f882f > .shogun-accordion-wrapper > .shogun-accordion {
  border: 1px solid #ddd;
}

#s-267493bc-121e-46c7-b794-6d90535f882f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading {
  background: rgba(245, 245, 245, 0.9);
  padding: 10px;
}

#s-267493bc-121e-46c7-b794-6d90535f882f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading > .shogun-accordion-header > .shogun-accordion-icon > span {
  color: rgba(106, 108, 109, 1);
}

#s-267493bc-121e-46c7-b794-6d90535f882f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-body {
  background-color: rgba(245, 245, 245, 0.9);
  border-top: 1px solid #ddd;
}

#s-267493bc-121e-46c7-b794-6d90535f882f > .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-267493bc-121e-46c7-b794-6d90535f882f > .shogun-accordion-wrapper > .shogun-accordion > .shogun-accordion-heading .shogun-accordion-icon {
  font-size: 22px;
}
#s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20 {
  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-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-f7a45b68-e5e8-48a2-9530-9cb0f338ba20"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-674414c7-ace5-46c8-83bb-378e9a41f048 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-bf4ab6f0-49a8-4785-822a-4d15b5d1840b {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6 {
  
}

@media (min-width: 0px) {
[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-xs-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 768px) {
[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-sm-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 992px) {
[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-md-12 {
  width: calc(100.0% - 15.0px);
}

}

@media (min-width: 1200px) {
[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-1 {
  width: calc(8.333333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-2 {
  width: calc(16.666666666666668% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-3 {
  width: calc(25.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-4 {
  width: calc(33.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-5 {
  width: calc(41.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-6 {
  width: calc(50.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-7 {
  width: calc(58.333333333333336% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-8 {
  width: calc(66.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-9 {
  width: calc(75.0% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-10 {
  width: calc(83.33333333333334% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-11 {
  width: calc(91.66666666666667% - 15.0px);
}

[id="s-c06b8ea8-5802-42cb-b94d-86a9875b9ca6"] > .shg-row > .shg-c-lg-12 {
  width: calc(100.0% - 15.0px);
}

}

#s-6ee4dd6b-16b6-4c60-b761-287cfe3544e4 {
  margin-top: 20px;
margin-bottom: 20px;
}

#s-c8af85e3-1e71-4a9e-ac85-40959c77cb01 {
  margin-top: 20px;
margin-bottom: 20px;
background-color: rgba(255, 255, 255, 0);
}

#s-bc5d8e4c-09a7-4a1d-8581-c80720ea2b3c {
  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-bc5d8e4c-09a7-4a1d-8581-c80720ea2b3c img.shogun-image {
    
    width: px;
  }


#s-bc5d8e4c-09a7-4a1d-8581-c80720ea2b3c .shogun-image-content {
  
    align-items:  flex-start;
  
}

#s-25746ab8-f300-4b4a-906d-54a8bf6057d9 {
  background-image: url(none);
background-repeat: no-repeat;
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;
hover-type: color;
color: rgba(252, 252, 252, 1);
background-position: left undefined;
}
#s-25746ab8-f300-4b4a-906d-54a8bf6057d9:hover {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(255, 255, 255, 0) !important;
text-decoration: none !important;
hover-type: color !important;
color: rgba(10, 34, 64, 0.8) !important;}#s-25746ab8-f300-4b4a-906d-54a8bf6057d9:active {background-image: url(none) !important;
background-repeat: no-repeat !important;
background-color: rgba(76, 97, 107, 1) !important;
text-decoration: none !important;
hover-type: color !important;}

  #s-25746ab8-f300-4b4a-906d-54a8bf6057d9-btn-wrapper {
    text-align: center;
  }


#s-25746ab8-f300-4b4a-906d-54a8bf6057d9.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;
  }
}

#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;
}
